APPIAN-CHASSIS-MIB

File: APPIAN-CHASSIS-MIB.mib (29901 bytes)

Imported modules

APPIAN-SMI-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

acOsap AcAdminStatus AcOpStatus
AcNodeId AcMibVersion AcRingId
AcNodeArchitecture MODULE-IDENTITY OBJECT-TYPE
IpAddress TimeTicks NOTIFICATION-TYPE
DateAndTime DisplayString TruthValue
TEXTUAL-CONVENTION

Defined Types

AcFanStatus  
The FAN status.
TEXTUAL-CONVENTION    
  INTEGER unknown(0), fast(1), medium(2), slow(3), failed(4)  

AcChassisEntry  
SEQUENCE    
  acChassisNodeId AcNodeId
  acChassisAdminStatus AcAdminStatus
  acChassisOpStatus AcOpStatus
  acChassisCfgType INTEGER
  acChassisModelNumber INTEGER
  acChassisSerialNumber DisplayString
  acChassisProductionDate DisplayString
  acChassisRevision INTEGER
  acChassisTemperature INTEGER
  acChassisFanSpeed AcFanStatus
  acChassisFan1Status AcFanStatus
  acChassisFan2Status AcFanStatus
  acChassisFan3Status AcFanStatus
  acChassisFan4Status AcFanStatus
  acChassisFan5Status AcFanStatus
  acChassisFan6Status AcFanStatus
  acChassisPowerAStatus AcOpStatus
  acChassisPowerBStatus AcOpStatus
  acChassisContact DisplayString
  acChassisName DisplayString
  acChassisLocation DisplayString
  acChassisDescription DisplayString
  acChassisMaxSlots INTEGER
  acChassisSysUpTime TimeTicks
  acChassisCurrentTime DateAndTime
  acChassisMaxSerialPorts INTEGER
  acChassisRingId AcRingId
  acChassisRingName DisplayString
  acChassisMibVersion AcMibVersion
  acChassisNodeArchitecture AcNodeArchitecture
  acChassisNodePoll OCTET STRING
  acChassisModulePoll OCTET STRING
  acChassisPortPoll OCTET STRING
  acChassisReset TruthValue
  acChassisTdmAccessRedundancyMode INTEGER

AcMgmtAccessEntry  
SEQUENCE    
  acMgmtAccessNodeId AcNodeId
  acMgmtAccessIndex INTEGER
  acMgmtAccessInterfaceType INTEGER
  acMgmtAccessAdminStatus AcAdminStatus
  acMgmtAccessOpStatus AcOpStatus
  acMgmtAccessIpAddress IpAddress
  acMgmtAccessIpSubnet IpAddress
  acMgmtAccessTrunk INTEGER
  acMgmtAccessFrDlci INTEGER

Defined Values

acChassis 1.3.6.1.4.1.2785.2.1
Appian OSAP Chassis MIB which defines the current hardware configuration and state information.
MODULE-IDENTITY    

acGlobals 1.3.6.1.4.1.2785.2.1.1
OBJECT IDENTIFIER    

acNodeId 1.3.6.1.4.1.2785.2.1.1.1
A unique node identifier assigned by the EMS to uniquely identify a node within an Appian ring. This must be set before setting other MIB objects that used NodeId as part of the index.
Status: current Access: read-write
OBJECT-TYPE    
  AcNodeId  

acChassisTable 1.3.6.1.4.1.2785.2.1.2
A table of configuration and statistics parameters for an Appian Communications chassis's within an Appian ring.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcChassisEntry

acChassisEntry 1.3.6.1.4.1.2785.2.1.2.1
A single node's chassis parameters. The index to this record is AcNodeId which is a unique identifier assigned by the EMS system.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcChassisEntry  

acChassisNodeId 1.3.6.1.4.1.2785.2.1.2.1.1
A unique node identifier assigned by the EMS to uniquely identify a node within an Appian ring.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcNodeId  

acChassisAdminStatus 1.3.6.1.4.1.2785.2.1.2.1.2
This field is used by the administrator to ensure only one client can configure the chassis record at a time. The field is set to locked when a client is performing administrative operations and available when it is free.
Status: current Access: read-write
OBJECT-TYPE    
  AcAdminStatus  

