BENU-VLAN-MIB

File: BENU-VLAN-MIB.mib (14992 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-MIB
BENU-WAG-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 OBJECT-IDENTITY Counter64
NOTIFICATION-TYPE DisplayString snmpTraps
benuWAG

Defined Types

BVlanEntry  
SEQUENCE    
  bVlanPortIndex Integer32
  bVlanIndex Integer32
  bVlanName DisplayString
  bVlanMTU Unsigned32
  bVlanEncapName DisplayString
  bVlanAdminStatus INTEGER
  bVlanOperStatus INTEGER

BWagVlanEntry  
SEQUENCE    
  bWagVlanPortIndex Integer32
  bWagVlanIndex Integer32
  bWagVlanSubscriberCount Unsigned32

BWagVlanStatsEntry  
SEQUENCE    
  bWagVlanStatsPortIndex Integer32
  bWagVlanStatsIndex Integer32
  bWagVlanTotalPktsRcvd Counter64
  bWagVlanTotalPktsSent Counter64
  bWagVlanTotalBytesRcvd Counter64
  bWagVlanTotalBytesSent Counter64

BVlanPortEntry  
SEQUENCE    
  bVlanPerPortIndex Integer32
  bVlanTotal Unsigned32
  bVlanActive Unsigned32

Defined Values

bVLANMIB 1.3.6.1.4.1.39406.2.1.8
This MIB module defines VLAN statistics. Copyright (C) 2014 by Benu Networks, Inc. All rights reserved.
MODULE-IDENTITY    

bVLANMIBObjects 1.3.6.1.4.1.39406.2.1.8.1
MIB objects for VLAN utilization statistics are defined in this branch.
Status: current Access: accessible-for-notify
OBJECT-IDENTITY    

bVLANNotifObjects 1.3.6.1.4.1.39406.2.1.8.0
Notifications of VLAN utilization statistics are defined in this branch.
Status: current Access: accessible-for-notify
OBJECT-IDENTITY    

bVLANNotifVariables 1.3.6.1.4.1.39406.2.1.8.2
MIB objects for VLAN notifications are defined in this branch.
Status: current Access: accessible-for-notify
OBJECT-IDENTITY    

bVlanTable 1.3.6.1.4.1.39406.2.1.8.1.1
The table of VLAN utilization performance metrics of each interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BVlanEntry

bVlanEntry 1.3.6.1.4.1.39406.2.1.8.1.1.1
An entry containing VLAN utilization performance metrics for each interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  BVlanEntry  

bVlanPortIndex 1.3.6.1.4.1.39406.2.1.8.1.1.1.1
The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

bVlanIndex 1.3.6.1.4.1.39406.2.1.8.1.1.1.2
VLAN id configued on port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

bVlanName 1.3.6.1.4.1.39406.2.1.8.1.1.1.3
VLAN name configured on port
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bVlanMTU 1.3.6.1.4.1.39406.2.1.8.1.1.1.4
VLAN MTU configured on port
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bVlanEncapName 1.3.6.1.4.1.39406.2.1.8.1.1.1.5
VLAN encapsulation name configured on port
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bVlanAdminStatus 1.3.6.1.4.1.39406.2.1.8.1.1.1.6
The desired state of the interface. When a managed system initializes, all interfaces start with bVlanAdminStatus in the down(2) state. As a result of either explicit management action or per configuration information retained by the managed system, bVlanAdminStatus is then changed to up(1) state (or remains in the down(2) state).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

bVlanOperStatus 1.3.6.1.4.1.39406.2.1.8.1.1.1.7
The current operational state of the interface. The testing(3) state indicates that no operational packets can be passed. If bVlanAdminStatus is down(2) then bVlanOperStatus should be down(2). If bVlanAdminStatus is changed to up(1) then bVlanOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic; it should change to dormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection); it should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state; it should remain in the notPresent(6) state if the interface has missing (typically, hardware) components.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3), unknown(4), dormant(5), notPresent(6), lowerLayerDown(7)  

