Хотя, всё не так гладко. Если сделать no interface GigabitEthernet0.1 то bridge-group 1 переезжает вот так
interface GigabitEthernet0 no ip address no ip route-cache duplex auto speed auto no keepalive bridge-group 1 no bridge-group 1 source-learning bridge-group 1 spanning-disabled end
и на gi0.2 её не прописать
Configuration of subinterfaces and main interface within the same bridge group is not permitted
Comments 12
interface GigabitEthernet0.1
encapsulation dot1Q 2
Reply
no interface GigabitEthernet0.1
interface GigabitEthernet0.2
encapsulation dot1Q 2
no ip route-cache
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
Reply
У я уже обрёл просветление после прочтения этого
Reply
Если сделать
no interface GigabitEthernet0.1
то bridge-group 1 переезжает вот так
interface GigabitEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
no keepalive
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
end
и на gi0.2 её не прописать
Configuration of subinterfaces and main interface
within the same bridge group is not permitted
Reply
switchport trunk native vlan 2
Reply
Reply
Reply
Reply
Leave a comment