WWP-APPLICATIONS-MIB

File: WWP-APPLICATIONS-MIB.mib (6623 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC WWP-SMI

Imported symbols

IpAddress Integer32 OBJECT-TYPE
MODULE-IDENTITY DisplayString RowStatus
wwpModules

Defined Types

WwpDnsServerEntry  
SEQUENCE    
  wwpDnsServerIpAddr IpAddress
  wwpDnsServerPrimary INTEGER
  wwpDnsServerRowStatus RowStatus

Defined Values

wwpApplicationsMIB 1.3.6.1.4.1.6141.2.6
The MIB module for the WWP Applications specific information.
MODULE-IDENTITY    

wwpApplicationsMIBObjects 1.3.6.1.4.1.6141.2.6.1
OBJECT IDENTIFIER    

wwpWeb 1.3.6.1.4.1.6141.2.6.1.2
OBJECT IDENTIFIER    

wwpTelnet 1.3.6.1.4.1.6141.2.6.1.3
OBJECT IDENTIFIER    

wwpDns 1.3.6.1.4.1.6141.2.6.1.4
OBJECT IDENTIFIER    

wwpLog 1.3.6.1.4.1.6141.2.6.1.5
OBJECT IDENTIFIER    

wwpApplicationsMIBNotificationPrefix 1.3.6.1.4.1.6141.2.6.2
OBJECT IDENTIFIER    

wwpApplicationsMIBNotifications 1.3.6.1.4.1.6141.2.6.2.0
OBJECT IDENTIFIER    

wwpApplicationsMIBConformance 1.3.6.1.4.1.6141.2.6.3
OBJECT IDENTIFIER    

wwpApplicationsMIBCompliances 1.3.6.1.4.1.6141.2.6.3.1
OBJECT IDENTIFIER    

wwpApplicationsMIBGroups 1.3.6.1.4.1.6141.2.6.3.2
OBJECT IDENTIFIER    

wwpWebEnable 1.3.6.1.4.1.6141.2.6.1.2.1
Enables or disables device mgt via the web.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

wwpWebMaxLogins 1.3.6.1.4.1.6141.2.6.1.2.2
Defines the maximum number of users the can be logged into the web server.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..5  

wwpWebInactivityTimeout 1.3.6.1.4.1.6141.2.6.1.2.3
Defines the period in seconds after which the user will be logged off if no activiy has taken place.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..3600  

wwpTelnetEnableServer 1.3.6.1.4.1.6141.2.6.1.3.1
Enables users to connect to the device via Telnet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

wwpTelnetMaxConnections 1.3.6.1.4.1.6141.2.6.1.3.2
Defines the maximum number of telnet sessions that can be active at any given time.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..5  

wwpTelnetTimeout 1.3.6.1.4.1.6141.2.6.1.3.3
Specifies the time in seconds after which the user will be logged out if no activity is detected.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..1800  

wwpTelnetEnableClient 1.3.6.1.4.1.6141.2.6.1.3.4
Controls whether the user is able to telnet out of the device to any other telnet server accessible on the network.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

wwpDnsEnable 1.3.6.1.4.1.6141.2.6.1.4.1
Enables or disables the DNS support.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

wwpDnsDomainName 1.3.6.1.4.1.6141.2.6.1.4.2
DNS domain name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..127)  

wwpDnsServerTable 1.3.6.1.4.1.6141.2.6.1.4.3
A table of DNS servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpDnsServerEntry

wwpDnsServerEntry 1.3.6.1.4.1.6141.2.6.1.4.3.1
DNS server entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpDnsServerEntry  

wwpDnsServerIpAddr 1.3.6.1.4.1.6141.2.6.1.4.3.1.1
DNS server IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wwpDnsServerPrimary 1.3.6.1.4.1.6141.2.6.1.4.3.1.2
Indicates whether this is the primary or secondary DNS server. The system will first attempt the primary DNS server, if not successful, it will attempt others in the list. Only one primary dns server may be specified.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER primary(1), secondary(2)  

wwpDnsServerRowStatus 1.3.6.1.4.1.6141.2.6.1.4.3.1.3
To create a row in this table, a manager must set this object to either createAndGo(4).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wwpLogServerAddr 1.3.6.1.4.1.6141.2.6.1.5.1
The address of the wwpLogserver. At this moment we can just have one server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wwpLogServerPort 1.3.6.1.4.1.6141.2.6.1.5.2
The log port for the wwpLogserver.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535