cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
261
Views
0
Helpful
3
Replies

bridging mode

seegomaa
Level 1
Level 1

dears,

i have two 1751 routers between them leased line

(HDLC encapsulation) as a primary link and ISDN as a backup link . how to enable bridging mode ( not routing ).

3 Replies 3

ahbanks
Level 1
Level 1

The most basic configuration, which would need to be applied to both routers.

bridge 1 protocol ieee

!

interface ethernet 0/0

bridge-group 1

!

interface Serial 0/0

bridge-group 1

You could apply this to the dialer interface as well, but I would track the state of the serial to keep the ISDN from remaining up all of the time.

If you're really serious about not routing, you could issue a "no ip routing" command as well.

Depending on what they want to bridge the "no ip routing" may not be optional. In particular if they want to bridge IP traffic they must either use "no ip routing" or they must configure Integrated Routing and Bridging (IRB) which allows IP to be bridged on some interfaces.

Without knowing more about what they are really trying to do it is difficult to know which approach would be best.

HTH

Rick

HTH

Rick

i want to ip to be bridged on :

serial 0/0 interface ( primary )

& bri interface (secondary )

Review Cisco Networking for a $25 gift card