rlSysNameSource
NETGEAR-RADLAN-rndMng ·
.1.3.6.1.4.1.4526.17.1.19.1.1
Object
column Enumeration
The system name source. 'static' if defined by user through CLI, 'dhcpv6' or 'dhcpv4' if received by DHCP network protocol.
Context
- MIB
- NETGEAR-RADLAN-rndMng
- OID
.1.3.6.1.4.1.4526.17.1.19.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- rlSysNameEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NETGEAR-RADLAN-rndMng' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-RADLAN-rndMng::rlSysNameSource'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-RADLAN-rndMng' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-RADLAN-rndMng::rlSysNameSource.<rlSysNameSource>.<rlSysNameIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-RADLAN-rndMng' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-RADLAN-rndMng::rlSysNameSource'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dhcpv6 |
2 | dhcpv4 |
3 | static |