SWITCH-CHASSIS-MIB

File: SWITCH-CHASSIS-MIB.mib (26123 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC TELESYN-ATI-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Counter32 Unsigned32 TEXTUAL-CONVENTION
DisplayString MacAddress RowStatus
TimeStamp switchChassis

Defined Types

HostNameOrIpAddr  
The DNS, NIS (or equivalent name), or the ip address (in dotted quad notation) of the host.
TEXTUAL-CONVENTION    
  DisplayString  

HwIdentifier  
The hardware identifier consists of 2 16 bit values, called major and minor. The first 2 octets contain the major number; the second 2 octets contain the minor number.
TEXTUAL-CONVENTION    
  OCTET STRING Size(4)  

SwVersionId  
The software version id consists of 3 16 bit values. The first 2 octets contain the major number; the octets 3, 4 contain the minor number, octets 5,6 contain a release number.
TEXTUAL-CONVENTION    
  OCTET STRING Size(6)  

SegBusEntry  
SEQUENCE    
  segBusIndex INTEGER
  segBusPmiuId HwIdentifier
  segBusQmuId HwIdentifier

SnmpIpTrapRcvrEntry  
SEQUENCE    
  snmpIpTrapRcvrIpAddress IpAddress
  snmpIpTrapRcvrPort INTEGER
  snmpIpTrapRcvrCommunity DisplayString
  snmpIpTrapRcvrStatus RowStatus

EventLogEntry  
SEQUENCE    
  eventLogIndex INTEGER
  eventLogTime DisplayString
  eventLogDescr DisplayString
  eventLogDetail DisplayString
  eventLogRawEntry OCTET STRING

Defined Values

switchChassisMib 1.3.6.1.4.1.207.8.9.1.1
The MIB module for SWITCH chassis entity.
MODULE-IDENTITY    

chassisParams 1.3.6.1.4.1.207.8.9.1.1.1
OBJECT IDENTIFIER    

ipParams 1.3.6.1.4.1.207.8.9.1.1.3
OBJECT IDENTIFIER    

sysConfigParams 1.3.6.1.4.1.207.8.9.1.1.4
OBJECT IDENTIFIER    

snmpParams 1.3.6.1.4.1.207.8.9.1.1.6
OBJECT IDENTIFIER    

consoleParams 1.3.6.1.4.1.207.8.9.1.1.7
OBJECT IDENTIFIER    

logParams 1.3.6.1.4.1.207.8.9.1.1.8
OBJECT IDENTIFIER    

bootParams 1.3.6.1.4.1.207.8.9.1.1.9
OBJECT IDENTIFIER    

chassisSerialNumber 1.3.6.1.4.1.207.8.9.1.1.1.1
The serial number of the chassis.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(8)  

chassisHwId 1.3.6.1.4.1.207.8.9.1.1.1.2
A version number for the motherboard - first 16 bits is the major number, second 16 bits is the minor number.
Status: current Access: read-only
OBJECT-TYPE    
  HwIdentifier  

chassisOSVersion 1.3.6.1.4.1.207.8.9.1.1.1.3
Software version of the operating system kernel.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

chassisFwVersion 1.3.6.1.4.1.207.8.9.1.1.1.4
The chassis firmware version.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

chassisLastChanges 1.3.6.1.4.1.207.8.9.1.1.1.5
Counts the number of times the system config file has been written to flash since last reboot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

chassisBaseMacAddress 1.3.6.1.4.1.207.8.9.1.1.1.6
This object is the 6-byte 'base' MAC address for this chassis.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

chassisFanStatus 1.3.6.1.4.1.207.8.9.1.1.1.7
The operational status of fan. 'slowOrStopped' indicates the fan rpm is lower than a minimum required value.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), slowOrStopped(2)  

chassisBoardSerialNumber 1.3.6.1.4.1.207.8.9.1.1.1.8
The serial number of the mother board.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(8)  

ipAddr 1.3.6.1.4.1.207.8.9.1.1.3.1
The IP address that the device will use after a restart. The device's active IP address can be determined by examining the appropriate instance of the ipAdEntAddr attribute of the MIB-II IP address table.
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

ipNetMask 1.3.6.1.4.1.207.8.9.1.1.3.2
The subnet mask that the device will use after a restart. The device's active subnet mask can be determined by examining the appropriate instance of the ipAdEntNetMask attribute of the MIB-II IP address table.
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

ipBcastForm 1.3.6.1.4.1.207.8.9.1.1.3.3
The type of IP broadcast address that the device will use after a restart: the Internet standard all-ones broadcast address or the non- standard all zeros broadcast address. The device's active broadcast address type can be determined by examining the appropriate instance of the ipAdEntBcastAddr attribute of the MIB-II IP address table.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER allOnes(1), allZeros(2)  

ipEncap 1.3.6.1.4.1.207.8.9.1.1.3.4
The type of IP datagram encapsulation that the device will use after a restart: Ethernet or IEEE802.2. The active type of IP datagram encapsulation can be determined by examining the appropriate instance of the ifType attribute of the MIB-II interfaces table entry for the device's Ethernet interface. If the value of that instance of ifType is ethernet-csmacd(6), then the active type of IP datagram encapsulation is Ethernet; if the value of that instance of ifType is iso88023-csmacd(7), then the active type of IP datagram encapsulation is IEEE802.2.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER ethernet(1), ieee8022(2)  

ipDefaultGateway 1.3.6.1.4.1.207.8.9.1.1.3.5
The default gateway IP address that the device will use after a restart. The device's operational default gateway IP address can be determined by examining the value of the ipRouteNextHop.0.0.0.0 attribute of the MIB-II IP routing table.
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

ipDomainName 1.3.6.1.4.1.207.8.9.1.1.3.6
The device's domain name.
Status: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..63)  

bootFlag 1.3.6.1.4.1.207.8.9.1.1.4.1
Boot flags to define the startup parameters
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER bootSystem(0), skipPost(1), runMonitor(2), useBackupBoot(4), loopPost(8), bootLoader(16), bootNetwork(32), bootDiag(48), networkEth0(64), networkEth1(128), networkCom0(192)  

dramSize 1.3.6.1.4.1.207.8.9.1.1.4.2
DRAM size in bytes
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cpuVer 1.3.6.1.4.1.207.8.9.1.1.4.3
Hardware identifier of the processor.
Status: current Access: read-only
OBJECT-TYPE    
  HwIdentifier  

iscVer 1.3.6.1.4.1.207.8.9.1.1.4.4
Hardware identifier of the Galileo chip.
Status: current Access: read-only
OBJECT-TYPE    
  HwIdentifier  

pigVer 1.3.6.1.4.1.207.8.9.1.1.4.5
Hardware identifier of the PIG chip.
Status: current Access: read-only
OBJECT-TYPE    
  HwIdentifier  

postVer 1.3.6.1.4.1.207.8.9.1.1.4.6
Software version of the POST diagnostic.
Status: current Access: read-only
OBJECT-TYPE    
  SwVersionId  

isdVer 1.3.6.1.4.1.207.8.9.1.1.4.7
Software version of the ISD diagnostic.
Status: current Access: read-only
OBJECT-TYPE    
  SwVersionId  

bootVer 1.3.6.1.4.1.207.8.9.1.1.4.8
Software version of the boot prom.
Status: current Access: read-only
OBJECT-TYPE    
  SwVersionId  

qmuMemSize 1.3.6.1.4.1.207.8.9.1.1.4.9
QME memory size
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

segBusTable 1.3.6.1.4.1.207.8.9.1.1.4.10
A table of attributes associated with segBus.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SegBusEntry

segBusEntry 1.3.6.1.4.1.207.8.9.1.1.4.10.1
A list of attributes associated with a segBus.
Status: current Access: not-accessible
OBJECT-TYPE    
  SegBusEntry  

segBusIndex 1.3.6.1.4.1.207.8.9.1.1.4.10.1.1
SegBus number
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..10  

segBusPmiuId 1.3.6.1.4.1.207.8.9.1.1.4.10.1.2
Hardware identifier of the Port Manager Interface Unit (PMIU) chip
Status: current Access: read-only
OBJECT-TYPE    
  HwIdentifier  

segBusQmuId 1.3.6.1.4.1.207.8.9.1.1.4.10.1.3
Hardware identifier of the Queue Management Unit (QMU) chip
Status: current Access: read-only
OBJECT-TYPE    
  HwIdentifier  

snmpIpTrapRcvrTable 1.3.6.1.4.1.207.8.9.1.1.6.1
A list of entries containing information about network management stations with Ip addresses that are to receive traps generated by this device over UDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpIpTrapRcvrEntry

