cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
593
Views
6
Helpful
2
Replies

Bridge-group

pccthailand
Level 1
Level 1

Hi

Anyone can help me to explain about bridge-group in concept and benefit to use

Thanks

2 Replies 2

mohammedmahmoud
Level 11
Level 11

Hi,

Bridge-group is used to bridge interfaces rather than routing between them on a Cisco router, for example to bridge 2 Ethernet interfaces:

Router#configure terminal

Router(config)#bridge 1 protocol ieee

Router(config)#interface ethernet 0

Router(config-if)#bridge group 1

Router(config-if)#no shut

Router(config)#interface ethernet 1

Router(config-if)#bridge group 1

Router(config-if)#no shut

Router(config-if)#end

1.You can configure up to eight bridge groups of two interfaces each.

2.You can only assign two interfaces to a bridge group.

3.You cannot assign the same interface to more than one bridge group. Each bridge group connects to a separate network.

4.Bridge group traffic is isolated from other bridge groups; traffic is not routed to another bridge group unless using BVI (Bridge Virtual Interface) interfaces and IRB (Integrated Routing and Bridging).

HTH, please do rate all helpful replies,

Mohammed Mahmoud.

pavansuraj
Level 1
Level 1

Hi,

A bridge group is configured on a router in order to bridge between interfaces rather than to route. The interfaces of this group bridge between themselves.

Bridging between the interfaces of a router is required when a vlan has to span accross a router.

HTH, Please rate if it does

Pavan

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card