rcVrfRpTrigger
RC-VRF-MIB ·
.1.3.6.1.4.1.2272.1.203.1.1.1.2.1.9
Object
This object represents Routing Protocol (RP)
Triggers on a Virtual Router and it meant to
be used to initiate or shutdown routing
protocols on a VRF. Multiple RPs can be acted
on simultaneously. Also, individual RPs can
be brought up in steps, which should not
affect the RPs that were running. The BITS
represent an Action-code that specifies what
action is to be performed for the RPs.
The actions are: initiate(1) or shutdown(0).
The running status of an RP shall be available
in the VRF stats table's rcVrfRpStatus, which has
a similar format, but represents the status.
Bits 0-3 may be specified in any combination.
Individual routing protocols may be enabled
and disabled independently. Protocols are
enabled by setting the respective BIT and are
disabled by resetting the BIT.
So, for example, to enable RIP and BGP protocols
the rcVrfRpTrigger bits 0 and 2 need to be set, and
as encoded as 10100000.
All zeros should be interpreted as all protocols
disable.
Context
- MIB
- RC-VRF-MIB
- OID
.1.3.6.1.4.1.2272.1.203.1.1.1.2.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcVrfConfigEntry
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 'RC-VRF-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-VRF-MIB::rcVrfRpTrigger'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-VRF-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-VRF-MIB::rcVrfRpTrigger.<rcVrfId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-VRF-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-VRF-MIB::rcVrfRpTrigger'
Syntax
- Source
- VrfRpTriggerBitCode
- Base type
Bits
Values & Constraints
Type Values
0 | rip |
1 | ospf |
2 | bgp |
3 | isis |
4 | pim |
5 | mvr |
6 | pim6 |
7 | msdp |
8 | ospfv3 |