Configure Cisco Router in Bridge Mode
At times when ISP drops an internet connection, it is needed to put the router in bridge mode so that the public ip address can be directly assigned on the inside firewall (any brand).
So you can put a cisco router in bridge mode this way;
bridge 1 protocol ieee
int fa0/0 <–connected to ISP (change interface accordingly)
no ip address
bridge-group 1int fa0/1 <–connected to ASA (change interface accordingly)
no ip address
bridge-group 1
Categories: Cisco
Keep up the good work.
Hi,
Will this work if your connection to the ISP is a T1 (or any other non-ethernet encapsulation)?
Thanks,
Nick
Yes you can.
http://www.cisco.com/en/US/docs/ios/12_3t/12_3t2/feature/guide/gt_bcp.html
Cheers,
Rajesh
Will you still be able to use acls in bridge mode?
Yes you should be.
Cheers,
Rajesh
Thanks man,what is the feasible way to access the router from LAN( through f/w) after youve done bridging.
You can always have IRB (Integrated Routing & Bridging and access through that, it provides you access, as well as does the bridging.
http://www.akadia.com/services/bridged_cisco_router.html
A quick google search brought me to the above page.
Cheers,
Rajesh