Port

Access-Port

enable
configure terminal
interface <name>
switchport mode access
switchport access vlan <id>

Trunk-Port

enable
configure terminal
interface <name>
switchport mode trunk
switchport trunk allowed vlan <id>,<id>

Rout-Port

enable
configure terminal
interface <name>
no switchport

Switch-Port

enable
configure terminal
interface <name>
switchport

Duplex (Bandwith)

enable
configure terminal
interface <name>
duplex full

Port-Security

enable
configure terminal
interface <name>
switchport port-security mac-address sticky

Last updated