[nsp] Cisco BVI

From: Eric So (eric.so@graduate.hku.hk)
Date: Tue Feb 06 2001 - 05:43:56 EST


I would like to do some test on BVI with two 7513 connecting back-to-back
through the use of ATM interface. I have confirmed the ATM link is okay, but
they cannot ping each other. Am I missing anything?

-Eric

Router_A:
======

no ip cef
!
bridge irb
!
interface ATM5/0/0.500 multipoint
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
 map-group test_bvi
 atm pvc 500 0 500 aal5snap
 bridge-group 1
 bridge-group 1 spanning-disabled
!
interface BVI1
 mtu 1500
 ip address 200.200.200.5 255.255.255.0
 ip broadcast-address 200.200.200.255
 no ip directed-broadcast
!
map-list test_bvi
 bridge atm-vc 500 broadcast
!
bridge 1 protocol ieee
 bridge 1 route ip

Router_B:
======

no ip cef
!
bridge irb
!
interface ATM5/0/0.500 multipoint
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
 map-group test_bvi
 atm pvc 500 0 500 aal5snap
 bridge-group 1
 bridge-group 1 spanning-disabled
!
interface BVI1
 mtu 1500
 ip address 200.200.200.6 255.255.255.0
 ip broadcast-address 200.200.200.255
 no ip directed-broadcast
!
map-list test_bvi
 bridge atm-vc 500 broadcast
!
bridge 1 protocol ieee
 bridge 1 route ip



This archive was generated by hypermail 2b29 : Sun Aug 04 2002 - 04:12:27 EDT