CISCO-IETF-VPLS-BGP-EXT-MIB
AI MIB Summary
The CISCO-IETF-VPLS-BGP-EXT-MIB monitors BGP-signalled Virtual Private LAN Service (VPLS) pseudo-wire states and configuration parameters on Cisco Provider-Edge (PE) and u-PE devices. It extends RFC 4188 to expose specific object definitions for Route Distinguishers (RD), Route Targets (RT), and BGP session attributes required to manage Layer 2 VPNs over MPLS networks.
This MIB module enables the use of any underlying Pseudo Wire network.
This MIB extends the MIB module published in the RFC 4188 to manage object definitions for BGP signalled VPLS.
GLOSSARY PE The term PE refers to Provider-Edge devices.
Pseudo Wire An emulation of a native service over a Packet Switched Network.
RD (Route Distinguisher) They are used to create VPN-IPv4 addresses, as specified in [RFC4364].
RT (Route Target) A Route Target attribute can be thought of as identifying a set of sites. More description specified in [RFC4364].
u-PE A Layer 2 PE device used for Layer 2 aggregation. The notion of u-PE is described further in [RFC4761].
VE The term VE refers to a VPLS Edge device, which could be either a PE or a u-PE.
VPLS Virtual private LAN service. A type of layer 2 VPN.
Main OID:
ciscoIetfVplsBgpExtMIB.1.3.6.1.4.1.9.10.140
27
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
27 total| Object Name |
|---|
ciscoIetfVplsBgpExtMIBThis MIB module enables the use of any underlying Pseudo Wire network.
This MIB extends the MIB module published in the RFC 4188 to manage
object definitions for BGP signalled VPLS.
GLOSSARY
PE
The term PE refers to Provider-Edge devices.
Pseudo Wire
An emulation of a native service over a Packet Switched Network.
RD (Route Distinguisher)
They are used to create VPN-IPv4 addresses, as specified in [RFC4364].
RT (Route Target)
A Route Target attribute can be thought of as identifying a set of
sites. More description specified in [RFC4364].
u-PE
A Layer 2 PE device used for Layer 2 aggregation. The notion of u-PE is
described further in [RFC4761].
VE
The term VE refers to a VPLS Edge device, which could be either
a PE or a u-PE.
VPLS
Virtual private LAN service. A type of layer 2 VPN. MODULE-IDENTITY .1.3.6.1.4.1.9.10.140 |
ciscoIetfVplsBgpExtMIBNotifs OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.140.0 |
ciscoIetfVplsBgpExtMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.140.1 |
ciVplsBgpExtConfigTableThis table specifies information for configuring
and monitoring BGP-specific parameters for VPLS.
A row is automatically created when a VPLS is
configured using BGP signalling.
None of the read-write objects values can be
changed when cvplsConfigRowStatus is in the active(1)
state. Changes are allowed when the cvplsConfigRowStatus
is in notInService(2) or notReady(3) states only.
If the operator need to change one of the values
for an active row the cvplsConfigRowStatus should be
first changed to notInService(2), the objects may
be changed now, and later to active(1) in order to
re-initiate the signaling process with the new
values in effect. SEQUENCE OF CiVplsBgpExtConfigEntry .1.3.6.1.4.1.9.10.140.1.1 |
ciVplsBgpExtConfigEntryEach Entry represents a conceptual row in ciVplsBgpExtConfigTable
and provides the information about BGP-specific information
for VPLS in a packet network. CiVplsBgpExtConfigEntry .1.3.6.1.4.1.9.10.140.1.1.1 |
ciVplsBgpExtConfigRouteDistinguisherThis object represents the Route Distingiusher for this VPLS.rw CiVplsBgpExtRouteDistinguisher .1.3.6.1.4.1.9.10.140.1.1.1.1 |
ciVplsBgpExtConfigVERangeSizeThis object represents the size of the range of VE identifiers in this VPLS.
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.rw Unsigned32 (0..65535 ) .1.3.6.1.4.1.9.10.140.1.1.1.4 |
civplsBgpExtRTTableThis table specifies information for the list of RTs imported or
exported by BGP during auto-discovery of VPLS. SEQUENCE OF CiVplsBgpExtRTEntry .1.3.6.1.4.1.9.10.140.1.2 |
civplsBgpExtRTEntryEach Entry represents a conceptual row in civplsBgpExtRTTable
and provides the information about the value of the RT being used by BGP.
Depending on the value of civplsBgpExtRTType, an RT might be exported or
imported or both. Every VPLS, which uses auto-discovery for finding peer
nodes, can import and export multiple RTs. This representation allows
support for hierarchical VPLS. A row is created by the operator or agent
prior to autodiscovery. CiVplsBgpExtRTEntry .1.3.6.1.4.1.9.10.140.1.2.1 |
ciVplsBgpExtRTTypeThis object represents the type of a RT usage. RTs can be specified
to be imported, exported, or both.rw CiVplsBgpExtRouteTargetType .1.3.6.1.4.1.9.10.140.1.2.1.1 |
ciVplsBgpExtRTThe RT associated with the VPLS service.rw CiVplsBgpExtRouteTarget .1.3.6.1.4.1.9.10.140.1.2.1.2 |
ciVplsBgpExtRTStorageTypeThis object indicates the storage type for this row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.10.140.1.2.1.3 |
ciVplsBgpExtRTRowStatusThis object is used to create, modify, and/or
delete a row in this table. When a row in this
table is in active(1) state, no objects in that row
can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.10.140.1.2.1.4 |
ciVplsBgpExtVETableThis table associates VPLS Edge devices to a VPLS.
The VEs assigned to a VPLS can be configured on a PE.
This table has an expansion dependant relationship
with cvplsConfigTable. For each row identified by
cvplsConfigIndex, there may exist one or more rows
in this table. ciVplsBgpExtVEId is the expansion index.
None of the read-create objects values can be
changed when ciVplsBgpExtVERowStatus is in the active(1)
state. Changes are allowed when the ciVplsBgpExtVERowStatus
is in notInService(2) or notReady(3) states only.
If the operator need to change one of the values
for an active row the ciVplsBgpExtVERowStatus should be
first changed to notInService(2), the objects may
be changed now, and later to active(1) in order to
re-initiate the signaling process with the new
values in effect. SEQUENCE OF CiVplsBgpExtVEEntry .1.3.6.1.4.1.9.10.140.1.3 |
ciVplsBgpExtVEEntryEach Entry represents a conceptual row in ciVplsBgpExtVETable
and provides the information about VPLS Edge devices. CiVplsBgpExtVEEntry .1.3.6.1.4.1.9.10.140.1.3.1 |
ciVplsBgpExtVEIdThis object identifies a VE associated with a VPLS. CiVplsBgpExtVEID .1.3.6.1.4.1.9.10.140.1.3.1.1 |
ciVplsBgpExtVENameThis object represents the name of the site or u-PE associated with this VE.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.9.10.140.1.3.1.2 |
ciVplsBgpExtVEPreferenceThis object represents the preference of the VE if the site is multi-homed and VE Id is used.rw Unsigned32 (0..65535 ) .1.3.6.1.4.1.9.10.140.1.3.1.3 |
ciVplsBgpExtVEStorageTypeThis object indicates the storage type for this row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.10.140.1.3.1.5 |
ciVplsBgpExtVERowStatusThis object is used to create, modify, and/or
delete a row in this table. When a row in this
table is in active(1) state, no objects in that row
can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.10.140.1.3.1.6 |
ciVplsBgpExtPwBindTableThis table provides BGP-specific information for
an association between a VPLS and the
corresponding Pseudo Wires. A service can have more
than one Pseudo Wire association. Pseudo Wires are
defined in the cpwvcTable.
Each row represents an association between a VPLS instance
and one or more Pseudo Wires defined in the cpwVcTable in
CISCO-IETF-PW-MIB.
An Entry in this table in instantiated only when
BGP signalling is used to configure VPLS. SEQUENCE OF CiVplsBgpExtPwBindEntry .1.3.6.1.4.1.9.10.140.1.4 |
ciVplsBgpExtPwBindEntryEach Entry represents a conceptual row in ciVplsBgpExtPwBindTable
and provides the information about BGP-specific information for
an association between a VPLS and the
corresponding Pseudo Wires. CiVplsBgpExtPwBindEntry .1.3.6.1.4.1.9.10.140.1.4.1 |
ciVplsBgpExtPwBindLocalVEIdThis object represents the local VE this Pseudo Wire is associated with.ro CiVplsBgpExtVEID .1.3.6.1.4.1.9.10.140.1.4.1.1 |
ciVplsBgpExtPwBindRemoteVEIdThis object represents the remote VE this Pseudo Wire is associated with.ro CiVplsBgpExtVEID .1.3.6.1.4.1.9.10.140.1.4.1.2 |
ciscoIetfVplsBgpExtMIBConform OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.140.2 |
ciscoIetfVplsBgpExtMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.140.2.1 |
ciscoIetfVplsBgpExtMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.140.2.2 |