WWP-LEOS-SSH-MIB: View SNMP OID List / Download MIB

VENDOR: WORLD WIDE PACKETS


 Home MIB: WWP-LEOS-SSH-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
 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.
       wwpLeosSSHMIBObjects 1.3.6.1.4.1.6141.2.60.34.1
           wwpLeosSSHServerGlobal 1.3.6.1.4.1.6141.2.60.34.1.1
               wwpLeosSSHServerAdminState 1.3.6.1.4.1.6141.2.60.34.1.1.1 integer read-write
The object indicates the admin global state of SSH server. Enumeration: 'disabled': 1, 'enabled': 2.
               wwpLeosSSHServerOperState 1.3.6.1.4.1.6141.2.60.34.1.1.2 integer read-only
The object indicates the operational state of SSH server. Enumeration: 'disabled': 1, 'enabled': 2.
               wwpLeosSSHServerAuthenticationRetries 1.3.6.1.4.1.6141.2.60.34.1.1.3 integer32 read-write
The object indicates the number of retries SSH server should allow before rejecting the client request.
               wwpLeosSSHServerMaxClients 1.3.6.1.4.1.6141.2.60.34.1.1.4 integer32 read-only
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.
               wwpLeosSSHServerKeyGenerateSet 1.3.6.1.4.1.6141.2.60.34.1.1.5 truthvalue read-write
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.
               wwpLeosSSHServerKey 1.3.6.1.4.1.6141.2.60.34.1.1.6 octet string read-only
This MIB object specifies the key that exist on the device.
               wwpLeosSSHServerKeyStatus 1.3.6.1.4.1.6141.2.60.34.1.1.7 integer read-only
This mib object returns the key status on the device. Enumeration: 'keyReady': 1, 'keyGenerating': 2, 'keyDoesnotExist': 3, 'keyGenerationFailed': 4.
               wwpLeosSSHServerTftpServer 1.3.6.1.4.1.6141.2.60.34.1.1.8 ipaddress read-write
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.
               wwpLeosSSHServerMaxLimitedUsers 1.3.6.1.4.1.6141.2.60.34.1.1.9 integer32 read-write
The object indicates the maximum number of limited users SSH server accepts at any given time.
               wwpLeosSSHServerMaxSuperUsers 1.3.6.1.4.1.6141.2.60.34.1.1.10 integer32 read-write
The object indicates the maximum number of super users SSH server accepts at any given time.
               wwpLeosSSHServerMaxAdminUsers 1.3.6.1.4.1.6141.2.60.34.1.1.11 integer32 read-write
The object indicates the maximum number of admin users SSH server accepts at any given time.
           wwpLeosSSHServerClient 1.3.6.1.4.1.6141.2.60.34.1.2
               wwpLeosSSHServerClientTable 1.3.6.1.4.1.6141.2.60.34.1.2.1 no-access
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.
                   wwpLeosSSHServerClientEntry 1.3.6.1.4.1.6141.2.60.34.1.2.1.1 no-access
An entry (conceptual row) in the wwpLeosSSHServerClientTable.
                       wwpLeosSSHServerClientIndex 1.3.6.1.4.1.6141.2.60.34.1.2.1.1.1 integer32 no-access
The object indicates the unique index in the table.
                       wwpLeosSSHServerClientIpAddr 1.3.6.1.4.1.6141.2.60.34.1.2.1.1.2 ipaddress read-only
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.
                       wwpLeosSSHServerClientStatus 1.3.6.1.4.1.6141.2.60.34.1.2.1.1.3 rowstatus read-only
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'.
                       wwpLeosSSHServerClientInetAddrType 1.3.6.1.4.1.6141.2.60.34.1.2.1.1.4 inetaddresstype read-only
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.
                       wwpLeosSSHServerClientInetAddr 1.3.6.1.4.1.6141.2.60.34.1.2.1.1.5 inetaddress read-only
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.
           wwpLeosSSHServerListenerPort 1.3.6.1.4.1.6141.2.60.34.1.3
               wwpLeosSSHServerListenerPortId 1.3.6.1.4.1.6141.2.60.34.1.3.1 unsigned32 read-write
The object indicates the port number on which SSH server is allowed to listen for clients.
       wwpLeosSSHMIBNotificationPrefix 1.3.6.1.4.1.6141.2.60.34.2
           wwpLeosSSHMIBNotifications 1.3.6.1.4.1.6141.2.60.34.2.0
       wwpLeosSSHMIBConformance 1.3.6.1.4.1.6141.2.60.34.3
           wwpLeosSSHMIBCompliances 1.3.6.1.4.1.6141.2.60.34.3.1
               wwpLeosSSHServerClientCompliance 1.3.6.1.4.1.6141.2.60.34.3.1.1
The compliance statement of WWP-LEOS-SSH-MIB MIB.
           wwpLeosSSHMIBGroups 1.3.6.1.4.1.6141.2.60.34.3.2
               wwpLeosSSHServerClientIPv6Group 1.3.6.1.4.1.6141.2.60.34.3.2.1
SSH server client objects for IPv6 address.