Forums.ATC.no

Teknisk => Generelt teknisk => Emne startet av: ATC på 27. ſeptember 2008, 18:24 pm

Tittel: Cisco: how to set up switch port bundling for redundancy
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
CCO documentation can be quite confusing on this point, so here's how we did it on a pair of older 2900 series switches.

Note that this solution gives redundancy but not added link capacity. If you have alternate solutions to offer, please email them to floyd@atc.no
Tittel: [Solved] Cisco: how to set up switch port bundling for redundancy
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
Start with all of the bundled ports in "shutdown" mode, plug in all the cables, and then configure one port at the time at both ends:

interface FastEthernet0/2
 port group 1
 switchport trunk encapsulation isl
 switchport mode trunk
!
interface FastEthernet0/3
 port group 1
 switchport trunk encapsulation isl
 switchport mode trunk
!
interface FastEthernet0/4
 port group 1
 switchport trunk encapsulation isl
 switchport mode trunk
!