WWP-LEOS-SSH-MIB

File: WWP-LEOS-SSH-MIB.mib (12086 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB
SNMPv2-CONF WWP-SMI

Imported symbols

IpAddress Integer32 Unsigned32
OBJECT-TYPE MODULE-IDENTITY RowStatus
TruthValue InetAddressType InetAddress
MODULE-COMPLIANCE OBJECT-GROUP wwpModulesLeos

Defined Types

WwpLeosSSHServerClientEntry  
SEQUENCE    
  wwpLeosSSHServerClientIndex Integer32
  wwpLeosSSHServerClientIpAddr IpAddress
  wwpLeosSSHServerClientStatus RowStatus
  wwpLeosSSHServerClientInetAddrType InetAddressType
  wwpLeosSSHServerClientInetAddr InetAddress

Defined Values

wwpLeosSSHMIB 1.3.6.1.4.1.6141.2.60.34
The MIB module defines the managed objects for the SSH available on the WWP specific products.
MODULE-IDENTITY    

wwpLeosSSHMIBObjects 1.3.6.1.4.1.6141.2.60.34.1
OBJECT IDENTIFIER    

wwpLeosSSHServerGlobal 1.3.6.1.4.1.6141.2.60.34.1.1
OBJECT IDENTIFIER    

wwpLeosSSHServerClient 1.3.6.1.4.1.6141.2.60.34.1.2
OBJECT IDENTIFIER    

wwpLeosSSHServerListenerPort 1.3.6.1.4.1.6141.2.60.34.1.3
OBJECT IDENTIFIER    

wwpLeosSSHMIBNotificationPrefix 1.3.6.1.4.1.6141.2.60.34.2
OBJECT IDENTIFIER    

wwpLeosSSHMIBNotifications 1.3.6.1.4.1.6141.2.60.34.2.0
OBJECT IDENTIFIER    

wwpLeosSSHMIBConformance 1.3.6.1.4.1.6141.2.60.34.3
OBJECT IDENTIFIER    

wwpLeosSSHMIBCompliances 1.3.6.1.4.1.6141.2.60.34.3.1
OBJECT IDENTIFIER    

wwpLeosSSHMIBGroups 1.3.6.1.4.1.6141.2.60.34.3.2
OBJECT IDENTIFIER    

wwpLeosSSHServerAdminState 1.3.6.1.4.1.6141.2.60.34.1.1.1
The object indicates the admin global state of SSH server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

wwpLeosSSHServerOperState 1.3.6.1.4.1.6141.2.60.34.1.1.2
The object indicates the operational state of SSH server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

wwpLeosSSHServerAuthenticationRetries 1.3.6.1.4.1.6141.2.60.34.1.1.3
The object indicates the number of retries SSH server should allow before rejecting the client request.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..3  

wwpLeosSSHServerMaxClients 1.3.6.1.4.1.6141.2.60.34.1.1.4
The object indicates the maximum number of clients session SSH server accepts at any given time. At any given time current number of limited + super users will never exceed the value indicated by wwpLeosSSHServerMaxClients.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wwpLeosSSHServerKeyGenerateSet 1.3.6.1.4.1.6141.2.60.34.1.1.5
Setting this object will trigger the device to generate key. If user optionally wants the public key to be TFTP to some address then wwpLeosSSHServerTftpServer must be set to valid TFTP server.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpLeosSSHServerKey 1.3.6.1.4.1.6141.2.60.34.1.1.6
This MIB object specifies the key that exist on the device.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

wwpLeosSSHServerKeyStatus 1.3.6.1.4.1.6141.2.60.34.1.1.7
This mib object returns the key status on the device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER keyReady(1), keyGenerating(2), keyDoesnotExist(3), keyGenerationFailed(4)  

wwpLeosSSHServerTftpServer 1.3.6.1.4.1.6141.2.60.34.1.1.8
The object indicates the TFTP server where public key would optionally be transmitted to. Once this object is set device will always use this IP address whenever wwpLeosSSHServerKeyGenerateSet is set to true. User must set this to 0 if user doesnot want the device to TFTP the public key. If key generation and TFTP server is not configured through SNMP then this object will always show 0.0.0.0.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wwpLeosSSHServerMaxLimitedUsers 1.3.6.1.4.1.6141.2.60.34.1.1.9
The object indicates the maximum number of limited users SSH server accepts at any given time.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..15  

wwpLeosSSHServerMaxSuperUsers 1.3.6.1.4.1.6141.2.60.34.1.1.10
The object indicates the maximum number of super users SSH server accepts at any given time.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..15  

wwpLeosSSHServerMaxAdminUsers 1.3.6.1.4.1.6141.2.60.34.1.1.11
The object indicates the maximum number of admin users SSH server accepts at any given time.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..15  

wwpLeosSSHServerClientTable 1.3.6.1.4.1.6141.2.60.34.1.2.1
The (conceptual) table listing the SSH server clients configured. To create entry in this table Use SNMP multiple variable binding option. wwpLeosSSHServerClientIpAddr must be set to some valid IP. wwpLeosSSHServerClientStatus must be set to createAndGo. To delete entry in this table wwpLeosSSHServerClientStatus must be set to destroy.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosSSHServerClientEntry

wwpLeosSSHServerClientEntry 1.3.6.1.4.1.6141.2.60.34.1.2.1.1
An entry (conceptual row) in the wwpLeosSSHServerClientTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosSSHServerClientEntry  

wwpLeosSSHServerClientIndex 1.3.6.1.4.1.6141.2.60.34.1.2.1.1.1
The object indicates the unique index in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..100  

wwpLeosSSHServerClientIpAddr 1.3.6.1.4.1.6141.2.60.34.1.2.1.1.2
The object indicates the IP address of the client that is allowed to connect using SSH. This object cannot be modified once entry is created with some IP. Returns 0.0.0.0 when not representing IPv4 address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

wwpLeosSSHServerClientStatus 1.3.6.1.4.1.6141.2.60.34.1.2.1.1.3
Used to manage the creation and deletion of the conceptual rows in this table. To create a row in this table, a manager must set this object to 'createAndGo'. To delete the entry set this to 'destroy'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wwpLeosSSHServerClientInetAddrType 1.3.6.1.4.1.6141.2.60.34.1.2.1.1.4
The object indicates the IP address of the client that is allowed to connect using SSH. This object cannot be modified once entry is created with some IP. Used in conjunction with wwpLeosSSHServerClientInetAddr. When value is : ipv4 : wwpLeosSSHServerClientInetAddr should be compliant with InetAddressIPv4 ipv6 : wwpLeosSSHServerClientInetAddr should be compliant with InetAddressIPv6.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

wwpLeosSSHServerClientInetAddr 1.3.6.1.4.1.6141.2.60.34.1.2.1.1.5
The object indicates the IP address of the client that is allowed to connect using SSH. This object cannot be modified once entry is created with some IP. This OID should be used in conunction with wwpLeosSSHServerClientInetAddrType.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

wwpLeosSSHServerListenerPortId 1.3.6.1.4.1.6141.2.60.34.1.3.1
The object indicates the port number on which SSH server is allowed to listen for clients.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 22..65535  

wwpLeosSSHServerClientCompliance 1.3.6.1.4.1.6141.2.60.34.3.1.1
The compliance statement of WWP-LEOS-SSH-MIB MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

wwpLeosSSHServerClientIPv6Group 1.3.6.1.4.1.6141.2.60.34.3.2.1
SSH server client objects for IPv6 address.
Status: current Access: read-write
OBJECT-GROUP