Ciscokiddie
IS-IT--Management
Referring to a previous thread on this as seen below. How do I determine the mac address of the first ethernet?
Hi, NO guarantee this will work for you, or on anything other than an 1841.
Starting at byte 0 the first two bytes of your cookies are correct: 04 ff.
The next two bytes and the rest of the row which is all set to ff are wrong and giving you the problem. Everything else is probably ok. I suggest writing down what your first line should look like before entering it......
byte 0 04
byte 1 ff
byte 2 is the mac address type: set it to 03
byte 3 is the mac address length: set it to 06
byte 04 - 09 is the mac address of your first ethernet
byte 0a is the mac address block size type: set to 43
byte 0b - 0c is the mac address block size: set to 00 & 0a
byte 0d is the serial no type: set it to c1
byte 0e is the serial no length: set it to 8b
byte 0f is the first letter of your serial no: set it to 46
in my experience the 4f 43 was always preceded by 46
Hitting the enter key without actually entering a value leaves the previous value intact, which is handy for the other values.
Hope this helps.
Hi, NO guarantee this will work for you, or on anything other than an 1841.
Starting at byte 0 the first two bytes of your cookies are correct: 04 ff.
The next two bytes and the rest of the row which is all set to ff are wrong and giving you the problem. Everything else is probably ok. I suggest writing down what your first line should look like before entering it......
byte 0 04
byte 1 ff
byte 2 is the mac address type: set it to 03
byte 3 is the mac address length: set it to 06
byte 04 - 09 is the mac address of your first ethernet
byte 0a is the mac address block size type: set to 43
byte 0b - 0c is the mac address block size: set to 00 & 0a
byte 0d is the serial no type: set it to c1
byte 0e is the serial no length: set it to 8b
byte 0f is the first letter of your serial no: set it to 46
in my experience the 4f 43 was always preceded by 46
Hitting the enter key without actually entering a value leaves the previous value intact, which is handy for the other values.
Hope this helps.