MY-VLAN-MIB

File: MY-VLAN-MIB.mib (15380 bytes)

Imported modules

SNMPv2-SMI Q-BRIDGE-MIB SNMPv2-TC
SNMPv2-CONF MY-TC P-BRIDGE-MIB
MY-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Counter32 IpAddress
VlanId PortList TruthValue
DisplayString RowStatus MacAddress
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
ConfigStatus MemberMap IfIndex
EnabledStatus myMgmt

Defined Types

VlanList  
Each octet within this value specifies a set of eight vlans, with the first octet specifying vlans 1 through 8, the second octet specifying vlans 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered vlan, and the least significant bit represents the highest numbered vlan. Thus, each vlan of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1', then that vlan is included in the set of vlans; the vlan is not included if its bit has a value of '0'.
TEXTUAL-CONVENTION    
  OCTET STRING  

MyVlanIfConfigEntry  
SEQUENCE    
  myVlanIfConfigIfIndex IfIndex
  myVlanIfAccessVlan VlanId
  myVlanIfNativeVlan VlanId
  myVlanIfAllowedVlanList OCTET STRING

MyVlanEntry  
SEQUENCE    
  myVlanVID VlanId
  myVlanPortMemberAction MemberMap
  myVlanApMemberAction MemberMap
  myVlanAlias DisplayString
  myVlanEntryStatus ConfigStatus

MyVlanPortConfigEntry  
SEQUENCE    
  myVlanPortConfigIndex IfIndex
  myVlanPortConfigMode INTEGER
  myVlanPortAccessVlan VlanId
  myVlanPortNativeVlan VlanId
  myVlanPortAllowedVlanList VlanList

MyVlanConfigEntry  
SEQUENCE    
  myVlanConfigVID VlanId
  myVlanConfigAction Integer32
  myVlanConfigName DisplayString
  myVlanConfigPortMember PortList

Defined Values

myVlanMIB 1.3.6.1.4.1.4881.1.1.10.2.9
This module defines my vlan mibs.
MODULE-IDENTITY    

myVlanMIBObjects 1.3.6.1.4.1.4881.1.1.10.2.9.1
OBJECT IDENTIFIER    

myVlanMaxNumber 1.3.6.1.4.1.4881.1.1.10.2.9.1.1
Number of MAX vlans this system supported.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

myVlanCurrentNumber 1.3.6.1.4.1.4881.1.1.10.2.9.1.2
Number of current vlans this system have.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mySystemMaxVID 1.3.6.1.4.1.4881.1.1.10.2.9.1.3
Max vlans of VID this system supported.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

myVlanIfConfigTable 1.3.6.1.4.1.4881.1.1.10.2.9.1.4
vlan table.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MyVlanIfConfigEntry

myVlanIfConfigEntry 1.3.6.1.4.1.4881.1.1.10.2.9.1.4.1
list of vlan and it's port group table.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  MyVlanIfConfigEntry  

myVlanIfConfigIfIndex 1.3.6.1.4.1.4881.1.1.10.2.9.1.4.1.1
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  IfIndex  

myVlanIfAccessVlan 1.3.6.1.4.1.4881.1.1.10.2.9.1.4.1.2
The value indicate the VID of the vlan which that this port belong to. This field is effective for only access port.
Status: obsolete Access: read-write
OBJECT-TYPE    
  VlanId  

myVlanIfNativeVlan 1.3.6.1.4.1.4881.1.1.10.2.9.1.4.1.3
The value indicate the VID of the native vlan of that this port . This field is effective for only trunk port.
Status: obsolete Access: read-write
OBJECT-TYPE    
  VlanId  

myVlanIfAllowedVlanList 1.3.6.1.4.1.4881.1.1.10.2.9.1.4.1.4
Each bit in every octet in octet string assigned to a vlan, the value of the bit indicates that if the vlan is belong to allowed vlan list of this interface. It indicates that assigned vlan is member of allowed vlan list of this interface if value of the bit is 1. The lowest bit of first byte correspond to vlan 1 and the lowest bit of second byte correspond to vlan 9 vlan. This field is effective for only trunk port.
Status: obsolete Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(512)  

myVlanTable 1.3.6.1.4.1.4881.1.1.10.2.9.1.5
vlan table.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MyVlanEntry

myVlanEntry 1.3.6.1.4.1.4881.1.1.10.2.9.1.5.1
list of vlan and it's distribution table.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  MyVlanEntry  

myVlanVID 1.3.6.1.4.1.4881.1.1.10.2.9.1.5.1.1
VID of vlan .
Status: obsolete Access: read-only
OBJECT-TYPE    
  VlanId  

myVlanPortMemberAction 1.3.6.1.4.1.4881.1.1.10.2.9.1.5.1.2
Each octet in member map assigned to a physical port, the value of the octect indicates the action of a physical port in the vlan. Drop(1) indicate that the vlan doesn't include this physical port, Add(2) indicate that the vlan include this physical port.
Status: obsolete Access: read-only
OBJECT-TYPE    
  MemberMap  

