WL400-SNMPGEN-MIB

File: WL400-SNMPGEN-MIB.mib (8016 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
WL400-GLOBAL-REG

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
IpAddress RowStatus MODULE-COMPLIANCE
OBJECT-GROUP wl400Generic wl400Modules

Defined Types

SnmpGenTrapDstEntry  
SEQUENCE    
  snmpGenTrapDstIndex Integer32
  snmpGenTrapDstIpAddress IpAddress
  snmpGenTrapDstType INTEGER
  snmpGenTrapDstRowStatus RowStatus

Defined Values

snmpGenMIBModule 1.3.6.1.4.1.232.143.1.3
The Compaq WL400 SNMP General MIB Module.
MODULE-IDENTITY    

snmpGenMIB 1.3.6.1.4.1.232.144.1
OBJECT IDENTIFIER    

snmpGenConf 1.3.6.1.4.1.232.144.1.1
OBJECT IDENTIFIER    

snmpGenGroups 1.3.6.1.4.1.232.144.1.1.1
OBJECT IDENTIFIER    

snmpGenCompl 1.3.6.1.4.1.232.144.1.1.2
OBJECT IDENTIFIER    

snmpGenObjs 1.3.6.1.4.1.232.144.1.2
OBJECT IDENTIFIER    

snmpGenReadCommunityString 1.3.6.1.4.1.232.144.1.2.1
The community string to use for SNMP communication with this entity when the SNMP operation is a read operation.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

snmpGenWriteCommunityString 1.3.6.1.4.1.232.144.1.2.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

snmpGenTrapDstMaxTableLength 1.3.6.1.4.1.232.144.1.2.3
The maximum number of entries in the Trap Destination Table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

snmpGenTrapDstTable 1.3.6.1.4.1.232.144.1.2.4
The table containing management targets where notifications (SNMP traps) must be sent to. Syslog messages also use this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpGenTrapDstEntry

snmpGenTrapDstEntry 1.3.6.1.4.1.232.144.1.2.4.1
An entry in the Trap Destination table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpGenTrapDstEntry  

snmpGenTrapDstIndex 1.3.6.1.4.1.232.144.1.2.4.1.1
An index into the Trap Destination table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..256  

snmpGenTrapDstIpAddress 1.3.6.1.4.1.232.144.1.2.4.1.2
The IP address of a management station to send traps to.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

snmpGenTrapDstType 1.3.6.1.4.1.232.144.1.2.4.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER trapOnly(1), syslogOnly(2), trapAndSyslog(3)  

snmpGenTrapDstRowStatus 1.3.6.1.4.1.232.144.1.2.4.1.4
The status value for creating and deleting rows in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

snmpGenLockStatus 1.3.6.1.4.1.232.144.1.2.5
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'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER locked(1), unlocked(2)  

snmpGenChangeIPAddress 1.3.6.1.4.1.232.144.1.2.6
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)
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(18)  

snmpGenUseDHCP 1.3.6.1.4.1.232.144.1.2.7
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).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER always(1), smart(2), never(3)  

snmpGenBasicGroup 1.3.6.1.4.1.232.144.1.1.1.1
The snmp general group.
Status: current Access: read-write
OBJECT-GROUP    

snmpGenBasicCompl 1.3.6.1.4.1.232.144.1.1.2.1
The implementation requirements for an IEEE 802.11 Station.
Status: current Access: read-write
MODULE-COMPLIANCE