Deployment Guide

Table Of Contents
G - GVRP tagged, M - Vlan-stack
NUM Status Description Q Ports
* 1 Inactive
100 Inactive
P 200 Inactive primary VLAN in PVLAN T Te 1/19/1-2
I 201 Inactive isolated VLAN in VLAN 200 T Te 1/21/1
The following example shows viewing a private VLAN configuration.
!
interface TenGigabitEthernet 1/3/1
no ip address
switchport
switchport mode private-vlan promiscuous
no shutdown
!
interface TenGigabitEthernet 1/4/1
no ip address
switchport
switchport mode private-vlan host
no shutdown
!
interface TenGigabitEthernet 1/5/1
no ip address
switchport
switchport mode private-vlan host
no shutdown
!
interface TenGigabitEthernet 1/6/1
no ip address
switchport
switchport mode private-vlan host
no shutdown
!
interface TenGigabitEthernet 1/25/1
no ip address
switchport
switchport mode private-vlan trunk
no shutdown
!
interface Vlan 4000
private-vlan mode primary
private-vlan mapping secondary-vlan 4001-4003
no ip address
tagged TenGigabitEthernet 1/3/1,25/1
no shutdown
!
interface Vlan 4001
private-vlan mode community
Private VLANs (PVLAN)
685