Example: show running-config command for private VLANs

When PVLANs (private VLANs) are configured, the output of the show running-config command includes information similar to the following example:

switch# show running-config

Running configuration:

...

interface 1/A2
   
...

interface Trk1
...
   no private-vlan promiscuous
...

vlan 300
   name "VLAN300"
   private-vlan primary
   private-vlan isolated 301
   private-vlan community 302
   untagged 1/A2
   tagged Trk1
   no ip address
   exit

vlan 301
   name "VLAN301"
   untagged 1/8-1/9
   no ip address
   exit

vlan 302
   name "VLAN302"
   untagged 1/17-1/18
   no ip address
   exit

vlan 303
   name "VLAN303"
   untagged 1/19-1/20
   no ip address
   exit