Reference Guide

Table Of Contents
!
ip route vrf green 31.0.0.0/24 3.0.0.1
The following shows the output of the show commands on Router 1.
Router 1
OS10# show ip vrf
VRF-Name Interfaces
blue Eth1/1/2
Vlan128
default Mgmt1/1/1
Vlan1,24-25,200
green Eth1/1/4
Vlan256
orange Eth1/1/3
Vlan192
OS10# show ip route vrf blue
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 20.0.0.0/24 via 20.0.0.1 ethernet1/1/2 0/0
01:46:41
OS10# show ip route vrf orange
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 30.0.0.0/24 via 30.0.0.1 ethernet1/1/3 0/0
01:55:00
OS10# show ip route vrf green
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 40.0.0.0/24 via 40.0.0.1 ethernet1/1/4 0/0
02:01:15
======================================================================================
The following shows the output of the show commands on Router 2.
Layer 3
261