Examples
The following example shows sample output from the
show rip
command form:
Router# show rip
RIP config:
Active?: Yes
Added to socket?: Yes
Out-of-memory state: Normal
Version: 2
Default metric: Not set
Maximum paths: 4
Auto summarize?: No
Broadcast for V2?: No
Packet source validation?: Yes
NSF: Disabled
Timers: Update: 30 seconds (25 seconds until next update)
Invalid: 180 seconds
Holddown: 180 seconds
Flush: 240 seconds
This table describes the significant fields shown in the display.
Table 2. show rip Field Descriptions
Field
|
Description
|
Active?
|
Active state setting.
|
Out-of-memory state
|
Out-of-memory state for RIP can be one of the following: Normal, Minor, Severe, or Critical.
|
Version
|
Version number is 2.
|
Default metric
|
Default metric value, if configured. Otherwise Not set.
|
Maximum paths
|
Number of maximum paths allowed per RIP route.
|
Auto summarize?
|
Auto-summarize state setting.
|
Broadcast for V2?
|
RIP Version 2 broadcast setting.
|
Packet source validation?
|
Validation setting for the source IP address of incoming routing updates to RIP.
|
Timers
|
RIP network timer settings.
|
The following is sample output from the show rip database command form:
Router# show rip database
Routes held in RIP's topology database:
10.0.0.0/24
[0] directly connected, GigabitEthernet0/6/0/0
10.0.0.0/8 auto-summary
12.0.0.0/24
[5] distance: 20 redistributed
12.0.0.0/8 auto-summary
50.50.0.0/24
[1] via 10.0.0.20, next-hop 10.0.0.20, Uptime: 1s, GigabitEthernet0/6/0/0
50.50.1.0/24 (inactive)
[1] via 10.0.0.20, next-hop 10.0.0.20, Uptime: 1s, GigabitEthernet0/6/0/0
50.0.0.0/8 auto-summary
90.90.0.0/24
[5] distance: 20 redistributed
90.90.1.0/24
[5] distance: 20 redistributed
This table describes the significant fields shown in the display.
Table 3. show rip database Field Descriptions
Field
|
Description
|
10.0.0.0/24
[0] directly connected, GigabitEthernet0/6/0/0
|
Prefix and prefix length for a RIP connected route.
10.0.0.0/24 is directly connected to GigabitEthernet 0/6/0/0. The [0] represents the metric.
|
12.0.0.0/24
[5] distance: 20 redistributed
|
12.0.0.0/24 is a redistributed route. The metric is 5, and the distance is 20.
|
50.50.0.0/24
[1] via 10.0.0.20, next-hop 10.0.0.20, Uptime: 1s, GigabitEthernet0/6/0/0
|
The destination route 50.50.0.0/24 is learned through RIP, and the source 10.0.0.20 advertised it from GigabitEthernet 0/6/0/0.
The route was last updated one second ago.
|
50.50.1.0/24 (inactive)
[1] via 10.0.0.20, next hop 10.0.0.20, Uptime: 1s, GigabitEthernet0/6/0/0
|
The destination route 50.50.1.0/24 is not active in the routing table.
|
This example is sample output from the show rip interface command form:
Router# show rip interface
GigabitEthernet0_6_0_0
Rip enabled?: Yes
Out-of-memory state: Normal
Broadcast for V2: No
Accept Metric 0?: No
Send versions: 2
Receive versions: 2
Interface state: Up
IP address: 10.0.0.12/24
Metric Cost: 0
Split horizon: Enabled
Poison Reverse: Disabled
Joined multicast group?: Yes
GigabitEthernet0_6_0_2
Out-of-memory state: Normal
Rip enabled?: Yes
Broadcast for V2: No
Accept Metric 0?: No
Send versions: 2
Receive versions: 2
Interface state: Up
IP address: 12.0.0.12/24
Metric Cost: 0
Split horizon: Enabled
Poison Reverse: Disabled
Joined multicast group?: Yes
RIP peers attached to this interface:
12.0.0.13
uptime: 3 version: 2
packets discarded: 0 routes discarded: 402
This table describes the significant fields shown in the display.
Table 4. show rip interface Field Descriptions
Field
|
Description
|
Out-of-memory state
|
Specifies the current out-of-memory state on the interface.
|
Accept Metric 0?
|
Specifies whether this interface accepts routing entries from RIP updates with a metric set to zero (0).
|
Send versions:
Receive versions:
|
Specifies the RIP version used to send and receive packets on the interface.
|
Joined multicast group?:
|
Specifies whether the interface has joined the RIP multicast group 224.0.0.9.
|
RIP peers attached to this interface
|
Lists the RIP neighbors on this interface, and corresponding details.
|
Authentication Keychain Configuration for RIP Interface on Default VRF
These examples are output of the show rip interface command to display authentication keychain configuration for RIP interface on default VRF.
When an existing keychain with MD5 cryptographic algorithm was configured on the RIP interface:
GigabitEthernet0/3/0/3 (Forward Reference)
Rip enabled?: No
Out-of-memory state: Normal
Broadcast for V2: No
Accept Metric 0?: No
Send versions: 2
Receive versions: 2
Interface state: Unknown State
IP address: 0.0.0.0/0
Metric Cost: 0
Split horizon: Enabled
Poison Reverse: Disabled
Socket set options:
Joined multicast group?: No
LPTS filter set?: No
Authentication mode: MD5 Key chain: <key-chain-name>
Current active send key id: <send key id>
Current active receive key id: <recv key id>
Packets received: <num-rx-packets>
Authenticated packets received: <num-auth-rx-packets>
Packets dropped due to wrong keychain config: <num-rx-wrong-auth-cfg-pkts>
Packets received without authentication data: <num-rx-auth-missing-pkt>
Packets received with invalid authentication: <num-rx-invalid-auth-pkt>
When the keychain configured on the RIP interface does not exists or does not have any active keys:
GigabitEthernet0/3/0/3 (Forward Reference)
Rip enabled?: No
Out-of-memory state: Normal
Broadcast for V2: No
Accept Metric 0?: No
Send versions: 2
Receive versions: 2
Interface state: Unknown State
IP address: 0.0.0.0/0
Metric Cost: 0
Split horizon: Enabled
Poison Reverse: Disabled
Socket set options:
Joined multicast group?: No
LPTS filter set?: No
Authentication mode: MD5 Key chain: <key-chain-name>
No active key found in keychain database.
Packets received: <num-rx-packets>
Authenticated packets received: <num-auth-rx-packets>
Packets dropped due to wrong keychain config: <num-rx-wrong-auth-cfg-pkts>
Packets received without authentication data: <num-rx-auth-missing-pkt>
Packets received with invalid authentication: <num-rx-invalid-auth-pkt>
When an active key exists in the keychain configured on the RIP interface, but not configured with MD5 cryptographic algorithm:
GigabitEthernet0/3/0/3 (Forward Reference)
Rip enabled?: No
Out-of-memory state: Normal
Broadcast for V2: No
Accept Metric 0?: No
Send versions: 2
Receive versions: 2
Interface state: Unknown State
IP address: 0.0.0.0/0
Metric Cost: 0
Split horizon: Enabled
Poison Reverse: Disabled
Socket set options:
Joined multicast group?: No
LPTS filter set?: No
Authentication mode: MD5 Key chain: <key-chain-name>
Key(s) not configured with MD5 cryptographic algorithm.
Packets received: <num-rx-packets>
Authenticated packets received: <num-auth-rx-packets>
Packets dropped due to wrong keychain config: <num-rx-wrong-auth-cfg-pkts>
Packets received without authentication data: <num-rx-auth-missing-pkt>
Packets received with invalid authentication: <num-rx-invalid-auth-pkt>
When no authentication keychain was configured on the RIP interface:
GigabitEthernet0/3/0/3 (Forward Reference)
Rip enabled?: No
Out-of-memory state: Normal
Broadcast for V2: No
Accept Metric 0?: No
Send versions: 2
Receive versions: 2
Interface state: Unknown State
IP address: 0.0.0.0/0
Metric Cost: 0
Split horizon: Enabled
Poison Reverse: Disabled
Socket set options:
Joined multicast group?: No
LPTS filter set?: No
Authentication mode is not set.
Packets received: <num-rx-packets>
Authentication keychain Configuration for RIP Interface on Non-default VRF
These examples are output of the show rip vrf interface command to display authentication keychain configuration for RIP interface on a non- default VRF.
When an existing keychain with MD5 cryptographic algorithm has been configured on the RIP interface:
GigabitEthernet0/3/0/3 (Forward Reference)
Rip enabled?: No
Out-of-memory state: Normal
Broadcast for V2: No
Accept Metric 0?: No
Send versions: 2
Receive versions: 2
Interface state: Unknown State
IP address: 0.0.0.0/0
Metric Cost: 0
Split horizon: Enabled
Poison Reverse: Disabled
Socket set options:
Joined multicast group?: No
LPTS filter set?: No
Authentication mode: MD5 Key chain: <key-chain-name>
Packets received: <num-rx-packets>
Authenticated packets received: <num-auth-rx-packets>
Packets dropped due to wrong keychain config: <num-rx-wrong-auth-cfg-pkts>
Packets received without authentication data: <num-rx-auth-missing-pkt>
Packets received with invalid authentication: <num-rx-invalid-auth-pkt>
When the keychain configured on the RIP interface does not exist or does not have any active keys:
GigabitEthernet0/3/0/3 (Forward Reference)
Rip enabled?: No
Out-of-memory state: Normal
Broadcast for V2: No
Accept Metric 0?: No
Send versions: 2
Receive versions: 2
Interface state: Unknown State
IP address: 0.0.0.0/0
Metric Cost: 0
Split horizon: Enabled
Poison Reverse: Disabled
Socket set options:
Joined multicast group?: No
LPTS filter set?: No
Authentication mode: MD5 Key chain: <key-chain-name>
No active key found in keychain database.
Packets received: <num-rx-packets>
Authenticated packets received: <num-auth-rx-packets>
Packets dropped due to wrong keychain config: <num-rx-wrong-auth-cfg-pkts>
Packets received without authentication data: <num-rx-auth-missing-pkt>
Packets received with invalid authentication: <num-rx-invalid-auth-pkt>
When an active key exists in the keychain configured on the RIP interface, but not configured with MD5 cryptographic algorithm:
GigabitEthernet0/3/0/3 (Forward Reference)
Rip enabled?: No
Out-of-memory state: Normal
Broadcast for V2: No
Accept Metric 0?: No
Send versions: 2
Receive versions: 2
Interface state: Unknown State
IP address: 0.0.0.0/0
Metric Cost: 0
Split horizon: Enabled
Poison Reverse: Disabled
Socket set options:
Joined multicast group?: No
LPTS filter set?: No
Authentication mode: MD5 Key chain: <key-chain-name>
Key(s) not configured with MD5 cryptographic algorithm.
Packets received: <num-rx-packets>
Authenticated packets received: <num-auth-rx-packets>
Packets dropped due to wrong keychain config: <num-rx-wrong-auth-cfg-pkts>
Packets received without authentication data: <num-rx-auth-missing-pkt>
Packets received with invalid authentication: <num-rx-invalid-auth-pkt>
When no authentication keychain has been configured on the RIP interface:
GigabitEthernet0/3/0/3 (Forward Reference)
Rip enabled?: No
Out-of-memory state: Normal
Broadcast for V2: No
Accept Metric 0?: No
Send versions: 2
Receive versions: 2
Interface state: Unknown State
IP address: 0.0.0.0/0
Metric Cost: 0
Split horizon: Enabled
Poison Reverse: Disabled
Socket set options:
Joined multicast group?: No
LPTS filter set?: No
Authentication mode is not set.
Packets received: <num-rx-packets>
The following is sample output from the show rip statistics command form:
Router# show rip statistics
RIP statistics:
Total messages sent: 5597
Message send failures: 0
Regular updates sent: 5566
Queries responsed to: 0
RIB updates: 6
Total packets received: 5743
Discarded packets: 0
Discarded routes: 0
Number of routes allocated: 18
Number of paths allocated: 14
Route malloc failures: 0
Path malloc failures: 0
This table describes the significant fields shown in the display.
Table 5. show rip statistics Field Descriptions
Field
|
Description
|
RIB updates
|
Number of route addition and deletion messages sent to RIB.
|
Number of routes allocated
Number of paths allocated
|
Number of routes or paths allocated for the RIP internal topology database.
|
Route malloc failures
Path malloc failures
|
Number of route and path failures during route allocation.
|