Ich habe 3 Trunk Ports:
!
interface gigabitethernet1/1/4
description st-srv-tape01:ILO
switchport trunk allowed vlan add 100
!
interface gigabitethernet1/1/5
description st-srv-tape02:ILO
switchport trunk allowed vlan add 100
!
interface gigabitethernet1/1/6
description st-srv-tape03:ILO
switchport trunk allowed vlan add 100
!
Diese möchte ich jetzt statt einem Trunk Port zu einem Access Port machen.
S1# conf t
S1 (config)# int gi1/1/4
S1 (config-if)# switchport mode access
Port gi1/1/4: Port belongs to multiple VLAN.
S1 (config-if)# no switchport mode
S1 (config-if)# switchport mode access
Port gi1/1/4: Port belongs to multiple VLAN.
Jetzt schreibt er aber das der Port zu mehreren VLANs gehört? Ist klar weil es ja ein Trunk ist/war aber wie kann ich den jetzt zu einem Access Port machen?