API Guide

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
OS10(config)# do show ip route vrf VRF1
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, * - candidate default,
+ - summary route, > - non-active route
Gateway of last resort is not set
Destination Gateway Dist/Metric Last Change
----------------------------------------------------------------------------------------------------
C 120.0.0.0/24 via 120.0.0.1 ethernet1/1/1 0/0 00:00:57
S 160.0.0.0/24 via 120.0.0.2 ethernet1/1/1 1/0 00:00:04
OS10(config)# do show ip route vrf VRF2
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, * - candidate default,
+ - summary route, > - non-active route
Gateway of last resort is not set
Destination Gateway Dist/Metric Last Change
----------------------------------------------------------------------------------------------------
C 140.0.0.0/24 via 140.0.0.1 ethernet1/1/2 0/0 00:01:54
B IN 160.0.0.0/24 via 120.0.0.2 200/0 00:00:02
Supported
Releases
10.2.0E or later
IPv6 routing
OS10 supports IPv6 routing and addressing, including the Neighbor Discovery Protocol (NDP), stateless IPv6 address
autoconfiguration, and stateful IPv6 address configuration. Configure IPv6 routing for IP hosts to communicate with one
another in the same network, or in different networks.
NOTE: OS10 does not support Routing Information Protocol Next Generation (RIPNG).
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 autoconfiguration 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 configured IPv6 addresses do not take effect.
The IPv6 addresses take effect again when you re-enable IPv6.
Layer 3
667