cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
389
Views
0
Helpful
2
Replies

problem with IRB on the 6500

waleedmatter
Level 1
Level 1

Hi,

i have two sites with the same ip subnet (10.1.0.0/22) and both sites are connected through E1 links on two 6509 (PA-4E1G/120 and when tried to configure IRB for bridging the two sites/subnets i realized that the 6500 does not support the BVI.

i need help on how to configure the two 6500 switches to pass the broadcast through the E1 interfaces as i have a specific appplication that requires the broadcast feature

thanks and regards

2 Replies 2

gpulos
Level 8
Level 8

to pass a broadcast through a routed interface, you must use the 'ip helper-address x.x.x.x' command.

this command, on the interface of the originating broadcast packet, will tell the router to forward that packet to the ip address specified.

see this link for more info:

http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_command_reference_chapter09186a0080087387.html#wp1018606

Richard Burts
Hall of Fame
Hall of Fame

Waleed

Is it broadcasts from a particular application that you need or is it all broadcasts? If it is broadcasts from a particular application, does the application use UDP or TCP? If you need broadcasts from an application that uses UDP then you can use the combination of ip forward-protocol and ip helper-address to forward broadcasts from a source subnet to a destination subnet.

For an example lets assume that you want broadcasts from an application that uses UDP port 33667 and that the other subnet is 172.18.22.0/24. You would configure this on the interface where the broadcasts are received:

ip forward-protocol udp 33667

ip helper-address 172.18.22.255

On the interface to the remote subnet make sure that it includes ip directed-broadcast.

HTH

Rick

HTH

Rick