3550 BVI/router on a stick problem

From: Reisner, Tim (TR126568@exchange.DAYTONOH.NCR.com)
Date: Wed Sep 25 2002 - 09:22:19 GMT-3


Hello,
 
Maybe someone can help out.
 
Trying to setup router on a stick setup for a 3550, having one issue with
the config though. I am able to make the same config work with a Cat5000.
In fact I can just pull cables from 3550 and plug into Cat5000 and it works
(after a couple "clear arp")s.
 
Am able to ping R7 to 3550, 3550 to R7, R7 to R1 and R1 to R7.
Unable to ping from R1 to 3550 or 3550 to R1.
 
 
Confiig:
 
BVI ISL vlan 20,21 g0/1 g0/3 access vlan 20
R7-----------------------------3550-------------------------R1
10.1.1.1/24 int VLAN21 10.1.1.3/24
10.1.1.2/24
 
Config from the router (R7)
 
bridge irb
!
interface FastEthernet0/1
 no ip address
 no ip route-cache
 no ip mroute-cache
 duplex auto
 speed auto
!
interface FastEthernet0/1.20
 encapsulation isl 20
 no ip redirects
 no ip route-cache
 no ip mroute-cache
 bridge-group 1
!
interface FastEthernet0/1.21
 encapsulation isl 21
 no ip redirects
 no ip route-cache
 no ip mroute-cache
 bridge-group 1
!
interface BVI1
 ip address 10.1.1.1 255.255.255.0
 no ip route-cache
 no ip mroute-cache
!
bridge 1 protocol ieee
 bridge 1 route ip
 
Config from 3550
 
spanning-tree extend system-id
!
interface GigabitEthernet0/1
 switchport trunk encapsulation isl
 switchport trunk allowed vlan 1,20,21,1002-1005
 switchport mode trunk
 no ip address
 wrr-queue bandwidth 10 20 40 80
 wrr-queue random-detect max-threshold 1 40 100
 wrr-queue random-detect max-threshold 2 40 100
 wrr-queue random-detect max-threshold 3 40 100
 wrr-queue random-detect max-threshold 4 40 100
 wrr-queue cos-map 4 5
 wrr-queue dscp-map 2 10 16 26 34 36
!
interface GigabitEthernet0/3
 switchport access vlan 20
 switchport mode access
 no ip address
 wrr-queue bandwidth 10 20 40 80
 wrr-queue random-detect max-threshold 1 40 100
 wrr-queue random-detect max-threshold 2 40 100
 wrr-queue random-detect max-threshold 3 40 100
 wrr-queue random-detect max-threshold 4 40 100
 wrr-queue cos-map 4 5
 wrr-queue dscp-map 2 10 16 26 34 36
 spanning-tree portfast
!
interface Vlan21
 ip address 10.1.1.2 255.255.255.0
!
 
 
Just noticed the "spanning-tree extend system-id", I will try without it on
Thursday when I have access to the 3550 again.
Any other ideas would be appreciated.
 
TIA,
Tim



This archive was generated by hypermail 2.1.4 : Mon Oct 07 2002 - 07:44:03 GMT-3