Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »


The run show isis interface command displays information about layer 3 interfaces participating in IS-IS process.


Command Syntax

run show isis [vrf <text> | vrf allinterface <text> [detail] [json]


Parameter

Parameter

Description

vrf <vrf-name>

Optional. Specifies a VRF name. 

interface <text>Specifies an interface name.


Example

  • View information about layer 3 interfaces participating in IS-IS process.
admin@PICOS# run show isis interface vlan25
Area instance1:
  Interface: vlan25, State: Config, Active, Circuit Id: 0x0
    Type: p2p, Level: L2
    Level-2 Information:
      Metric: 10, Active neighbors: 0
      Hello interval: 30, Holddown count: 10 (no-pad)
      CNSP interval: 10, PSNP interval: 2


admin@PICOS# run show isis interface
Area instance1:
  Interface   CircId   State    Type     Level
  vlan25      0x0      Config   p2p      L2
Area 1:
  Interface   CircId   State    Type     Level
  vlan10      0x4a     Up       lan      L1L2
  vlan100     0x4c     Up       lan      L1L2
  vlan200     0x4d     Up       lan      L1L2

  • No labels