show l1 path

The show l1 path command displays the source and destination paths for all interfaces in the system.

Command Mode

Privileged EXEC

Command Syntax

show l1 path [interface]

Parameters
  • interface lists the connections available for the specified interface.
    • application Application FPGA connector interface.
    • cpu CPU interface.
    • ethernet Ethernet interface.
    • switch Switch interface.
Examples
  • This command displays the source and destination paths for all interfaces in the system.
    switch# show l1 path
       Source               Destination          Type
       ------------------   -------------------- -------
       Ethernet1             App1/1              dynamic
       Ethernet1             Sw1                 dynamic
       Ethernet2             Ethernet3           dynamic
       Ethernet2             Ethernet4           dynamic
       App1/1                Ethernet1           dynamic
       App1/2                Sw17                static
       Sw17                  App1/2              static
  • This command displays the list of all connections that include the Ethernet interfaces et1 and et4.
    switch# show l1 path interface et1, et4
       Source               Destination          Type
    --------------------- ---------------------- -------
       Ethernet1             App1/1              dynamic
       Ethernet1             Sw1                 dynamic
       Ethernet2             Ethernet4           dynamic
       App1/1                Ethernet1           dynamic