WWP-LEOS-SSH-MIB
AI MIB Summary
The WWP-LEOS-SSH-MIB enables monitoring and management of Secure Shell (SSH) service parameters, including active session states and authentication events, on WWP LEOS-based network hardware.
The MIB module defines the managed objects for the SSH available on the WWP specific products.
Main OID:
wwpLeosSSHMIB.1.3.6.1.4.1.6141.2.60.34
31
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
31 total| Object Name |
|---|
wwpLeosSSHMIBThe MIB module defines the managed objects for the SSH available on the WWP specific products. MODULE-IDENTITY .1.3.6.1.4.1.6141.2.60.34 |
wwpLeosSSHMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.6141.2.60.34.1 |
wwpLeosSSHServerGlobal OBJECT IDENTIFIER .1.3.6.1.4.1.6141.2.60.34.1.1 |
wwpLeosSSHServerAdminStateThe object indicates the admin global state of SSH server.rw Enumeration .1.3.6.1.4.1.6141.2.60.34.1.1.1 |
wwpLeosSSHServerOperStateThe object indicates the operational state of SSH server.ro Enumeration .1.3.6.1.4.1.6141.2.60.34.1.1.2 |
wwpLeosSSHServerAuthenticationRetriesThe object indicates the number of retries SSH server should allow before rejecting the client request.rw Integer32 .1.3.6.1.4.1.6141.2.60.34.1.1.3 |
wwpLeosSSHServerMaxClientsThe 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.ro Integer32 .1.3.6.1.4.1.6141.2.60.34.1.1.4 |
wwpLeosSSHServerKeyGenerateSetSetting 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6141.2.60.34.1.1.5 |
wwpLeosSSHServerKeyThis MIB object specifies the key that exist on the device.ro OCTET STRING .1.3.6.1.4.1.6141.2.60.34.1.1.6 |
wwpLeosSSHServerKeyStatusThis mib object returns the key status on the device.ro Enumeration .1.3.6.1.4.1.6141.2.60.34.1.1.7 |
wwpLeosSSHServerTftpServerThe 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.rw IpAddress .1.3.6.1.4.1.6141.2.60.34.1.1.8 |
wwpLeosSSHServerMaxLimitedUsersThe object indicates the maximum number of limited users SSH server accepts at any given time.rw Integer32 .1.3.6.1.4.1.6141.2.60.34.1.1.9 |
wwpLeosSSHServerMaxSuperUsersThe object indicates the maximum number of super users SSH server accepts at any given time.rw Integer32 .1.3.6.1.4.1.6141.2.60.34.1.1.10 |
wwpLeosSSHServerMaxAdminUsersThe object indicates the maximum number of admin users SSH server accepts at any given time.rw Integer32 .1.3.6.1.4.1.6141.2.60.34.1.1.11 |
wwpLeosSSHServerClient OBJECT IDENTIFIER .1.3.6.1.4.1.6141.2.60.34.1.2 |
wwpLeosSSHServerClientTableThe (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. SEQUENCE OF WwpLeosSSHServerClientEntry .1.3.6.1.4.1.6141.2.60.34.1.2.1 |
wwpLeosSSHServerClientEntryAn entry (conceptual row) in the wwpLeosSSHServerClientTable. WwpLeosSSHServerClientEntry .1.3.6.1.4.1.6141.2.60.34.1.2.1.1 |
wwpLeosSSHServerClientIndexThe object indicates the unique index in the table. Integer32 .1.3.6.1.4.1.6141.2.60.34.1.2.1.1.1 |
wwpLeosSSHServerClientIpAddrThe 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.rw IpAddress .1.3.6.1.4.1.6141.2.60.34.1.2.1.1.2 |
wwpLeosSSHServerClientStatusUsed 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'.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6141.2.60.34.1.2.1.1.3 |
wwpLeosSSHServerClientInetAddrTypeThe 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.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.6141.2.60.34.1.2.1.1.4 |
wwpLeosSSHServerClientInetAddrThe 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.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.6141.2.60.34.1.2.1.1.5 |
wwpLeosSSHServerListenerPort OBJECT IDENTIFIER .1.3.6.1.4.1.6141.2.60.34.1.3 |
wwpLeosSSHServerListenerPortIdThe object indicates the port number on which SSH server is allowed to listen for clients.rw Unsigned32 .1.3.6.1.4.1.6141.2.60.34.1.3.1 |
wwpLeosSSHMIBNotificationPrefix OBJECT IDENTIFIER .1.3.6.1.4.1.6141.2.60.34.2 |
wwpLeosSSHMIBNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.6141.2.60.34.2.0 |
wwpLeosSSHMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.6141.2.60.34.3 |
wwpLeosSSHMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.6141.2.60.34.3.1 |
wwpLeosSSHServerClientComplianceThe compliance statement of WWP-LEOS-SSH-MIB MIB. Unknown .1.3.6.1.4.1.6141.2.60.34.3.1.1 |
wwpLeosSSHMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.6141.2.60.34.3.2 |
wwpLeosSSHServerClientIPv6GroupSSH server client objects for IPv6 address. Unknown .1.3.6.1.4.1.6141.2.60.34.3.2.1 |