snmpIpTrapRcvrEntry 1.3.6.1.4.1.207.8.9.1.1.6.1.1
An entry containing information about a single network management station with an Ip address that is to receive traps generated by this device over UDP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpIpTrapRcvrEntry  

snmpIpTrapRcvrIpAddress 1.3.6.1.4.1.207.8.9.1.1.6.1.1.1
The Ip address of this trap receiver.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

snmpIpTrapRcvrPort 1.3.6.1.4.1.207.8.9.1.1.6.1.1.2
The UDP port number for the Trap receiver.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

snmpIpTrapRcvrCommunity 1.3.6.1.4.1.207.8.9.1.1.6.1.1.3
The community string to be specified in traps sent to this ip trap receiver.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..64)  

snmpIpTrapRcvrStatus 1.3.6.1.4.1.207.8.9.1.1.6.1.1.4
This object is used to create or delete entries in the snmpIpTrapRcvrTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

snmpUnAuthIpAddr 1.3.6.1.4.1.207.8.9.1.1.6.2
The IP address of the last management station that attempted to access this agent with an invalid community string. This object is used as a variable binding in an Authentication Failure Trap-PDU.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

snmpUnAuthCommunity 1.3.6.1.4.1.207.8.9.1.1.6.3
The community string specified by the most recent unauthenticated attempt to access this agent. This object is used as a variable binding in an Authentication Failure Trap-PDU.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

consolePortSpeed 1.3.6.1.4.1.207.8.9.1.1.7.1
The speed of the console port in bits per second.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32  

consolePortDataBits 1.3.6.1.4.1.207.8.9.1.1.7.2
The console port's number of data bits.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 7..8  

consolePortStopBits 1.3.6.1.4.1.207.8.9.1.1.7.3
The console port's number of stop bits.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER one(1), two(2), onePointFive(3)  

consolePortParity 1.3.6.1.4.1.207.8.9.1.1.7.4
The console port's parity setting.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER none(1), odd(2), even(3), mark(4), space(5)  

eventLogEnable 1.3.6.1.4.1.207.8.9.1.1.8.1
The value of this object indicates whether or not system event logging is currently enabled. Changes to this object take effect immediately.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

eventLogSize 1.3.6.1.4.1.207.8.9.1.1.8.2
The maximum number of entries retrievable from the system event log. If the value of this object is greater than the value of the eventLogCount object, then only eventLogCount entries have been logged and can be retrieved.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eventLogCount 1.3.6.1.4.1.207.8.9.1.1.8.3
The total number of events logged to the system event log. If the value of this object exceeds the value of the eventLogSize object, only the most recent eventLogSize entries can be retrieved. Setting the value of this object to zero clears the device's system event log.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eventLogTable 1.3.6.1.4.1.207.8.9.1.1.8.4
A list of system event log entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EventLogEntry

eventLogEntry 1.3.6.1.4.1.207.8.9.1.1.8.4.1
A single system event log entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  EventLogEntry  

eventLogIndex 1.3.6.1.4.1.207.8.9.1.1.8.4.1.1
A unique value for each entry in the event log. Its value is between 1 and the minimum of the value of the eventLogSize and eventLogCount objects. The oldest event in the log corresponds to index 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

eventLogTime 1.3.6.1.4.1.207.8.9.1.1.8.4.1.2
The time (according to the system clock) in human-readable form at which this system event log entry was logged.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

eventLogDescr 1.3.6.1.4.1.207.8.9.1.1.8.4.1.3
A human-readable string describing the event represented by this system event log entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

eventLogDetail 1.3.6.1.4.1.207.8.9.1.1.8.4.1.4
A human-readable string providing more detailed information about the event respresented by this system event log entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

eventLogRawEntry 1.3.6.1.4.1.207.8.9.1.1.8.4.1.5
The first 255 octets of raw, unformatted system event log entry as it appears internally.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

deviceReset 1.3.6.1.4.1.207.8.9.1.1.9.1
The value of this object returned in response to an SNMP Get or Get-Next request is always noOp(1). Changing the value of this object to reset(2) will cause the device to be reset.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noOp(1), reset(2)  

tftpGroup 1.3.6.1.4.1.207.8.9.1.1.9.4
OBJECT IDENTIFIER    

