10-27-2010 09:29 AM - edited 03-11-2019 12:01 PM
Is it possible to bridge a Cisco 1841 t1 router (layer 2 only) to asa 5505 behind it so the ASA gets the public ip address on the outside interface. This will avoid wasting two public ip address on the 1841.
What commands do use on the router to make this happen.
Thanks!
Solved! Go to Solution.
10-27-2010 10:31 AM
jimmypinto wrote:
Is it possible to bridge a Cisco 1841 t1 router (layer 2 only) to asa 5505 behind it so the ASA gets the public ip address on the outside interface. This will avoid wasting two public ip address on the 1841.
What commands do use on the router to make this happen.
Thanks!
It is but only if the 2 interfaces are ethernet ie. it won't work if you try to bridge a serial interface to an ethernet interface. Config would look somethiing like this -
bridge irb
bridge-group 1 protocol ieee
interface FastEthernet0/1
bridge-group 1
interface FastEthernet0/2
bridge-group 1
int BVI1
ip address x.x.x.x
Jon
10-27-2010 10:31 AM
jimmypinto wrote:
Is it possible to bridge a Cisco 1841 t1 router (layer 2 only) to asa 5505 behind it so the ASA gets the public ip address on the outside interface. This will avoid wasting two public ip address on the 1841.
What commands do use on the router to make this happen.
Thanks!
It is but only if the 2 interfaces are ethernet ie. it won't work if you try to bridge a serial interface to an ethernet interface. Config would look somethiing like this -
bridge irb
bridge-group 1 protocol ieee
interface FastEthernet0/1
bridge-group 1
interface FastEthernet0/2
bridge-group 1
int BVI1
ip address x.x.x.x
Jon
10-30-2010 07:53 AM
Thanks!
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