Viewing general RIP information
Syntax:
show ip rip
To display general RIP information, enter show ip rip
at any context level. The resulting display
will appear similar to the following:
General RIP information listing
switch(config)# show ip rip RIP global parameters RIP protocol : enabled Auto-summary : enabled Default Metric : 1 Distance : 120 Route changes : 0 Queries : 0 RIP interface information IP Address Status Send mode Recv mode Metric Auth ----------- -------- --------- ---------- ------- ---- 100.1.0.1 enabled V2-only V2-only 5 none 100.2.0.1 enabled V2-only V2-only 5 none 100.3.0.1 enabled V2-only V2-only 5 none 100.4.0.1 enabled V2-only V2-only 5 none 100.10.0.1 enabled V2-only V2-only 5 none 100.11.0.1 enabled V2-only V2-only 5 none RIP peer information IP Address Bad routes Last update timeticks --------------- ----------- ---------------------
The display is a summary of global RIP information, information about interfaces with RIP enabled, and information about RIP peers. The following fields are displayed:
RIP protocol |
Status
of the RIP protocol on the router. RIP must be enabled here and on
the VLAN interface for RIP to be active.The default is |
Auto-summary |
Status of auto-summary for all interfaces running RIP. If auto-summary is enabled, subnets will be summarized to a class network when advertising outside of the given network. |
Default metric |
Sets the default metric for imported routes. This is the metric that will be advertised with the imported route to other RIP peers. A RIP metric is a measurement used to determine the "best" path to network: 1 is the best, 15 is the worst, 16 is unreachable. |
Route changes |
The number of times RIP has modified the routing switch’s routing table. |
Queries |
The number of RIP queries that have been received by the routing switch. |
RIP interface information |
RIP information on the VLAN interfaces on which RIP is enabled:
|
RIP peer information |
RIP peers are neighboring routers from which the routing switch
has received RIP updates:
|