Re: 2nd email attempt for Inter-Vlans on 2948g L3 and Cisco 2610

From: Charles Manafa (charles.manafa@xxxxxxxxxxxxxxxx)
Date: Thu Nov 08 2001 - 06:57:35 GMT-3


   
I don't see the point in all those static routes, apart from the default.
The 2948G-L3 is capable of routing and switching, and should be used as
such. I expect to see the subinterfaces (with the appropriate VLANs) on your
trunk ports only. The access ports should only have the relevant
bridge-groups assigned to them. Lastly, you need to enable routing for the
remaining bridge-groups - 20, 30, and 40. This is how I would configure your
2948G-L3:

bridge irb
int f1 through to f40
bridge-group 10

int f41 through to f42
bridge-group 20

int f43 through to f44
bridge-group 30

int g50
no ip add

int g50.10
encaps dot1q 10
bridge-group 10

int g50.20
encaps dot1q 20
bridge-group 20
.
.
int bvi 10
ip add 10.1.1.10 255.255.0.0

int bvi 20
ip add 10.2.1.1 255.255.0.0

int bvi 30
ip add 10.3.1.1 255.255.0.0

bridge 10 protocol ieee
bridge 10 route ip
bridge 20 protocol ieee
bridge 20 route ip
bridge 30 protocol ieee
bridge 30 route ip
bridge 40 protocol ieee
bridge 40 route ip

end

----- Original Message -----
From: "kyle prevey" <preveyk@hotmail.com>
To: <ccielab@groupstudy.com>
Sent: Thursday, November 08, 2001 6:47 AM
Subject: 2nd email attempt for Inter-Vlans on 2948g L3 and Cisco 2610

> I need some help with the configs below. Seems there is some serious
> latency going from one Vlan to the next. I took out the 2620 to try and
> just use the 2948G L3 but not much improvement. Not sure if need the ip
> route statements of the 2948G L3 or whether I need the more BVIs. Not
> entirely sure exactly what the config is doing. There are other 2948Gs
> not L3s hanging off the L3 using trunk ports. I didn't include their
> configs. For example: Vlan 30 is out on a 2948G hanging of the L3 and the
L3
> has a couple of Vlan 30 ports for users also. Seems this is causing
serious
> latency issues. Thanks.
>
> Cisco 2620 Version 12.0
> !
> int fa0/0---interface to 2948g L3
> no ip add
> !
> int fa0/0.1
> encap dot1q 1
> !
> int fa0/0.10 encap dot1q 10 ip add 10.1.1.10 255.255.0.0
> !
> int fa0/0.20
> encap dot1q 20
> ip add 10.2.1.1 255.255.0.0
> !
> int fa0/0.30
> encap dot1q 30
> ip add 10.3.1.1 255.255.0.0
> !
> 2948G L3
>
> int fastEthernet1
> no ip add
> !
> int fa1.1
> encap dot1q 10
> no ip redirects
> bridge-group 10
> !
> int fa1.2
> encap dot1q 20
> bridge-group 20
> !
> int fa1.3
> encap dot1q 30
> bridge-group 30
> !
> int fastEthernet2 bridge-group 10
> -thru-
> int fastEthernet40 bridge-group 10
> !
> int fastEthernet43--users for from Vlan 30
> bridge-group 30
> !
> int fastEthernet44
> bridge-group 30
> !
> int Gig50 trunk port to 2948G which houses most of Vlan 30 users
> !
> interface BVI10
> ip address 10.1.1.1 255.255.0.0
> no ip directed-broadcast
> !
> ip route 0.0.0.0 0.0.0.0 10.1.1.254 ---to pix
> ip route 10.2.0.0 255.255.0.0 10.1.1.10 --to router
> ip route 10.3.0.0 255.255.0.0 10.1.1.10
> ip route 10.4.0.0 255.255.0.0 10.1.1.10
> !
> bridge 10 protocol ieee
> bridge 10 route ip
> bridge 20 protocol ieee
> bridge 30 protocol ieee
> bridge 40 protocol ieee end
>
>
>



This archive was generated by hypermail 2.1.4 : Fri Jun 21 2002 - 06:45:08 GMT-3