2.9. Show, Clear, and Debug Command Reference

2.9.1. Command Hierarchies

2.9.1.1. Show Commands

show
— router
— bfd
— session
— rip
database [ip-prefix [/mask] [longer]] [peer ip-address] [detail [qos]]
group [name] [detail]
neighbor [ip-int-name | ip-address] [detail] [advertised-routes]
peer [interface-name]
statistics [ip-int-name | ip-address]
— ripng
database [peer ipv6-address] [detail]
database [peer ipv6-address] detail [qos]
database ipv6-address[/prefix-length] [longer] [peer ipv6-address] [detail]
database ipv6-address[/prefix-length] [longer] [peer ipv6-address] [detail] [qos]
group [name] [detail]
neighbor [ip-int-name | ipv6-address] [detail]
neighbor [detail] advertised-routes [ip-int-name | ipv6-link-local-address]
peer [interface-name]
statistics [ip-int-name | ip-address]

2.9.1.2. Clear Commands

clear
— router
— rip
export
statistics [neighbor ip-int-name | ip-address]
— ripng
export
export [neighbor ip-int-name | ipv6-address]

2.9.1.3. Debug Commands

debug
— router
— rip
[no] auth [neighbor ip-int-name | ip-address]
[no] error [neighbor ip-int-name | ip-address]
[no] events [neighbor ip-int-name | ip-address]
[no] holddown [neighbor ip-int-name | ip-address]
[no] packets [neighbor ip-int-name | ip-address]
[no] requests [neighbor ip-int-name | ip-address]
[no] trigger [neighbor ip-int-name | ip-address]
[no] updates [neighbor ip-int-name | ip-address]
debug
— router
— ripng
[no] error [neighbor ip-int-name | ipv6-address]
[no] events [neighbor ip-int-name ]
[no] holddown [neighbor ip-int-name | ipv6-address]
[no] packets [neighbor ip-int-name | ipv6-address]
[no] requests [neighbor ip-int-name | ipv6-address]
[no] trigger [neighbor ip-int-name | ipv6-address]
[no] updates [neighbor ip-int-name | ipv6-address]

2.9.2. Command Descriptions

2.9.2.1. Show Commands

The command outputs in the following section are examples only; actual displays may differ depending on supported functionality and user configuration.

database

Syntax 
database [ip-prefix [/mask] [longer]] [peer ip-address] [detail [qos]]
Context 
show>router>rip
Description 

This command displays the routes in the RIP database.

Output 

Table 4 describes the route database output fields.

Table 4:  Database Output Fields  

Label

Description

Destination

The RIP destination for the route.

Peer

The router ID of the peer router.

NextHop

The IP address of the next hop.

Metric

The hop count to rate the value of different hops.

Tag

The value to distinguish between internal routes (learned by RIP) and external routes (learned from other protocols).

TTL

Displays how many seconds the specific route will remain in the routing table. When an entry reaches 0, it is removed from the routing table.

Valid

No — The route is not valid.

Yes — The route is valid.

The following output is an example of database information.

Sample Output
A:ALA-A# show rip database 
===============================================================================
RIP Route Database                                                             
===============================================================================
Destination        Peer             NextHop         Metric  Tag     TTL   Valid
-------------------------------------------------------------------------------
180.0.0.10/32      180.1.7.15       0.0.0.0         2       0       163   No   
180.0.0.10/32      180.1.8.14       0.0.0.0         2       0       179   No   
180.0.0.14/32      180.1.8.14       0.0.0.0         1       0       179   Yes  
180.0.6.0/24       180.1.7.15       0.0.0.0         11      8194    163   No   
180.0.6.0/24       180.1.8.14       0.0.0.0         11      8194    179   No   
180.0.7.0/24       180.1.7.15       0.0.0.0         11      8194    163   No   
180.1.5.0/24       180.1.7.15       0.0.0.0         2       0       151   Yes  
180.1.5.0/24       180.1.8.14       0.0.0.0         1       0       167   No   
180.100.17.16/30   180.1.7.15       0.0.0.0         2       0       151   No   
180.100.17.16/30   180.1.8.14       0.0.0.0         2       0       167   No 
-------------------------------------------------------------------------------
No. of Routes: 10
===============================================================================
A:ALA-A#

group

Syntax 
group [group-name] [detail]
Context 
show>router>rip
Description 

This command displays RIP group information.

Parameters 
group-name—
Displays RIP group information for the specified group.
detail—
Displays detailed RIP group information.
Output 

Table 5 describes the standard command output fields for a RIP group.

Table 5:  RIP Group Fields  

Label

Description  

Group

The RIP group name.

Adm

Down — The RIP group is administratively down.

Up — The RIP group is administratively up.

Opr

Down — The RIP group is operationally down.

Up — The RIP group is operationally up.

Send Mode

Bcast — Specifies that RIPv2 formatted messages are sent to the broadcast address.

Mcast — Specifies that RIPv2 formatted messages are sent to the multicast address.

None — Specifies that no RIP messages are sent (silent listener)

RIPv1 — Specifies that RIPv1 formatted messages are sent to the broadcast address.asp

Recv Mode

Both — Specifies that RIP updates in either version 1 or version 2 format will be accepted.

None — Specifies that RIP updates will not be accepted.

RIPv1 — Specifies that RIP updates in version 1 format only will be accepted.

RIPv2 — Specifies that RIP updates in version 2 format only will be accepted.

Metric In

The metric value added to routes received from a RIP neighbor.

The following output is an example of RIP group information.

Sample Standard RIP Group Output
A:ALA-A# show router rip group
===============================================================================
RIP Groups                                                                     
===============================================================================
Group                              Adm      Opr      Send     Recv     Metric  
                                                     Mode     Mode     In      
-------------------------------------------------------------------------------
rip-group                          Up       Down     BCast    Both     1       
===============================================================================
A:ALA-A# 
Sample Detailed Output
A:ALA-A# show router rip group detail
===============================================================================
RIP groups (Detail)                                                            
===============================================================================
-------------------------------------------------------------------------------
Group "rip-group"                                                              
-------------------------------------------------------------------------------
Description    : No Description Available                                      
Admin State    : Up                     Oper State     : Down                  
Send Mode      : Broadcast              Receive Mode   : Both                  
Metric In      : 1                      Metric Out     : 1                     
Split Horizon  : Enabled                Check Zero     : Disabled              
Message Size   : 25                     Preference     : 100                   
Auth. Type     : None                   Update Timer   : 30                    
Timeout Timer  : 180                    Flush Timer    : 120                   
Export Policies:                                                               
    None                                                                       
Import Policies:                                                               
    None                                                                       
===============================================================================
A:ALA-A#

neighbor

Syntax 
neighbor [ip-addr | ip-int-name] [advertised-routes | detail]
Context 
show>router>rip
Description 

This command displays RIP neighbor interface information.

Parameters 
ip-addr | ip-int-name—
Displays information for the specified IP interface.
Default—
all neighbor interfaces
advertised-routes—
Displays the routes advertised to RIP neighbors. If no neighbors are specified, then all routes advertised to all neighbors are displayed. If a specific neighbor is given then only routes advertised to the given neighbor/interface are displayed.
Default—
display RIP information
Output 

Table 6 describes the standard command output fields for a RIP group.

Table 6:  RIP Neighbor Standard Output Fields  

Label

Description

Neighbor

The RIP neighbor interface name.

Adm

Down — The RIP neighbor interface is administratively down.

Up — The RIP neighbor interface is administratively up.

Opr

Down — The RIP neighbor interface is operationally down.

Up — The RIP neighbor interface is operationally up.

Primary IP

The Primary IP address of the RIP neighbor interface.

Send Mode

Bcast — Specifies that RIPv2 formatted messages are sent to the broadcast address.

Mcast — Specifies that RIPv2 formatted messages are sent to the multicast address.

None — Specifies that no RIP messages are sent (such as a silent listener).

RIPv1 — Specifies that RIPv1 formatted messages are sent to the broadcast address.

Recv Mode

Both — Specifies that RIP updates in either version 1 or version 2 format will be accepted.

None — Specifies that RIP updates will not be accepted.

RIPv1 — Specifies that RIP updates in version 1 format only are accepted.

RIPv2v — Specifies that RIP updates in version 2 format only are accepted.

Metric In

The metric added to routes received from a RIP neighbor.

The following output is an example of RIP neighbor information.

Sample Output
A:ALA-A# show router rip neighbor
===============================================================================
RIP Neighbors
===============================================================================
Interface                         Adm  Opr  Primary IP      Send  Recv  Metric  
                                                            Mode  Mode  In      
-------------------------------------------------------------------------------
router-2/1                        Up   Up   10.0.3.12       None  Both  1      
router-2/2                        Up   Up   10.0.5.12       BCast Both  1      
router-2/3                        Up   Up   10.0.6.12       BCast Both  1      
router-2/5                        Up   Up   10.0.9.12       BCast Both  1      
router-2/6                        Up   Up   10.0.17.12      None  Both  1      
router-2/7                        Up   Up   10.0.16.12      None  Both  1      
===============================================================================
A:ALA-A#

Table 7 describes the standard command output fields for a RIP group.

Table 7:  Detailed RIP Neighbor Output Fields  

Label

Description

Neighbor

The RIP neighbor name.

Description

The RIP neighbor description. No Description Available indicates no description is configured.

Primary IP

The RIP neighbor interface primary IP address.

Group

The RIP group name of the neighbor interface.

Admin State

Down — The RIP neighbor interface is administratively down.

Up — The RIP neighbor interface is administratively up.

Oper State

Down — The RIP neighbor interface is operationally down.

Up — The RIP neighbor interface is operationally up.

Send Mode

Bcast — Specifies that RIPv2 formatted messages are sent to the broadcast address.

Mcast — Specifies that RIPv2 formatted messages are sent to the multicast address.

None — Specifies that no RIP messages are sent (such as a silent listener).

RIPv1 — Specifies that RIPv1 formatted messages are sent to the broadcast address.

Recv Mode

Both — Specifies that RIP updates in either version 1 or version 2 format will be accepted.

None — Specifies that RIP updates will not be accepted.

RIPv1 — Specifies that RIP updates in version 1 format only will be accepted.

RIPv2 — Specifies that RIP updates in version 2 format only will be accepted.

Metric In

The metric value added to routes received from a RIP neighbor.

Metric Out

The value added to routes exported into RIP and advertised to RIP neighbors.

Split Horizon

Disabled — Split horizon disabled for the neighbor.

Enabled — Split horizon and poison reverse enabled for the neighbor.

Check Zero

Disabled — Checking of the mandatory zero fields in the RIPv1 and RIPv2 specifications are not checked allowing receipt of RIP messages even if mandatory zero fields are non-zero for the neighbor.

Enabled — checking of the mandatory zero fields in the RIPv1 and RIPv2 specifications and rejecting non-compliant RIP messages is enabled for the neighbor.

Message Size

The maximum number of routes per RIP update message.

Preference

The preference of RIP routes from the neighbor.

Auth. Type

Specifies the authentication type.

Update Timer

The current setting of the RIP update timer value expressed in seconds.

Timeout Timer

The current RIP timeout timer value expressed in seconds.

Export Policies

The export route policy that is used to determine routes advertised to all peers.

Import Policies

The import route policy that is used to determine which routes are accepted from RIP neighbors.

The following output is an example of detailed RIP neighbor information.

