The value of the configured protocol type.
The relationship among hwL2VlanProtocolVlanNewProtocolType and hwL2VlanProtocolVlanNewProtocolTypeValue is as follows.
|============================================================================================|
| hwL2VlanProtocol-| | hwL2VlanProtocolVlanNewProtocolTypeValue |
| VlanProtocolType | ProtocolSubType | |
|============================================================================================|
| ipv4 | notused | Zero length string |
|============================================================================================|
| ipv6 | notused | Zero length string |
|============================================================================================|
| at | notused | Zero length string |
|============================================================================================|
| ipx | ethernetii | Zero length string |
| | llc | |
| | raw | |
| | snap | |
|============================================================================================|
| mode-ethernetii | etype | hex string like '600', which means 0x0600. |
| | | The range is [0x600..0xffff] |
|============================================================================================|
| mode-llc | etype | the sequence of different parts is as follows. |
| | | [dsap value;ssap value] |
| | | Both range is [0x00..0xff] |
| | | |
| | | For example. Suppose value of dsap and ssap are 0x09 |
| | | and 0x0a, the value is '090a' |
|============================================================================================|
| mode-snap | etype | hex string like '600', which means 0x0600. |
| | | The range is [0x600..0xffff] |
|============================================================================================|