All MIBs › AC-SYSTEM-MIB › acSysSecurityTLSVersion
acSysSecurityTLSVersion
Module: AC-SYSTEM-MIB
OID (symbolic): AC-SYSTEM-MIB::acSysSecurityTLSVersion
OID (numeric): 1.3.6.1.4.1.5003.9.10.10.1.7.1
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-write
Description: This parameter defines the supported versions of SSL/TLS. When set to 0, SSL/TLS handshakes always start with SSL 2.0 and switch to TLS 1.0 if both peers support it. When set to 1, TLS 1.0 is the only version supported clients attempting to contact the device using SSL 2.0 will be rejected.
Possible values: 0 = SSL 2.0, SSL 3.0, and TLS 1.0 are supported (default) 1 = TLS 1.0 will always be used. Access: Offline. AC INI-Param: TLSVersion
What is acSysSecurityTLSVersion?
This OID is a numeric setting (0 or 1) that controls which versions of SSL/TLS encryption the device will accept for secure connections. A value of 0 accepts older SSL 2.0/3.0 and TLS 1.0 for broad compatibility, while 1 restricts to only TLS 1.0; you'd set it to 1 for stricter security if all your clients support modern TLS. For a security-focused environment, setting this to 1 ensures that only TLS 1.0 or newer is used, rejecting outdated SSL connections.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5003.9.10.10.1.7.1 snmpwalk -v2c -c public <target> AC-SYSTEM-MIB::acSysSecurityTLSVersion
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5003.9.10.10.1.7.1.1 snmpget -v2c -c public <target> AC-SYSTEM-MIB::acSysSecurityTLSVersion.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5003.9.10.10.1.7.1.1 i <value>
Start monitoring AudioCodes Mediant-series gateways/media servers with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the AC-SYSTEM-MIB::acSysSecurityTLSVersion OID value, configure state conditions and alerts, and monitor any AudioCodes Mediant-series gateways/media servers from a single console.
OID Breakdown
Upper-level ancestors (9 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.5003 | audioCodes | AC-ATM-MIB |
| 1.3.6.1.4.1.5003.9 | acProducts | AC-ATM-MIB |
| 1.3.6.1.4.1.5003.9.10 | acBoardMibs | AC-ATM-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.5003.9.10.10 | acSystem | AC-SYSTEM-MIB |
| 1.3.6.1.4.1.5003.9.10.10.1 | acSystemConfiguration | AC-SYSTEM-MIB |
| 1.3.6.1.4.1.5003.9.10.10.1.7 | acSysSecurity | AC-SYSTEM-MIB |
| 1.3.6.1.4.1.5003.9.10.10.1.7.1 | acSysSecurityTLSVersion | AC-SYSTEM-MIB |