Sample Detailed Output
A:ALA-A# show router rip neighbor detail
===============================================================================
RIP Neighbors (Detail)
===============================================================================
-------------------------------------------------------------------------------
Neighbor "router-2/7"
-------------------------------------------------------------------------------
Description    : No Description Available
Primary IP     : 10.0.16.12         Group        : seven                       
Admin State    : Up                 Oper State   : Up                          
Send Mode      : None               Receive Mode : Both                        
Metric In      : 1                  Metric Out   : 1                           
Split Horizon  : Enabled            Check Zero   : Disabled                    
Message Size   : 25                 Preference   : 100                         
Auth. Type     : None               Update Timer : 3                           
Timeout Timer  : 6                  Flush Timer  : 6                           
BFD: Enabled|Disabled 
Export Policies:                                                                
    Rip2Rip
    direct2Rip
Import Policies:                                                                
    None
===============================================================================
A:ALA-A#
Sample Output
A:ALA-A# show router rip neighbors interface advertised-routes 
===============================================================================
RIP Advertised Routes                                                          
===============================================================================
Destination         Interface         NextHop           Metric  Tag       TTL  
-------------------------------------------------------------------------------
180.0.0.2/32        180.1.8.12        0.0.0.0           10      8194      n/a  
180.0.0.5/32        180.1.8.12        0.0.0.0           10      8194      n/a  
180.0.0.8/32        180.1.8.12        0.0.0.0           10      8194      n/a  
180.0.0.9/32        180.1.8.12        0.0.0.0           10      8194      n/a  
180.0.0.10/32       180.1.8.12        0.0.0.0           10      8194      n/a  
180.0.0.11/32       180.1.8.12        0.0.0.0           10      8194      n/a  
180.0.0.12/32       180.1.8.12        0.0.0.0           1       0         n/a  
180.0.0.13/32       180.1.8.12        0.0.0.0           10      8194      n/a  
180.0.0.14/32       180.1.8.12        0.0.0.0           16      0         n/a  
180.0.0.15/32       180.1.8.12        0.0.0.0           2       0         n/a  
180.0.0.16/32       180.1.8.12        0.0.0.0           3       0         n/a 
-------------------------------------------------------------------------------
No. of Advertised Routes: 11
===============================================================================
A:ALA-A#

peer

Syntax 
peer [ip-int-name]
Context 
show>router>rip
Description 

This command displays RIP peer information.

Parameters 
ip-int-name—
Displays peer information for peers on the specified IP interface.
Default—
display peers for all interfaces
Output 

Table 8 describes the command output fields for a RIP peer.

Table 8:  RIP Peer Output Fields  

Label

Description

Peer IP Addr

The IP address of the peer router.

Interface Name

The peer interface name.

Version

The version of RIP running on the peer.

Last Update

The number of days since the last update.

No. of Peers

The number of RIP peers.

The following output is an example of RIP peer information.

Sample Output
A:ALA-A# show router rip peers
===============================================================================
RIP Peers
===============================================================================
Peer IP Addr      Interface Name                     Version     Last Update    
-------------------------------------------------------------------------------
10.0.5.13         router-2/2                         RIPv2       0             
10.0.6.16         router-2/3                         RIPv2       2             
10.0.9.14         router-2/5                         RIPv2       8             
10.0.10.15        router-2/4                         RIPv2       0             
-------------------------------------------------------------------------------
No. of Peers: 4
===============================================================================
A:ALA-A#

statistics

Syntax 
statistics [ip-addr | ip-int-name]
Context 
show>router>rip
Description 

This command displays interface level statistics for RIP.

If no IP address or interface name is specified, then all configured RIP interfaces are displayed.

If an IP address or interface name is specified, then only data regarding the specified RIP interface is displayed.

Parameters 
ip-addr | ip-int-name—
Displays statistics for the specified RIP IP interface.
Output 

Table 9 describes the output fields for RIP statistics.

Table 9:  RIP Statistics Output Fields  

Label

Description

Learned Routes

The number of RIP-learned routes were exported to RIP or RIPng neighbors.

Timed Out Routes

The number of routes that have been timed out.

Current Memory

The amount of memory used by this RIP router instance.

Maximum Memory

The amount of memory allocated for this RIP router instance.

Interface

Displays the name of each interface configured in RIP and associated RIP statistics.

Primary IP

The interface IP address.

Update Timer

The current setting of the RIP update timer value expressed in seconds.

Timeout Timer

The current RIP timeout timer value expressed in seconds.

Flush Timer

The number of seconds after a route has been declared invalid that it is flushed from the route database.

Updates Sent

Total — The total number of updates that were sent.

Last 5 Min — The number of updates that were sent in the last 5 minutes.

Last 1 Min — The number of updates that were sent in the last 1 minute.

Triggered Updates

Total — The total number of triggered updates sent. These updates are sent before the entire routing table is sent.

Last 5 Min — The number of triggered updates that were sent in the last 5 minutes.

Last 1 Min — The number of triggered updates that were sent in the last 1 minute.

Bad Packets Received

Total — The total number of RIP updates received on this interface that were discarded as invalid.

Last 5 Min — The number of updates received on this interface that were discarded as invalid the last 5 minutes.

Last 1 Min — The number of RIP updates received on this interface that were discarded as invalid in the last 1 minute.

RIPv1 Updates Received

Total — The total number of updates received.

Last 5 Min — The number of updates received in the last 5 minutes.

Last 1 Min — The number of updates received in the last 1 minute.

RIPv1 Updates Ignored

Total — The total number of updates ignored.

Last 5 Min — The number of updates ignored in the last 5 minutes.

Last 1 Min — The number of updates ignored in the last 1 minute.

RIPv1 Bad Routes

Total — The total number of bad routes received from the peer.

Last 5 Min — The number of bad routes received from the peer in the last 5 minutes.

Last 1 Min — The number of bad routes received from the peer in the last minute.

RIPv1 Requests Received

Total — The total number of times the router received route requests from other routers.

Last 5 Min — The number of times the router received route requests from other routers in the last 5 minutes.

