Version 6.8 105 Mediant MSBR
Configuration Guide 17. IPv6
IPv6 Address MAC Address
Interface
2001:100::16
00:90:8f:48:cd:7f Fiber 0/1
fe80::290:8fff:fe48:cd7f
00:90:8f:48:cd:7f Fiber 0/1
End of neigh table, 2 entries displayed.
MSBR#
The show data ipv6 neighbors command is similar to the show arp command in
the IPv4 environment, displaying the IPv6 address and MAC addresses of known
neighbors on the interfaces connected to the MSBR.
17.1.3 71BExample of a Dual-Stack Configuration
The following is an example of a dual-stack configuration. Dual stack is a configuration if
IPv4 and IPv6 are on the same interface.
17.1.3.1 132BConfiguration
MSBR# configure data
MSBR(config-data)# interface vlan 1
MSBR(conf-if-VLAN 1)# ip address 192.168.0.1 255.255.255.0
MSBR(conf-if-VLAN 1)# ipv address 2001:100::1/64
MSBR(conf-if-VLAN 1)#
17.1.3.2 133BOutput
MSBR# show data ip interface brief
Interface IP Address Status Protocol
GigabitEthernet 0/0 0.0.0.0 Enabled Up
Fiber 0/3 0.0.0.0 Enabled Up
VLAN 1 192.168.0.1 Connected Up
VLAN 4001 169.254.254.253 Connected Up
MSBR# show data ipv6 interface brief
Interface IP Address Status Protocol
VLAN 1 fe80::290:8fff:fe4a:2343 Connected Up
VLAN 1 2001:100::1 Connected Up