GDCCMN-MIB

File: GDCCMN-MIB.mib (15088 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
RFC-1215

Imported symbols

enterprises IpAddress DisplayString
OBJECT-TYPE TRAP-TYPE

Defined Types

CmnTrapAddrEntry  
SEQUENCE    
  cmnTrapAddrIpDest IpAddress
  cmnTrapAddrUdpDest INTEGER
  cmnTrapAddrCommunity DisplayString
  cmnTrapAddrStatus INTEGER

CmnCommunityEntry  
SEQUENCE    
  cmnCommunityIndex INTEGER
  cmnCommunityName DisplayString
  cmnCommunityAccess INTEGER
  cmnCommunityStatus INTEGER

CmnAlarmStatusEntry  
SEQUENCE    
  cmnAlarmStatusIndex INTEGER
  cmnAlarmStatusIdentifier OBJECT IDENTIFIER
  cmnAlarmCurrentStatus INTEGER

CmnAlarmMaskEntry  
SEQUENCE    
  cmnAlarmMaskIndex INTEGER
  cmnAlarmMaskIdentifier OBJECT IDENTIFIER
  cmnAlarmMask INTEGER

Defined Values

gdc 1.3.6.1.4.1.498
OBJECT IDENTIFIER    

cmn 1.3.6.1.4.1.498.1
OBJECT IDENTIFIER    

cmnTrap 1.3.6.1.4.1.498.1.1
OBJECT IDENTIFIER    

cmnCommName 1.3.6.1.4.1.498.1.2
OBJECT IDENTIFIER    

cmnAlarm 1.3.6.1.4.1.498.1.4
OBJECT IDENTIFIER    

cmnMIBVersion 1.3.6.1.4.1.498.1.3
The version number of the MIB, to allow products to know which MIB is being supported. The version number will be x.yzT where x is a major revision (1-9), y is a minor revision(0-9), z is a typo revision (0-9) and T indicates the MIB is still a test revision(A-Z). When a release is complete no T should exist.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(5)  

cmnTrapGlobal 1.3.6.1.4.1.498.1.1.1
This globally enables and disables all TRAPs from an agent. All variables should provide a means to mask a TRAP and to provide some threshold before a TRAP is sent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

cmnTrapAddrNumber 1.3.6.1.4.1.498.1.1.2
The maximum number of entries the TRAP table can hold.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cmnTrapAddrTable 1.3.6.1.4.1.498.1.1.3
A table of management systems ready to accept traps generated by this node. To add an entry to the table, a set on the Community name for the instance (IP Address and UDP PORT) needs to be performed. To delete an entry, a set on the Status to invalid on the instance needs to be performed.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmnTrapAddrEntry

cmnTrapAddrEntry 1.3.6.1.4.1.498.1.1.3.1
Information needed to deliver traps to a particular management station.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CmnTrapAddrEntry  

cmnTrapAddrIpDest 1.3.6.1.4.1.498.1.1.3.1.1
The IP address of the management agent receiving traps. The IP address of 0.0.0.0 will not be allowed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

cmnTrapAddrUdpDest 1.3.6.1.4.1.498.1.1.3.1.2
The UDP port number used by the management station to receive traps. A value of 0 for the UDP port number will not be allowed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cmnTrapAddrCommunity 1.3.6.1.4.1.498.1.1.3.1.3
The community name expected by the management station receiving traps.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

cmnTrapAddrStatus 1.3.6.1.4.1.498.1.1.3.1.4
The status of the entry. If read and the entry exists, valid(1) will always be returned. Invalid entries will be removed from the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

cmnCommunityNumber 1.3.6.1.4.1.498.1.2.1
The maximum number of entries the Community table can hold.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cmnCommunityTable 1.3.6.1.4.1.498.1.2.2
A table of Community Names and there defined access. To add an entry to the table, a set on the Community Name for the instance (Index) needs to be performed. To delete an entry, a set on the Status to invalid on the instance needs to be performed.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmnCommunityEntry

cmnCommunityEntry 1.3.6.1.4.1.498.1.2.2.1
Information needed to deliver traps to a particular management station.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CmnCommunityEntry  

cmnCommunityIndex 1.3.6.1.4.1.498.1.2.2.1.1
The index number associated with the entry in the community name table. The range cannot be specified on the SYNTAX line since it will vary from agent to agent. The range will be 1 to the number specified by cmnCommunityNumber.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cmnCommunityName 1.3.6.1.4.1.498.1.2.2.1.2
The community name being defined.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

cmnCommunityAccess 1.3.6.1.4.1.498.1.2.2.1.3
The Access associated with the community name. When a new row is created by adding a new name, the default value will be noAccess(3).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER readOnly(1), readWrite(2), noAccess(3)  

cmnCommunityStatus 1.3.6.1.4.1.498.1.2.2.1.4
The status of the entry. If read and the entry exists, valid(1) will always be returned. Invalid entries will be removed from the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

cmnAlarmStatusTable 1.3.6.1.4.1.498.1.4.1
The cmnAlarmStatusTable contains entries that report the status of alarms. The status of an alarm indicates whether the alarm is currently active or inactive. This information will be determined by the network element depending on the alarm threshold configuration. The structure of the table is such that alarm status is supported on a unit or interface basis, and then on an alarm type basis within the interface. For simplicity sake and to support the reporting of status of all alarms, a unit is treated as an interface in this table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmnAlarmStatusEntry

cmnAlarmStatusEntry 1.3.6.1.4.1.498.1.4.1.1
An entry in the Alarm Status table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CmnAlarmStatusEntry  

cmnAlarmStatusIndex 1.3.6.1.4.1.498.1.4.1.1.1
The index value which uniquely identifies the interface to which this entry is applicable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cmnAlarmStatusIdentifier 1.3.6.1.4.1.498.1.4.1.1.2
The unique alarm identifier assigned to this alarm type. The format of this identifier is an OBJECT IDENTIFIER that has the following format: {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) gdc(498) xxx(x) alarm(z) yyy(y) where xxx(x) is the administratively assigned family object identifier (z) is the object identifier for alarms in the family defined MIB and yyy(y) is the administratively assigned alarm type identifier for this alarm.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

cmnAlarmCurrentStatus 1.3.6.1.4.1.498.1.4.1.1.3
The current status of the alarm. The value inactive(1) indicates that this alarm is currently inactive. The value active(2) indicates that this alarm is currently active.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), active(2)  

