A network engineer is deploying IPv6 on a Cisco router interface with the burned-in MAC address `b496.910a.bcde`. The interface is enabled to automatically formulate its link-local address using standard EUI-64 formatting. What complete, compressed link-local IPv6 address will be generated on this interface?
Cevap: fe80::b696:91ff:fe0a:bcde / FE80::B696:91FF:FE0A:BCDE / fe80:0000:0000:0000:b696:91ff:fe0a:bcde / FE80:0000:0000:0000:B696:91FF:FE0A:BCDE
Cevap
fe80::b696:91ff:fe0a:bcde
The MAC address `b496.910a.bcde` consists of octets `b4`, `96`, `91`, `0a`, `bc`, `de`. Inverting the 7th bit of `b4` (binary `1011 0100`) gives binary `1011 0110` (hex `b6`). Inserting `fffe` into the midpoint between `91` and `0a` creates the 64-bit interface ID `b696:91ff:fe0a:bcde`. Combining this with the IPv6 link-local prefix `fe80::/64` yields `fe80::b696:91ff:fe0a:bcde`.
Adım Adım Çözüm
Anahtar Kavram
IPv6 EUI-64 Link-Local Address Derivation
Tahmini Süre:2m 0s