[c-nsp] Combining multiple vlans into a single vlan.

Teller, Robert RTeller at deltadentalwa.com
Mon Dec 15 12:52:27 EST 2008


Could you also use private vlans?

-----Original Message-----
From: cisco-nsp-bounces at puck.nether.net
[mailto:cisco-nsp-bounces at puck.nether.net] On Behalf Of Peter Rathlev
Sent: Sunday, December 14, 2008 12:33 PM
To: Jeff Cartier
Cc: cisco-nsp at puck.nether.net
Subject: Re: [c-nsp] Combining multiple vlans into a single vlan.

On Mon, 2008-12-08 at 20:40 -0500, Jeff Cartier wrote:
> Could this be accomplished using a ME3750, using BVI's? and if yes,
> any configuration examples?
>
> A co-worker said he tried this and couldn't make it work...

BVIs probably only work on "real routers". With the L3 switches you
would need a physical loop cable. (The BVI is the L3 interface by the
way, so just short circuiting the VLANs is just a "bridge-group".)

I'm not adequately familiar with the ME3750, but I guess it can't do
brige-groups. On a device that could, you would do something like this:

! *** On some router ***
bridge irb
!
interface GigabitEthernet0/0/1.630
 encapsulation dot1q 630
 bridge-group 5
!
interface GigabitEthernet0/0/1.631
 encapsulation dot1q 631
 bridge-group 5
!
interface BVI5
 description Optional, only when L3 termination is needed
 ip address 10.0.0.1 255.255.255.0
!
bridge 5 protocol ieee
!

Still, combining different VLANs this way could lead to lots of
problems, a.o. short circuiting spanning trees.

Regards,
Peter


_______________________________________________
cisco-nsp mailing list  cisco-nsp at puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


#########################################################
The information contained in this e-mail and subsequent attachments may be privileged, 
confidential and protected from disclosure.  This transmission is intended for the sole 
use of the individual and entity to whom it is addressed.  If you are not the intended 
recipient, any dissemination, distribution or copying is strictly prohibited.  If you 
think that you have received this message in error, please e-mail the sender at the above 
e-mail address.
#########################################################



More information about the cisco-nsp mailing list