[c-nsp] High Availability PoP Design

Mark Tohill Mark at u.tv
Thu Nov 3 11:11:48 EST 2005


David,

As a reminder, 'sketch' below:


| H1----S1----R1----ISP1
|  \    /\     /
|   \  /  \   /
|    \/    \ /
|    /\     \
|   /  \   / \
|  /    \ /   \
| H2--- S2----R2----ISP1

I have the BVI solution and 'meshing' up and running and seems to work
pretty well.

A few questions:

1. I take it with such a simple topology, choosing which device is the
root switch/bridge is unimportant. Is there any reason why the
router(BVI) wouldn't act as root?

2. We have the following included in the config of our router:

!
bridge 1 priority 0
bridge 1 protocol ieee
bridge 1 route ip
!
!
bridge irb
!
I know we need the 'bridge irb' statement for sure. 

What is the 'bridge 1 route ip' doing exactly?

Thanks,
Mark

-----Original Message-----
From: David Coulson [mailto:david at davidcoulson.net] 
Sent: 02 November 2005 16:48
To: Michael Markstaller
Cc: Mark Tohill; cisco-nsp at puck.nether.net
Subject: Re: [c-nsp] High Availability PoP Design

This isn't perfect, and has some caveats (specificly SSO and performance
related), but we do this:

7507 with a pair of PA-FE-TXs. Each PA-FE-TX on a router is connected to
a different switch, which are then interconnected.

Each VLAN is a sub-if on the FE and we do:

bridge 100 proto ieee
bridge 100 route ip

int f0/0/0.100
encap dot 100
bridge-group 100

int f6/0/0.100
encap dot 100
bridge-group 100

int bvi100
ip addr 192.168.1.2
stand 100 prio 110
stand 100 pre
stand 100 ip 192.168.1.1

Same config on both boxes, except the IP of the BVI is different. Seems
to work pretty well so far. Best L2 meshing technique I can come up with
without breaking a whole lot of other things - Running an IGP on servers
isn't really an option.

David

-- 
David J. Coulson
email: david at davidcoulson.net
web: http://www.davidcoulson.net/



More information about the cisco-nsp mailing list