vplsConfigLocalVeID

DC-VPLS-MIB · .1.3.6.1.4.1.629.10.18.1.1.1.21

Object

The local VPLS VE ID, or zero if not specified.
              
This is only used if BGP auto-discovery is enabled
(vplsConfigADType = bgp).  It can be used with BGP or LDP
signaling.
              
If auto-discovery is enabled then the VPLS establishes a
pseudowire (PW) between each pair of VEs within the VPLS.
              
The valid range for VE IDs depends on whether LDP or BGP
signaling is used.
-  For LDP signaling (vplsConfigSigType = ldp) the valid
   range is 1-4294967295 (4 bytes).
-  For BGP signaling (vplsConfigSigType = bgp) the valid
   range is 1-65535 (2 bytes).
              
The use of the VE ID in auto-discovery and signaling also
depends on whether LDP or BGP signaling is used.
-  For BGP auto-discovery with LDP signaling the VE ID is
   advertized in the 4-byte 'PE_addr' field in the BGP
   NLRI specified in [RFC 6074].  It is also used as the
   local SAII/TAII value in LDP messages.
-  For BGP auto-discovery with BGP signaling the VE ID is
   advertized in the 2-byte 'VE ID' field in the BGP NLRI
   specified in [RFC 4761].
              
Changing this value will cause an interruption to data
flow for this VPLS.

Context

MIB
DC-VPLS-MIB
OID
.1.3.6.1.4.1.629.10.18.1.1.1.21
Type
column
Access
readwrite
Status
current
Parent
vplsConfigEntry
Groups
1

Walk 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 'DC-VPLS-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-VPLS-MIB::vplsConfigLocalVeID'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DC-VPLS-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-VPLS-MIB::vplsConfigLocalVeID.<l2vmEntityIndex>.<vplsIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DC-VPLS-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DC-VPLS-MIB::vplsConfigLocalVeID'

Syntax

Values & Constraints

Type Constraints
range: 0..4294967295

Conformance