acChassisOpStatus 1.3.6.1.4.1.2785.2.1.2.1.3
The state field is used to identify the current operational state of the chassis.
Status: current Access: read-only
OBJECT-TYPE    
  AcOpStatus  

acChassisCfgType 1.3.6.1.4.1.2785.2.1.2.1.4
This field describes the type of physical chassis as defined by the AppianVista EMS. The model number is a simple enumeration type for an Appian Communications chassis.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unknown(0), osap-1600(1), osap-4800(2), osap-10G(3)  

acChassisModelNumber 1.3.6.1.4.1.2785.2.1.2.1.5
This field defines the type of physical chassis. The model number is a simple enumeration type for an Appian Communications chassis.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), osap-1600(1), osap-4800(2), osap-10G(3)  

acChassisSerialNumber 1.3.6.1.4.1.2785.2.1.2.1.6
Display string containing the serial number which is read from the chassis backplane prom.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

acChassisProductionDate 1.3.6.1.4.1.2785.2.1.2.1.7
The date code when this chassis was manufactured. This field is read-only and set by manufacturing in the I2C prom. The format used is YYWW; with YY = year and WW = week.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..5)  

acChassisRevision 1.3.6.1.4.1.2785.2.1.2.1.8
The revision of the chassis expressed as an integer monotonically increasing from 0 to 255.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

acChassisTemperature 1.3.6.1.4.1.2785.2.1.2.1.9
The current temperature state for the chassis as reported by the fan and temperature controller card. If the temperature is too hot, it is possible that the input filter is blocked, which is reported in the acChassisFanStatus attribute.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), normal(1), tooCold(2), tooHot(3)  

acChassisFanSpeed 1.3.6.1.4.1.2785.2.1.2.1.10
The desired fan speed.
Status: current Access: read-write
OBJECT-TYPE    
  AcFanStatus  

acChassisFan1Status 1.3.6.1.4.1.2785.2.1.2.1.11
FAN 1 status.
Status: current Access: read-only
OBJECT-TYPE    
  AcFanStatus  

acChassisFan2Status 1.3.6.1.4.1.2785.2.1.2.1.12
FAN 2 status.
Status: current Access: read-only
OBJECT-TYPE    
  AcFanStatus  

acChassisFan3Status 1.3.6.1.4.1.2785.2.1.2.1.13
FAN 3 status.
Status: current Access: read-only
OBJECT-TYPE    
  AcFanStatus  

acChassisFan4Status 1.3.6.1.4.1.2785.2.1.2.1.14
FAN 4 status.
Status: current Access: read-only
OBJECT-TYPE    
  AcFanStatus  

acChassisFan5Status 1.3.6.1.4.1.2785.2.1.2.1.15
FAN 5 status.
Status: current Access: read-only
OBJECT-TYPE    
  AcFanStatus  

acChassisFan6Status 1.3.6.1.4.1.2785.2.1.2.1.16
FAN 6 status.
Status: current Access: read-only
OBJECT-TYPE    
  AcFanStatus  

acChassisPowerAStatus 1.3.6.1.4.1.2785.2.1.2.1.17
The current state of the power supply subsystem.
Status: current Access: read-only
OBJECT-TYPE    
  AcOpStatus  

acChassisPowerBStatus 1.3.6.1.4.1.2785.2.1.2.1.18
The current state of the power supply subsystem.
Status: current Access: read-only
OBJECT-TYPE    
  AcOpStatus  

acChassisContact 1.3.6.1.4.1.2785.2.1.2.1.19
The identification and contact information of the person responsible for this managed node. This field is mapped to the MIB-II sysContact field.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

acChassisName 1.3.6.1.4.1.2785.2.1.2.1.20
An administratively assigned name for this managed node. This field is mapped to MIB-II sysName field.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

acChassisLocation 1.3.6.1.4.1.2785.2.1.2.1.21
The physical location of this node. The field is mapped to the MIB-II sysLocation field.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

