Connectivity Guide

Table Of Contents
Example
OS10# show ip route
Codes: C - connected
S - static
B - BGP, IN - internal BGP, EX - external BGP
O - OSPF, IA - OSPF inter area, N1 - OSPF NSSA external type 1,
N2 - OSPF NSSA external type 2, E1 - OSPF external type 1,
E2 - OSPF external type 2, > - non-active route
Gateway of last resort is not set
Destination Gateway Dist/Metric Last Change
------------------------------------------------------------------
C 10.1.1.0/24 via 10.1.1.1 vlan100 0/0 01:16:56
B EX 10.1.2.0/24 via 10.1.2.1 vlan101 20/0 01:16:56
O 10.1.3.0/24 via 10.1.3.1 vlan102 110/2 01:16:56
B IN 10.1.4.0/24 via 10.1.4.1 vlan103 200/0 01:16:56
Supported Releases 10.2.0E or later
IPv6 routing
OS10 supports IPv6 routing and addressing, including the Neighbor Discovery Protocol (NDP), stateless IPv6 address autoconguration,
and stateful IPv6 address conguration. Congure IPv6 routing for IP hosts to communicate with one another in the same network, or in
dierent networks.
Enable or disable IPv6
By default:
IPv6 forwarding is enabled on physical Ethernet interfaces, VLANs, and port groups. IPv6 forwarding is disabled only when you enable
IPv6 address autoconguration on an interface and set it in host mode using the ipv6 address autoconfig command.
IPv6 forwarding is permanently disabled on the management Ethernet interface so that it remains in Host mode and does not operate
as a router regardless of the ipv6 address autoconfig setting.
If necessary, you can manually disable IPv6 processing on an interface so that the congured IPv6 addresses do not take eect. The IPv6
addresses take eect again when you re-enable IPv6.
If you disable IPv6 and congure a Layer (L2) interface in Layer (L3) mode, IPv6 is not automatically re-enabled on the interface. You must
manually re-enable it.
A link-local address automatically generates when you re-enable IPv6 on an interface with the ipv6 enable command.
Disable and enabIe IPv6
OS10(config)# interface ethernet 1/1/8
OS10(conf-if-eth1/1/8)# ipv6 address 2111:dddd:0eee::22/64
OS10(conf-if-eth1/1/8)# no ipv6 address autoconfig
OS10(conf-if-eth1/1/8)# no ipv6 enable
OS10(conf-if-eth1/1/8)# ipv6 enable
Display IPv6 status
OS10# show interface ethernet 1/1/20
Ethernet 1/1/20 is up, line protocol is up
Hardware is Dell EMC Eth, address is ec:f4:bb:fb:fa:30
Current address is ec:f4:bb:fb:fa:30
Pluggable media present, QSFP+ type is QSFP+ 40GBASE CR 1.0M
Wavelength is 850
Receive power reading is 0.0
Interface index is 17305562
Internet address is 20.20.20.1/24
Mode of IPv4 Address Assignment: MANUAL
Interface IPv6 oper status: Enabled
Layer 3
395