AIPORTVLAN-MIB

File: AIPORTVLAN-MIB.mib (5015 bytes)

Imported modules

RFC1213-MIB AISYSTEM-MIB SNMPv2-SMI

Imported symbols

DisplayString PositiveInteger MODULE-IDENTITY
OBJECT-TYPE Counter32 Gauge32
enterprises

Defined Types

PORTVlanCnfEntry  
SEQUENCE    
  portVlanIndex PositiveInteger
  portVlanName DisplayString
  portVlanOverlap PositiveInteger

PORTVlanMembershipEntry  
SEQUENCE    
  portVlanMembershipVlanIndex PositiveInteger
  portVlanMembershipPortIndex PositiveInteger
  portVlanMembershipStatus PositiveInteger

Defined Values

aii 1.3.6.1.4.1.539
OBJECT IDENTIFIER    

aiSystemOID 1.3.6.1.4.1.539.2
OBJECT IDENTIFIER    

aiPortVlan 1.3.6.1.4.1.539.29
The MIB Module for port based VLAN.
MODULE-IDENTITY    

aiPortVlanCnf 1.3.6.1.4.1.539.29.1
OBJECT IDENTIFIER    

portVlanCnfTable 1.3.6.1.4.1.539.29.1.1
Table of configuration information about port based VLANs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PORTVlanCnfEntry

portVlanCnfEntry 1.3.6.1.4.1.539.29.1.1.1
Entries of aiPortVlanTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PORTVlanCnfEntry  

portVlanIndex 1.3.6.1.4.1.539.29.1.1.1.1
This object identifies the VLAN within the group for which this entry contains information.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

portVlanName 1.3.6.1.4.1.539.29.1.1.1.2
This is the name given to this VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..30)  

portVlanOverlap 1.3.6.1.4.1.539.29.1.1.1.3
This allows VLANs to overlap. WARNING: Enabling this feature will turn STP off on the overlapped switch ports. Therefore, it is possible to generate undetected loops.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

portVlanMembershipTable 1.3.6.1.4.1.539.29.1.2
A two dimensional table listing the vlan and port membership of each vlan.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PORTVlanMembershipEntry

portVlanMembershipEntry 1.3.6.1.4.1.539.29.1.2.1
Table of VLAN membership per port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PORTVlanMembershipEntry  

portVlanMembershipVlanIndex 1.3.6.1.4.1.539.29.1.2.1.1
This object identifies the VLAN within the group for which this entry contains information.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

portVlanMembershipPortIndex 1.3.6.1.4.1.539.29.1.2.1.2
This object identifies the port within the group for which this entry contains information.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

portVlanMembershipStatus 1.3.6.1.4.1.539.29.1.2.1.3
The status of the vlan membership of the specified port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER member(1), nonmember(2)