bWagVlanTable 1.3.6.1.4.1.39406.2.1.8.1.2
The table of VLAN utilization performance metrics of each interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BWagVlanEntry

bWagVlanEntry 1.3.6.1.4.1.39406.2.1.8.1.2.1
A logical row in bWagVlanTable
Status: current Access: not-accessible
OBJECT-TYPE    
  BWagVlanEntry  

bWagVlanPortIndex 1.3.6.1.4.1.39406.2.1.8.1.2.1.1
The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

bWagVlanIndex 1.3.6.1.4.1.39406.2.1.8.1.2.1.2
VLAN id of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

bWagVlanSubscriberCount 1.3.6.1.4.1.39406.2.1.8.1.2.1.3
Number of subscribers currently using this VLAN tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bWagVlanStatsTable 1.3.6.1.4.1.39406.2.1.8.1.3
The table of VLAN utilization performance metrics of each interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BWagVlanStatsEntry

bWagVlanStatsEntry 1.3.6.1.4.1.39406.2.1.8.1.3.1
An entry containing VLAN utilization performance metrics for each interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  BWagVlanStatsEntry  

bWagVlanStatsPortIndex 1.3.6.1.4.1.39406.2.1.8.1.3.1.1
The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

bWagVlanStatsIndex 1.3.6.1.4.1.39406.2.1.8.1.3.1.2
VLAN id of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

bWagVlanTotalPktsRcvd 1.3.6.1.4.1.39406.2.1.8.1.3.1.3
Total number of packets received from this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

bWagVlanTotalPktsSent 1.3.6.1.4.1.39406.2.1.8.1.3.1.4
Total number of packets sent from this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

bWagVlanTotalBytesRcvd 1.3.6.1.4.1.39406.2.1.8.1.3.1.5
Total number of bytes received from this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

bWagVlanTotalBytesSent 1.3.6.1.4.1.39406.2.1.8.1.3.1.6
Total number of bytes sent from this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

bVlanPortTable 1.3.6.1.4.1.39406.2.1.8.1.4
The table of VLAN information per port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BVlanPortEntry

bVlanPortEntry 1.3.6.1.4.1.39406.2.1.8.1.4.1
An entry containing VLAN information per port
Status: current Access: not-accessible
OBJECT-TYPE    
  BVlanPortEntry  

bVlanPerPortIndex 1.3.6.1.4.1.39406.2.1.8.1.4.1.1
The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

bVlanTotal 1.3.6.1.4.1.39406.2.1.8.1.4.1.2
The total number of VLAN's created per port
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bVlanActive 1.3.6.1.4.1.39406.2.1.8.1.4.1.3
Number of VLANs created and active on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bVlanCurrentNumber 1.3.6.1.4.1.39406.2.1.8.1.5
Total number of VLAN's created and active at present
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..4094  

bVlanAssocSub 1.3.6.1.4.1.39406.2.1.8.1.6
Total number of VLAN's with associated subscribers
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bVlanPortId 1.3.6.1.4.1.39406.2.1.8.2.1
The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

bVlanId 1.3.6.1.4.1.39406.2.1.8.2.2
VLAN id configured on port.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

bVlanEncapEnable 1.3.6.1.4.1.39406.2.1.8.0.1
A bVlanEncapEnable trap signifies that the SNMP entity, acting in an agent role, has detected that encapsulation 802.1q is enabled on the port
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

bVlanEncapDisable 1.3.6.1.4.1.39406.2.1.8.0.2
A bVlanEncapEnable trap signifies that the SNMP entity, acting in an agent role, has detected that encapsulation 802.1q is disabled on the port
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

bVlanCreate 1.3.6.1.4.1.39406.2.1.8.0.3
A bVlanCreate trap signifies that the SNMP entity, acting in an agent role, has detected that VLAN is created with bVlanIndex
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

bVlanDelete 1.3.6.1.4.1.39406.2.1.8.0.4
A bVlanDelete trap signifies that the SNMP entity, acting in an agent role, has detected that VLAN is deleted with bVlanIndex
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE