cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
242
Views
0
Helpful
1
Replies

routing solution

avionics
Level 1
Level 1

i have a 2811 router with a bvi interface with bridge-group f0/0 and vlan1 which vlan1 has clients connection to the network. Is it possible to have all the client(fa1/1, fa1/2,etc..)traffic pass through fa1/7???

1 Reply 1

williamsdo
Level 3
Level 3

Hi, you can add the interfaces to the bridge group this will enable the router to bridge the traffic across the interfaces in the bridge-group. You can use a route map to send traffic from client across the bridg-group also. Have a look at the document from the link below and thesample config, this should help you.

http://www.cisco.com/en/US/products/hw/switches/ps5304/products_configuration_guide_chapter09186a008007d624.html

interface FastEthernet0/0.9

encapsulation dot1Q 222

no snmp trap link-status

bridge-group 222

interface FastEthernet0/1.9

encapsulation dot1Q 222

no snmp trap link-status

bridge-group 222

interface BVI222

description Quarantine Data Vlan

ip address 2.222.xxx.xxx 255.255.255.0

bridge 222 protocol ieee

bridge 222 route ip

Review Cisco Networking for a $25 gift card