Re: Cisco 2811 with HWIC-4ESW
- From: "Houston SBC" <drstigall@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 4 Oct 2007 05:37:58 -0500
First, thanks for the info. Cisco docs are somewhat lacking in certain
areas.
It is always nice to see someone else going where no one else has gone
before.
Doug
"Mike Dorn" <mrdorn@xxxxxxxx> wrote in message
news:13g8r4m31iik7a9@xxxxxxxxxxxxxxxxxxxxx
Houston SBC wrote:
I have a Cisco 2811 running IOS adventerprisek9-mz.12.4-15.T and aActually, I did this just yesterday with a 2811 and the 9-port switch
HWIC-4ESW installed.
Does anyone have the foggiest idea of how to get fa0/0 to share a vlan
with fa0/0/0-3 (the ports on the HWIC-4ESW).
Any config files, urls, etc would be greatly appreciated.
Appendix D of the Cisco Field Manual: Catalyst Sw. Config covers
"Extending VLANs within Layer 3 switches" and seems to be close but it
shows a 802.1Q trunk line from the layer3 device to the layer 2
device--How's it handled when it is in the same box?
TIA
Doug
Dougs@(8888nospam!!!!)Net-fix.com
module. I eventually tore it back down again because it ate up cpu and it
wasn't all that essential for me to have the other interface.
What you have to do is turn on bridging. Then you create a bridge virtual
interface for the router to use instead of the vlan interface that
connects to the switch module. Join both the vlan interface from the
switch and the physical interface from the ouside of the router into the
bridge group, and they're together.
bridge irb
int fa0/0
no ip address
bridge-group 1
int bvi 1
ip address x.x.x.x y.y.y.y
int vlan 3
bridge-group 1
int fa0/0/2
switchport access vlan 3
bridge 1 protocol ieee
bridge 1 route ip
What I did was similar, except that I was making my fa0/0 into a trunk to
reach external switches, so each dot1q subinterface under it was linked to
a separate bridge group. The 9-port module was then configured with one
vlan for data and the other for voice to support ip phones. When I had it
working, however, it chewed up 10-30% cpu with almost no traffic load.
Shut down fa0/0, got rid of the bvi's and made the 9th port on the module
into a trunk instead, and cpu ran about 1-2%, so that's where I'm leaving
it. My guess would be that the bvi's are implemented in software, so
don't optimize as well. Of course, your situation may require you to use
the other ports, so go ahead & try it.
I haven't messed with bridging on routers all that much, so it's also
possible that I missed something--the cpu hit may be avoided by
application of slightly cleverer code...
.
- References:
- Cisco 2811 with HWIC-4ESW
- From: Houston SBC
- Re: Cisco 2811 with HWIC-4ESW
- From: Mike Dorn
- Cisco 2811 with HWIC-4ESW
- Prev by Date: Re: 2924 + vlans
- Next by Date: Re: Limiting bandwidth per user on the 1800 Series
- Previous by thread: Re: Cisco 2811 with HWIC-4ESW
- Next by thread: Re: 'show run' on causes 7200 to lock up
- Index(es):
Relevant Pages
|