All MIBs › RAD-MIB › agnSshAccess
agnSshAccess
Module: RAD-MIB
OID (symbolic): RAD-MIB::agnSshAccess
OID (numeric): 1.3.6.1.4.1.164.6.2.34.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Enable/Disable accessing the device via SSH.
disable - no one will be allowed to access the device via SSH. enable - all users are allowed SSH Access. managersOnly - Only manager stations listed in the manager's list are allowed.
What is agnSshAccess?
This object controls whether administrators can connect to the device using SSH, with options to disable SSH entirely, enable it for all users, or restrict it to only management stations in an approved list. SSH is the secure method for remote device management, and this setting is critical for controlling access and enforcing security policies. Operators adjust this to grant or revoke remote management capabilities based on organizational requirements.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.6.2.34.4 snmpwalk -v2c -c public <target> RAD-MIB::agnSshAccess
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.6.2.34.4.1 snmpget -v2c -c public <target> RAD-MIB::agnSshAccess.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.164.6.2.34.4.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.164 | rad | DACS-MIB |
| 1.3.6.1.4.1.164.6 | radGen | DACS-MIB |
| 1.3.6.1.4.1.164.6.2 | agnt | DACS-MIB |
| 1.3.6.1.4.1.164.6.2.34 | agnAccess | RAD-MIB |
| 1.3.6.1.4.1.164.6.2.34.4 | agnSshAccess | RAD-MIB |