AT-CHASSIS-MIB: View SNMP OID List / Download MIB

VENDOR: ALLIED TELESIS


 Home MIB: AT-CHASSIS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 chassis 1.3.6.1.4.1.207.8.4.4.3.23
Support for accessing trap notifications on chassis based products.
       chassisNotifications 1.3.6.1.4.1.207.8.4.4.3.23.0
           chassisCardRoleChangeNotify 1.3.6.1.4.1.207.8.4.4.3.23.0.1
A notification generated when the CFC's role is changed.
           chassisCardJoinNotify 1.3.6.1.4.1.207.8.4.4.3.23.0.2
A notification generated when a card connects to the CFC.
           chassisCardLeaveNotify 1.3.6.1.4.1.207.8.4.4.3.23.0.3
A notification generated when a card detaches from the CFC.
           slotNumber 1.3.6.1.4.1.207.8.4.4.3.23.0.4 unsigned32 no-access
Slot number of the card that has changed.
           chassisRole 1.3.6.1.4.1.207.8.4.4.3.23.0.5 integer no-access
CFC's role in the chassis. Enumeration: 'standbyMember': 4, 'pendingMaster': 5, 'leaving': 1, 'disabledMaster': 6, 'synchronizing': 3, 'discovering': 2, 'activeMaster': 7.
       chassisCardTable 1.3.6.1.4.1.207.8.4.4.3.23.1 no-access
A list of cards presented on the device.
           chassisCardEntry 1.3.6.1.4.1.207.8.4.4.3.23.1.1 no-access
A table entry containing information about a card.
               chassisCardSlot 1.3.6.1.4.1.207.8.4.4.3.23.1.1.1 integer read-only
The slot number the card is in.
               chassisCardBoardOID 1.3.6.1.4.1.207.8.4.4.3.23.1.1.2 object identifier read-only
The OID value used to identify the type of board that is defined in the alliedTelesis's 'boards' enterprise MIB. If the board is provisioned or an unsupported hardware, this object will have the value of 0 0.
               chassisCardName 1.3.6.1.4.1.207.8.4.4.3.23.1.1.3 displaystring read-only
The name of the card. E.g. AT-SBx81CFC400, AT-SBx81CFC960 for controller cards; AT-SBx81GP24, AT-SBx81GT24, AT-SBx81GS24, AT-SBx81XS6 for line cards; 'unknown' for unsupported hardware.
               chassisCardState 1.3.6.1.4.1.207.8.4.4.3.23.1.1.4 integer read-only
The current state of the card. The valid state is in one of the following: unknown(1), configuring(2), syncing(3), online(4), syncingFirmware(5), joining(6), incompatibleSW(7), disabled(8), initializing(9), booting(10), unsupportedHW(11) or provisioned(12). Enumeration: 'provisioned': 12, 'unsupportedHW': 11, 'configuring': 2, 'syncing': 3, 'unknown': 1, 'initializing': 9, 'incompatibleSW': 7, 'disabled': 8, 'syncingFirmware': 5, 'online': 4, 'booting': 10, 'joining': 6.
               chassisCardControllerState 1.3.6.1.4.1.207.8.4.4.3.23.1.1.5 integer read-only
The current state of the controller card, in addition to the card state. The valid state is in one of the following: unknown(1), active(2) or standby(3). Enumeration: 'active': 2, 'unknown': 1, 'standby': 3.