acChassisDescription 1.3.6.1.4.1.2785.2.1.2.1.22
A description of the node indicating the type of Appian Communications equipment. This field is mapped to the MIB-II sysDescr attribute.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

acChassisMaxSlots 1.3.6.1.4.1.2785.2.1.2.1.23
The maximum number of slots within this chassis.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..16  

acChassisSysUpTime 1.3.6.1.4.1.2785.2.1.2.1.24
The time in hundredths of a second since the network management portion of the system was last reinitialized. The acChassisSysUpTime field is mapped to the MIB-II sysUptime field. Note: The value of acChassisSysUpTime will not be reset when an Active to Standby failover occurs on the Switch Control Processor(s). The acChassisSysUpTime value will only be reset when the whole system has been reset.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

acChassisCurrentTime 1.3.6.1.4.1.2785.2.1.2.1.25
A string containing the current time and date as read from the active Switch Control Processor (SCP) NovRam. The format is defined by DateAndTime syntax.
Status: current Access: read-write
OBJECT-TYPE    
  DateAndTime  

acChassisMaxSerialPorts 1.3.6.1.4.1.2785.2.1.2.1.26
Identifies the total number of serial interface ports on the OSAP chassis.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2  

acChassisRingId 1.3.6.1.4.1.2785.2.1.2.1.27
A unique Ring Identification number which is assigned by the EMS system to uniquely identify the Appian Ring supported by this node.
Status: current Access: read-write
OBJECT-TYPE    
  AcRingId  

acChassisRingName 1.3.6.1.4.1.2785.2.1.2.1.28
A user defined string assigned to the Ring Id which uniquely identifies the Appian Ring supported by this node.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

acChassisMibVersion 1.3.6.1.4.1.2785.2.1.2.1.29
A ASCII string which identifies the Appian MIB version which is currently supported by the active switch control processor.
Status: current Access: read-only
OBJECT-TYPE    
  AcMibVersion  

acChassisNodeArchitecture 1.3.6.1.4.1.2785.2.1.2.1.30
Node architecture.
Status: current Access: read-write
OBJECT-TYPE    
  AcNodeArchitecture  

acChassisNodePoll 1.3.6.1.4.1.2785.2.1.2.1.31
This object returns a concise summary of the system state. It contains information on the system operational status, mib revision, fan status, power supply status, and other status information. The value is in compacted binary format: Element Size Value Description ----------------------------------------------------------------------- poll version 1 0x01 Node poll version operational status 1 acChassisOpStatus overall system status mib version 4 software version 4 chassis temperature 1 actual temperature? maybe it should be in module? fan status, each fan status is encoded as: 0xA1 - FAN status IE 0x01 - FAN #1 0x01 - operational power supply status, with each power supply status encoded as: 0xA2 - power status IE 0x02 - power supply #2 0x01 - operational
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

acChassisModulePoll 1.3.6.1.4.1.2785.2.1.2.1.32
This object returns a concise summary of the module cards in the system. For each module card present, it includes card slot, card configured type and actual type, card operational status, redundancy status, and possibly LED information. slot - 1 byte representing the physical slot number. number - 1 byte representing the module number. configured type - 1 byte value from AcModuleType. actual type - 1 byte value from AcModuleType. operStatus - 1 byte representing an AcOpStatus. redundancy - 1 byte to indicate it's active or standby number of LEDs - 1 byte, indicates how many LED status follows LED states - 1 byte for each LED to represent: green, red, yellow, off. with high bit on as ing.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

