Physical Interfaces
Configure the physical interfaces for a switch.
Configuration Commands
Enable the interface:
switch(config)# interface IFACE
switch(config-if)# no shutdown
Show commands to validate functionality:
show interface IFACE [transceiver|brief|dom|extended]
Expected Results
- The switch recognizes the transceiver without errors
- Administrators can enter the interface context for the port and enable it
- Administrators can establish a link with a partner
- Administrators can pass traffic as expected
Back to Index