physical-port

This command configures the Physical Ports table, which lets you define the device's Ethernet ports.

Syntax

(config-network)# physical-port <Index>
(physical-port-<Index>)# 

Command

Description

Index

Defines the table row index.

port-description

Configures a textual description of the port.

speed-duplex {1000baset-full-duplex|1000baset-half-duplex|100baset-full-duplex|100baset-half-duplex|10baset-full-duplex|10baset-half-duplex|auto-negotiation}

Defines the speed and duplex mode of the port.

Command Mode

Privileged User

Example

This example configures port 0 to auto-negotiation:

(config-network)# physical-port 0
(physical-port-0)# speed-duplex auto-negotiation