EdgeSwitch-MGMT-SECURITY-MIB: View SNMP OID List / Download MIB
VENDOR: BROADCOM LIMITED
Home | MIB: EdgeSwitch-MGMT-SECURITY-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).
|
|||
Object Name | OID | Type | Access | Info |
fastPathMgmtSecurity | 1.3.6.1.4.1.4413.1.1.11 |
The Ubiquiti Private MIB for FastPath Security |
||
agentSSLConfigGroup | 1.3.6.1.4.1.4413.1.1.11.1 | |||
agentSSLAdminMode | 1.3.6.1.4.1.4413.1.1.11.1.1 | integer | read-write |
Configures whether the SSL service is enabled on this switch. The default value is disable(2). Enumeration: 'enable': 1, 'disable': 2. |
agentSSLSecurePort | 1.3.6.1.4.1.4413.1.1.11.1.2 | integer32 | read-write |
Configures the port the SSL service will respond on. The default value is 443. |
agentSSLProtocolLevel | 1.3.6.1.4.1.4413.1.1.11.1.3 | integer | read-write |
Configures which protocol versions of SSL are enabled on this switch. The default value is both(3). Enumeration: 'both': 3, 'ssl30': 1, 'tls10': 2. |
agentSSLMaxSessions | 1.3.6.1.4.1.4413.1.1.11.1.4 | integer32 | read-write |
Configures the maximum number of allowable SSL sessions. The default value is 16. |
agentSSLHardTimeout | 1.3.6.1.4.1.4413.1.1.11.1.5 | integer32 | read-write |
Configures the hard timeout for SSL sessions in hours. The default value is 24 hours. |
agentSSLSoftTimeout | 1.3.6.1.4.1.4413.1.1.11.1.6 | integer32 | read-write |
Configures the soft (activity) timeout for SSL sessions in minutes. The default value is 5 minutes. |
agentSSLCertificatePresent | 1.3.6.1.4.1.4413.1.1.11.1.7 | truthvalue | read-only |
Boolean value indicating whether SSL certificate files exist on the device. |
agentSSLCertificateControl | 1.3.6.1.4.1.4413.1.1.11.1.8 | integer | read-write |
Controls certificate generation and deletion. Always returns noop(1). Enumeration: 'noop': 1, 'generate': 2, 'delete': 3. |
agentSSLCertificateGenerationStatus | 1.3.6.1.4.1.4413.1.1.11.1.9 | truthvalue | read-only |
Indicates whether certificate files are currently being generated. |
agentSSHConfigGroup | 1.3.6.1.4.1.4413.1.1.11.2 | |||
agentSSHAdminMode | 1.3.6.1.4.1.4413.1.1.11.2.1 | integer | read-write |
Configures whether the SSH service is enabled on this switch. The default value is disable(2). Enumeration: 'enable': 1, 'disable': 2. |
agentSSHProtocolLevel | 1.3.6.1.4.1.4413.1.1.11.2.2 | integer | read-write |
Configures which protocol versions of SSH are enabled on this switch. The default value is both(3). Enumeration: 'both': 3, 'ssh10': 1, 'ssh20': 2. |
agentSSHSessionsCount | 1.3.6.1.4.1.4413.1.1.11.2.3 | integer32 | read-only |
Current number of active SSH sessions on this switch. |
agentSSHMaxSessionsCount | 1.3.6.1.4.1.4413.1.1.11.2.4 | integer32 | read-write |
Max number of SSH sessions permitted on this switch. |
agentSSHSessionTimeout | 1.3.6.1.4.1.4413.1.1.11.2.5 | integer32 | read-write |
ssh idle timeout value for this switch im minutes. |
agentSSHKeysPresent | 1.3.6.1.4.1.4413.1.1.11.2.6 | integer | read-only |
Indicates what key files are present on the device, if any. Enumeration: 'both': 3, 'none': 4, 'rsa': 2, 'dsa': 1. |
agentSSHKeyGenerationStatus | 1.3.6.1.4.1.4413.1.1.11.2.7 | integer | read-only |
Indicates what key files are currently being generated, if any. Enumeration: 'both': 3, 'none': 4, 'rsa': 2, 'dsa': 1. |
agentSSHRSAKeyControl | 1.3.6.1.4.1.4413.1.1.11.2.8 | integer | read-write |
Controls RSA key generation and deletion. Always returns noop(1). Enumeration: 'noop': 1, 'generate': 2, 'delete': 3. |
agentSSHDSAKeyControl | 1.3.6.1.4.1.4413.1.1.11.2.9 | integer | read-write |
Controls DSA key generation and deletion. Always returns noop(1). Enumeration: 'noop': 1, 'generate': 2, 'delete': 3. |
agentSSHMgmtPortNum | 1.3.6.1.4.1.4413.1.1.11.2.10 | integer32 | read-write |
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. |