Two MIB tables allow for GET/SET operations to view and configure ExtremeXOS PVLAN objects. The first is a PVLAN name table with PVLAN name as the index, and the second is the PVLAN subscriber table with PVLAN name, member VLAN (Virtual LAN) type, and Subscriber VlanIfIndex as the index. Functionality includes supporting the current set of PVLAN CLI configuration options.
extremePvlanName (index) | extremePvlanVrName | extremePvlanNetworkVlanIfIndex |
---|---|---|
DisplayString | DisplayString | InterfaceIndexOrZero |
p1 | VR-Default14 | 14 |
foo | VR-Cust1 | 0 |
extremePvlanName (index) | extremePvlanSubscriberVlanIfIndex (index) | extremePvlanSubscriberType | extremePvlanSubscriberLoopBackPortIfIndex |
---|---|---|---|
DisplayString | InterfaceIndex | Integer | InterfaceIndexOrZero |
foo | 9 | PVLAN_ISOLATED(2) | 0 |
foo | 12 | PVLAN_ISOLATED(2) | 1002 |
p1 | 1 | PVLAN_ISOLATED(2) | 0 |
p1 | 6 | PVLAN_NON_ISOLATED(1 ) | 1004 |
p1 | 8 | PVLAN_ISOLATED(2) | 1010 |
p1 | 10 | PVLAN_NON_ISOLATED(1 ) | 0 |
RowStatus is defined as: active(1), createAndGo(4), destroy(6)