3850兩台已經做好堆疊,要跟2960兩台好做介接
我先把cisco 3850
先做port-channel兩條光纖綁在一起
Switch> enable
Switch# configure terminal
Switch(config)#interface tengigabitEtherent1/1/1
Switch(config)#channel-group 1111 mode active
Switch(config)#interface tengigabitEtherent 2/1/1
Switch(config)#channel-group 1111 mode active
Switch(config)# interface tengigabitEtherent1/1/2
Switch(config)# channel-group 1112 mode active
Switch(config)#interface tengigabitEtherent 2/1/2
Switch(config)# channel-group 1112 mode active
Switch(config)#interface Port-channel 1111
在設trunk
Switch(config-if)# switchport trunk encapsulation dot1q
Switch(config-if)#switchport mode trunk
另外一台也是同樣設定
我這樣做兩台switch trunk 作法對嗎?還是我少設定什麼?
另一個fortigate 800d防火牆接3750
先做port-channel
Shutdown 設定的port
Switch> enable
Switch# configure terminal
Switch(config)#interface rang gigabitEtherent1/1/1,gigabitEtherent 2/1/1
Switch(config)#channel-group 11 mode active
設定
Switch(config)#interface Port-channel 1111
Switch(config-if)# switchport mode access
這樣會通嗎?還是要怎樣做法比較好?