NBS-TRAPCONTROL-MIB

File: NBS-TRAPCONTROL-MIB.mib (6902 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC NBS-CMMC-MIB

Imported symbols

Unsigned32 OBJECT-TYPE MODULE-IDENTITY
OBJECT-IDENTITY DisplayString nbs
InterfaceIndex

Defined Types

NbsTrapListEntry  
SEQUENCE    
  nbsTrapListIndex Unsigned32
  nbsTrapListTrapMib DisplayString
  nbsTrapListTrapName DisplayString
  nbsTrapListTrapDescription DisplayString
  nbsTrapListTrapOID DisplayString

NbsTrapIfEntry  
SEQUENCE    
  nbsTrapIfIndex InterfaceIndex
  nbsTrapIfTrapsCaps OCTET STRING
  nbsTrapIfTrapsSelect OCTET STRING

Defined Values

nbsTrapControlMib 1.3.6.1.4.1.629.209
MIB to specify which SNMP Notifications (Traps) are supported, and for which interfaces (ports) each should be sent.
MODULE-IDENTITY    

nbsTrapListGrp 1.3.6.1.4.1.629.209.1
List of SNMP Notifications (Traps) emitted by Agent
Status: current Access: read-only
OBJECT-IDENTITY    

nbsTrapIfGrp 1.3.6.1.4.1.629.209.2
List of interfaces managed by Agent
Status: current Access: read-only
OBJECT-IDENTITY    

nbsTrapListTableSize 1.3.6.1.4.1.629.209.1.1
The number of entries in nbsTrapListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

nbsTrapListTable 1.3.6.1.4.1.629.209.1.2
A table to list SNMP Notifications emitted by Agent
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbsTrapListEntry

nbsTrapListEntry 1.3.6.1.4.1.629.209.1.2.1
Describes a particular SNMP Notification/Trap.
Status: current Access: not-accessible
OBJECT-TYPE    
  NbsTrapListEntry  

nbsTrapListIndex 1.3.6.1.4.1.629.209.1.2.1.1
Agent-generated unique ID. Numbering is contiguous and starts from 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

nbsTrapListTrapMib 1.3.6.1.4.1.629.209.1.2.1.2
The name of the mib where this SNMP Notification is defined. An example would be IF-MIB.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

nbsTrapListTrapName 1.3.6.1.4.1.629.209.1.2.1.3
Trap Name; the name given in the NOTIFICATION-TYPE definition. An example would be linkUp
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..50)  

nbsTrapListTrapDescription 1.3.6.1.4.1.629.209.1.2.1.4
Brief explanation of this SNMP Notification. Agent may use the first 100 characters of the DESCRIPTION clause from the Notification's MIB definition.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..100)  

nbsTrapListTrapOID 1.3.6.1.4.1.629.209.1.2.1.5
The sysObjectId, as reported in the enterprise field of the SNMPv1 trap PDU
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..100)  

nbsTrapIfTableSize 1.3.6.1.4.1.629.209.2.1
The number of entries in nbsTrapIfTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

nbsTrapIfTable 1.3.6.1.4.1.629.209.2.2
A list of all interfaces managed by Agent, and which traps to send for each.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbsTrapIfEntry

nbsTrapIfEntry 1.3.6.1.4.1.629.209.2.2.1
Indicates traps for a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  NbsTrapIfEntry  

nbsTrapIfIndex 1.3.6.1.4.1.629.209.2.2.1.1
The ifIndex from the Mib2 ifTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

nbsTrapIfTrapsCaps 1.3.6.1.4.1.629.209.2.2.1.2
Bitmask indicating which SNMP Notifications are supported for this interface. Bit 0 is reserved. Subsequent bits refer to the nbsTrapListTable. Bit 1 corresponds to the first table entry, Bit 2 to the second entry, and so on. A bit is set (1) if that SNMP Notification can be sent for this interface, and cleared (0) if unavailable. OCTET STRING bitmasks count the leftmost bit (MSB) as 0.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nbsTrapIfTrapsSelect 1.3.6.1.4.1.629.209.2.2.1.3
Bitmask administrating which SNMP Notifications should be sent for this interface. Bit 0 is reserved. Subsequent bits refer to the nbsTrapListTable. Bit 1 corresponds to the first table entry, Bit 2 to the second entry, and so on. A bit is set (1) if that SNMP Notification should be emitted for this interface, and cleared (0) if it should be suppressed. OCTET STRING bitmasks count the leftmost bit (MSB) as 0.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING