Home | Trees | Indices | Help |
|
---|
|
The VLAN class represents the information about the interface VLAN encapsulation type and the associated tags.
Nested Classes | |
Tag This class represent a VLAN tag, where: The most significant 16-bits is the Protocol Identifier (TPID). |
Instance Methods | |
Inherited from |
Class Variables | |
Enum |
VLANEncapType = enum('NONE', 'DOT1Q', 'QINQ', 'QINANY') Types of interface VLAN encapsulation format |
Properties | |
Inherited from |
Class Variable Details |
VLANEncapTypeTypes of interface VLAN encapsulation format NONE: No VLAN encapsulation on network interface DOT1Q: IEEE 802.1Q encapsulation on network interface QINQ: IEEE 802.1QinQ encapsulation on network interface QINANY: QinANY encapsulation on network interface
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:30 2014 | http://epydoc.sourceforge.net |