< Home

display rip

Function

The display rip command displays the current operating status and configuration of a RIP process.

Format

display rip [ process-id | vpn-instance vpn-instance-name ]

Parameters

Parameter Description Value
process-id Specifies the ID of a RIP process. The value is an integer ranging from 1 to 65535.
vpn-instance vpn-instance-name Specifies the name of a VPN instance. By specifying vpn-instance-name, you can view the RIP configuration of the specified VPN instance. It must be the name of an existing VPN instance.

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

You can view the RIP configuration of VPN instances by specifying vpn-instance-name.

Example

# Display the current operating status and configuration of the RIP process. The command output shows that two VPN instances are running. One is a public network instance, and the other is a VPN instance named VPN-Instance-1.

<sysname> display rip
  Public VPN-instance
    RIP process : 34
       RIP version  : 1
       Preference   : 100
       Checkzero    : Enabled
       Default-cost : 1
       Summary      : Disabled
       Host-route   : Enabled
       Maximum number of balanced paths : 32
       Update time   : 30 sec    Age time  : 180 sec
       Garbage-collect time : 120 sec
       Graceful restart  : Disabled
       BFD           : Disabled
       Silent-interfaces : None
       Default-route : Originate Always
       Verify-source : Enabled
       Networks :
       1.0.0.0   3.0.0.0
       Configured peers : None
       Number of routes in database : 5
       Number of interfaces enabled : 3
       Triggered updates sent : 0
       Number of route changes : 0
       Number of replies to queries : 0
       Number of routes in ADV DB   : 14
       Valid TTL hops               : 10
Private VPN-instance name : VPN-Instance-1
  RIP process: 150
     RIP version : 2
     Preference : 120
     Checkzero : Enabled
     Default-cost : 4
     Summary : Enabled
     Host-route : Enabled
     Maximum number of balanced paths: 32
     Update time   : 30 sec    Age time  : 180 sec
     Garbage-collect time : 120 sec
     Graceful restart  : Disabled
     BFD           : Disabled
     Silent-interfaces: None
     Default-route : Disabled
     Verify-source : Enabled
     Networks :
     2.0.0.0
     Configured peers : None
     Number of routes in database : 4
     Number of interfaces enabled : 3
     Triggered updates sent : 0
     Number of route changes : 25
     Number of replies to queries : 4
     Number of routes in ADV DB   : 14
Total count for 2 process :
     Number of routes in database : 3
     Number of interfaces enabled : 2
     Number of routes sendable in a periodic update : 6
     Number of routes sent in last periodic update : 4 
Table 1 Description of the display rip command output

Item

Description

RIP process

RIP process ID

RIP version

RIP version number: 1 or 2

Preference

Preference of the RIP process

Checkzero

Whether zero field check is enabled

Default-cost

Default cost of RIP routes

Summary

Whether route aggregation is enabled

Host-route

Whether host routes are enabled

Maximum number of balanced paths

Maximum number of equal-cost routes

Update time

Interval at which RIP packets are updated

Age time

Aging time of RIP routes

Garbage-collect time

Period for collecting garbage routes

Graceful restart

Whether GR is enabled

BFD

Whether BFD is enabled

Silent-interfaces

Number of silent interfaces, which do not send Update packets periodically

Default-route

Condition used by RIP process to originate the default route:
  • Originate Always: indicates that the default routes are created unconditionally.
  • Match Default: indicates that there are other default routes advertised by other protocols or other routing processes in the routing table.
  • Route Policy: indicates that there are routes matching the routing policies in the routing table.
  • Disabled: indicates that the default route is disabled. That is, there is no default route created.

Verify-source

Source verification

Networks

Network address

Configured peers

Configured neighbors

Number of routes in database

Number of routes in the RIP database

Number of interfaces enabled

Number of RIP-enabled interfaces

Triggered updates sent

Number of triggered Update packets that are sent

Number of route changes

Number of the routes that have changed in the database

Number of replies to queries

Number of Response packets in response to Request packets

Number of routes in ADV DB

Number of routes that are sent each time routing information is updated

Number of routes sendable in a periodic update

Number of routes that are sent in each update period

Number of routes sent in last periodic update

Number of routes that are sent in the last update period

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >