All MIBs › CIENA-CES-RADIUS-CLIENT-MIB › cienaCesRadiusUserLoginAuthSecret
cienaCesRadiusUserLoginAuthSecret
Module: CIENA-CES-RADIUS-CLIENT-MIB
OID (symbolic): CIENA-CES-RADIUS-CLIENT-MIB::cienaCesRadiusUserLoginAuthSecret
OID (numeric): 1.3.6.1.4.1.1271.2.3.3.1.1.3.1.5
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description: Used to set the pre-encrypted secret for user-login auth. When read, this object returns the encrypted secret.
What is cienaCesRadiusUserLoginAuthSecret?
Unlike cienaCesRadiusUserLoginAuthKey, which accepts a plaintext secret that always reads back blank, this object explicitly expects a pre-encrypted value and, notably, actually returns that encrypted value when read back. That's a meaningfully different security model the admin needs to understand before assuming this field behaves like the other, always-blank-on-read RADIUS key objects in this MIB. For example, an automation script provisioning multiple devices identically could safely read back and copy this encrypted secret between devices, something it explicitly cannot do with cienaCesRadiusUserLoginAuthKey.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1271.2.3.3.1.1.3.1.5 snmpwalk -v2c -c public <target> CIENA-CES-RADIUS-CLIENT-MIB::cienaCesRadiusUserLoginAuthSecret
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1271.2.3.3.1.1.3.1.5.1 snmpget -v2c -c public <target> CIENA-CES-RADIUS-CLIENT-MIB::cienaCesRadiusUserLoginAuthSecret.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.1271.2.3.3.1.1.3.1.5.1 s <value>
Start monitoring Ciena CES (Carrier Ethernet Switch) platforms with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CIENA-CES-RADIUS-CLIENT-MIB::cienaCesRadiusUserLoginAuthSecret OID value, configure state conditions and alerts, and monitor any Ciena CES (Carrier Ethernet Switch) platforms 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.1271 | ciena | CIENA-SMI |
| 1.3.6.1.4.1.1271.2 | cienaCes | CIENA-SMI |
| 1.3.6.1.4.1.1271.2.3 | cienaCesStatistics | CIENA-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.1271.2.3.3 | cienaCesRadiusClientMIB | CIENA-CES-RADIUS-CLIENT-MIB |
| 1.3.6.1.4.1.1271.2.3.3.1 | cienaCesRadiusClientMIBObjects | CIENA-CES-RADIUS-CLIENT-MIB |
| 1.3.6.1.4.1.1271.2.3.3.1.1 | cienaCesRadiusClient | CIENA-CES-RADIUS-CLIENT-MIB |
| 1.3.6.1.4.1.1271.2.3.3.1.1.3 | cienaCesRadiusUserLogin | CIENA-CES-RADIUS-CLIENT-MIB |
| 1.3.6.1.4.1.1271.2.3.3.1.1.3.1 | cienaCesRadiusUserLoginGlobal | CIENA-CES-RADIUS-CLIENT-MIB |
| 1.3.6.1.4.1.1271.2.3.3.1.1.3.1.5 | cienaCesRadiusUserLoginAuthSecret | CIENA-CES-RADIUS-CLIENT-MIB |