myVlanApMemberAction 1.3.6.1.4.1.4881.1.1.10.2.9.1.5.1.3
Each octet in member map assigned to a aggreate port, the value of the octect indicates the action of a aggreate port in the vlan. Drop(1) indicate that the vlan doesn't include this physical port, Add(2) indicate that the vlan include this physical port.
Status: obsolete Access: read-only
OBJECT-TYPE    
  MemberMap  

myVlanAlias 1.3.6.1.4.1.4881.1.1.10.2.9.1.5.1.4
Vlan's alias .
Status: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

myVlanEntryStatus 1.3.6.1.4.1.4881.1.1.10.2.9.1.5.1.5
Status of this entry, set this object to valid will creat a vlan of this entry, and set its value to invalid will delete the vlan of this entry.
Status: obsolete Access: read-create
OBJECT-TYPE    
  ConfigStatus  

myVlanPortConfigTable 1.3.6.1.4.1.4881.1.1.10.2.9.1.6
The table of VLAN members.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MyVlanPortConfigEntry

myVlanPortConfigEntry 1.3.6.1.4.1.4881.1.1.10.2.9.1.6.1
list of ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  MyVlanPortConfigEntry  

myVlanPortConfigIndex 1.3.6.1.4.1.4881.1.1.10.2.9.1.6.1.1
port index
Status: current Access: not-accessible
OBJECT-TYPE    
  IfIndex  

myVlanPortConfigMode 1.3.6.1.4.1.4881.1.1.10.2.9.1.6.1.2
Port mode, indicates that port is an access(1), trunk(2), dot1q-tunnel(3), hybrid(4), other(5), uplink(6), host(7) or promiscuous(8) port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER access(1), trunk(2), dot1q-tunnel(3), hybrid(4), other(5), uplink(6), host(7), promiscuous(8)  

myVlanPortAccessVlan 1.3.6.1.4.1.4881.1.1.10.2.9.1.6.1.3
The value indicate the VID of the vlan which that this port belong to. This field is effective for only access port.
Status: current Access: read-write
OBJECT-TYPE    
  VlanId  

myVlanPortNativeVlan 1.3.6.1.4.1.4881.1.1.10.2.9.1.6.1.4
The value indicate the VID of the native vlan of that this port . This field is effective for only trunk,hybrid,uplink and dot1q_tunnel port.
Status: current Access: read-write
OBJECT-TYPE    
  VlanId  

myVlanPortAllowedVlanList 1.3.6.1.4.1.4881.1.1.10.2.9.1.6.1.5
Each octet within this value specifies a set of eight vlans, with the first octet specifying vlans 0 through 7, the second octet specifying vlans 8 through 15, etc. Within each octet, the most significant bit represents the lowest numbered vlan, and the least significant bit represents the highest numbered vlan. Thus, each vlan of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1', then that vlan is included in the set of vlans; the vlan is not included if its bit has a value of '0'
Status: current Access: read-write
OBJECT-TYPE    
  VlanList  

myVlanConfigTable 1.3.6.1.4.1.4881.1.1.10.2.9.1.7
vlan table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MyVlanConfigEntry

myVlanConfigEntry 1.3.6.1.4.1.4881.1.1.10.2.9.1.7.1
list of vlan and it's distribution table.
Status: current Access: not-accessible
OBJECT-TYPE    
  MyVlanConfigEntry  

myVlanConfigVID 1.3.6.1.4.1.4881.1.1.10.2.9.1.7.1.1
VID of vlan .
Status: current Access: read-only
OBJECT-TYPE    
  VlanId  

myVlanConfigAction 1.3.6.1.4.1.4881.1.1.10.2.9.1.7.1.2
The value 1 to create a vlan, 0 to delete a vlan.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

myVlanConfigName 1.3.6.1.4.1.4881.1.1.10.2.9.1.7.1.3
vlan name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

myVlanConfigPortMember 1.3.6.1.4.1.4881.1.1.10.2.9.1.7.1.4
Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1', then that port is included in the set of ports; the port is not included if its bit has a value of '0'.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

myVlanMIBConformance 1.3.6.1.4.1.4881.1.1.10.2.9.2
OBJECT IDENTIFIER    

myVlanMIBCompliances 1.3.6.1.4.1.4881.1.1.10.2.9.2.1
OBJECT IDENTIFIER    

myVlanMIBGroups 1.3.6.1.4.1.4881.1.1.10.2.9.2.2
OBJECT IDENTIFIER    

myVlanMIBCompliance 1.3.6.1.4.1.4881.1.1.10.2.9.2.1.1
The compliance statement for entities which implement the My Vlan MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

myVlanMIBGroup 1.3.6.1.4.1.4881.1.1.10.2.9.2.2.1
A collection of objects providing vlan configure .
Status: current Access: read-only
OBJECT-GROUP