OmniSwitch OS6860/OS6900/OS10K Troubleshooting Guide Part No.032996-00 Rev.A
AOS Release 7.X and 8.X January 2015
Alcatel-Lucent Page 82 of 148
11. Troubleshooting RIP
Summary of the commands in this chapter is listed here:
____________________________________________________________
show ip rip interface
show ip redist rip
show ip rip
show ip rip peer
show ip rip routes
show ip route-map
show log swlog
__________________________________________________________________
Verify the required parameters for a RIP interface using the show ip rip interface command.
-> show ip rip interface "vlan_1"
Interface IP Name = vlan_1,
Interface IP Address = 192.168.6.2,
IP Interface Number (VLANId) = 0,
Interface Admin status = disabled,
IP Interface Status = disabled,
Interface Config Ingress Route Map Name = ,
Interface Config Egress Route Map Name = ,
Interface Config AuthType = None,
Interface Config AuthKey Length = 0,
Interface Config Send-Version = v2,
Interface Config Receive-Version = both,
Interface Config Default Metric = 1,
Received Packets = 0,
Received Bad Packets = 0,
Received Bad Routes = 0,
Sent Updates = 0
This interface can be configured for RIP v 1 or RIP v 2. Now, the RIP interface must be enabled using the ip
rip interface command.
-> ip rip interface "vlan_1" admin-state enable
-> show ip rip interface
Interface Intf Admin IP Intf Updates
Name vlan status status sent/recv(bad)
---------------------+------+-----------+-----------+---------------
vlan_1 0 enabled disabled 0/0(0)
The interface is enabled. Verify that local interface redistribution is enabled using the show ip route-map
command.
-> show ip route-map
Route Maps: configured: 11 max: 200
Route Map: LOCAL4_RIP_1 Sequence Number: 1 Action permit
match ip-address 102.0.0.0/8 redist-control all-subnets deny
set metric 1 effect none
-> show ip route-map local_map_1
Route Map: local_map_1 Sequence Number: 1 Action permit
match ip-address 102.0.0.0/8 redist-control all-subnets deny
set metric 1 effect none
Verify that RIP is enabled globally and redistribution is also enabled, using the show ip rip command.