07-18-2005 06:37 AM - edited 03-02-2019 11:25 PM
I have a 1720 with a WIC (T1) Serial0 interface and a FastEthernet0 Interface currently performing NAT and routing several public IP's to internal servers.
I need to know how to properly setup a full bridge between the ISP (T1) and the Ethernet interface. I am putting a different router/firewall behind the Cisco and would like the new router to see the WAN gateway and IP block as if it were directly connected.
Any help would be much apprecitated.
07-18-2005 07:24 AM
If you want to route on the serial interface and you want to bridge on the FastEthernet interface, then you will need to implement Integrated Routing and Bridging (IRB).
You will use a normal configuration of the serial interface. You will need to remove the IP address from the FastEthernet interface. You will need to configure a bridge group and assign the bridge group to the FastEthernet interface. You will need to configure a BVI (Bridged Virtual Interface). You will associate the BVI with the bridge group on the FastEthernet and will assign the IP address that was on the FastEthernet to the BVI. The BVI provides the linkage between the bridged environment and the routed environment.
HTH
Rick
07-18-2005 10:15 AM
Sounds like exactly what I need. Do you have any example code for a configuratino like this?
Thanks
07-18-2005 12:13 PM
It has been a while since I configured IRB and I do not have any sample code where I can put my hands on it. But here are some links which should get you started:
is a link to a discussion of how to configure.
and
is a link to an example configuration.
HTH
Rick
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide