display evi isis remote-mac

Use display evi isis remote-mac to display remote MAC address reachability information maintained by EVI IS-IS.

Syntax

display evi isis remote-mac [ interface tunnel interface-number [ vlan vlan-id ] [ count ] ]

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. If you do not specify an EVI tunnel interface, this command displays remote MAC address reachability information that EVI IS-IS maintains for each EVI tunnel interface.

vlan vlan-id: Specifies a VLAN ID in the range of 1 to 4094. If you do not specify a VLAN ID, this command displays remote MAC address reachability information for all VLANs.

count: Displays the number of remote MAC addresses that match the command.

Examples

# Display remote MAC address reachability information that EVI IS-IS has for all EVI tunnel interfaces.

<Sysname> display evi isis remote-mac
Process ID: 0
  Tunnel interface: Tunnel0
  VLAN ID: 3
    MAC address: 0033-0011-0022
      Interface:  EVI-Link0
          Flags:  0x2
  VLAN ID: 2
    MAC address: 0022-0033-0011
      Interface:  EVI-Link0
    MAC address: 0033-0022-0011
      Interface:  EVI-Link0
          Flags:  0x2

# Display the number of remote MAC addresses that EVI IS-IS has on Tunnel 0.

<Sysname> display evi isis remote-mac interface tunnel 0 count
3 mac address(es) found.

Table 7: Command output

Field

Description

Process ID

EVI IS-IS process ID. The ID of an EVI IS-IS process is always the same as the EVI tunnel interface where the EVI IS-IS process is running.

Tunnel interface

EVI tunnel interface where the EVI IS-IS process is running.

VLAN ID

Active extended VLAN on the EVI tunnel interface.

MAC address

MAC addresses in the VLAN.

Interface

EVI link index.

Flags

Remote MAC address flag:

  • 0x1—The remote MAC address conflicts with a local dynamic MAC address.

  • 0x2—The remote MAC address has been added to the MAC address table in the data plane.

  • 0x4—The remote MAC address conflicts with a local static MAC address or a MAC address that has been configured for selective flooding.

mac address(es) found

Number of matching MAC addresses.