CISCO-IETF-VPLS-BGP-EXT-MIB

File: CISCO-IETF-VPLS-BGP-EXT-MIB.mib (19005 bytes)

Imported modules

SNMPv2-SMI CISCO-SMI SNMPv2-CONF
SNMPv2-TC SNMP-FRAMEWORK-MIB CISCO-IETF-VPLS-GENERIC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
ciscoExperiment MODULE-COMPLIANCE OBJECT-GROUP
RowStatus StorageType TEXTUAL-CONVENTION
SnmpAdminString cvplsConfigIndex cvplsPwBindIndex

Defined Types

CiVplsBgpExtRouteDistinguisher  
This textual convention represents a Route Distinguisher. Please refer to RFC 4364 for more details about the Route Distinguisher. Please refer to draft-ietf-l2vpn-vpls-bgp-08 on the use of a Route Distinguisher for a VPLS.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..256)  

CiVplsBgpExtRouteTarget  
This textual convention represents a Route Target. Please refer to RFC 4364 for more details about the Route Target. Please refer to draft-ietf-l2vpn-vpls-bgp-08 on the use of a Route Target for a VPLS.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..256)  

CiVplsBgpExtRouteTargetType  
This textual convention represents the type of a route target usage. Route targets can be specified to be imported, exported, or both.
TEXTUAL-CONVENTION    
  INTEGER import(1), export(2), both(3)  

CiVplsBgpExtVEID  
This textual convention represents a VE id.
TEXTUAL-CONVENTION    
  Unsigned32  

CiVplsBgpExtConfigEntry  
SEQUENCE    
  ciVplsBgpExtConfigRouteDistinguisher CiVplsBgpExtRouteDistinguisher
  ciVplsBgpExtConfigVERangeSize Unsigned32

CiVplsBgpExtRTEntry  
SEQUENCE    
  ciVplsBgpExtRTType CiVplsBgpExtRouteTargetType
  ciVplsBgpExtRT CiVplsBgpExtRouteTarget
  ciVplsBgpExtRTStorageType StorageType
  ciVplsBgpExtRTRowStatus RowStatus

CiVplsBgpExtVEEntry  
SEQUENCE    
  ciVplsBgpExtVEId CiVplsBgpExtVEID
  ciVplsBgpExtVEName SnmpAdminString
  ciVplsBgpExtVEPreference Unsigned32
  ciVplsBgpExtVEStorageType StorageType
  ciVplsBgpExtVERowStatus RowStatus

CiVplsBgpExtPwBindEntry  
SEQUENCE    
  ciVplsBgpExtPwBindLocalVEId CiVplsBgpExtVEID
  ciVplsBgpExtPwBindRemoteVEId CiVplsBgpExtVEID

Defined Values

ciscoIetfVplsBgpExtMIB 1.3.6.1.4.1.9.10.140
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.
MODULE-IDENTITY    

ciscoIetfVplsBgpExtMIBNotifs 1.3.6.1.4.1.9.10.140.0
OBJECT IDENTIFIER    

ciscoIetfVplsBgpExtMIBObjects 1.3.6.1.4.1.9.10.140.1
OBJECT IDENTIFIER    

ciscoIetfVplsBgpExtMIBConform 1.3.6.1.4.1.9.10.140.2
OBJECT IDENTIFIER    

ciVplsBgpExtConfigTable 1.3.6.1.4.1.9.10.140.1.1
This 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiVplsBgpExtConfigEntry

ciVplsBgpExtConfigEntry 1.3.6.1.4.1.9.10.140.1.1.1
Each Entry represents a conceptual row in ciVplsBgpExtConfigTable and provides the information about BGP-specific information for VPLS in a packet network.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiVplsBgpExtConfigEntry  

ciVplsBgpExtConfigRouteDistinguisher 1.3.6.1.4.1.9.10.140.1.1.1.1
This object represents the Route Distingiusher for this VPLS.
Status: current Access: read-write
OBJECT-TYPE    
  CiVplsBgpExtRouteDistinguisher  

ciVplsBgpExtConfigVERangeSize 1.3.6.1.4.1.9.10.140.1.1.1.4
This 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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

civplsBgpExtRTTable 1.3.6.1.4.1.9.10.140.1.2
This table specifies information for the list of RTs imported or exported by BGP during auto-discovery of VPLS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiVplsBgpExtRTEntry

