nsServiceFlag
NETSCREEN-SERVICE-MIB ·
.1.3.6.1.4.1.3224.13.1.1.9
Object
column Enumeration
Service flag used to indicate if the service is a pre-defined one or a custom one.
Context
- MIB
- NETSCREEN-SERVICE-MIB
- OID
.1.3.6.1.4.1.3224.13.1.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nsServiceEntry
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 'NETSCREEN-SERVICE-MIB' -M '/opt/observium/mibs/netscreen:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETSCREEN-SERVICE-MIB::nsServiceFlag'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETSCREEN-SERVICE-MIB' -M '/opt/observium/mibs/netscreen:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETSCREEN-SERVICE-MIB::nsServiceFlag.<nsServiceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETSCREEN-SERVICE-MIB' -M '/opt/observium/mibs/netscreen:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETSCREEN-SERVICE-MIB::nsServiceFlag'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | pre-define |
1 | usr-define |