Configuration Guide     196
Configuring Protocol VLAN Configuration Example
Switch_2(config-if)#exit
Switch_2(config)#interface gigabitEthernet 1/0/3
Switch_2(config-if)#switchport general allowed vlan 20 untagged
Switch_2(config-if)#exit
4)  Create the IPv6 protocol template.
Switch_2(config)#protocol-vlan template name IPv6 frame ether_2 ether-type 86dd
Switch_2(config)#show protocol-vlan template
Index         Protocol Name      Protocol Type
 ----            -----------------       ------------------------------------
 1                  IP                                EthernetII  ether-type   0800
 2                  ARP                           EthernetII  ether-type   0806
 3                  RARP                         EthernetII  ether-type   8035
 4                  IPX                             SNAP         ether-type   8137
 5                  AT                              SNAP         ether-type   809b
 6                  IPv6                           Ethernet II  ether-type   86dd
5)  Configure the protocol groups.
Switch_2(config)#protocol-vlan vlan 10 template 1                                                  
Switch_2(config)#protocol-vlan vlan 20 template 6                                                  
6)  Add port 1/0/1 to the protocol groups.
Switch_2(config)#show protocol-vlan vlan
Index        Protocol-Name      VID             Member
----            ---------------           -------       -------------
 1                IP                                  10
 2                IPv6                             20
Switch_2(config)#interface gigabitEthernet 1/0/1
Switch_2(config-if)#protocol-vlan group 1
Switch_2(config-if)#protocol-vlan group 2
Switch_2(config-if)#exit
Switch_2(config)#end
Switch_2#copy running-config startup-config