acChassisPortPoll 1.3.6.1.4.1.2785.2.1.2.1.33
This object returns a concise summary of the module cards in the system. For each module card present, it includes card slot, card configured type and actual type, card operational status, redundancy status, possibly LED information, and port information. slot - 1 byte representing the physical slot number. configured type - 1 byte value from AcModuleType. actual type - 1 byte value from AcModuleType. operStatus - 1 byte representing an AcOpStatus. media slot - 1 byte, valid only number of LEDs - 1 byte, indicates how many LED status follows LED states - 1 byte for each LED to represent: green, red, yellow, off. with high bit on as ing. number of ports - 1 byte, indicates how many physical ports on the card port info - for each port, it includes operStatus and service status. Take a system with the following configuration as an example: slot 1 - a single port OC3 slot 2 - a single port OC3 slot 3 - a switching control card slot 5 - an ethernet media card slot 6 - an ethernet media card, currently backing up slot 5 slot 11 - an 8-port ethernet PHY card driven by slot 5 slot 12 - an 8-port ethernet PHY card driven by slot 5. The poll would resemble this: 0x01 - the first poll version 0xA3 - this indicates a card information element 0x01 - card slot 1 0x13 - configured card type: oc3-sr-1 0x13 - actual card type: oc3-sr-1 0x01 - card operational status: operational ox00 - media slot, not applicable 0x00 - # of LEDs, 0 means no LED information included 0x01 - # of ports 0x01 - port status: up 0x00 - no services on this port 0xA3 - this indicates a card information element 0x02 - card slot 2 0x13 - configured card type: oc3-sr-1 0x13 - actual card type: oc3-sr-1 0x01 - card operational status: operational ox00 - media slot, not applicable 0x00 - # of LEDs, 0 means no LED information included 0x01 - # of ports 0x01 - port status: up 0x00 - no services on this port 0xA3 - this indicates a card information element 0x03 - card slot 3 0x03 - configured card type: sw-1 0x03 - actual card type: sw-1 0x01 - card operational status: operational ox00 - media slot, not applicable 0x00 - # of LEDs, 0 means no LED information included 0x00 - # of ports 0xA3 - this indicates a card information element 0x05 - card slot 5 0x04 - configured card type: 16-port fast ethernet 0x04 - actual card type: 16-port fast ethernet 0x01 - card operational status: operational ox00 - media slot, not applicable 0x00 - # of LEDs, 0 means no LED information included 0x00 - # of ports - defer port status to PHY cards? 0xA3 - this indicates a card information element 0x0B - card slot 11 0x05 - configured card type: fe8-tx-io (8-port phy card) 0x05 - actual card type: fe8-tx-io (8-port phy card) 0x01 - card operational status: operational ox05 - media slot: currently driven by media card in slot 5 0x00 - # of LEDs, 0 means no LED information included 0x08 - info for 8 ports follows 0x01 0x?? - port 1, up and service status? 0x02 0x?? - port 2, down and service status? ... 1 byte can be used to represent 4 service status, with 2 bits each? 0xA3 - this indicates a card information element 0x0C - card slot 11 0x05 - configured card type: fe8-tx-io (8-port phy card) 0x05 - actual card type: fe8-tx-io (8-port phy card) 0x01 - card operational status: operational ox05 - media slot: currently driven by media card in slot 5 0x00 - # of LEDs, 0 means no LED information included 0x08 - info for 8 ports follows 0x01 0x?? - port 1, up and service status? 0x02 0x?? - port 2, down and service status? ... 1 byte can be used to represent 4 service status, with 2 bits each?
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

acChassisReset 1.3.6.1.4.1.2785.2.1.2.1.34
Setting this object to true causes the entire system to reset.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

acChassisTdmAccessRedundancyMode 1.3.6.1.4.1.2785.2.1.2.1.35
This value describes how backup TDM Access cards are used to provide redundancy for active TDM Access cards in the system. n-to-one: One backup card will provide redundancy for all other similar type TDM Access cards. one-to-one: Each backup card will be assigned to provide redundancy for at most one TDM Access card.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER n-to-one(0), one-to-one(1)  

acChassisTraps 1.3.6.1.4.1.2785.2.1.0
OBJECT IDENTIFIER    

acChassisCfgMismatchTrap 1.3.6.1.4.1.2785.2.1.0.1
The user configured chassis model does not match the actual chassis model generated by this trap.
Status: current Access: read-write
NOTIFICATION-TYPE    

acChassisTemperatureTrap 1.3.6.1.4.1.2785.2.1.0.2
The temperature for this chassis has exceeded or fallen below the normal operational range.
Status: current Access: read-write
NOTIFICATION-TYPE    

