Product manual

AX Series Network Partition: Solution Guide [Basic] Second Edition
© 2009-2010 ALAXALA Networks Corporation. All rights reserved.
36
4.
Network Partition Operations
4.1 System log
In the device that uses a VRF function, VRF information is added to the event information on the routing
protocol, such as RIP, OSPF, BGP4, or PIM-SM, to identify a VRF for which each routing protocol has been
used. VRF information is also added partially in the device-related event protocol (location of event occurrence
= IP) or in software (multicast-related) .
See AX6700S·AX6300S Software Manual Message/Log Reference for the displayed log information and other
details.
4.2 Operational commands
In the device that uses a VRF function, the parameters below that identify VRF can be added to almost all
operational commands related to Layer 3 relay. This enables the selection of the VRF to be displayed.
(vrf not specified) Only information on the global network
vrf <vrf id> Information on the specified VRF
vrf all Total VRF information, including the global network
(Note: There are also some commands with which “all” cannot be specified.)
For example, a “show ip route” command that displays route information is shown below.
• vrf is not specified. (Route display of the global network)
• vrf 10 is specified.
C1>show ip route vrf 10
Date 2008/12/20 12:00:00 UTC
VRF: 10 Total: 8 routes
Destination Next Hop Interface Metric Protocol Age
127/8 ---- localhost 0/0 Connected 2h 14m
127.0.0.1/32 127.0.0.1 localhost 0/0 Connected 2h 14m
172.16/16 172.16.0.1 VLAN0010 0/0 Connected 2h 14m
172.16.0.1/32 172.16.0.1 VLAN0010 0/0 Connected 2h 14m
192.168.10/24 192.168.10.1 VLAN0100 0/0 Connected 2h 14m
192.168.10.1/32 192.168.10.1 VLAN0100 0/0 Connected 2h 14m
192.168.11/24 192.168.11.1 VLAN0101 0/0 Connected 2h 14m
192.168.11.1/32 192.168.11.1 VLAN0101 0/0 Connected 2h 14m
C1>show ip route
Date 2008/12/20 12:00:00 UTC
Total: 4 routes
Destination Next Hop Interface Metric Protocol Age
127/8 ---- localhost 0/0 Connected 2h 14m
127.0.0.1/32 127.0.0.1 localhost 0/0 Connected 2h 14m
192.168.255/24 192.168.255.1 VLAN0002 0/0 Connected 2h 14m
192.168.255.1/32 192.168.255.1 VLAN0002 0/0 Connected 2h 14m
C1>show logging
KEY 12/20 12:10:00 operator(tty00):C1> show logging
RTM 12/20 12:03:14 OSPF SENT 192.168.10.1 -> 224.0.0.5 (VRF 10): Network is down.
...