< Home

display rip interface

Function

The display rip interface command displays information about RIP interfaces.

Format

display rip process-id interface [ interface-type interface-number ] [ verbose ]

Parameters

Parameter Description Value
process-id Specifies the ID of a RIP process. The value is an integer ranging from 1 to 65535.
interface-type Specifies the type of an interface, such as Gigabit Ethernet and loopback. -
interface-number Specifies the number of the interface. -
verbose Displays detailed information about a RIP interface. -

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

The display rip interface command output displays the configuration and operating status of RIP, which facilitate fault location and configuration verification.

Example

# Display information about RIP on GigabitEthernet 0/0/1.

<sysname> display rip 1 interface GigabitEthernet 0/0/1
 --------------------------------------------------------------------------
 Interface                 IP Address      State    Protocol            MTU
 --------------------------------------------------------------------------
 GigabitEthernet0/0/1     1.1.1.2         UP       RIPv1 Compatible    500
Table 1 Description of the display rip interface command output

Item

Description

Interface

RIP-enabled interfaces

IP Address

IP address of the interface

State

Status of the interface:
  • UP

  • DOWN

Protocol

Version of RIP running on the interface:
  • RIPv1 Compatible
  • RIPv1
  • RIPv2 Multicast
  • RIPv2 Broadcast

MTU

MTU value of the link

# Display detailed information about RIP on GigabitEthernet 0/0/1.

<sysname> display rip 1 interface GigabitEthernet 0/0/1 verbose
 GigabitEthernet0/0/1 (10.1.1.1)
  State    :   UP            MTU : 500
  Metricin : 0        
  Metricout : 1
  Input    : Enabled         Output : Enabled
  Protocol : RIPv1 Compatible (Non-Standard)
  Send version     : RIPv1 Packets
  Receive version  : RIPv1 Packets, RIPv2 Multicast and Broadcast Packets
  Poison-reverse                : Disabled
  Split-Horizon                 : Enabled
  Authentication type           : None
  Replay Protection   : Disabled
  BFD                 : Enabled (Static)
  Transmit-Interval   : 1000 ms
  Receive-Interval    : 1000 ms
  Detect-Multiplier   : 3
  Summary Address (es):  1.1.0.0/16 
Table 2 Description of the display rip interface verbose command output

Item

Description

State

Status of the interface:
  • UP

  • DOWN

MTU

Maximum Transmission Unit

Metricin

Metric that is added to the route when the interface receives a RIP packet

Metricout

Metric that is added to the route when the interface sends a RIP packet

Input

Whether receiving packets is enabled

Output

Whether sending packets is enabled

Protocol

Protocol running on the interface:
  • RIPv1 Compatible (Non-Standard)

  • RIPv1

  • RIPv2 Multicast

  • RIPv2 Broadcast

Send version

Type of packets sent on the interface:
  • RIPv1 packets

  • RIPv2 Multicast Packets

  • RIPv2 Broadcast Packets

Receive version

Type of packets received on the interface:
  • RIPv1 packets

  • RIPv2 Multicast and Broadcast Packets

Poison-reverse

Whether poison reverse is enabled on the interface

Split-Horizon

Whether split horizon is enabled on the interface

Authentication type

Authentication type configured on the interface

Replay Protection

Whether replay-protect is enabled on the interface

BFD

Whether BFD is enabled on the interface, including :
  • Enabled (Dynamic): Indicates dynamic BFD is enabled on the interface.

  • Blocked: Indicates BFD is blocked on the interface.

Transmit-Interval

Interval for sending BFD packets to the peer on the interface

Receive-Interval

Interval for receiving BFD packets from the peer on the interface

Detect-Multiplier

BFD detect multiplier value configured on the interface

Summary Address (es)

Summary address

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