ANIC-MIB

File: ANIC-MIB.mib (6610 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

enterprises experimental IpAddress
TimeTicks Gauge Counter
DisplayString OBJECT-TYPE

Defined Types

AnicCmdEntry  
SEQUENCE    
  anicCmdIndex INTEGER
  anicCmdMgtStationId OCTET STRING
  anicCmdReqId INTEGER
  anicCmdFunction INTEGER
  anicCmdForce INTEGER
  anicCmdParam OCTET STRING
  anicCmdResult INTEGER
  anicCmdCode INTEGER

AnicCfgEntry  
SEQUENCE    
  anicCfgIndex INTEGER
  anicCfgMdmRingNATrapEna INTEGER
  anicCfgDteRingNATrapEna INTEGER
  anicCfgRingThresh INTEGER
  anicCfgLineStatus INTEGER

Defined Values

usr 1.3.6.1.4.1.429
OBJECT IDENTIFIER    

nas 1.3.6.1.4.1.429.1
OBJECT IDENTIFIER    

anic 1.3.6.1.4.1.429.1.7
OBJECT IDENTIFIER    

anicCmd 1.3.6.1.4.1.429.1.7.1
OBJECT IDENTIFIER    

anicCmdTable 1.3.6.1.4.1.429.1.7.1.1
The NIC Command table contains an entry for each of the manageable Analog Modem NIC entity in the chassis. It provides a means through which to take specific actions on one or more NICs in the NAS chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnicCmdEntry

anicCmdEntry 1.3.6.1.4.1.429.1.7.1.1.1
There is one NIC Command entry per NIC entity in the chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AnicCmdEntry  

anicCmdIndex 1.3.6.1.4.1.429.1.7.1.1.1.1
A unique value for each manageable Analog Modem NIC entity in the chassis. The value of this object matches the value of the index of the corresponding manageable Analog Modem NIC entity in the entity table of the chassis MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

anicCmdMgtStationId 1.3.6.1.4.1.429.1.7.1.1.1.2
This object is a generic read-write variable that a Management Station (MS) can use to guarantee that the results from a given command are the results of a command issued by that specific MS. Each MS must SET a unique value to this object when doing commands and GET the value of this object together with amnicCmdReqId and amnicCmdResult to detect interference from other MSs.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

anicCmdReqId 1.3.6.1.4.1.429.1.7.1.1.1.3
This object contains the value of the request-id field in the SNMP PDU which invoked the current or most recent command or test on this NIC Card. If the request-id is unknown or undefined, this object contains the value zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

anicCmdFunction 1.3.6.1.4.1.429.1.7.1.1.1.4
This object contains a value which describes the command which is being invoked.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noCommand(1), nonDisruptSelfTest(2), busyOutPhoneLine(3), restorePhoneLine(4)  

anicCmdForce 1.3.6.1.4.1.429.1.7.1.1.1.5
In some cases, the NIC may be in a state such that certain commands could adversely affect connections. In such cases, a command request with this object not present or set to noForce will result in a warning. If the operator elects to ignore such warnings, this object can be set to force in a subsequent issue of the command to cause the command to be carried out regardless of its potentially hazzardous effects.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER force(1), noForce(2)  

anicCmdParam 1.3.6.1.4.1.429.1.7.1.1.1.6
This object contains parameters that are specific to the particular command being issued. In some cases, there will be no aditional parameters required.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..24)  

anicCmdResult 1.3.6.1.4.1.429.1.7.1.1.1.7
This object contains the result of the most recently requested command or test, or the value none(1) if no commands have been requested since the last reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), success(2), inProgress(3), notSupported(4), unAbleToRun(5), aborted(6), failed(7)  

anicCmdCode 1.3.6.1.4.1.429.1.7.1.1.1.8
The value of this object upon test completion is dependent on the value of nicCmdFunction used to invoke the command. In the case of action commands, the value of this object is zero if the command was successful, and indicates a further description of what went wrong if it was unsuccessful. In the case of tests, the value here is a bit mapped result of each of the sub-tests performed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER noError(1), unable(2), slotEmpty(3), noResponse(4), deviceDisabled(5)  

anicCfg 1.3.6.1.4.1.429.1.7.2
OBJECT IDENTIFIER    

anicCfgTable 1.3.6.1.4.1.429.1.7.2.1
The NIC Configuration table contains an entry for each entity in the NIC. It provides a means through which to configure an individual entity.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AnicCfgEntry

anicCfgEntry 1.3.6.1.4.1.429.1.7.2.1.1
There is one NIC configure entry per NIC entity in the chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AnicCfgEntry  

anicCfgIndex 1.3.6.1.4.1.429.1.7.2.1.1.1
A unique value for each entity in the Analog Modem NIC card.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

anicCfgMdmRingNATrapEna 1.3.6.1.4.1.429.1.7.2.1.1.2
Enable or disable the modem ring no answer event.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enableTrap(1), disableAll(2), enableLog(3), enableAll(4)  

anicCfgDteRingNATrapEna 1.3.6.1.4.1.429.1.7.2.1.1.3
Enable or Disable the DTE ring no answer event.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enableTrap(1), disableAll(2), enableLog(3), enableAll(4)  

anicCfgRingThresh 1.3.6.1.4.1.429.1.7.2.1.1.4
Set up the number of ring threshold for the ring no answer events.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

anicCfgLineStatus 1.3.6.1.4.1.429.1.7.2.1.1.5
This object is used to specify the line status.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), busy(2)