NEXPEED NBG440 User’s Manual
NexComm Systems, Inc. 89 PAGE
Sending RIP packets manually to the specified interface
COMMAND (conf)# rip send <ifname> v1|v2
Usage Examples:
(conf)# rip send s0 v2
☞
RIP
immediately sends version 2 updates to the s0 link.
Viewing your RIP Interfaces
Displays RIP interfaces.
COMMAND (conf)# show rip
Usage Examples:
(conf)# sh rip
s0: txrip2 rxrip2
s1: disabled
lan: disabled
(conf)#
Viewing the RIP updates :
Displays the routing table.
COMMAND (conf)# show ip route
Usage Examples:
(conf)# sh ip route
destination netmask gateway met ifname type
-----------------------------------------------------------------------
210.10.10.0 255.255.255.0 210.10.10.1 1 s0 rip(175)
192.168.10.0 255.255.255.252 192.168.10.1 0 s1 connected
168.126.188.0 255.255.255.0 168.126.188.130 0 lan connected
(conf)#