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?
Parsed from file chassis.mib.txt
Company: None
Module: APPIAN-CHASSIS-MIB
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?
Parsed from file APPIAN-CHASSIS-MIB.mib
Module: APPIAN-CHASSIS-MIB
Vendor: Tecnopro SA
Module: APPIAN-CHASSIS-MIB
[Automatically extracted from oidview.com]
acChassisPortPoll OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "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? " ::= { acChassisEntry 33 }
acChassisPortPoll OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "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? " ::= { acChassisEntry 33 }
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.2785.2.1.2.1.1 | acChassisNodeId | 0 | 0 | A unique node identifier assigned by the EMS to uniquely identify a node within an Appian ring. |
1.3.6.1.4.1.2785.2.1.2.1.2 | acChassisAdminStatus | 0 | 0 | This field is used by the administrator to ensure only one client can configure the chassis record at a time. The field is set t… |
1.3.6.1.4.1.2785.2.1.2.1.3 | acChassisOpStatus | 0 | 0 | The state field is used to identify the current operational state of the chassis. |
1.3.6.1.4.1.2785.2.1.2.1.4 | acChassisCfgType | 0 | 0 | This field describes the type of physical chassis as defined by the AppianVista EMS. The model number is a simple enumeration ty… |
1.3.6.1.4.1.2785.2.1.2.1.5 | acChassisModelNumber | 0 | 0 | This field defines the type of physical chassis. The model number is a simple enumeration type for an Appian Communications cha… |
1.3.6.1.4.1.2785.2.1.2.1.6 | acChassisSerialNumber | 0 | 0 | Display string containing the serial number which is read from the chassis backplane prom. |
1.3.6.1.4.1.2785.2.1.2.1.7 | acChassisProductionDate | 0 | 0 | The date code when this chassis was manufactured. This field is read-only and set by manufacturing in the I2C prom. The format … |
1.3.6.1.4.1.2785.2.1.2.1.8 | acChassisRevision | 0 | 0 | The revision of the chassis expressed as an integer monotonically increasing from 0 to 255. |
1.3.6.1.4.1.2785.2.1.2.1.9 | acChassisTemperature | 0 | 0 | The current temperature state for the chassis as reported by the fan and temperature controller card. If the temperature is too … |
1.3.6.1.4.1.2785.2.1.2.1.10 | acChassisFanSpeed | 0 | 0 | The desired fan speed. |
1.3.6.1.4.1.2785.2.1.2.1.11 | acChassisFan1Status | 0 | 0 | FAN 1 status. |
1.3.6.1.4.1.2785.2.1.2.1.12 | acChassisFan2Status | 0 | 0 | FAN 2 status. |
1.3.6.1.4.1.2785.2.1.2.1.13 | acChassisFan3Status | 0 | 0 | FAN 3 status. |
1.3.6.1.4.1.2785.2.1.2.1.14 | acChassisFan4Status | 0 | 0 | FAN 4 status. |
1.3.6.1.4.1.2785.2.1.2.1.15 | acChassisFan5Status | 0 | 0 | FAN 5 status. |
1.3.6.1.4.1.2785.2.1.2.1.16 | acChassisFan6Status | 0 | 0 | FAN 6 status. |
1.3.6.1.4.1.2785.2.1.2.1.17 | acChassisPowerAStatus | 0 | 0 | The current state of the power supply subsystem. |
1.3.6.1.4.1.2785.2.1.2.1.18 | acChassisPowerBStatus | 0 | 0 | The current state of the power supply subsystem. |
1.3.6.1.4.1.2785.2.1.2.1.19 | acChassisContact | 0 | 0 | The identification and contact information of the person responsible for this managed node. This field is mapped to the MIB-II s… |
1.3.6.1.4.1.2785.2.1.2.1.20 | acChassisName | 0 | 0 | An administratively assigned name for this managed node. This field is mapped to MIB-II sysName field. |
1.3.6.1.4.1.2785.2.1.2.1.21 | acChassisLocation | 0 | 0 | The physical location of this node. The field is mapped to the MIB-II sysLocation field. |
1.3.6.1.4.1.2785.2.1.2.1.22 | acChassisDescription | 0 | 0 | A description of the node indicating the type of Appian Communications equipment. This field is mapped to the MIB-II sysDescr at… |
1.3.6.1.4.1.2785.2.1.2.1.23 | acChassisMaxSlots | 0 | 0 | The maximum number of slots within this chassis. |
1.3.6.1.4.1.2785.2.1.2.1.24 | acChassisSysUpTime | 0 | 0 | The time in hundredths of a second since the network management portion of the system was last reinitialized. The acChassisSysUp… |
1.3.6.1.4.1.2785.2.1.2.1.25 | acChassisCurrentTime | 0 | 0 | A string containing the current time and date as read from the active Switch Control Processor (SCP) NovRam. The format is define… |
1.3.6.1.4.1.2785.2.1.2.1.26 | acChassisMaxSerialPorts | 0 | 0 | Identifies the total number of serial interface ports on the OSAP chassis. |
1.3.6.1.4.1.2785.2.1.2.1.27 | acChassisRingId | 0 | 0 | A unique Ring Identification number which is assigned by the EMS system to uniquely identify the Appian Ring supported by this n… |
1.3.6.1.4.1.2785.2.1.2.1.28 | acChassisRingName | 0 | 0 | A user defined string assigned to the Ring Id which uniquely identifies the Appian Ring supported by this node. |
1.3.6.1.4.1.2785.2.1.2.1.29 | acChassisMibVersion | 0 | 0 | A ASCII string which identifies the Appian MIB version which is currently supported by the active switch control processor. |
1.3.6.1.4.1.2785.2.1.2.1.30 | acChassisNodeArchitecture | 0 | 0 | Node architecture. |
1.3.6.1.4.1.2785.2.1.2.1.31 | acChassisNodePoll | 0 | 0 | This object returns a concise summary of the system state. It contains information on the system operational status, mib revisio… |
1.3.6.1.4.1.2785.2.1.2.1.32 | acChassisModulePoll | 0 | 0 | This object returns a concise summary of the module cards in the system. For each module card present, it includes card slot, ca… |
1.3.6.1.4.1.2785.2.1.2.1.34 | acChassisReset | 0 | 0 | Setting this object to true causes the entire system to reset. |
1.3.6.1.4.1.2785.2.1.2.1.35 | acChassisTdmAccessRedundancyMode | 0 | 0 | This value describes how backup TDM Access cards are used to provide redundancy for active TDM Access cards in the system. n-to-on… |