jnxRsvpSessionRole
JUNIPER-RSVP-MIB ·
.1.3.6.1.4.1.2636.3.30.1.1.1.9
Object
column Enumeration
This value signifies the role of an RSVP session with respect to the start and end points of the session. This value MUST be set to ingress(1) at the head-end (source) of this session. This value MUST be set to egress(3) at the tail-end (destination) of the RSVP session. This value MUST be set to transit(2) on any other intermediate nodes that this RSVP session exists on.
Context
- MIB
- JUNIPER-RSVP-MIB
- OID
.1.3.6.1.4.1.2636.3.30.1.1.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxRsvpSessionEntry
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-RSVP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-RSVP-MIB::jnxRsvpSessionRole'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JUNIPER-RSVP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-RSVP-MIB::jnxRsvpSessionRole.<jnxRsvpSessionName>.<jnxRsvpSessionIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JUNIPER-RSVP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JUNIPER-RSVP-MIB::jnxRsvpSessionRole'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ingress |
2 | transit |
3 | egress |