Last 1 Min — The number of times the router received route requests from other routers in the last 1 minute.

RIPv1 Requests Ignored

Total — The total number of times the router ignored route requests from other routers.

Last 5 Min — The number of times the router ignored route requests from other routers in the last 5 minutes.

Last 1 Min — The number of times the router ignored route requests from other routers in the last 1 minute.

RIPv2 Updates Received

Total — The total number of updates received.

Last 5 Min — The number of updates received in the last 5 minutes.

Last 1 Min — The number of updates received in the last minute.

RIPv2 Updates Ignored

Total — The total number of updates ignored.

Last 5 Min — The number of updates ignored in the last 5 minutes.

Last 1 Min — The number of updates ignored in the last minute.

RIPv2 Bad Routes

Total — The total number of bad routes received from the peer.

Last 5 Min — The number of bad routes received from the peer in the last 5 minutes.

Last 1 Min — The number of bad routes received from the peer in the last minute.

RIPv2 Requests Received

Total — The total number of times the router received route requests from other routers.

Last 5 Min — The number of times the router received route requests from other routers in the last 5 minutes.

Last 1 Min — The number of times the router received route requests from other routers in the last minute.

RIPv2 Requests Ignored

Total — The total number of times the router ignored route requests from other routers.

Last 5 Min — The number of times the router ignored route requests from other routers in the last 5 minutes.

Last 1 Min — The number of times the router ignored route requests from other routers in the last minute.

Authentication Errors

Total — The total number of authentication errors to secure table updates.

Last 5 Min — The number of authentication errors to secure table updates in the last 5 minutes.

Last 1 Min — The number of authentication errors to secure table updates in the last minute.

The following output is an example of RIP statistics information.

Sample Output
A:ALA-A# show router rip statistics 
===============================================================================
RIP Statistics                                                                 
===============================================================================
Learned Routes     : 0                  Timed Out Routes   : 0                 
Current Memory     : 120624             Maximum Memory     : 262144            
                                                                               
-------------------------------------------------------------------------------
Interface "to-web"                                                             
-------------------------------------------------------------------------------
Primary IP         : 10.1.1.3           Update Timer       : 30                
Timeout Timer      : 180                Flush Timer        : 120               
                                                                               
Counter                       Total           Last 5 Min      Last 1 Min       
-------------------------------------------------------------------------------
Updates Sent                  0               0               0                
Triggered Updates             0               0               0                
Bad Packets Received          0               0               0                
RIPv1 Updates Received        0               0               0                
RIPv1 Updates Ignored         0               0               0                
RIPv1 Bad Routes              0               0               0                
RIPv1 Requests Received       0               0               0                
RIPv1 Requests Ignored        0               0               0                
RIPv2 Updates Received        0               0               0                
RIPv2 Updates Ignored         0               0               0                
RIPv2 Bad Routes              0               0               0                
RIPv2 Requests Received       0               0               0                
RIPv2 Requests Ignored        0               0               0                
Authentication Errors         0               0               0                
===============================================================================
A:ALA-A#

database

Syntax 
database [peer ipv6-address] [detail]
database [peer ipv6-address] detail [qos]
database ipv6-address[/prefix-length] [longer] [peer ipv6-address] [detail]
database ipv6-address[/prefix-length] [longer] [peer ipv6-address] detail [qos]
Context 
show>router>ripng
Description 

This command displays the routes in the RIPng database.

Parameters 
ipv6-address—
Specifies the RIPng IPv6 address.
Values—

ipv6-address:

x:x:x:x:x:x:x:x [-interface]

x:x:x:x:x:x:d.d.d.d [-interface]

x: [0..FFFF]H

d: [0..255]D

interface — link local addresses up to 32 characters

 

prefix-length—
The IP prefix in dotted decimal notation for the range used by the ABR to advertise that summarizes the area into another area.
Values—
ipv6-prefix:
  1. x:x:x:x:x:x:x:x (eight 16-bit pieces)
  2. x:x:x:x:x:x:d.d.d.d
  3. x: [0 to FFFF]H
  4. d: [0 to 255]D
prefix-length: 0 to 128

 

detail—
Displays detailed information.
qos—
Displays QoS information.
longer—
Displays more detailed information.
Output 

The following are examples of router RIPng database information.

Sample Output
*A:Dut-C>config>router>if# show router ripng database 
=============================================================================
RIP-NG Route Database
=============================================================================
Destination                                 Interface
  Peer                                        Metric TTL Valid 
-----------------------------------------------------------------------------
3ffe::10:10:3:0/120                         one
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:3:0/120                         two
  fe80::6629:ffff:fe00:0                      1      3   Yes   
3ffe::10:10:3:0/120                         three
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:3:0/120                         four
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:12:0/120                        one
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:12:0/120                        two
  fe80::6629:ffff:fe00:0                      1      3   Yes   
3ffe::10:10:12:0/120                        three
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:12:0/120                        four
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:103:0/120                       one
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:103:0/120                       two
  fe80::6629:ffff:fe00:0                      1      3   Yes   
3ffe::10:10:103:0/120                       three
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:103:0/120                       four
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:112:0/120                       one
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:112:0/120                       two
  fe80::6629:ffff:fe00:0                      1      3   Yes   
3ffe::10:10:112:0/120                       three
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:112:0/120                       four
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:20:1:2/128                         one
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:20:1:2/128                         two
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:20:1:2/128                         three
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:20:1:2/128                         four
  fe80::6629:ffff:fe00:0                      1      3   Yes   
-----------------------------------------------------------------------------
No. of Routes: 20
=============================================================================
show router ripng database [peer <ipv6-address>]
*A:Dut-C>config>router>if# show router ripng database peer fe80::6629:ffff:fe00:0 
=============================================================================
RIP-NG Route Database
=============================================================================
Destination                                 Interface
  Peer                                        Metric TTL Valid 