acChassisFanFailureTrap 1.3.6.1.4.1.2785.2.1.0.3
The fan shelf subsystem is reporting a failure of one or more fans.
Status: current Access: read-write
NOTIFICATION-TYPE    

acChassisTemperatureClearTrap 1.3.6.1.4.1.2785.2.1.0.4
The temperature for this chassis has returned back to the normal operational range.
Status: current Access: read-write
NOTIFICATION-TYPE    

acChassisFanFailureClearTrap 1.3.6.1.4.1.2785.2.1.0.5
The fan shelf subsystem that reported a failure of one or more fans has returned back to normal.
Status: current Access: read-write
NOTIFICATION-TYPE    

acMgmtAccessTable 1.3.6.1.4.1.2785.2.1.3
This table contains the configuration parameters which define the method used for management of the OSAP via a remote EMS such as the AppianVista platform. The table contains the IP Address, gateway and subnet for in-band and OOB access to the OSAP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcMgmtAccessEntry

acMgmtAccessEntry 1.3.6.1.4.1.2785.2.1.3.1
A configuration record defining a single nodes in-band and oob access methods and interfaces. This entry must be created by the EMS or CLI and is not by default automatically instantiated.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcMgmtAccessEntry  

acMgmtAccessNodeId 1.3.6.1.4.1.2785.2.1.3.1.1
A unique node identifier assigned by the EMS to uniquely identify a node within an Appian ring.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  AcNodeId  

acMgmtAccessIndex 1.3.6.1.4.1.2785.2.1.3.1.2
Unique identifier of management access interface in this node.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER  

acMgmtAccessInterfaceType 1.3.6.1.4.1.2785.2.1.3.1.3
This attribute defines what type of management access port is being configured. The Ethernet(1) interface refers to the OOB Ethernet port on the switch controller and is used for both master and slave switch controllers, only one of which is active at a time. Frame-Relay(4) and PPP(5) refer to In-Band access interface. Appian-DCC(2) is used as an extended LAN and needs to be configured for each node within an Appian SONET Ring.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER unknown(0), ethernet(1), appian-dcc(2), oob-ppp(3), frame-relay(4), ppp(5), sonet-1-dbg(6), sonet-2-dbg(7)  

acMgmtAccessAdminStatus 1.3.6.1.4.1.2785.2.1.3.1.4
This field is used by the administrator to ensure only one client can perform configuration operations on the chassis record at a time. The field is set to locked when a client is performing administrative operations and available when it is free. The field is also used to enable or disable a specific management access port. Setting the value to inactivate(1) will cause the interface to be disabled. Setting the state to activate(2) will enable the management interface.
Status: current Access: read-create
OBJECT-TYPE    
  AcAdminStatus  

acMgmtAccessOpStatus 1.3.6.1.4.1.2785.2.1.3.1.5
This attribute is used to determine the current state of the management access agent. Refer to the appian-smi.mib for defintion details of the AcOpStatus attribute.
Status: current Access: read-only
OBJECT-TYPE    
  AcOpStatus  

acMgmtAccessIpAddress 1.3.6.1.4.1.2785.2.1.3.1.6
The IP Address in dotted notation which is used by the AppianVista EMS system or for telnet, tftp, rlogin or ftp access to the network element. This IP address may be bound to a frame-relay trunk/dlci or could be bound to a TLS trunk running PPP.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

acMgmtAccessIpSubnet 1.3.6.1.4.1.2785.2.1.3.1.7
The IP Subnet address in dotted notation used for the primary in-band access interface. If no value is entered, the management agent will assume the natural mask.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

acMgmtAccessTrunk 1.3.6.1.4.1.2785.2.1.3.1.8
If the access type is either frame relay or PPP, this object has the trunk number of the trunk being used for inband management. If the access type is not frame relay nor PPP, this object has value of 0 and is not applicable.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

acMgmtAccessFrDlci 1.3.6.1.4.1.2785.2.1.3.1.9
The Frame-Relay DLCI number used for in-band management access to the network element when the access interface uses a frame-relay trunk.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 16..1022