vplsBgpConfigVERangeSize
VPLS-BGP-MIB ·
.1.3.6.1.2.1.10.276.1.1.1.1
Object
column r/w
Unsigned32
Specifies the size of the range of VPLS Edge
Identifier (VE ID) in this VPLS service. This
number controls the size of the label block
advertised for this VE by the PE. A value of 0
indicates that the range is not configured and
the PE derives the range value from received
advertisements from other PEs.
The VE ID takes 2 octets in VPLS BGP NLRI according
to RFC 4761. Hence we have limited the range of
this object to 65535.
Context
- MIB
- VPLS-BGP-MIB
- OID
.1.3.6.1.2.1.10.276.1.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- vplsBgpConfigEntry
- Groups
- 1
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 'VPLS-BGP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VPLS-BGP-MIB::vplsBgpConfigVERangeSize'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'VPLS-BGP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VPLS-BGP-MIB::vplsBgpConfigVERangeSize.<vplsConfigIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'VPLS-BGP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'VPLS-BGP-MIB::vplsBgpConfigVERangeSize'
Syntax
Unsigned32
Values & Constraints
Object Constraints
range: 0-65535
Conformance
Member of
Compliance refinements
vplsBgpModuleReadOnlyCompliance
readonly
Write access is not required.