İki Cisco Catalyst anahtarı (3750) arasındaki mevcut bir ana hat portuna yeni bir VLAN ekliyorum. Yeni VLAN ekleme sürecinde, sanırım mevcut izin verilen VLAN'ları bagajda kaldırdım ... Bu nasıl mümkün olabilir?
Mevcut ana bağlantı noktası yapılandırması:
SW-LAB-1#show run int g1/0/49
Building configuration...
Current configuration : 255 bytes
!
interface GigabitEthernet1/0/49
description SW-LAB-2 G1/0/48
switchport trunk encapsulation dot1q
switchport trunk native vlan 10
switchport trunk allowed vlan 10,20
switchport mode trunk
switchport nonegotiate
ip dhcp snooping trust
end
VLAN 30'a da izin vermek için aşağıdaki sözdizimini kullandım:
SW-LAB-1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
SW-LAB-1(config)#interface g1/0/49
SW-LAB-1(config-if)#switchport trunk allow vlan 30
Ancak şimdi, g1 / 0 / 49'daki çalışan konfigürasyonumda VLAN 10 ve 20 eksik!
<SNIP>
switchport trunk allowed vlan 30
</SNIP>
Neyi kaçırıyorum?