All MIBs › AT-GS950-8-MIB › sysSslCipherList
sysSslCipherList
Module: AT-GS950-8-MIB
OID (symbolic): AT-GS950-8-MIB::sysSslCipherList
OID (numeric): 1.3.6.1.4.1.207.1.4.165.96.2.1
Node type: OBJECT-TYPE
Type: Integer32
Access: read-write
Description: This object is to configure the cipher-suites list.
This field is a bit mask, setting a bit indicates that the corresponding cipher-list will be involved in the server authentication.
BIT 0 - RSA-NULL-MD5 BIT 1 - RSA-NULL-SHA1 BIT 2 - RSA-DES-SHA1 BIT 3 - RSA-3DES-SHA1 BIT 4 - DH-RSA-DES-SHA1 BIT 5 - DH-RSA-3DES-SHA1 BIT 6 - RSA-EXP1024-DES-SHA1
Note:BIT 0 - Least significant bit BIT 6 - Most significant bit
For example,setting the cipher list to the value - 001 0101, will include RSA-NULL-MD5, RSA-DES-SHA1 and DH-RSA-DES-SHA1 as cipher-list for authentication.
What is sysSslCipherList?
Configures which SSL cipher suites are permitted for server authentication using a bitmask, where each bit corresponds to a specific cipher such as RSA-NULL-MD5 or RSA-DES-SHA1. Only suites with their corresponding bit set will be offered during the SSL handshake.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.207.1.4.165.96.2.1 snmpwalk -v2c -c public <target> AT-GS950-8-MIB::sysSslCipherList
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.207.1.4.165.96.2.1.1 snmpget -v2c -c public <target> AT-GS950-8-MIB::sysSslCipherList.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.207.1.4.165.96.2.1.1 i <value>
Start monitoring Allied Telesis AT-GS950 switch series with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the AT-GS950-8-MIB::sysSslCipherList OID value, configure state conditions and alerts, and monitor any Allied Telesis AT-GS950 switch series 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.207 | alliedTelesyn | AT-RG600-MIB |
| 1.3.6.1.4.1.207.1 | products | AT-SMI-MIB |
| 1.3.6.1.4.1.207.1.4 | swhub | AtiEdgeSwitch-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.207.1.4.165 | at_GS9508v2 | AT-GS950-8-MIB |
| 1.3.6.1.4.1.207.1.4.165.96 | l2Ssl | AT-GS950-8-MIB |
| 1.3.6.1.4.1.207.1.4.165.96.2 | sysSslCiphers | AT-GS950-8-MIB |
| 1.3.6.1.4.1.207.1.4.165.96.2.1 | sysSslCipherList | AT-GS950-8-MIB |