l1 source

The l1 source command configures the source for patching Layer 1 traffic between various front panel and Switch Application (SwitchApp) ports in the Ethernet Interface configuration mode.

The no l1 source and default l1 source commands remove the source configurations and return to the default platform configurations.

Command Mode

Interface-Ethernet Configuration

Command Syntax

l1 source {interface | mac | none}

Parameters

  • interface patches the Layer 1 traffic from the specified interface.
    • application Application FPGA connector interface
    • cpu CPU interface
    • ethernet Ethernet interface
    • switch Switch interface
  • mac patches the Layer 1 traffic from the specified MAC address.
  • none unpatches the Layer 1 traffic source.

Examples

  • This command patches the Layer 1 traffic from the Ethernet interface et2.
    switch(config)# interface ethernet1
    switch(config-if-Et1)# l1 source interface et2
    switch(config-if-Et1)#
  • This command unpatches the Layer 1 traffic source.
    switch(config)# interface ethernet1
    switch(config-if-Et1)# l1 source none