jnxMvpnGenOperStatusChange
MCAST-VPN-MIB ·
.1.3.6.1.4.1.2636.5.12.1.1.2.1.1.1
Object
column Enumeration
This object describes the last operational change that
happened for the given MVRF.
createdMvrf - indicates that the MVRF was created in the
device.
deletedMvrf - indicates that the MVRF was deleted from the
device. A row in this table will never have
mvpnGenOperStatusChange equal to deletedMvrf(2),
because in that case the row itself will be deleted from the
table. This value for mvpnGenOperStatusChange is defined
mainly for use in mvpnMvrfChange notification.
modifiedMvrfIpmsiConfig - indicates that the I-PMSI
for the MVRF was configured, deleted or changed.
modifiedMvrfSpmsiConfig - indicates that the S-PMSI
for the MVRF was configured, deleted or changed.
Context
- MIB
- MCAST-VPN-MIB
- OID
.1.3.6.1.4.1.2636.5.12.1.1.2.1.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxMvpnGeneralEntry
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 'MCAST-VPN-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MCAST-VPN-MIB::jnxMvpnGenOperStatusChange'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MCAST-VPN-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MCAST-VPN-MIB::jnxMvpnGenOperStatusChange.<mplsVpnVrfName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MCAST-VPN-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MCAST-VPN-MIB::jnxMvpnGenOperStatusChange'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | createdMvrf |
2 | deletedMvrf |
3 | modifiedMvrfIpmsiConfig |
4 | modifiedMvrfSpmsiConfig |