wwpLeosDnsServerScope
WWP-LEOS-DNS-CLIENT-MIB ·
.1.3.6.1.4.1.6141.2.60.16.1.1.6.1.5
Object
column Enumeration
The object specifies the scope of this entry. Scope of the entry means who configured this entry. dhcp or user or both
Context
- MIB
- WWP-LEOS-DNS-CLIENT-MIB
- OID
.1.3.6.1.4.1.6141.2.60.16.1.1.6.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- wwpLeosDnsServerEntry
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 'WWP-LEOS-DNS-CLIENT-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-LEOS-DNS-CLIENT-MIB::wwpLeosDnsServerScope'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WWP-LEOS-DNS-CLIENT-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-LEOS-DNS-CLIENT-MIB::wwpLeosDnsServerScope.<wwpLeosDnsServerIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WWP-LEOS-DNS-CLIENT-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WWP-LEOS-DNS-CLIENT-MIB::wwpLeosDnsServerScope'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | user |
2 | dhcp |
3 | both |