A network administrator inspects a Cisco router interface configured with dynamic IPv6 address generation and observes the assigned global unicast address `2001:db8:a1b2:c3d4:0211:22ff:fe33:4455/64`. Based on IEEE EUI-64 specification rules, which MAC address was assigned to the physical interface?
- 0011.2233.4455Cevap
- B0211.2233.4455
- C0011.22ff.4455
- D0211.22ff.fe33
Cevap
The MAC address assigned to the physical interface is 0011.2233.4455.
To derive the original MAC address from a Modified EUI-64 IPv6 interface ID (`0211:22ff:fe33:4455`), remove the inserted `FFFE` hex value from the center to yield six bytes (`02:11:22:33:44:55`) and invert the 7th bit of the first byte (`02` hex = `0000 0010` binary -> inverted to `0000 0000` binary = `00` hex). This reveals the original MAC address `0011.2233.4455`.
Adım Adım Çözüm
Anahtar Kavram
Modified EUI-64 MAC-to-IPv6 Address Derivation