cmnAlarmMaskTable 1.3.6.1.4.1.498.1.4.2
The cmnAlarmMaskTable contains entries that report the current masking state of alarms. The mask of an alarm can be changed between masked(1) and unmasked(2). If an alarm is unmasked, the threshold configuration can affect the reporting of this alarm. The structure of the table is such that alarm mask is supported on a unit or interface basis, and then on an alarm type basis within the interface. For simplicity sake and to support the reporting of status of all alarms, a unit is treated as an interface in this table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmnAlarmMaskEntry

cmnAlarmMaskEntry 1.3.6.1.4.1.498.1.4.2.1
An entry in the alarm mask table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CmnAlarmMaskEntry  

cmnAlarmMaskIndex 1.3.6.1.4.1.498.1.4.2.1.1
The index value which uniquely identifies the interface to which this entry is applicable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cmnAlarmMaskIdentifier 1.3.6.1.4.1.498.1.4.2.1.2
The unique alarm identifier assigned to this alarm type. The format of this identifier is an OBJECT IDENTIFIER that has the following format: {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) gdc(498) xxx(x) alarm(z) yyy(y) where xxx(x) is the administratively assigned family object identifier (z) is the object identifier for alarms in the family defined MIB and yyy(y) is the administratively assigned alarm type identifier for this alarm.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

cmnAlarmMask 1.3.6.1.4.1.498.1.4.2.1.3
The alarm masking control. When the value is mask(1), then the alarm is masked and will not be reported. When the value is unmask(2), then the alarm will be reported depending on the threshold configuration.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER mask(1), unmask(2)  

cmnAlarmStatusTrap 1
The alarm status trap. This trap is set whenever an alarm status change occurs to report an alarm. The variable bindings contain the status for each alarm that changes state. Note that the OBJECT IDENTIFIER of the variable contains the interface, family type, and alarm type of the alarm encoded within. More than one alarm can be sent in the trap, if the network element indicates that more than one has changed at the same time.
TRAP-TYPE