< 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 Displays interface information in the specified RIPng process. The value is an integer that ranges from 1 to 65535.
interface-type interface-number Displays information on the interface with the specified type and number. -
verbose Displays detailed information about 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 VLANIF100 of the specified RIPng process.

<HUAWEI> display ripng 1 interface vlanif 100
 Vlanif100
    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

Link-local address of the interface.

State

Status of the interface:
  • UP

  • DOWN

Protocol

Routing protocol running on the interface.

MTU

Link MTU.

# Display detailed information about VLANIF100 of the specified RIPng process.

<HUAWEI> display ripng 1 interface vlanif100 verbose
 VLANIF100
    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

Link-local address of the interface.

State

Status of the interface:
  • UP

  • DOWN

Protocol

Routing protocol running on the interface.

MTU

Link MTU.

Metricin

Metric added to a received route. To set the metric, run the ripng metricin command.

Metricout

Metric added to a sent route. To set the metric, run the ripng metricout command.

Input

Indicates whether this interface is enabled to receive RIPng packets. To enable the specified interface to receive RIPng packets, run the ripng input command.

Output

Indicates whether this interface is enabled to send RIPng packets. To enable an interface to send RIPng packets, run the ripng output command.

Default Route

Whether the interface is enabled to advertise default routes. To generate a default route to the RIPng routing domain, run the ripng default-route command.

Poison Reverse

Whether poison reverse is enabled on the interface. To enable poison reverse for RIPng, run the ripng poison-reverse command.

Split Horizon

Whether split horizon is enabled on the interface. To enable split horizon for RIPng, run the ripng split-horizon command.

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