AT-CHASSIS-MIB

File: AT-CHASSIS-MIB.mib (6764 bytes)

Imported modules

AT-SMI-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

sysinfo Unsigned32 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE DisplayString

Defined Types

ChassisCardEntry  
SEQUENCE    
  chassisCardSlot INTEGER
  chassisCardBoardOID OBJECT IDENTIFIER
  chassisCardName DisplayString
  chassisCardState INTEGER
  chassisCardControllerState INTEGER

Defined Values

chassis 1.3.6.1.4.1.207.8.4.4.3.23
Support for accessing trap notifications on chassis based products.
MODULE-IDENTITY    

chassisNotifications 1.3.6.1.4.1.207.8.4.4.3.23.0
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

slotNumber 1.3.6.1.4.1.207.8.4.4.3.23.0.4
Slot number of the card that has changed.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 1..12  

chassisRole 1.3.6.1.4.1.207.8.4.4.3.23.0.5
CFC's role in the chassis.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER leaving(1), discovering(2), synchronizing(3), standbyMember(4), pendingMaster(5), disabledMaster(6), activeMaster(7)  

chassisCardTable 1.3.6.1.4.1.207.8.4.4.3.23.1
A list of cards presented on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ChassisCardEntry

chassisCardEntry 1.3.6.1.4.1.207.8.4.4.3.23.1.1
A table entry containing information about a card.
Status: current Access: not-accessible
OBJECT-TYPE    
  ChassisCardEntry  

chassisCardSlot 1.3.6.1.4.1.207.8.4.4.3.23.1.1.1
The slot number the card is in.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..12  

chassisCardBoardOID 1.3.6.1.4.1.207.8.4.4.3.23.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

chassisCardName 1.3.6.1.4.1.207.8.4.4.3.23.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

chassisCardState 1.3.6.1.4.1.207.8.4.4.3.23.1.1.4
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).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), configuring(2), syncing(3), online(4), syncingFirmware(5), joining(6), incompatibleSW(7), disabled(8), initializing(9), booting(10), unsupportedHW(11), provisioned(12)  

chassisCardControllerState 1.3.6.1.4.1.207.8.4.4.3.23.1.1.5
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).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), active(2), standby(3)