show ipv6 rip
To display information about current IPv6 Routing Information Protocol (RIP) processes, use the show ipv6 rip command in user EXEC or privileged EXEC mode.
Cisco IOS XE Release 3.9S, Cisco IOS Release 15.3(2)S, and Later Releases
show ipv6 rip [ name] [ vrf vrf-name] [database | next-hops]
Releases Prior to Cisco IOS XE Release 3.9S and Cisco IOS Release 15.3(2)S
show ipv6 rip [ name] [database | next-hops]
Syntax Description
name |
(Optional) Name of the RIP process. If the name is not entered, details of all configured RIP processes are displayed. |
vrf vrf-name |
(Optional) Displays information about the specified Virtual Routing and Forwarding (VRF) instance. |
database |
(Optional) Displays information about entries in the specified RIP IPv6 routing table. |
next-hops |
(Optional) Displays information about the next hop addresses for the specified RIP IPv6 process. If no RIP process name is specified, the next-hop addresses for all RIP IPv6 processes are displayed. |
Command Default
Information about all current IPv6 RIP processes is displayed.
Command Modes
User EXEC (>)
Privileged EXEC (#)
Command History
Release |
Modification |
---|---|
12.2(2)T |
This command was introduced. |
12.0(21)ST |
This command was integrated into Cisco IOS Release 12.0(21)ST. |
12.0(22)S |
This command was integrated into Cisco IOS Release 12.0(22)S. The name argument and the database and next-hops keywords were added. |
12.2(13)T |
The command was modified. The name argument, and the database and next-hops keywords were added. |
12.2(28)SB |
This command was integrated into Cisco IOS Release 12.2(28)SB. |
12.2(25)SG |
This command was integrated into Cisco IOS Release 12.2(25)SG. |
12.2(33)SRA |
This command was integrated into Cisco IOS Release 12.2(33)SRA. |
12.2(33)SXH |
This command was integrated into Cisco IOS Release 12.2(33)SXH. |
Cisco IOS XE Release 2.1 |
This command was implemented on Cisco 1000 Series Aggregation Services Routers. |
Cisco IOS XE Release 3.9S |
This command was modified. The vrf vrf-name keyword/argument pair was added. |
15.3(2)S |
This command was integrated into Cisco IOS Release 15.3(2)S. |
15.3(3)M |
This command was integrated into Cisco IOS Release 15.3(3)M. |
Examples
The following is sample output from the show ipv6 rip command:
Device# show ipv6 rip
RIP process "one", port 521, multicast-group FF02::9, pid 55
Administrative distance is 25. Maximum paths is 4
Updates every 30 seconds, expire after 180
Holddown lasts 0 seconds, garbage collect after 120
Split horizon is on; poison reverse is off
Default routes are not generated
Periodic updates 8883, trigger updates 2
Interfaces:
Ethernet2
Redistribution:
RIP process "two", port 521, multicast-group FF02::9, pid 61
Administrative distance is 120. Maximum paths is 4
Updates every 30 seconds, expire after 180
Holddown lasts 0 seconds, garbage collect after 120
Split horizon is on; poison reverse is off
Default routes are not generated
Periodic updates 8883, trigger updates 0
Interfaces:
None
Redistribution:
The table below describes the significant fields shown in the display.
Field |
Description |
---|---|
RIP process |
The name of the RIP process. |
port |
The port that the RIP process is using. |
multicast-group |
The IPv6 multicast group of which the RIP process is a member. |
pid |
The process identification number (pid) assigned to the RIP process. |
Administrative distance |
Used to rank the preference of sources of routing information. Connected routes have an administrative distance of 1 and are preferred over the same route learned by a protocol with a larger administrative distance value. |
Updates |
The value (in seconds) of the update timer. |
expire |
The interval (in seconds) in which updates expire. |
Holddown |
The value (in seconds) of the hold-down timer. |
garbage collect |
The value (in seconds) of the garbage-collect timer. |
Split horizon |
The split horizon state is either on or off. |
poison reverse |
The poison reverse state is either on or off. |
Default routes |
The origination of a default route into RIP. Default routes are either generated or not generated. |
Periodic updates |
The number of RIP update packets sent on an update timer. |
trigger updates |
The number of RIP update packets sent as triggered updates. |
The following is sample output from the show ipv6 rip database command.
Device# show ipv6 rip one database
RIP process "one", local RIB
2001:72D:1000::/64, metric 2
Ethernet2/2001:DB8:0:ABCD::1, expires in 168 secs
2001:72D:2000::/64, metric 2, installed
Ethernet2/2001:DB8:0:ABCD::1, expires in 168 secs
2001:72D:3000::/64, metric 2, installed
Ethernet2/2001:DB8:0:ABCD::1, expires in 168 secs
Ethernet1/2001:DB8::1, expires in 120 secs
2001:72D:4000::/64, metric 16, expired, [advertise 119/hold 0]
Ethernet2/2001:DB8:0:ABCD::1
3004::/64, metric 2 tag 2A, installed
Ethernet2/2001:DB8:0:ABCD::1, expires in 168 secs
The table below describes the significant fields shown in the display.
Field |
Description |
---|---|
RIP process |
The name of the RIP process. |
2001:72D:1000::/64 |
The IPv6 route prefix. |
metric |
Metric for the route. |
installed |
Route is installed in the IPv6 routing table. |
Ethernet2/2001:DB8:0:ABCD::1 |
Interface and LL next hop through which the IPv6 route was learned. |
expires in |
The interval (in seconds) before the route expires. |
advertise |
For an expired route, the value (in seconds) during which the route will be advertised as expired. |
hold |
The value (in seconds) of the hold-down timer. |
tag |
Route tag. |
The following is sample output from the show ipv6 rip next-hops command.
Device# show ipv6 rip one next-hops
RIP process "one", Next Hops
FE80::210:7BFF:FEC2:ACCF/Ethernet4/2 [1 routes]
FE80::210:7BFF:FEC2:B286/Ethernet4/2 [2 routes]
The table below describes the significant fields shown in the display.
Field |
Description |
||
---|---|---|---|
RIP process |
The name of the RIP process. |
||
2001:DB8:0:1::1/Ethernet4/2 |
The next-hop address and interface through which it was learned. Next hops are either the addresses of IPv6 RIP neighbors from which we have learned routes or explicit next hops received in IPv6 RIP advertisements.
|
||
[1 routes] |
The number of routes in the IPv6 RIP routing table using the specified next hop. |
The following is sample output from the show ipv6 rip vrf command:
Device# show ipv6 rip vrf red
RIP VRF "red", port 521, multicast-group 2001:DB8::/32, pid 295
Administrative distance is 120. Maximum paths is 16
Updates every 30 seconds, expire after 180
Holddown lasts 0 seconds, garbage collect after 120
Split horizon is on; poison reverse is off
Default routes are not generated
Periodic updates 99, trigger updates 3
Full Advertisement 0, Delayed Events 0
Interfaces:
Ethernet0/1
Loopback2
Redistribution:
None
The table below describes the significant fields shown in the display.
Field |
Description |
---|---|
RIP VRF |
The name of the RIP VRF. |
port |
The port that the RIP process is using. |
multicast-group |
The IPv6 multicast group of which the RIP process is a member. |
Administrative distance |
Used to rank the preference of sources of routing information. Connected routes have an administrative distance of 1 and are preferred over the same route learned by a protocol with a larger administrative distance value. |
Updates |
The value (in seconds) of the update timer. |
expires after |
The interval (in seconds) in which updates expire. |
Holddown |
The value (in seconds) of the hold-down timer. |
garbage collect |
The value (in seconds) of the garbage-collect timer. |
Split horizon |
The split horizon state is either on or off. |
poison reverse |
The poison reverse state is either on or off. |
Default routes |
The origination of a default route into RIP. Default routes are either generated or not generated. |
Periodic updates |
The number of RIP update packets sent on an update timer. |
trigger updates |
The number of RIP update packets sent as triggered updates. |
The following is sample output from show ipv6 rip vrf next-hops command:
Device# show ipv6 rip vrf blue next-hops
RIP VRF "blue", local RIB
AAAA::/64, metric 2, installed
Ethernet0/0/FE80::A8BB:CCFF:FE00:7C00, expires in 177 secs
Field |
Description |
||
---|---|---|---|
RIP VRF |
The name of the RIP VRF. |
||
metric |
Metric for the route. |
||
installed |
Route is installed in the IPv6 routing table. |
||
Ethernet0/0/FE80::A8BB:CCFF:FE00:7C00 |
The next hop address and interface through which it was learned. Next hops are either the addresses of IPv6 RIP neighbors from which we have learned routes, or explicit next hops received in IPv6 RIP advertisements.
|
||
expires in |
The interval (in seconds) before the route expires. |
The following is sample output from show ipv6 rip vrf database command:
Device# show ipv6 rip vrf blue database
RIP VRF "blue", Next Hops
FE80::A8BB:CCFF:FE00:7C00/Ethernet0/0 [1 paths]
Field |
Description |
---|---|
RIP VRF |
The name of the RIP VRF. |
FE80::A8BB:CCFF:FE00:7C00/Ethernet0/0 |
Interface and LL next hop through which the IPv6 route was learned. |
1 paths |
Indicates the number of unique paths to this router that exist in the routing table. |