vRtrVprnType
TIMETRA-VRTR-MIB ·
.1.3.6.1.4.1.6527.3.1.2.3.1.1.43
Object
column r/w
Enumeration
The value of vRtrVprnType specifies how traffic is routed.
regular (1) - All traffic is routed to all
destinations.
hub (2) - Network traffic is routed only to
the access side. Access traffic is
routed to all destinations.
spoke (3) - Networks traffic is routed to all
destinations. Access traffic is
routed only to the network side.
subscriberSplitHorizon (4) - Subscriber interface traffic is
routed only to the network side.
All other traffic is routed to
all destinations.
This object cannot be modified if vRtrType is not 'vprn'.
Context
- MIB
- TIMETRA-VRTR-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.3.1.1.43- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- vRtrConfEntry
- Groups
- 7
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 'TIMETRA-VRTR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-VRTR-MIB::vRtrVprnType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-VRTR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-VRTR-MIB::vRtrVprnType.<vRtrID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-VRTR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-VRTR-MIB::vRtrVprnType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | regular |
2 | hub |
3 | spoke |
4 | subscriberSplitHorizon |