User manual

www.cooperbussmann.com/wirelessresources
Cooper Bussmann 2080E-T Managed Ethernet Switch User Manual
79Rev Version 1.0
Port Control Commands
CLI Commands Level Description Example
interface fastEthernet
[Portid]
G Choose the port for modification. switch>enable
switch#configure
switch(config)#interface fastEthernet 2
state
[enable|disable]
I Use the state interface configuration
command to specify the state mode
of operation for Ethernet ports. Use
the disable form of this command to
disable the port.
switch>enable
switch#configure
switch(config)#interface fastEthernet 2
switch(config-if)#state disable
duplex
[full | half]
I Use the duplex configuration
command to specify the duplex mode
of operation for fast Ethernet.
switch>enable
switch#configure
switch(config)#interface fastEthernet 2
switch(config-if)#duplex full
speed
[10|100|auto]
I Use the speed configuration
command to specify the speed mode
of operation for fast Ethernet.
switch>enable
switch#configure
switch(config)#interface fastEthernet 2
switch(config-if)#speed 100
flowcontrol mode
[symmetric|asymmetric]
I Configure flow control. switch>enable
switch#configure
switch(config)#interface fastEthernet 2
switch(config-if)#flowcontrol mode
asymmetric
no flowcontrol I Disable flow control of interface. switch>enable
switch#configure
switch(config)#interface fastEthernet 2
switch(config-if)#no flowcontrol
security enable I Enable security. switch>enable
switch#configure
switch(config)#interface fastEthernet 2
switch(config-if)#security enable
no security I Disable security. switch>enable
switch#configure
switch(config)#interface fastEthernet 2
switch(config-if)#no security
alias
[name]
I Set port alias name. switch>enable
switch#configure
switch(config)#interface fastEthernet 2
switch(config-if)#alias 1111
show interface
configuration
I Show interface configuration status. switch>enable
switch#configure
switch(config)#interface fastEthernet 2
switch(config-if)#show interface
configuration