AT-VLAN-MIB

File: AT-VLAN-MIB.mib (5786 bytes)

Imported modules

AT-SMI-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

sysinfo Integer32 Gauge32
Counter64 OBJECT-TYPE MODULE-IDENTITY
DisplayString TruthValue

Defined Types

AtVlanStatCollectionEntry  
SEQUENCE    
  atVlanStatCollectionName DisplayString
  atVlanStatCollectionVlanId Gauge32
  atVlanStatCollectionPortMap OCTET STRING
  atVlanStatCollectionIngressPkts Counter64
  atVlanStatCollectionIngressOctets Counter64
  atVlanStatCollectionResetStats TruthValue

Defined Values

atVlanInfo 1.3.6.1.4.1.207.8.4.4.3.16
The VLAN MIB, for retrieving VLAN specific system data.
MODULE-IDENTITY    

atVlanStatistics 1.3.6.1.4.1.207.8.4.4.3.16.1
OBJECT IDENTIFIER    

atVlanStatNumCollections 1.3.6.1.4.1.207.8.4.4.3.16.1.1
The number of unique VLAN statistic gathering instances defined on the device.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

atVlanStatCollectionTable 1.3.6.1.4.1.207.8.4.4.3.16.1.2
A table of VLAN statistic instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtVlanStatCollectionEntry

atVlanStatCollectionEntry 1.3.6.1.4.1.207.8.4.4.3.16.1.2.1
Each entry represents a unique VLAN statistic gathering instance defined on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtVlanStatCollectionEntry  

atVlanStatCollectionName 1.3.6.1.4.1.207.8.4.4.3.16.1.2.1.1
The name of a VLAN statistics collection instance.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

atVlanStatCollectionVlanId 1.3.6.1.4.1.207.8.4.4.3.16.1.2.1.2
The VLAN ID of ingress packets being monitored by this VLAN statistics collection instance.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

atVlanStatCollectionPortMap 1.3.6.1.4.1.207.8.4.4.3.16.1.2.1.3
A bitwise port map indicating the switch ports being monitored by this VLAN statistics collection instance. The bit position within the string, maps to the port with the same index in dot1dBasePortTable in BRIDGE-MIB. A binary '1' indicates that the port is being monitored by this VLAN statistics collection instance, with a '0' indicating that it is not.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

atVlanStatCollectionIngressPkts 1.3.6.1.4.1.207.8.4.4.3.16.1.2.1.4
The number of ingress packets received and counted by this VLAN statistics collection instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

atVlanStatCollectionIngressOctets 1.3.6.1.4.1.207.8.4.4.3.16.1.2.1.5
The number of octets of data received from ingress packets counted by this VLAN statistics collection instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

atVlanStatCollectionResetStats 1.3.6.1.4.1.207.8.4.4.3.16.1.2.1.6
When read, this object will always return 2 (false). Setting its value to 1 (true) will cause the matching VLAN statistics collection instance's ingress packets and ingress octet values to be reset to zero.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue