Configuration Guide    Protocol VLAN Configuration 
Enter the global configuration mode. 
protocol-vlan profile id frame-type 
[type] ether-type [type] 
Configure packet type and Ethernet type profile. 
no protocol-vlan profile id 
show protocol-vlan profile 
show protocol-vlan profile id 
For example: 
Ruijie# configure terminal 
Ruijie(config)# protocol-vlan  profile 1 frame-type  ETHERII ether-type 
EHTER_AARP 
Ruijie(config)# protocol-vlan  profile 2 frame-type SNAP ether-type 0x809b 
Ruijie(config-vlan)# end 
Ruijie# show protocol-vlan profile 
profile     frame-type   ether-type       Interfaces|vid 
-------      --------- ----------         ----------- 
1             ETHERII      EHTER_AARP        NULL|NULL 
2             SNAP          ETHER_APPLETALK  NULL|NULL 
 
1.  The  configuration  will  not  become  effective  until  the  profile  is 
applied to a port. 
2.  Before  updating  a  profile,  you  must  delete  the  profile  and  then 
reconfigure it. 
3. The number of profiles varies with different products.   
 
Applying a Profile 
To apply a profile, execute the following commands: 
Enter the global configuration mode. 
Enter the interface configuration mode. 
protocol-vlan profile id vlan 
  vid 
Apply a profile to this port. 
Clear all profiles on this port . 
no protocol-vlan profile id 
Clear a profile on this port   
Exit the interface configuration mode