EdgeSwitch-MGMT-SECURITY-MIB

File: EdgeSwitch-MGMT-SECURITY-MIB.mib (10206 bytes)

Imported modules

SNMPv2-SMI EdgeSwitch-REF-MIB RFC1213-MIB
SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
IpAddress Integer32 fastPath
DisplayString TruthValue

Defined Values

fastPathMgmtSecurity 1.3.6.1.4.1.4413.1.1.11
The Ubiquiti Private MIB for FastPath Security
MODULE-IDENTITY    

agentSSLConfigGroup 1.3.6.1.4.1.4413.1.1.11.1
OBJECT IDENTIFIER    

agentSSLAdminMode 1.3.6.1.4.1.4413.1.1.11.1.1
Configures whether the SSL service is enabled on this switch. The default value is disable(2).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSSLSecurePort 1.3.6.1.4.1.4413.1.1.11.1.2
Configures the port the SSL service will respond on. The default value is 443.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 443 | 1025..65535  

agentSSLProtocolLevel 1.3.6.1.4.1.4413.1.1.11.1.3
Configures which protocol versions of SSL are enabled on this switch. The default value is both(3).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ssl30(1), tls10(2), both(3)  

agentSSLMaxSessions 1.3.6.1.4.1.4413.1.1.11.1.4
Configures the maximum number of allowable SSL sessions. The default value is 16.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..16  

agentSSLHardTimeout 1.3.6.1.4.1.4413.1.1.11.1.5
Configures the hard timeout for SSL sessions in hours. The default value is 24 hours.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..168  

agentSSLSoftTimeout 1.3.6.1.4.1.4413.1.1.11.1.6
Configures the soft (activity) timeout for SSL sessions in minutes. The default value is 5 minutes.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..60  

agentSSLCertificatePresent 1.3.6.1.4.1.4413.1.1.11.1.7
Boolean value indicating whether SSL certificate files exist on the device.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

agentSSLCertificateControl 1.3.6.1.4.1.4413.1.1.11.1.8
Controls certificate generation and deletion. Always returns noop(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noop(1), generate(2), delete(3)  

agentSSLCertificateGenerationStatus 1.3.6.1.4.1.4413.1.1.11.1.9
Indicates whether certificate files are currently being generated.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

agentSSHConfigGroup 1.3.6.1.4.1.4413.1.1.11.2
OBJECT IDENTIFIER    

agentSSHAdminMode 1.3.6.1.4.1.4413.1.1.11.2.1
Configures whether the SSH service is enabled on this switch. The default value is disable(2).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentSSHProtocolLevel 1.3.6.1.4.1.4413.1.1.11.2.2
Configures which protocol versions of SSH are enabled on this switch. The default value is both(3).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ssh10(1), ssh20(2), both(3)  

agentSSHSessionsCount 1.3.6.1.4.1.4413.1.1.11.2.3
Current number of active SSH sessions on this switch.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

agentSSHMaxSessionsCount 1.3.6.1.4.1.4413.1.1.11.2.4
Max number of SSH sessions permitted on this switch.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..5  

agentSSHSessionTimeout 1.3.6.1.4.1.4413.1.1.11.2.5
ssh idle timeout value for this switch im minutes.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..160  

agentSSHKeysPresent 1.3.6.1.4.1.4413.1.1.11.2.6
Indicates what key files are present on the device, if any.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER dsa(1), rsa(2), both(3), none(4)  

agentSSHKeyGenerationStatus 1.3.6.1.4.1.4413.1.1.11.2.7
Indicates what key files are currently being generated, if any.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER dsa(1), rsa(2), both(3), none(4)  

agentSSHRSAKeyControl 1.3.6.1.4.1.4413.1.1.11.2.8
Controls RSA key generation and deletion. Always returns noop(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noop(1), generate(2), delete(3)  

agentSSHDSAKeyControl 1.3.6.1.4.1.4413.1.1.11.2.9
Controls DSA key generation and deletion. Always returns noop(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noop(1), generate(2), delete(3)  

agentSSHMgmtPortNum 1.3.6.1.4.1.4413.1.1.11.2.10
Get/Set the TCP port number that the SSH server listens to for incoming requests. The port number is an integer value from 1 to 65535. Before setting this object, check your system (e.g. using 'netstat') to make sure the desired port number is not currently being used by any other service. The default value for this object is 22. Note that existing SSH login sessions are not affected by a change in value of this object, although establishment of any new SSH sessions must use the new port number.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535