display rip
Use display rip to display state and configuration information for a RIP process.
Syntax
display rip [ process-id ]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
process-id: Specifies a RIP process by its ID in the range of 1 to 65535. If no process is specified, the command displays state and configuration information for all RIP processes.
Examples
# Display current state and configuration information for all RIP processes.
<Sysname> display rip Public VPN-instance name: RIP process: 1 RIP version: 1 Preference: 100 Routing policy: abc Fast-reroute: Routing policy: frr Checkzero: Enabled Default cost: 0 Summary: Enabled Host routes: Enabled Maximum number of load balanced routes: 8 Update time : 30 secs Timeout time : 180 secs Suppress time : 120 secs Garbage-collect time : 120 secs Update output delay: 20(ms) Output count: 3 Graceful-restart interval: 60 secs Triggered Interval : 5 50 200 Silent interfaces: None Default routes: Originate Default routes cost: 3 Verify-source: Enabled Networks: 1.0.0.0 Configured peers: 197.168.6.2 Triggered updates sent: 0 Number of routes changes: 1 Number of replies to queries: 0
Table 19: Command output
Field | Description |
---|---|
Public VPN-instance name | The RIP process runs on the public network. |
Private VPN-instance name | VPN instance where the RIP process runs. |
RIP process | RIP process ID. |
RIP version | RIP version 1 or 2. |
Preference | RIP preference. |
Fast-reroute | RIP FRR. |
Checkzero | Indicates whether the zero field check is enabled for RIPv1 messages: Enabled or Disabled. |
Default cost | Default cost of redistributed routes. |
Summary | Indicates whether route summarization is enabled: Enabled or Disabled. |
Host routes | Indicates whether to receive host routes: Enabled or Disabled. |
Update time | RIP update interval, in seconds. |
Timeout time | RIP timeout time, in seconds. |
Suppress time | RIP suppress interval, in seconds. |
Garbage-collect time | RIP garbage-collect interval, in seconds. |
Update output delay | RIP packet sending interval, in seconds. |
Output count | Maximum number of RIP packets sent at each interval. |
Graceful-restart interval | GR interval, in seconds. |
Triggered Interval | Triggered update sending interval. |
Silent interfaces | Silent interfaces, which do not periodically send updates. |
Default routes | Indicates whether a default route is sent to RIP neighbors.
|
Default routes cost | Metric for a default route. |
Verify-source | Indicates whether the source IP address is checked for received RIP routing updates: Enabled or Disabled. |
Networks | Networks enabled with RIP. |
Configured peers | Configured neighbors. |
Triggered updates sent | Number of triggered updates sent. |
Number of routes changes | Number of route changes. |
Number of replies to queries | Number of RIP responses. |