Hey all. I've got a big problem and I can't see anyway around it.
I am hoping a fresh pair of eyes will see something I don't.
My company is currently moving our layer 2 switched network to a layer 3 routed network. They decided on a iBGP ring. The ring consists of a primary route (vlan 514) and a backup route (vlan 260) should the primary fail. 7 switches participate in the ring . . . all the switches are cisco 3550's.
Each switch is configured with a 2 SVI, 1 for each vlan ring
as shown:
I intended to use floating static routes to re-direct traffic to the backup vlan should the primary route fail i.e:
My problem is I am aware of no way to have the switchports dynamically change their vlan assignments (1 port services multiple customers via 1 physical link).
Can anyone offer a suggestion?
Thanks
I am hoping a fresh pair of eyes will see something I don't.
My company is currently moving our layer 2 switched network to a layer 3 routed network. They decided on a iBGP ring. The ring consists of a primary route (vlan 514) and a backup route (vlan 260) should the primary fail. 7 switches participate in the ring . . . all the switches are cisco 3550's.
Each switch is configured with a 2 SVI, 1 for each vlan ring
as shown:
Code:
interface Vlan260
description BGP Ring Leftside Layer 3 Interface
ip address x.x.x.x 255.255.255.240
!
interface Vlan514
description BGP Ring Rightside Layer 3 Interface
ip address x.x.x.x 255.255.255.240
Code:
ip route <subnet> <mask> vlan514
ip route <subnet> <mask> vlan260 3
My problem is I am aware of no way to have the switchports dynamically change their vlan assignments (1 port services multiple customers via 1 physical link).
Can anyone offer a suggestion?
Thanks