-----------------------------------------------------------------------------
3ffe::10:10:3:0/120                         one
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:3:0/120                         two
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:3:0/120                         three
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:3:0/120                         four
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:12:0/120                        one
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:12:0/120                        two
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:12:0/120                        three
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:12:0/120                        four
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:103:0/120                       one
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:103:0/120                       two
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:103:0/120                       three
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:103:0/120                       four
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:112:0/120                       one
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:112:0/120                       two
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:112:0/120                       three
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:10:112:0/120                       four
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:20:1:2/128                         one
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:20:1:2/128                         two
  fe80::6629:ffff:fe00:0                      1      3   Yes   
3ffe::10:20:1:2/128                         three
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:20:1:2/128                         four
  fe80::6629:ffff:fe00:0                      1      4   Yes   
-----------------------------------------------------------------------------
No. of Routes: 20
=============================================================================
show router ripng database [peer <ipv6-address>] detail 
*A:DutC>config>router>if# show router ripng database peer fe80::6629:ffff:fe00:0 detail 
===============================================================================
RIP-NG Route Database (Detail)
===============================================================================
Destination  : 3ffe::10:10:3:0/120              Metric       : 1
Interface    : one                              TTL          : 4
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:10:3:0/120              Metric       : 1
Interface    : two                              TTL          : 3
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:10:3:0/120              Metric       : 1
Interface    : three                            TTL          : 3
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:10:3:0/120              Metric       : 1
Interface    : four                             TTL          : 3
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:10:12:0/120             Metric       : 1
Interface    : one                              TTL          : 4
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:10:12:0/120             Metric       : 1
Interface    : two                              TTL          : 3
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:10:12:0/120             Metric       : 1
Interface    : three                            TTL          : 3
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:10:12:0/120             Metric       : 1
Interface    : four                             TTL          : 4
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:10:103:0/120            Metric       : 1
Interface    : one                              TTL          : 4
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:10:103:0/120            Metric       : 1
Interface    : two                              TTL          : 4
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:10:103:0/120            Metric       : 1
Interface    : three                            TTL          : 4
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:10:103:0/120            Metric       : 1
Interface    : four                             TTL          : 4
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:10:112:0/120            Metric       : 1
Interface    : one                              TTL          : 4
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:10:112:0/120            Metric       : 1
Interface    : two                              TTL          : 4
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:10:112:0/120            Metric       : 1
Interface    : three                            TTL          : 4
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:10:112:0/120            Metric       : 1
Interface    : four                             TTL          : 4
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:20:1:2/128              Metric       : 1
Interface    : one                              TTL          : 4
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:20:1:2/128              Metric       : 1
Interface    : two                              TTL          : 3
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:20:1:2/128              Metric       : 1
Interface    : three                            TTL          : 4
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
Destination  : 3ffe::10:20:1:2/128              Metric       : 1
Interface    : four                             TTL          : 4
Next Hop     : ::                               Tag          : 0
Peer         : fe80::6629:ffff:fe00:0           Valid        : Yes
 
===============================================================================
show router ripng database <ipv6-address[/prefix-length]> 
*A:Dut-C>config>router>if# show router ripng database 3ffe::10:20:1:2/128 
=============================================================================
RIP-NG Route Database
=============================================================================
Destination                                 Interface
  Peer                                        Metric TTL Valid 
-----------------------------------------------------------------------------
3ffe::10:20:1:2/128                         one
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:20:1:2/128                         two
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:20:1:2/128                         three
  fe80::6629:ffff:fe00:0                      1      4   Yes   
3ffe::10:20:1:2/128                         four
  fe80::6629:ffff:fe00:0                      1      3   Yes   
-----------------------------------------------------------------------------
No. of Routes: 4
=============================================================================

group

Syntax 
group [group-name] [detail]
Context 
show>router>ripng
Description 

This command displays RIPng group information.

Parameters 
group-name—
Displays RIPng group information for the specified group.
detail—
Displays detailed RIPng group information.
Output 

The following output is an example of RIPng group information.

Sample Output
*A:Dut-C>config>router>if# show router ripng group "A" 
===============================================================================
RIP-NG Groups
===============================================================================
Group                              Adm      Opr      Send     Recv     Metric
                                                     Mode     Mode     In
-------------------------------------------------------------------------------
A                                  Up       Up       RipNg    RipNg    1
-------------------------------------------------------------------------------
Groups : 1
===============================================================================
*A:Dut-C>config>router>if# show router ripng group "A" detail 
===============================================================================
RIP-NG groups (Detail)
===============================================================================
-------------------------------------------------------------------------------
Group "A"
-------------------------------------------------------------------------------
Description    : No Description Available
Admin State    : Up                     Oper State     : Up
Send Mode      : RipNg                  Receive Mode   : RipNg
Metric In      : 1                      Metric Out     : 1
Split Horizon  : Enabled                Check Zero     : Disabled
Message Size   : 25                     Preference     : 100
                                        Update Timer   : 1
Timeout Timer  : 5                      Flush Timer    : 5
BFD            : Enabled                
Export Policies:                        
    directToRipng
Import Policies:                        
    None
===============================================================================

neighbor

Syntax 
neighbor [ip-int-name | ipv6-address] [detail]
neighbor [detail] advertised-routes [ip-int-name | ipv6-link-local-address]
Context 
show>router>ripng
Description 

This command displays RIPng neighbor interface information.

Parameters 
ip-int-name | ipv6-address—
Displays information for the specified IPv6 interface and address.
Default—
all neighbor interfaces
advertised-routes—
Displays the routes advertised to RIPng neighbors. If no neighbors are specified, then all routes advertised to all neighbors are displayed. If a specific neighbor is given then only routes advertised to the given neighbor/interface are displayed.
Default—
displays RIPng information
ipv6-link-local-address—
Displays information about the of the IPv6 link local address for the neighbor.
detail—
Displays detailed information.
Output 

