display evi neighbor-discovery client member

Use display evi neighbor-discovery client member to display information about EVI neighbors that ENDCs have learned.

Syntax

display evi neighbor-discovery client member [ interface tunnel interface-number | local local-ip | remote client-ip | server server-ip ]

Views

Any view

Predefined user roles

network-admin

network-operator

mdc-admin

mdc-operator

Parameters

interface tunnel interface-number: Specifies an EVI tunnel interface by its number.

local local-ip: Specifies all EVI tunnel interfaces that use the IP address specified by the local-ip argument.

remote client-ip: Specifies the IP address of an ENDC.

server server-ip: Specifies the IP address of an ENDS.

Usage guidelines

Each EVI neighbor entry includes the IP address, bridge MAC address, entry creation time, aging time, and EVI link status of the neighbor.

If no parameters are specified, this command displays neighbor entries that all local ENDCs have learned.

Examples

# Display information about neighbor entries that all local ENDCs have learned.

<Sysname> display evi neighbor-discovery client member
Interface: Tunnel0    Network ID: 1
Local Address: 20.0.0.2
Server Address: 20.0.1.1
Neighbor        System ID         Created Time           Expire    Status 
20.0.2.1        000F-0000-0A3E    2011/01/01 12:12:12    13        Up 
20.0.3.1        000F-0000-0A3F    2011/01/01 12:12:12    12        Up 

Interface: Tunnel0    Network ID: 1
Local Address: 20.0.0.2
Server Address: 20.0.1.2
Neighbor        System ID         Created Time           Expire    Status 
20.0.2.1        000F-0000-0A3E    2011/01/01 12:12:12    25        Up 
20.0.3.1        000F-0000-0A3F    2011/01/01 12:12:12    19        Up 

Interface: Tunnel1    Network ID: 2
Local Address: 21.0.0.1
Server Address: 21.0.1.2
Neighbor        System ID         Created Time           Expire    Status
21.0.2.1        000F-0000-0A3E    2011/01/01 12:12:12    25        Up 
21.0.3.1        000F-0000-0A3F    2011/01/01 12:12:12    19        Down 

Interface: Tunnel2    Network ID: 3
Local Address: 21.0.0.2
Server Address: NA
Neighbor        System ID         Created Time           Expire    Status
21.0.2.1        NA                2011/01/01 12:12:12    25        Up 
21.0.3.1        NA                2011/01/01 12:12:12    19        Up 

Table 11: Command output

Field

Description

Interface

Name of the ENDC-enabled EVI tunnel interface.

Network ID

EVI network ID.

Local Address

Source IP address of the EVI tunnel.

Server Address

IP address of the ENDS. If the ENDS is unknown, this field displays NA.

Neighbor

IP address of the neighbor learned from the ENDS.

System ID

Bridge MAC address of the neighbor. If the bridge MAC address is unknown, this field displays NA.

Created Time

Time when the neighbor entry was created.

Expire

Remaining lifetime (in seconds) of the neighbor entry.

Status

EVI link status:

  • Up—The EVI link is up.

  • Down—The EVI link is down.

  • NA—No EVI link has been set up with the neighbor.