civplsBgpExtRTEntry 1.3.6.1.4.1.9.10.140.1.2.1
Each 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiVplsBgpExtRTEntry  

ciVplsBgpExtRTType 1.3.6.1.4.1.9.10.140.1.2.1.1
This object represents the type of a RT usage. RTs can be specified to be imported, exported, or both.
Status: current Access: read-create
OBJECT-TYPE    
  CiVplsBgpExtRouteTargetType  

ciVplsBgpExtRT 1.3.6.1.4.1.9.10.140.1.2.1.2
The RT associated with the VPLS service.
Status: current Access: read-create
OBJECT-TYPE    
  CiVplsBgpExtRouteTarget Size(1..64)  

ciVplsBgpExtRTStorageType 1.3.6.1.4.1.9.10.140.1.2.1.3
This object indicates the storage type for this row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

ciVplsBgpExtRTRowStatus 1.3.6.1.4.1.9.10.140.1.2.1.4
This 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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciVplsBgpExtVETable 1.3.6.1.4.1.9.10.140.1.3
This 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiVplsBgpExtVEEntry

ciVplsBgpExtVEEntry 1.3.6.1.4.1.9.10.140.1.3.1
Each Entry represents a conceptual row in ciVplsBgpExtVETable and provides the information about VPLS Edge devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiVplsBgpExtVEEntry  

ciVplsBgpExtVEId 1.3.6.1.4.1.9.10.140.1.3.1.1
This object identifies a VE associated with a VPLS.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiVplsBgpExtVEID  

ciVplsBgpExtVEName 1.3.6.1.4.1.9.10.140.1.3.1.2
This object represents the name of the site or u-PE associated with this VE.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

ciVplsBgpExtVEPreference 1.3.6.1.4.1.9.10.140.1.3.1.3
This object represents the preference of the VE if the site is multi-homed and VE Id is used.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

ciVplsBgpExtVEStorageType 1.3.6.1.4.1.9.10.140.1.3.1.5
This object indicates the storage type for this row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

ciVplsBgpExtVERowStatus 1.3.6.1.4.1.9.10.140.1.3.1.6
This 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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciVplsBgpExtPwBindTable 1.3.6.1.4.1.9.10.140.1.4
This 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiVplsBgpExtPwBindEntry

ciVplsBgpExtPwBindEntry 1.3.6.1.4.1.9.10.140.1.4.1
Each 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiVplsBgpExtPwBindEntry  

ciVplsBgpExtPwBindLocalVEId 1.3.6.1.4.1.9.10.140.1.4.1.1
This object represents the local VE this Pseudo Wire is associated with.
Status: current Access: read-only
OBJECT-TYPE    
  CiVplsBgpExtVEID  

ciVplsBgpExtPwBindRemoteVEId 1.3.6.1.4.1.9.10.140.1.4.1.2
This object represents the remote VE this Pseudo Wire is associated with.
Status: current Access: read-only
OBJECT-TYPE    
  CiVplsBgpExtVEID  

ciscoIetfVplsBgpExtMIBCompliances 1.3.6.1.4.1.9.10.140.2.1
OBJECT IDENTIFIER    

ciscoIetfVplsBgpExtMIBGroups 1.3.6.1.4.1.9.10.140.2.2
OBJECT IDENTIFIER    

ciscoIetfVplsBgpExtMIBCompliance 1.3.6.1.4.1.9.10.140.2.1.1
Compliance statement for the entities that implement the ciscoIetfVplsBgpExtMIB module.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciVplsBgpExtConfigGroup 1.3.6.1.4.1.9.10.140.2.2.1
This group of objects help to configure L2VPN VPLS using BGP.
Status: current Access: read-only
OBJECT-GROUP    

ciVplsBgpExtRTGroup 1.3.6.1.4.1.9.10.140.2.2.2
The group of objects help to manage RTs for L2VPN VPLS using BGP.
Status: current Access: read-only
OBJECT-GROUP    

ciVplsBgpExtVEGroup 1.3.6.1.4.1.9.10.140.2.2.3
The group of objects help to manage VE devices for L2VPN VPLS using BGP.
Status: current Access: read-only
OBJECT-GROUP    

ciVplsBgpExtPwBindGroup 1.3.6.1.4.1.9.10.140.2.2.4
The group of objects help to manage Pseudo Wires for L2VPN VPLS using BGP.
Status: current Access: read-only
OBJECT-GROUP