COLUBRIS-DEVICE-IF-MIB

File: COLUBRIS-DEVICE-IF-MIB.mib (12983 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
COLUBRIS-SMI COLUBRIS-DEVICE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 Counter64 IpAddress
DisplayString MacAddress TruthValue
MODULE-COMPLIANCE OBJECT-GROUP colubrisMgmtV2
coDevDisIndex

Defined Types

CoDeviceIfStatusEntry  
SEQUENCE    
  coDevIfStaIfIndex Integer32
  coDevIfStaFriendlyInterfaceName DisplayString
  coDevIfStaType INTEGER
  coDevIfStaVLAN Integer32
  coDevIfStaIpAddress IpAddress
  coDevIfStaNetworkMask IpAddress
  coDevIfStaMACAddress MacAddress
  coDevIfStaState INTEGER
  coDevIfStaPowerForwardingStatus TruthValue

CoDeviceIfStatsEntry  
SEQUENCE    
  coDevIfStsRxBytes Counter64
  coDevIfStsRxPackets Counter32
  coDevIfStsRxErrors Counter32
  coDevIfStsTxBytes Counter64
  coDevIfStsTxPackets Counter32
  coDevIfStsTxErrors Counter32

CoDeviceIfFdbEntry  
SEQUENCE    
  coDevIfFdbMacIndex Integer32
  coDevIfFdbMACAddress MacAddress
  coDevIfFdbAuthorized TruthValue
  coDevIfFdbAgeing Integer32

Defined Values

colubrisDeviceIfMIB 1.3.6.1.4.1.8744.5.24
Colubris Device Interface MIB.
MODULE-IDENTITY    

colubrisDeviceIfMIBObjects 1.3.6.1.4.1.8744.5.24.1
OBJECT IDENTIFIER    

coDeviceIfStatusGroup 1.3.6.1.4.1.8744.5.24.1.1
OBJECT IDENTIFIER    

coDeviceIfStatsGroup 1.3.6.1.4.1.8744.5.24.1.2
OBJECT IDENTIFIER    

coDeviceIfFdbGroup 1.3.6.1.4.1.8744.5.24.1.3
OBJECT IDENTIFIER    

coDeviceIfStatusTable 1.3.6.1.4.1.8744.5.24.1.1.1
Device interface status attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CoDeviceIfStatusEntry

coDeviceIfStatusEntry 1.3.6.1.4.1.8744.5.24.1.1.1.1
An entry in the coDeviceIfStatusTable. coDevDisIndex - Uniquely identifies a device on the controller. coDevIfStaIfIndex - Uniquely identifies an interface on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  CoDeviceIfStatusEntry  

coDevIfStaIfIndex 1.3.6.1.4.1.8744.5.24.1.1.1.1.1
Specifies the index of an interface on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

coDevIfStaFriendlyInterfaceName 1.3.6.1.4.1.8744.5.24.1.1.1.1.2
The friendly name associated with the interface.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

coDevIfStaType 1.3.6.1.4.1.8744.5.24.1.1.1.1.3
The current state of the interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ethernet(2), l2vlan(3), bridge(4), ieee80211(5), ieee80211Wds(6)  

coDevIfStaVLAN 1.3.6.1.4.1.8744.5.24.1.1.1.1.4
Specifies the VLAN associated with the interface. The value 0 is used when coDevIfStaType is not set to l2vlan.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..4094  

coDevIfStaIpAddress 1.3.6.1.4.1.8744.5.24.1.1.1.1.5
The IP address assigned to the interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

coDevIfStaNetworkMask 1.3.6.1.4.1.8744.5.24.1.1.1.1.6
The network mask assigned to the interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

coDevIfStaMACAddress 1.3.6.1.4.1.8744.5.24.1.1.1.1.7
The MAC address assigned to the interface.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

coDevIfStaState 1.3.6.1.4.1.8744.5.24.1.1.1.1.8
The current state of the interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

coDevIfStaPowerForwardingStatus 1.3.6.1.4.1.8744.5.24.1.1.1.1.9
When True indicates that power forwarding is enabled on this Ethernet port.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

coDeviceIfStatsTable 1.3.6.1.4.1.8744.5.24.1.2.1
Device interface statistic attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CoDeviceIfStatsEntry

coDeviceIfStatsEntry 1.3.6.1.4.1.8744.5.24.1.2.1.1
An entry in the coDeviceIfStatsTable. coDevDisIndex - Uniquely identify a device on the controller. coDevIfStaIfIndex - Uniquely identify an interface on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  CoDeviceIfStatsEntry  

coDevIfStsRxBytes 1.3.6.1.4.1.8744.5.24.1.2.1.1.1
The total number of octets received on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

coDevIfStsRxPackets 1.3.6.1.4.1.8744.5.24.1.2.1.1.2
The number of packets delivered by this sub-layer to a higher (sub-)layer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

coDevIfStsRxErrors 1.3.6.1.4.1.8744.5.24.1.2.1.1.3
The number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

coDevIfStsTxBytes 1.3.6.1.4.1.8744.5.24.1.2.1.1.4
The total number of octets transmitted by the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

coDevIfStsTxPackets 1.3.6.1.4.1.8744.5.24.1.2.1.1.5
The total number of packets that higher-level protocols requested to be transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

coDevIfStsTxErrors 1.3.6.1.4.1.8744.5.24.1.2.1.1.6
The number of outbound packets that could not be transmitted because of errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

coDeviceIfFdbTable 1.3.6.1.4.1.8744.5.24.1.3.1
This table contains the network forwarding databases.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CoDeviceIfFdbEntry

coDeviceIfFdbEntry 1.3.6.1.4.1.8744.5.24.1.3.1.1
An entry in the coDeviceIfFdbTable. coDevDisIndex - Uniquely identifies a device ion the controller. coDevIfStaIfIndex - Uniquely identifies an interface on the device. coDevIfFdbMacIndex - Uniquely identifies a remote device connected to an interface on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  CoDeviceIfFdbEntry  

coDevIfFdbMacIndex 1.3.6.1.4.1.8744.5.24.1.3.1.1.1
Specifies the index of a remote device connected to an interface on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

coDevIfFdbMACAddress 1.3.6.1.4.1.8744.5.24.1.3.1.1.2
The MAC address of the remote device.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

coDevIfFdbAuthorized 1.3.6.1.4.1.8744.5.24.1.3.1.1.3
When True, indicates that traffic coming from this remote device is allowed.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

coDevIfFdbAgeing 1.3.6.1.4.1.8744.5.24.1.3.1.1.4
Indicates the elapsed time when when the last frame was received for the remote device.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

colubrisDeviceIfMIBNotificationPrefix 1.3.6.1.4.1.8744.5.24.2
OBJECT IDENTIFIER    

colubrisDeviceIfMIBNotifications 1.3.6.1.4.1.8744.5.24.2.0
OBJECT IDENTIFIER    

colubrisDeviceIfMIBConformance 1.3.6.1.4.1.8744.5.24.3
OBJECT IDENTIFIER    

colubrisDeviceIfMIBCompliances 1.3.6.1.4.1.8744.5.24.3.1
OBJECT IDENTIFIER    

colubrisDeviceIfMIBGroups 1.3.6.1.4.1.8744.5.24.3.2
OBJECT IDENTIFIER    

colubrisDeviceIfMIBCompliance 1.3.6.1.4.1.8744.5.24.3.1.1
The compliance statement for the device Interface MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

colubrisDeviceIfStatusMIBGroup 1.3.6.1.4.1.8744.5.24.3.2.1
A collection of objects for the device Interface Status group.
Status: current Access: read-only
OBJECT-GROUP    

colubrisDeviceIfStatsMIBGroup 1.3.6.1.4.1.8744.5.24.3.2.2
A collection of objects for the device Interface Stats group.
Status: current Access: read-only
OBJECT-GROUP    

colubrisDeviceIfFdbMIBGroup 1.3.6.1.4.1.8744.5.24.3.2.3
A collection of objects for the device Interface FDB group.
Status: current Access: read-only
OBJECT-GROUP