NCDCHASS-MIB: View SNMP OID List / Download MIB

VENDOR: 3COM


 Home MIB: NCDCHASS-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
 ncdchass 1.3.6.1.4.1.43.20.1
     ncdchassInfo 1.3.6.1.4.1.43.20.1.1
         ncdchassType 1.3.6.1.4.1.43.20.1.1.1 object identifier read-only
An authoritative identification of the type of hub-based or standalone ncdchasssis. By convention this value is allocated within the SMI enterprises subtree(1.3.6.1.4.1), and provides an easy and unambiguous means for determining `what kind of box' is being managed. If this information is not present or unknown, its value should be set to the value: ncdchassTypeUnknown.
         ncdchassPhysicalChanges 1.3.6.1.4.1.43.20.1.1.2 counter read-only
The number of physical changes that have occurred in the ncdchasssis since the agent was warm/cold started. This includes additions and removal of modules and entities. Other uses are implementation specific.
         ncdchassChasssisSerialNumber 1.3.6.1.4.1.43.20.1.1.3 displaystring read-only
The serial number of the ncdchasssis. If no serial number is available then this object should be the zero length string.
     ncdchassPhysical 1.3.6.1.4.1.43.20.1.2
         ncdchassModuleTable 1.3.6.1.4.1.43.20.1.2.2 no-access
This table defines the physical modules within a ncdchasssis. This is done by defining the type physical modules and the physical location where it resides. This table also provides a mapping from between physical modules and their location within the ncdchasssis.
             ncdchassModuleEntry 1.3.6.1.4.1.43.20.1.2.2.1 no-access
An entry in this table that describes a physical module that resides at a given physcial location within the ncdchasssis.
                 ncdchassModuleLocation 1.3.6.1.4.1.43.20.1.2.2.1.1 integer read-only
An instance of a module is identified by the slot number.
                 ncdchassModuleType 1.3.6.1.4.1.43.20.1.2.2.1.2 object identifier read-only
An authoritative identification of the type of physcial module in this physical location. A value of ncdchassModuleUnknown indicates that the type of physical module is unknown.
                 ncdchassModuleSwVersion 1.3.6.1.4.1.43.20.1.2.2.1.3 displaystring read-only
A textual description of the version/revision level for this module's software. If not realized this value should be set to the zero-length string.
                 ncdchassModuleHwVersion 1.3.6.1.4.1.43.20.1.2.2.1.4 displaystring read-only
A textual description of the version/revision level for this module's firmware. If not realized this value should be set to the zero-length string.
                 ncdchassModuleSerialNumber 1.3.6.1.4.1.43.20.1.2.2.1.5 displaystring read-only
The serial number of the physical module present in this physical location. If the physical location table is implemented as dense and the slot is empty this value will be the zero length string. If no serial number is available for a physical module this value should set to a zero length string.
                 ncdchassModuleDescription 1.3.6.1.4.1.43.20.1.2.2.1.6 displaystring read-only
A textual description of the physical module plugged that resides in this physical location. If not available this value should be set to a zero length string.
                 ncdchassModuleLastChangeTime 1.3.6.1.4.1.43.20.1.2.2.1.7 timeticks read-only
The value of MIB-II's sysUpTime (in the agent supporting this ncdchasssis MIB) at which a module was last inserted or initialized. If the module has not changed since the last network managment system reinitialized then this object has a zero value.
                 ncdchassModuleAdminStatus 1.3.6.1.4.1.43.20.1.2.2.1.8 integer read-write
Provides desired state of the given physical module. Notice that not all values may be supported by the specified physical module. In this case an SNMP error will be returned when the set is attempted. A physical module may be activated by writing a value of enable(2). A physical module may be de-activated by writing a value of disable(3). In a disabled state a physical module is present in the ncdchasssis but is benign. Writing a value of reset(4) initiates a reset sequence. A value of programLoad(5) initiates a software load sequences. Writing a value of test(6) should start a self test sequence within the physical module. Enumeration: 'reset': 4, 'programLoad': 5, 'enable': 2, 'test': 6, 'disable': 3.
                 ncdchassModuleOperStatus 1.3.6.1.4.1.43.20.1.2.2.1.9 integer read-only
Provides operational status of the module. The following are possible definitions of the values. The exact definition of the values is implementation specific. A value of other(1) implies some undetermined state, possibly as a result of setting ncdchassModuleAdminStatus to a value of disable(3). A value of invalid(2) could have the possible meaning that the module exists but the ncdchasssis manager has no direct control over the module. A value of testing(3) may be a diagnostic state. A value of operational(4) implies that the entity is running with no errors or warnings. State resetInProgress(5) implies equivalent of setting ncdchassModuleAdminStatus to reset(4). The states of warning(6), nonFatalError(7), fatalError(8) reflect conditions detected during operation. The entity may or may not be still functional. For example if a modules value of ncdchassModuleAdminStatus is disable(3) and is set to enable(2) then ncdchassModuleOperStatus may enter a state of testing(3) then change to a value of operational(4). Enumeration: 'nonFatalError': 7, 'resetInProgress': 5, 'invalid': 2, 'operational': 4, 'other': 1, 'fatalError': 8, 'test': 3, 'warning': 6.
     ncdchassEntity 1.3.6.1.4.1.43.20.1.3
         ncdchassEntityTable 1.3.6.1.4.1.43.20.1.3.1 no-access
A table that contains information about the 'logical' networking devices (entities) in this ncdchasssis.
             ncdchassEntityEntry 1.3.6.1.4.1.43.20.1.3.1.1 no-access
Information concerning an entity in the ncdchasssis. Conceptual rows may not be created or deleted with SNMP operations.
                 ncdchassEntityIndex 1.3.6.1.4.1.43.20.1.3.1.1.1 integer read-only
A unique index for the entity for which this entry contains information.
                 ncdchassEntityObjectID 1.3.6.1.4.1.43.20.1.3.1.1.2 object identifier read-only
The specific type of entity. The value of this object is analagous to MIB-II's sysObjectId.
                 ncdchassEntityDescr 1.3.6.1.4.1.43.20.1.3.1.1.3 displaystring read-write
A textual description of the entity. The value of this object is analagous to MIB-II's sysDescr.
                 ncdchassEntityAdminStatus 1.3.6.1.4.1.43.20.1.3.1.1.4 integer read-write
Provides the administratively desired state of the given entity. An entity is activated by writing a value of enable(2). An entity may be de-activated by writing a value of disable(3). In a disabled state, a entity does exist within the given ncdchasssis, but is benign. A disabled entity is available for subsequent activation. Writing a value of reset(4) specifies an entity should initiate a reset sequence. Writing a value of programload(5) specifies an entity should initiate a program load sequence. Writing a value of test(6) specifies an entity should initiate a testing sequence. Agent support of the writing of any of the values of this object is implementation-specific. For example, this object might be read only for entities that disabling would compromise the integrity of the ncdchasssis. Enumeration: 'reset': 4, 'enable': 2, 'unknown': 1, 'disable': 3, 'test': 6, 'programload': 5.
                 ncdchassEntityOperStatus 1.3.6.1.4.1.43.20.1.3.1.1.5 integer read-only
Provides operational status of the entity. The following are possible definitions of the values. The exact definition of the values is implementation specific. A value of other(1) implies some undetermined state, possibly as a result of setting ncdchassEntityAdminStatus to a value of disable(3). A value of invalid(2) could have the possible meaning that the entity exists but the ncdchasssis manager has no direct control of the entity. A value of testing(3) may be a diagnostic state. A value of operational(4) implies that the entity is running with no errors or warnings. State resetInProgress(5) implies equivalent of setting ncdchassEntityAdminStatus to reset(4). The states of warning(6), nonFatalError(7), fatalError(8) reflect conditions detected during operation. The entity may or may not be still functional. State loading(10) is a result of asserting programload(5) in ncdchassEntityAdminStatus. For example if an entities value of ncdchassEntityAdminStatus is disable(3) and is set to enable(2) then ncdchassEntityOperStatus may enter a state of testing(3) then change to a value of operational(4). Enumeration: 'nonFatalError': 7, 'loading': 10, 'resetInProgress': 5, 'testing': 3, 'invalid': 2, 'operational': 4, 'warning': 6, 'fatalError': 8, 'other': 1.
                 ncdchassEntityTimeStamp 1.3.6.1.4.1.43.20.1.3.1.1.6 timeticks read-only
The value of MIB-II's sysUpTime (in the agent supporting this MIB) at which this entity was last (re-)initialized. If the entity has not been initialized then this object has a zero value.
         ncdchassEntityViewTable 1.3.6.1.4.1.43.20.1.3.2 no-access
A table of all MIB views orgainized by entity. Each entity may have a number of MIB views associated with it.
             ncdchassEntityViewEntry 1.3.6.1.4.1.43.20.1.3.2.1 no-access
Defines a specific MIB view.
                 ncdchassEntityViewEntityId 1.3.6.1.4.1.43.20.1.3.2.1.1 integer read-only
The unique entity for which this MIB view is defined. This is an instance of ncdchassEntityIndex within the ncdchassEntityTable.
                 ncdchassEntityViewIndex 1.3.6.1.4.1.43.20.1.3.2.1.2 integer read-only
Defines a unique MIB view for this entity.
                 ncdchassEntityCommunity 1.3.6.1.4.1.43.20.1.3.2.1.3 octet string read-only
The SNMP Community which executes at the address ncdchassEntityIpAddress, and provides access to the detailed management information for this entity. For an entity which is not managed through access to a SNMP Community, the value of this object is the zero-length string.
                 ncdchassEntityIpAddress 1.3.6.1.4.1.43.20.1.3.2.1.4 ipaddress read-only
The address of the SNMP agent which responds to messages for the SNMP Community identified by ncdchassEntityCommunity. When access is via proxy, this variable contains the address of the proxy agent. For an entity which is not managed through access to a SNMP Community, the value of this object is 0.0.0.0.
     ncdchassPowerSupply 1.3.6.1.4.1.43.20.1.4
         ncdchassPowerSupplyTable 1.3.6.1.4.1.43.20.1.4.1 no-access
A list of power supply entries, one for each power supply in the ncdchasssis.
             ncdchassPowerSupplyEntry 1.3.6.1.4.1.43.20.1.4.1.1 no-access
Values for a power supply.
                 ncdchassPowerSupplyIndex 1.3.6.1.4.1.43.20.1.4.1.1.1 integer read-only
An index value that uniquely identifies a power supply.
                 ncdchassPowerSupplyDescr 1.3.6.1.4.1.43.20.1.4.1.1.2 displaystring read-only
A textual description of the power supply, including the vendor's name and version.
                 ncdchassPowerSupplyAdminStatus 1.3.6.1.4.1.43.20.1.4.1.1.3 integer read-write
Desired status of the power supply. Enumeration: 'unknown': 1, 'enable': 2, 'disable': 3.
                 ncdchassPowerSupplyOperStatus 1.3.6.1.4.1.43.20.1.4.1.1.4 integer read-only
Actual status of the power supply: - unknown(1) - status not known. - empty(2) - no power supply installed in slot - disabled(3) - unable to supply power due to ncdchassPowerSupplyAdminStatus - bad(4) - unable to supply power due to failure - warning(5) - supplying power but an output or sensor is bad or warning - standby(6) - believed usable but not supplying power - engaged(7) - supplying power - redundant(8) - supplying power but not needed It is an implementation specific matter whether the agent keeps entries with status unknown(1) or empty(2) in the table. Enumeration: 'standby': 6, 'unknown': 1, 'engaged': 7, 'redundant': 8, 'disabled': 3, 'bad': 4, 'warning': 5, 'empty': 2.
                 ncdchassPowerSupplyHealthText 1.3.6.1.4.1.43.20.1.4.1.1.5 displaystring read-only
A textual description of the power supply's operational status. Agents may use this string to provide detailed information on current failures, including how they were detected, and/or instructions for problem resolution. The contents are agent-specific.
                 ncdchassPowerSupplyWarnings 1.3.6.1.4.1.43.20.1.4.1.1.6 counter read-only
The number of times ncdchassPowerSupplyOperStatus has gone to warning(5).
                 ncdchassPowerSupplyFailures 1.3.6.1.4.1.43.20.1.4.1.1.7 counter read-only
The number of times ncdchassPowerSupplyOperStatus has gone to bad(4).
                 ncdchassPowerSupplyLocationType 1.3.6.1.4.1.43.20.1.4.1.1.8 integer read-only
This defines the instance of a physical location type of the power supply. Location Type together with location index completely defines the location of a power supply.
                 ncdchassPowerSupplyLocationIndex 1.3.6.1.4.1.43.20.1.4.1.1.9 integer read-only
Defines a particular instance of a physical location type.
     ncdchassAdmin 1.3.6.1.4.1.43.20.1.5
         ncdchassN2000 1.3.6.1.4.1.43.20.1.5.1
         ncdchassLowCost 1.3.6.1.4.1.43.20.1.5.2
         ncdchassSwitchMod 1.3.6.1.4.1.43.20.1.5.3
         ncdchass4Oc3 1.3.6.1.4.1.43.20.1.5.4
         ncdchass4Ds3 1.3.6.1.4.1.43.20.1.5.5
         ncdchassCp7200 1.3.6.1.4.1.43.20.1.5.6
         ncdchassCp4Utp5 1.3.6.1.4.1.43.20.1.5.7
         ncdchassCp7400 1.3.6.1.4.1.43.20.1.5.8
         ncdchassCp7200f 1.3.6.1.4.1.43.20.1.5.9
         ncdchassCp7600f 1.3.6.1.4.1.43.20.1.5.10
         ncdchassCp7600 1.3.6.1.4.1.43.20.1.5.11
         ncdchass8Oc3 1.3.6.1.4.1.43.20.1.5.12
         ncdchass2Oc12 1.3.6.1.4.1.43.20.1.5.13
         ncdchassCp7436 1.3.6.1.4.1.43.20.1.5.14
         ncdchassCp7400FBus 1.3.6.1.4.1.43.20.1.5.15
         ncdchassCp7600FBus 1.3.6.1.4.1.43.20.1.5.16
         ncdchassSS1Box 1.3.6.1.4.1.43.20.1.5.100
         ncdchassSS2Box 1.3.6.1.4.1.43.20.1.5.101
         ncdchassCp7000Box 1.3.6.1.4.1.43.20.1.5.102
         ncdchassFanSensor 1.3.6.1.4.1.43.20.1.5.200
         ncdchassTemperSensor 1.3.6.1.4.1.43.20.1.5.201
     ncdchassEnviron 1.3.6.1.4.1.43.20.1.6
         ncdchassEnvironTable 1.3.6.1.4.1.43.20.1.6.1 no-access
A list of environmental entries, one for each environmental sensor in the ncdchasssis.
             ncdchassEnvironEntry 1.3.6.1.4.1.43.20.1.6.1.1 no-access
Values for a environmental sensor.
                 ncdchassEnvironIndex 1.3.6.1.4.1.43.20.1.6.1.1.1 integer read-only
A unique index for the environment for which this entry contains information.
                 ncdchassEnvironSensor 1.3.6.1.4.1.43.20.1.6.1.1.2 object identifier read-only
The identification of an environmental sensor. Other AutonomousType values may be defined elsewhere, in association with specific protocols.
                 ncdchassEnvironStatus 1.3.6.1.4.1.43.20.1.6.1.1.3 integer read-only
Actual status indicated by the sensor. It is an implementation specific matter whether the agent keeps entries with status unknown(1) in the table. If unknown(1), counters are Enumeration: 'unknown': 1, 'bad': 2, 'warning': 3, 'good': 4.
                 ncdchassEnvironWarnings 1.3.6.1.4.1.43.20.1.6.1.1.4 counter read-only
The number of times ncdchassEnvironStatus has gone to warning(3).
                 ncdchassEnvironFailures 1.3.6.1.4.1.43.20.1.6.1.1.5 counter read-only
The number of times ncdchassEnvironStatus has gone to bad(2).
                 ncdchassEnvironLocationType 1.3.6.1.4.1.43.20.1.6.1.1.6 integer read-only
Defines the actual type of physical location that this environmental sensor occupies.
                 ncdchassEnvironLocationIndex 1.3.6.1.4.1.43.20.1.6.1.1.7 integer read-only
This defines the particular instance of a physical location type which this environmental sensor occupies.
   ncdMibsConfChange 1.3.6.1.4.1.43.200.1
An unsolicited change in device configuration
   ncdMibsFault 1.3.6.1.4.1.43.200.2
An unsolicited fault in device