45
4. interface ethernet 1/w,x,..,y-z and “w”,”x”,”y”,”z” are port number. All the
settings after this command will be applied to those ports. For example,
“interface ethernet 1/1,2,4-7” and the settings after this command will be
applied to Port 1, Port 2, Port 4, Port 5, Port 6, and Port 7. (Port 4~7)
Entering “interface ethernet 1/5”, and its prompt will become ...
(config)# interface ethernet 1/5
(config-if)#
Enter “?” at the prompt, the sub-command list will be shown.
----------------------------------------------------------------------------------------------
(config-if)# ?
exit Exit from current mode
help Show available commands
history Show a list of previously run commands
logout Disconnect
quit Quit commands
channel-group Adds a port to a trunk
description Interface specific description
dot1x Configures 802.1x port-based access control
duplex Configures duplex operation
end Exit from interface mode
flowcontrol Enables flow control during autoneg
interface Enters privileged interface configuration
ip-filter Set ipaddress filter
lacp Configures LACP status
map Maps priority
maximum-packet-length Configures the maximum packet length of the port
mdi-mdix Configures the MDI or MDIX of the port
mvr Multicast VLAN Registration
no Negates a command or sets its defaults
port Configures the characteristics of the port
port-vlan Configures Port-Based VLAN
power-saving Decrease energy consumption
qos Configuration of QoS
rate-limit Configures rate-limits
shutdown Shuts down the selected interface
spanning-tree Specifies spanning tree configuration
speed Configures speed operation
switchport Configures switching mode characteristics
----------------------------------------------------------------------------------------------
1 exit command
This command is used to leave current operation mode. Go back to last mode.
2 help command