jnxSpSvcSetSvcStyle
JUNIPER-SP-MIB ·
.1.3.6.1.4.1.2636.3.32.1.1.1.8
Object
column Enumeration
The type of this Service Set. The definitions of each style
being:
Unknown - Service style is not known.
Interface-service - Service style is interface based.
Next-hop-service - Service style is next-hop based.
Context
- MIB
- JUNIPER-SP-MIB
- OID
.1.3.6.1.4.1.2636.3.32.1.1.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxSpSvcSetEntry
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 'JUNIPER-SP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-SP-MIB::jnxSpSvcSetSvcStyle'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JUNIPER-SP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-SP-MIB::jnxSpSvcSetSvcStyle.<jnxSpSvcSetName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JUNIPER-SP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JUNIPER-SP-MIB::jnxSpSvcSetSvcStyle'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | interface-service |
3 | next-hop-service |