Switch Interface Configuration (9) Flashcards
Changes context to interface mode. The type is typically Fast Ethernet or Gigabit Ethernet. The possible port numbers vary depending on the model of switch—for example, Fa0/1, Fa0/2, and so on.
interface type port-number
Changes the context to interface mode for a range of consecutively numbered interfaces. The subcommands that follow then apply to all interfaces in the range.
interface range type port-number - end-port-number
Interface mode. Disables or enables the interface, respectively.
shutdown I no shutdown
Interface mode. Manually sets the speed to the listed speed or, with the auto setting, automatically negotiates the speed.
speed {10 | 100 | 1000 | auto}
Interface mode. Manually sets the duplex to half or full, or to autonegotiate the duplex setting.
duplex {auto | full | half}
Interface mode. Lists any information text that the engineer wants to track for the interface, such as the expected device on the other end of the cable.
description text
Reverts to the default setting for each interface subcommand of speed auto, duplex auto, and the absence of a description command.
no duplex
no speed
no description