tftpServerName 1.3.6.1.4.1.207.8.9.1.1.9.4.1
The name of the TFTP server from which to read or write the device's configuration files or from which to read a firmware image. The value of this object can be a fully- or partially-qualified domain name system (dns) name, or it can be an ip address in the familiar 'dotted-quad' notation. If the value of this object is a fully- or partially-qualified dns name, the device will attempt to use the Domain Name System to convert the name to an ip address before initiating a transaction with this TFTP server. This object may be set only if tftpAdminStatus has the value 'configure'.
Status: current Access: read-write
OBJECT-TYPE    
  HostNameOrIpAddr  

tftpUserName 1.3.6.1.4.1.207.8.9.1.1.9.4.2
The user name that makes the TFTP request. This object may be set only if tftpAdminStatus has the value 'configure'.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

tftpRemoteFileName 1.3.6.1.4.1.207.8.9.1.1.9.4.3
The file name of the file on the remote TFTP server. This object may be set only if tftpAdminStatus has the value 'configure'.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

tftpLocalFileName 1.3.6.1.4.1.207.8.9.1.1.9.4.4
The local file name of the file which is copied to or from the remote server. If this string is a 0 length string, then the value of tftpRemoteFileName shall also be used as the local file name. This object may be set only if tftpAdminStatus has the value 'configure'.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

tftpOperation 1.3.6.1.4.1.207.8.9.1.1.9.4.5
When tftpOperation has the value putFile(1) when tftpAdminStatus is set to 'execute', the device attempts to copy the file identified by tftpLocalFileName to the file tfptRemoteFileName. When tftpOperation has the value getFile(2) when tftpAdminStatus is set to 'execute', the device attempts to copy the file identified by tftpRemoteFileName on the remote tftp server to the file identified by tftpLocalFileName. When tftpOperation has the value getFirmware(3) when tftpAdminStatus is set to 'execute', the device attempts to replace its firmware image with the file identified by tftpRemoteFileName. This firmware file will be used the next time the system is reset. When tftpOperation has the value putConfig(1) when tftpAdminStatus is set to 'execute', the device attempts to copy the file identified by tftpLocalFileName to the file tfptRemoteFileName. When tftpOperation has the value getConfig(2) when tftpAdminStatus is set to 'execute', the device attempts to copy the file identified by tftpRemoteFileName on the remote tftp server to the file identified by tftpLocalFileName.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER putFile(1), getFile(2), getFirmware(3)  

tftpAdminState 1.3.6.1.4.1.207.8.9.1.1.9.4.6
This object is used to initiate a file transfer using the TFTP protocol between the local system and a remote TFTP server identified by tftpServerAddr. The file name on the remote server is identified by tftpRemoteFileName and the local file name is identified by tftpLocalFileName. The tftp operation is identified by the valu of tftpOperation. The objects tftpServerName, tftpUserName, tftpLocalFileName, tftpRemoteFileName, and tftpOperation may only be set when tftpAdminState has the value 'configure'. When tftpAdminState is set to 'execute', the operation identified by tftpOperation shall be started and the state of the operation is reflected in tftpOperationState. Setting this attribute to 'execute' when tftpOperationState is not 'inactive' has no effect on the operational state. Under normal operation tftpAdminState should only be set to 'configure' if tftpOperationState is not 'executing'. If tftpOperationState is 'executing' then the system may attempt to abort the current opertion and change the operation state to 'inactive' or not permitting the set to occur by returning the snmp error 'inconsistentValue'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER configure(1), execute(2)  

tftpOperationState 1.3.6.1.4.1.207.8.9.1.1.9.4.7
The value 'executing' reflects a transition of tftpAdminState from 'configure' to 'execute'. In the 'executing' state, the TFTP operation identified by the value of tftpOperation shall begin with the values for the objects tftpServerName, tftpUserName, tftpRemoteFileName, and tftpLocalFileName. When the TFTP operation has completed successfully, the value of tftpOperation shall be set to 'succeeded'. If the operation failed, the value shall be set to one of 'localFileProblem', 'unknownHost', 'timedOut', 'remoteFileProblem', or 'otherFailure'. Any state transition shall result in setting the tftpOperationStateChange object.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), executing(2), succeeded(3), localFileProblem(4), unknownHost(5), timedOut(6), remoteFileProblem(7), otherFailure(8)  

tftpOperationStateChange 1.3.6.1.4.1.207.8.9.1.1.9.4.8
This is the value of sysUpTime when the value of tftpOperationState changes.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tftpErrorMessage 1.3.6.1.4.1.207.8.9.1.1.9.4.9
An error message giving a brief description of the error if the tftpOperation did not succeed.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..127)