how to Bridge a cisco router
Go to global configuration mode
disable ALL ip routing(you must disable all routing before bridge the router)
(config)#no ip routing
enable bridging protocol
(config)#bridge number protocol ieee (number - use numeric character)
to enable bridging on interface goto the interface mode.
example:
(config)#int fa0
(config-if)#bridge-group number
you can use encapsulation and etc under the interface mode.
disable ALL ip routing(you must disable all routing before bridge the router)
(config)#no ip routing
enable bridging protocol
(config)#bridge number protocol ieee (number - use numeric character)
to enable bridging on interface goto the interface mode.
example:
(config)#int fa0
(config-if)#bridge-group number
you can use encapsulation and etc under the interface mode.
Comments
Post a Comment