< Home

display rip database

Function

The display rip database command displays all the active routes in the RIP database. These routes are sent in RIP Update packets.

Format

display rip process-id database [ verbose ]

Parameters

Parameter Description Value
process-id Specifies the ID of a RIP process. The value is an integer ranging from 1 to 65535.
verbose Displays detailed information about the routes in the RIP database. -

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

You can run the display rip database command to check all the active routes in the RIP database. These routes are sent in RIP Update packets.

Example

# Display the RIP database.
<HUAWEI> display rip 100 database
---------------------------------------------------
Advertisement State : [A] - Advertised
                      [I] - Not Advertised/Withdraw
---------------------------------------------------
   10.0.0.0/8, cost 0, ClassfulSumm
       10.1.1.0/24, cost 0, [A], Imported
       10.10.10.0/24, cost 0, [A], Rip-interface
       10.137.220.0/23, cost 1, [A], nexthop 10.10.10.2
Table 1 Description of the display rip database command output

Item

Description

Advertisement State

Route status.
  • [A]: Advertised
  • [I]: Not Advertised/Withdraw

ClassfulSumm

Classful route summarization.

Imported

Routes imported from other routing protocols.

Rip-interface

Routes learned on the RIP interface.

nexthop

Next-hop address.

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