vpwsConfigLocalSiteID

DC-VPWS-MIB · versa variant · .1.2.826.0.1.1578918.5.94.114.4.1.1.1.1.16

Object

The local VPWS site ID, or zero if not specified.
              
This is only used if BGP auto-discovery is enabled
(vpwsConfigADType = bgp).  It can be used with BGP or LDP
signaling.
              
If auto-discovery is enabled then the VPWS service
establishes a pseudowire (PW) between each pair of VPWS
sites within a VPWS.
              
The valid range for VPWS site IDs depends on whether
LDP or BGP signaling is used.
-  For LDP signaling (vpwsConfigSigType = ldp) the valid
range is 1-4294967295 (4 bytes).
-  For BGP signaling (vpwsConfigSigType = bgp) the valid
range is 1-65535 (2 bytes).
              
The use of the VPWS site ID in auto-discovery and
signaling also depends on whether LDP or BGP signaling
is used.
-  For BGP auto-discovery with LDP signaling the VPWS site
ID is advertised 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 VPWS site
ID is advertised 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 VPWS.

Context

MIB
DC-VPWS-MIB
OID
.1.2.826.0.1.1578918.5.94.114.4.1.1.1.1.16
Type
column
Access
readwrite
Status
current
Parent
vpwsConfigEntry
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-VPWS-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-VPWS-MIB::vpwsConfigLocalSiteID'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DC-VPWS-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-VPWS-MIB::vpwsConfigLocalSiteID.<l2vmEntityIndex>.<vpwsIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DC-VPWS-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DC-VPWS-MIB::vpwsConfigLocalSiteID'

Syntax

Values & Constraints

Type Constraints
range: 0..4294967295

Conformance