WL400-SNMPGEN-MIB: View SNMP OID List / Download MIB

VENDOR: COMPAQ


 Home MIB: WL400-SNMPGEN-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
     snmpGenMIBModule 1.3.6.1.4.1.232.143.1.3
The Compaq WL400 SNMP General MIB Module.
 snmpGenMIB 1.3.6.1.4.1.232.144.1
     snmpGenConf 1.3.6.1.4.1.232.144.1.1
         snmpGenGroups 1.3.6.1.4.1.232.144.1.1.1
             snmpGenBasicGroup 1.3.6.1.4.1.232.144.1.1.1.1
The snmp general group.
         snmpGenCompl 1.3.6.1.4.1.232.144.1.1.2
             snmpGenBasicCompl 1.3.6.1.4.1.232.144.1.1.2.1
The implementation requirements for an IEEE 802.11 Station.
     snmpGenObjs 1.3.6.1.4.1.232.144.1.2
         snmpGenReadCommunityString 1.3.6.1.4.1.232.144.1.2.1 octet string read-write
The community string to use for SNMP communication with this entity when the SNMP operation is a read operation.
         snmpGenWriteCommunityString 1.3.6.1.4.1.232.144.1.2.2 octet string read-write
The community string to use for SNMP communication with this entity when the SNMP operation is a SET Request. When read, this object has an undefined value. When written, subsequent SNMP SET operations must use the new community string to be accepted as authentic. When the reset button is pressed on the Access Point, this variable is reset to 'private'. This is also the default manufacturer value.
         snmpGenTrapDstMaxTableLength 1.3.6.1.4.1.232.144.1.2.3 integer32 read-only
The maximum number of entries in the Trap Destination Table.
         snmpGenTrapDstTable 1.3.6.1.4.1.232.144.1.2.4 no-access
The table containing management targets where notifications (SNMP traps) must be sent to. Syslog messages also use this table.
             snmpGenTrapDstEntry 1.3.6.1.4.1.232.144.1.2.4.1 no-access
An entry in the Trap Destination table.
                 snmpGenTrapDstIndex 1.3.6.1.4.1.232.144.1.2.4.1.1 integer32 no-access
An index into the Trap Destination table.
                 snmpGenTrapDstIpAddress 1.3.6.1.4.1.232.144.1.2.4.1.2 ipaddress read-only
The IP address of a management station to send traps to.
                 snmpGenTrapDstType 1.3.6.1.4.1.232.144.1.2.4.1.3 integer read-only
The type indicates what kind of notification is sent. When set to trapOnly(1), only SNMP traps are sent to the IP address. When set to syslogOnly(2), only syslog messages are sent and when set to trapAndSyslog(3), both a trap and a syslog message will be sent. Enumeration: 'syslogOnly': 2, 'trapAndSyslog': 3, 'trapOnly': 1.
                 snmpGenTrapDstRowStatus 1.3.6.1.4.1.232.144.1.2.4.1.4 rowstatus read-only
The status value for creating and deleting rows in this table.
         snmpGenLockStatus 1.3.6.1.4.1.232.144.1.2.5 integer read-write
This object can be used to lock the SNMP agent. When locked, the agent becomes read-only, i.e. no objects can be written any more. This is useful in a relatively insecure SNMPv1 environment when the network administrator has configured the device and does not intend to change it. This variable can only be set to locked(1). When pressing the reset button on the Access Point, this variable is reset to unlocked(2) and the snmpGenWriteCommunityString is reset to 'private'. Enumeration: 'locked': 1, 'unlocked': 2.
         snmpGenChangeIPAddress 1.3.6.1.4.1.232.144.1.2.6 octet string read-write
This object is used to change the fixed or 'remembered' IP address of an Access Point. When there is a DHCP/BOOTP server on the network, this variable is not needed. When there is no DHCP/BOOTP server for the IP subnet, the Access Point will try to use the IP address gotten from a previous BOOTP reply (which gives an infinite lease) or an infinite DHCP lease. When there was no previous BOOTP reply, the Access Point can be given an IP address using this variable. Also when the current IP address of the Access Point is invalid for the current IP subnet, this variable can be set by sending an SNMP SET request to the multicast address 224.0.1.43. The MAC address included here ensures that only the right Access Point will accept the SET Request. The IP address given through this variable is considered an infinite lease by the Access Point. The format of this variable is as follows: MAC Address: 6 octets IP Address: 4 octets (network byte order) IP Subnet Mask: 4 octets (network byte order) IP Default Router: 4 octets (network byte order)
         snmpGenUseDHCP 1.3.6.1.4.1.232.144.1.2.7 integer read-write
This object controls DHCP operation. When set to always(1), the Access Point will not assume an infinite lease it was given but continue trying to obtain an IP address using DHCP. The Access Point can only see the difference between an infinite lease and a finite lease because there is no clock running when the device is shut down. When set to smart(2), the Access Point will use DHCP when it does not have an infinite lease. When it does have an infinite lease, it quickly tries to contact a DHCP server (because it may now be in a new IP subnet) using one DHCPREQUEST and one DHCPDISCOVER. If no replies are received, it will automatically assume its given (infinite) address within a few seconds after reboot. When set to never(3), the Access Point will not use DHCP if it has an infinite address. It will immediately assume that address after a reboot. Note that the Access Point requires a valid (not NULL) IP address for this object to be set to never(3). Enumeration: 'always': 1, 'never': 3, 'smart': 2.