< Home

display ripng interface

Function

The display ripng interface command displays information about RIPng interfaces.

Format

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

Parameters

Parameter Description Value
process-id Specifies the ID of a RIPng process. The value is an integer ranging from 1 to 65535.
interface-type interface-number Specifies the type and number of an interface. -
verbose Displays detailed information about a RIPng interfaces. -

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

This command displays the configuration and operating status of RIPng. The information is helpful in fault location and configuration verification.

Example

# Display information about RIPng on GigabitEthernet 0/0/0.

<sysname> display ripng 1 interface GigabitEthernet 0/0/0
 GigabitEthernet0/0/0
    FE80::A0A:200:1
    State : UP, Protocol : RIPNG, MTU : 1440  
Table 1 Description of the display ripng interface command output

Item

Description

FE80::A0A:200:1

Indicates the link-local address.

State

Indicates the interface status, which can be:
  • UP

  • Down

Protocol

Indicates the routing protocol running on the interface.

MTU

Indicates the link MTU.

# Display detailed information about RIPng on GigabitEthernet 0/0/0.

<sysname> display ripng 1 interface GigabitEthernet 0/0/0 verbose
 GigabitEthernet0/0/0
    FE80::A0A:200:1
    State : UP, Protocol : RIPNG, MTU : 1440
    Metricin       : 0           
    Metricout      : 1
    Input          : Enabled     Output : Enabled
    Default Route  : Disabled
    Poison Reverse : Disabled
    Split Horizon  : Enabled           
Table 2 Description of the display ripng interface verbose command output

Item

Description

FE80::A0A:200:1

Indicates the link-local address.

State

Indicates the interface status, which can be:
  • UP

  • Down

Protocol

Indicates the routing protocol running on the interface.

MTU

Indicates the link MTU.

Metricin

Indicates the additional metric for received routes.

Metricout

Indicates the additional metric for sent routes.

Input

Indicates whether this interface is enabled to receive RIPng packets.

Output

Indicates whether this interface is enabled to send RIPng packets.

Default Route

Indicates the default route.

Poison Reverse

Indicates whether poison reverse is enabled on the interface.

Split Horizon

Indicates whether split horizon is enabled on the interface.

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