The following output is an example of RIPng neighbor information.

Sample Output
*A:Dut-C>config>router>if# show router ripng neighbor "one" 
===============================================================================
RIP-NG Neighbors
===============================================================================
Interface                         Adm  Opr  Primary IP      Send  Recv  Metric
                                                            Mode  Mode  In
-------------------------------------------------------------------------------
one                               Up   Up   3ffe::10:10:3:* RipNg RipNg 1
-------------------------------------------------------------------------------
No. of Neighbors: 1
===============================================================================
* indicates that the corresponding row element may have been truncated.
*A:Dut-C>config>router>if# show router ripng neighbor "one" detail 
===============================================================================
RIP-NG Neighbors (Detail)
===============================================================================
-------------------------------------------------------------------------------
Neighbor "one"
-------------------------------------------------------------------------------
Description    : n/a
Primary IP     : 3ffe::10:10:3:3/1* Group        : A
Admin State    : Up                 Oper State   : Up
Send Mode      : RipNg              Receive Mode : RipNg
Metric In      : 1                  Metric Out   : 1
Split Horizon  : Enabled            Check Zero   : Disabled
Message Size   : 25                 Preference   : 100
                                    Update Timer : 1
Timeout Timer  : 5                  Flush Timer  : 5
BFD            : Enabled            
Export Policies:                    
    directToRipng
Import Policies:                    
    None
===============================================================================
* indicates that the corresponding row element may have been truncated.
*A:Dut-C>config>router>if# show router ripng neighbor 3ffe::10:10:12:3 
===============================================================================
RIP-NG Neighbors
===============================================================================
Interface                         Adm  Opr  Primary IP      Send  Recv  Metric
                                                            Mode  Mode  In
