Unsolved

This post is more than 5 years old

3 Posts

27930

October 13th, 2015 09:00

how to add a private-vlan to trunk?

How do I add a private-vlan to a already existing trunk. Is this procedure the same as adding a vlan to a trunk?

powerconnect N3048 / FW 6.0.1.3

212 Posts

October 13th, 2015 11:00

The commands are similar.  There is an example in the link below for setting up a private VLAN starting on page 9.   This guide was originally written for the older PowerConnect line of switches (with 5.x firmware), but the commands should be virtually the same for N-Series using 6.x code.  

en.community.dell.com/.../download

Hope this helps!

-B

3 Posts

October 14th, 2015 02:00

Thnaks Barrett, I saw that document but the information i'm looking for is how to configure the ISL (see figure 2 of that paper) and that information is missing in that paper.

212 Posts

October 14th, 2015 08:00

It should be similar to any other vlan, for example adding an isolated VLAN 102 to existing 1-99 that are already traversing the trunk.

    console(config)# interface port-channel 1

    console(config-if-po1)# switchport mode trunk

    console(config-if-Po1)# switchport trunk allowed vlan 1-99, 102

No Events found!

Top