Benutzer-Werkzeuge

Dies ist eine alte Version des Dokuments!


Cisco Port Einstellungen

Erstellen eines Access Ports mit VLAN

switch> enable
switch# conf t
switch(config)# interface range gi1/0/1-20
switch(config-if-range)# switchport mode access
switch(config-if-range)# switchport access vlan ???

## Wenn Port mit einem Endgerät verbunden ist (Notwendig damit beispielsweise FOG funktioniert)
spanning-tree portfast

Portzugriff begrenzen

switch> enable
switch# conf t

switch(config)# interface gi1/0/1
# or
switch(config)# interface range gi1/0/1-20

switch(config-if)# switchport mode access
switch(config-if)# switchport port-security
switch(config-if)# switchport port-security mac-address 00:00:00:00:00:00

switch(config-if)# switchport port-security violation {protec | restrict | shutdown}

switch# show port-security interface gi1/0/1

switch# show port-security address

Home / Back

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

Weitere Information