-------------------------------------------------------------------------------
three                             Up   Up   3ffe::10:10:12* RipNg RipNg 1
-------------------------------------------------------------------------------
No. of Neighbors: 1
===============================================================================
* indicates that the corresponding row element may have been truncated.
*A:Dut-C>config>router>if# show router ripng neighbor 3ffe::10:10:12:3 detail 
===============================================================================
RIP-NG Neighbors (Detail)
===============================================================================
-------------------------------------------------------------------------------
Neighbor "three"
-------------------------------------------------------------------------------
Description    : n/a
Primary IP     : 3ffe::10:10:12:3/* Group        : B
Admin State    : Up                 Oper State   : Up
Send Mode      : RipNg              Receive Mode : RipNg
Metric In      : 1                  Metric Out   : 1
Split Horizon  : Enabled            Check Zero   : Disabled
Message Size   : 25                 Preference   : 100
                                    Update Timer : 1
Timeout Timer  : 5                  Flush Timer  : 5
BFD            : Disabled           
Export Policies:                    
    directToRipng
Import Policies:                    
    None
===============================================================================
* indicates that the corresponding row element may have been truncated.
*A:Dut-C>config>router>if# show router ripng neighbor advertised-routes       
============================================================================
RIP-NG Advertised Routes
============================================================================
Destination                                 Interface
  Link-local-address                        Metric TTL
----------------------------------------------------------------------------
3ffe::103:800/120                           one
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::103:800/120                           two
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::103:800/120                           three
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::103:800/120                           four
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:3:0/120                         one
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:3:0/120                         two
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:3:0/120                         three
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:3:0/120                         four
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:12:0/120                        one
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:12:0/120                        two
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:12:0/120                        three
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:12:0/120                        four
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:103:0/120                       one
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:103:0/120                       two
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:103:0/120                       three
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:103:0/120                       four
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:112:0/120                       one
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:112:0/120                       two
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:112:0/120                       three
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:112:0/120                       four
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:20:1:2/128                         one
  fe80::662d:ffff:fe00:0                    16     n/a
3ffe::10:20:1:2/128                         two
  fe80::662d:ffff:fe00:0                    16     n/a
3ffe::10:20:1:2/128                         three
  fe80::662d:ffff:fe00:0                    16     n/a
3ffe::10:20:1:2/128                         four
  fe80::662d:ffff:fe00:0                    16     n/a
3ffe::10:20:1:3/128                         one
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:20:1:3/128                         two
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:20:1:3/128                         three
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:20:1:3/128                         four
  fe80::662d:ffff:fe00:0                    1      n/a
----------------------------------------------------------------------------
No. of Advertised Routes: 28
============================================================================
*A:Dut-C>config>router>if# show router ripng neighbor advertised-routes "one"              
============================================================================
RIP-NG Advertised Routes
============================================================================
Destination                                 Interface
  Link-local-address                        Metric TTL
----------------------------------------------------------------------------
3ffe::103:800/120                           one
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:3:0/120                         one
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:12:0/120                        one
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:103:0/120                       one
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:112:0/120                       one
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:20:1:2/128                         one
  fe80::662d:ffff:fe00:0                    16     n/a
3ffe::10:20:1:3/128                         one
  fe80::662d:ffff:fe00:0                    1      n/a
----------------------------------------------------------------------------
No. of Advertised Routes: 7
============================================================================
*A:Dut-C>config>router>if# show router ripng neighbor advertised-routes fe80::662d:ffff:fe00:0 
============================================================================
RIP-NG Advertised Routes
============================================================================
Destination                                 Interface
  Link-local-address                        Metric TTL
----------------------------------------------------------------------------
3ffe::103:800/120                           one
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::103:800/120                           two
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::103:800/120                           three
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::103:800/120                           four
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:3:0/120                         one
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:3:0/120                         two
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:3:0/120                         three
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:3:0/120                         four
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:12:0/120                        one
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:12:0/120                        two
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:12:0/120                        three
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:12:0/120                        four
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:103:0/120                       one
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:103:0/120                       two
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:103:0/120                       three
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:103:0/120                       four
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:112:0/120                       one
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:112:0/120                       two
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:112:0/120                       three
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:10:112:0/120                       four
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:20:1:2/128                         one
  fe80::662d:ffff:fe00:0                    16     n/a
3ffe::10:20:1:2/128                         two
  fe80::662d:ffff:fe00:0                    16     n/a
3ffe::10:20:1:2/128                         three
  fe80::662d:ffff:fe00:0                    16     n/a
3ffe::10:20:1:2/128                         four
  fe80::662d:ffff:fe00:0                    16     n/a
3ffe::10:20:1:3/128                         one
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:20:1:3/128                         two
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:20:1:3/128                         three
  fe80::662d:ffff:fe00:0                    1      n/a
3ffe::10:20:1:3/128                         four
  fe80::662d:ffff:fe00:0                    1      n/a
----------------------------------------------------------------------------
No. of Advertised Routes: 28
============================================================================

peer

Syntax 
peer [ip-int-name]
Context 
show>router>ripng
Description 

This command displays RIPng peer information.

Parameters 
ip-int-name—
Displays peer information for peers on the specified IPv6 interface.
Default—
display peers for all interfaces
Output 

The following is an example of RIPng peer information.

Sample Output
*A:Dut-C>config>router>if# show router ripng peer 
===============================================================================
RIP-NG Peers
===============================================================================
Peer IP Addr                                         Version     Last Update
  Interface Name                                                 
-------------------------------------------------------------------------------
fe80::6629:ffff:fe00:0                               ripNg-v1    0
  one                                                             
fe80::6629:ffff:fe00:0                               ripNg-v1    0
  two                                                             
fe80::6629:ffff:fe00:0                               ripNg-v1    0
  three                                                           
fe80::6629:ffff:fe00:0                               ripNg-v1    0
  four                                                            
-------------------------------------------------------------------------------
No. of Peers: 4
===============================================================================
*A:Dut-C>config>router>if# show router ripng peer "one" 
===============================================================================
RIP-NG Peers
===============================================================================
Peer IP Addr                                         Version     Last Update
  Interface Name                                                 
-------------------------------------------------------------------------------
fe80::6629:ffff:fe00:0                               ripNg-v1    0
  one                                                             
-------------------------------------------------------------------------------
No. of Peers: 1
===============================================================================

statistics

Syntax 
statistics [ipv6-address | ip-int-name]
Context 
show>router>ripng
Description 

This command displays the interface level statistics for the RIPng protocol

If no IPv6 address or interface name is specified, then all configured RIPng interfaces are displayed.

If an IPv6 address or interface name is specified, then only data regarding the specified RIPng interface is displayed.

Parameters 
ipv6-address | ip-int-name—
Displays statistics for the specified IPv6 interface.
Output 

The following output are examples of RIPng statistics information.

Sample Output
*A:Dut-C>config>router>if# show router ripng statistics 
===============================================================================
RIP-NG Statistics
===============================================================================
Learned Routes     : 40                 Timed Out Routes   : 0
Current Memory     : 1,199,016          Maximum Memory     : 2,097,152
-------------------------------------------------------------------------------
Interface "one"
-------------------------------------------------------------------------------
Primary IP         : 3ffe::10:10:3:3/1* Update Timer       : 1
Timeout Timer      : 5                  Flush Timer        : 5
 
Counter                       Total           Last 5 Min      Last 1 Min
-------------------------------------------------------------------------------
Updates Sent                  221             180             5
Triggered Updates             0               0               0
Bad Packets Received          0               0               0
Updates Received              225             185             3
Updates Ignored               0               0               0
Bad Routes                    0               0               0
Requests Received             0               0               0
Requests Ignored              0               0               0
-------------------------------------------------------------------------------
Interface "two"
-------------------------------------------------------------------------------
Primary IP         : 3ffe::10:10:103:3* Update Timer       : 1
Timeout Timer      : 5                  Flush Timer        : 5
 
Counter                       Total           Last 5 Min      Last 1 Min
-------------------------------------------------------------------------------
Updates Sent                  220             183             5
Triggered Updates             0               0               0
Bad Packets Received          0               0               0
Updates Received              229             183             5
Updates Ignored               0               0               0
Bad Routes                    0               0               0
Requests Received             0               0               0
Requests Ignored              0               0               0
-------------------------------------------------------------------------------
Interface "three"
-------------------------------------------------------------------------------
Primary IP         : 3ffe::10:10:12:3/* Update Timer       : 1
Timeout Timer      : 5                  Flush Timer        : 5
 
Counter                       Total           Last 5 Min      Last 1 Min
-------------------------------------------------------------------------------
Updates Sent                  224             184             6
Triggered Updates             0               0               0
Bad Packets Received          0               0               0
Updates Received              221             182             4
Updates Ignored               0               0               0
Bad Routes                    0               0               0
Requests Received             0               0               0
Requests Ignored              0               0               0
-------------------------------------------------------------------------------
Interface "four"
-------------------------------------------------------------------------------
Primary IP         : 3ffe::10:10:112:3* Update Timer       : 1
Timeout Timer      : 5                  Flush Timer        : 5
 
Counter                       Total           Last 5 Min      Last 1 Min
-------------------------------------------------------------------------------
Updates Sent                  220             182             8
Triggered Updates             0               0               0
Bad Packets Received          0               0               0
Updates Received              227             185             4
Updates Ignored               0               0               0
Bad Routes                    0               0               0
Requests Received             0               0               0
Requests Ignored              0               0               0
===============================================================================
* indicates that the corresponding row element may have been truncated.
*A:Dut-C>config>router>if# show router ripng statistics "one" 
===============================================================================
RIP-NG Statistics
===============================================================================
Learned Routes     : 40                 Timed Out Routes   : 0
Current Memory     : 1,199,016          Maximum Memory     : 2,097,152
-------------------------------------------------------------------------------
Interface "one"
-------------------------------------------------------------------------------
Primary IP         : 3ffe::10:10:3:3/1* Update Timer       : 1
Timeout Timer      : 5                  Flush Timer        : 5
 
Counter                       Total           Last 5 Min      Last 1 Min
-------------------------------------------------------------------------------
Updates Sent                  224             183             8
Triggered Updates             0               0               0
Bad Packets Received          0               0               0
Updates Received              230             190             8
Updates Ignored               0               0               0
Bad Routes                    0               0               0
Requests Received             0               0               0
Requests Ignored              0               0               0
===============================================================================
* indicates that the corresponding row element may have been truncated.

2.9.2.2. Clear Commands

database

Syntax 
database
Context 
clear>router>rip
Description 

This command flushes all routes in the RIP database.

export

Syntax 
export
Context 
clear>router>rip
Description 

This command re-evaluates RIP export policies.

statistics

Syntax 
statistics [neighbor ip-int-name | ip-address]
Context 
clear>router>rip
Description 

This command clears statistics for RIP neighbors.

Parameters 
ip-int-name | ip-address
Clears the statistics for the specified RIP interface.
Default—
clears statistics for all RIP interfaces

database

Syntax 
database
Context 
clear>router>ripng
Description 

This command flushes all routes in the RIPng database.

export

Syntax 
export
Context 
clear>router>rip
Description 

This command re-evaluates RIPng export policies.

statistics

Syntax 
statistics [neighbor ip-int-name | ip-address]
Context 
clear>router>rip
Description 

This command clears statistics for RIPng neighbors.

Parameters 
ip-int-name | ip-address
Clears the statistics for the specified RIPng interface.
Default—
clears statistics for all RIP interfaces

2.9.2.3. Debug RIP Commands

auth

Syntax 
[no] auth [neighbor ip-int-name | ip-address]
Context 
debug>router>rip
Description 

This command enables debugging for RIP authentication.

Parameters 
ip-int-name | ip-address
Debugs the RIP authentication for the neighbor IP address or interface.

error

Syntax 
[no] error [neighbor ip-int-name | ip-address]
Context 
debug>router>rip
Description 

This command enables debugging for RIP errors.

Parameters 
ip-int-name | ip-address
Debugs the RIP errors sent on the neighbor IP address or interface.

events

Syntax 
[no] events [neighbor ip-int-name | ip-addr]
Context 
debug>router>rip
Description 

This command enables debugging for RIP events.

Parameters 
ip-int-name | ip-address
Debugs the RIP events sent on the neighbor IP address or interface.

holddown

Syntax 
[no] holddown [neighbor ip-int-name | ip-address]
Context 
debug>router>rip
Description 

This command enables debugging for RIP holddowns.

Parameters 
ip-int-name | ip-address
Debugs the RIP holddowns sent on the neighbor IP address or interface.

packets

Syntax 
[no] packets [neighbor ip-int-name | ip-addr]
Context 
debug>router>rip
Description 

This command enables debugging for RIP packets.

Parameters 
ip-int-name | ip-address
Debugs the RIP packets sent on the neighbor IP address or interface.

requests

Syntax 
[no] requests [neighbor ip-int-name | ip-address]
Context 
debug>router>rip
Description 

This command enables debugging for RIP requests.

Parameters 
ip-int-name | ip-address
Debugs the RIP requests sent on the neighbor IP address or interface.

trigger

Syntax 
[no] trigger [neighbor ip-int-name | ip-address]
Context 
debug>router>rip
Description 

This command enables debugging for RIP trigger updates.

Parameters 
ip-int-name | ip-address
Debugs the RIP updates sent on the neighbor IP address or interface.

updates

Syntax 
[no] updates [neighbor ip-int-name | ip-address]
Context 
debug>router>rip
Description 

This command enables debugging for RIP updates.

Parameters 
ip-int-name | ip-address
Debugs the RIP updates sent on the neighbor IP address or interface.

error

Syntax 
[no] error [neighbor ip-int-name | ipv6-address]
Context 
debug>router>ripng
Description 

This command enables debugging for RIPng errors.

Parameters 
ip-int-name | ipv6-address
Debugs the RIPng errors sent on the neighbor IP address or interface.

events

Syntax 
[no] events [neighbor ip-int-name]
Context 
debug>router>ripng
Description 

This command enables debugging for RIPng events.

Parameters 
ip-int-name
Debugs the RIPng events sent on the neighbor IP interface.

holddown

Syntax 
[no] holddown [neighbor ip-int-name | ipv6-address]
Context 
debug>router>ripng
Description 

This command enables debugging for RIPng holddowns.

Parameters 
ip-int-name | ipv6-address
Debugs the RIPng holddowns sent on the neighbor IP address or interface.

packets

Syntax 
[no] packets [neighbor ip-int-name | ipv6-address]
Context 
debug>router>ripng
Description 

This command enables debugging for RIPng packets.

Parameters 
ip-int-name | ipv6-address
Debugs the RIPng packets sent on the neighbor IP address or interface.

requests

Syntax 
[no] requests [neighbor ip-int-name | ipv6-address]
Context 
debug>router>ripng
Description 

This command enables debugging for RIP requests.

Parameters 
ip-int-name | ipv6-address
Debugs the RIP requests sent on the neighbor IP address or interface.

trigger

Syntax 
[no] trigger [neighbor ip-int-name | ipv6-address]
Context 
debug>router>ripng
Description 

This command enables debugging for RIP trigger updates.

Parameters 
ip-int-name | ipv6-address
Debugs the RIP updates sent on the neighbor IP address or interface.

updates

Syntax 
[no] updates [neighbor ip-int-name | ipv6-address]
Context 
debug>router>ripng
Description 

This command enables debugging for RIP updates.

Parameters 
ip-int-name | ipv6-address
Debugs the RIP updates sent on the neighbor IP address or interface.