[c-nsp] Bridging dot1q on a 7200

Skeeve Stevens skeeve at skeeve.org
Wed Jun 13 22:51:51 EDT 2007


If you are just bridging a VLAN, do you need an IP on the BVI ? I assume
not.

...Skeeve

-----Original Message-----
From: Chris Hale [mailto:chris-lists at pipeline-wireless.com] 
Sent: Thursday, 14 June 2007 2:48 AM
To: skeeve at skeeve.org; cisco-nsp at puck.nether.net
Subject: RE: [c-nsp] Bridging dot1q on a 7200

Create a bridge group and terminate the IP in a BVI interface.

bridge irb

bridge 1 protocol ieee

Int FastEthernet4/0.14
encapsulation dot1Q 14
 no cdp enable
 bridge-group 1

interface FastEthernet0/0.14
 encapsulation dot1Q 14
 no cdp enable
 bridge-group 1

interface BVI1
 ip address 1.2.3.4 255.255.255.224

BVI interface number must match the bridge-group you use on the sub
interfaces.

Chris



More information about the cisco-nsp mailing list