Configuring Protocol VLAN
Protocol VLAN Configuration
Configuration Guide
187
The following example shows how to bind the IPv6 protocol template to VLAN 10:
Switch#configure
Switch(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 EthernetII ether-type 86DD
Switch(config)#protocol-vlan vlan
10
template
6
Switch(config)#end
Switch#copy running-config startup-config
The following example shows how to add port 1/0/2 to the IPv6 protocol group:
Switch#configure
Switch(config)#interface gigabitEthernet
1/0/2
Switch(config-if)#show protocol-vlan vlan
Index
Protocol-Name
VID Member
--------
-------------------- ------ ------------
1
IPv6
10
Switch(config-if)#protocol-vlan group
1
Switch(config-if)#show protocol-vlan vlan
Index Protocol-Name VID Member
------ ------------------ ------ ------------
1 IPv6 10 Gi1/0/2
Switch(config-if)#end
Switch#copy running-config startup-config