Configuring Physical Interface

Physical Interfaces are switch front panel ethernet ports which are ASIC ports. The physical ports are created by default and cannot be deleted.

To change or update the physical port configuration, use the following command:

pbnoscli# configure terminal 
pbnoscli(config)# interface ethernet Ethernet0
pbnoscli(config-if)# 
  !                         Exit from the current prompt
  autoneg                   Auto-Negotiation
  description               Add description
  egress-tagging            Add egress tagging
  end                       Exit to exec prompt
  exit                      Exit from the current prompt
  forward-error-correction  Interface FEC configuration
  ingress-vlan              Add ingress vlan (range 500...4094)
  lldp                      LLDP configuration
  loopback-mode             Activate loopback mode
  mode                      Interface vlan awareness
  mtu                       Interface MTU configuration
  no                        no form
  sflow                     Sflow configuration
  show                      Show commands
  shutdown                  Disable interface
  speed                     Interface speed configuration
  top                       Exit to the configuration prompt
  truncate                  Truncate the packet
  type                      Add type
pbnoscli(config-if)# 

When you run the aforementioned command, the system enters the Interface Configuration mode for the specified physical port.

To change the physical port Admin status, use the following command:

Reference

Command

[no] shutdown

Description

Administratively enable or disable interface

Parameters

None

Mode

INTERFACE

You can verify the configuration by using the command(s) below:

Last updated