VPLS-BGP-DRAFT-01-MIB

File: VPLS-BGP-DRAFT-01-MIB.mib (11149 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB JUNIPER-SMI VPLS-GENERIC-DRAFT-01-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
transmission OBJECT-GROUP RowStatus
StorageType TEXTUAL-CONVENTION SnmpAdminString
jnxExperiment jnxVplsConfigIndex jnxVplsPwBindIndex

Defined Types

JnxVplsBgpConfigEntry  
SEQUENCE    
  jnxVplsBgpConfigVERangeSize Unsigned32

JnxVplsBgpVEEntry  
SEQUENCE    
  jnxVplsBgpVEId Unsigned32
  jnxVplsBgpVEName SnmpAdminString
  jnxVplsBgpVEPreference Unsigned32
  jnxVplsBgpVERowStatus RowStatus
  jnxVplsBgpVEStorageType StorageType

JnxVplsBgpPwBindEntry  
SEQUENCE    
  jnxVplsBgpPwBindLocalVEId Unsigned32
  jnxVplsBgpPwBindRemoteVEId Unsigned32

Defined Values

jnxVplsBgpDraft01MIB 1.3.6.1.4.1.2636.5.10
Copyright (C) The IETF Trust (2010). The initial version of this MIB module was published in RFC XXXX. -- RFC Editor: Please replace XXXX with RFC number & remove -- this note. For full legal notices see the RFC itself or see: http://www.ietf.org/copyrights/ianamib.html This MIB module contains managed object definitions for BGP signalled Virtual Private LAN Services as in [RFC4761] This MIB module enables the use of any underlying PseudoWire network.
MODULE-IDENTITY    

jnxVplsBgpObjects 1.3.6.1.4.1.2636.5.10.1
OBJECT IDENTIFIER    

jnxVplsBgpConformance 1.3.6.1.4.1.2636.5.10.2
OBJECT IDENTIFIER    

jnxVplsBgpConfigTable 1.3.6.1.4.1.2636.5.10.1.1
This table specifies information for configuring and monitoring BGP specific parameters for Virtual Private Lan Services(VPLS).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxVplsBgpConfigEntry

jnxVplsBgpConfigEntry 1.3.6.1.4.1.2636.5.10.1.1.1
A row in this table represents BGP specific information for Virtual Private Lan Service(VPLS) in a packet network. It is indexed by jnxVplsConfigIndex, which uniquely identifies a single instance of a VPLS service. A row is automatically created when a VPLS service is configured using BGP signalling. None of the read-create objects values can be changed when jnxVplsRowStatus is in the active(1) state. Changes are allowed when the jnxVplsRowStatus is in notInService(2) or notReady(3) states only. If the operator need to change one of the values for an active row the jnxVplsConfigRowStatus 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    
  JnxVplsBgpConfigEntry  

jnxVplsBgpConfigVERangeSize 1.3.6.1.4.1.2636.5.10.1.1.1.1
Specifies the size of the range of VE ids 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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

jnxVplsBgpVETable 1.3.6.1.4.1.2636.5.10.1.2
This table associates VPLS Edge devices to a VPLS service
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxVplsBgpVEEntry

jnxVplsBgpVEEntry 1.3.6.1.4.1.2636.5.10.1.2.1
An entry in this table is created for each VE Id configured on a PE for a particular VPLS service instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxVplsBgpVEEntry  

jnxVplsBgpVEId 1.3.6.1.4.1.2636.5.10.1.2.1.1
A secondary index identifying a VE within an instance of a VPLS service.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

jnxVplsBgpVEName 1.3.6.1.4.1.2636.5.10.1.2.1.2
Descriptive name for the site or u-PE assciated with this VE Id.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

jnxVplsBgpVEPreference 1.3.6.1.4.1.2636.5.10.1.2.1.3
Specifies the preference of the VE Id on this PE if the site is multi-homed and VE Id is re-used.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

jnxVplsBgpVERowStatus 1.3.6.1.4.1.2636.5.10.1.2.1.5
This variable 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 except jnxVplsBgpSiteRowStatus.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

jnxVplsBgpVEStorageType 1.3.6.1.4.1.2636.5.10.1.2.1.6
This variable indicates the storage type for this row.
Status: current Access: read-only
OBJECT-TYPE    
  StorageType  

jnxVplsBgpPwBindTable 1.3.6.1.4.1.2636.5.10.1.3
This table provides BGP specific information for an association between a VPLS service and the corresponding Pseudo Wires. A service can have more than one Pseudo Wire association. Pseudo Wires are defined in the pwTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxVplsBgpPwBindEntry

jnxVplsBgpPwBindEntry 1.3.6.1.4.1.2636.5.10.1.3.1
Each row represents an association between a VPLS instance and one or more Pseudo Wires defined in the pwTable. Each index is unique in describing an entry in this table. However both indexes are required to define the one to many association of service to pseudowire. An entry in this table in instantiated only when BGP signalling is used to configure VPLS service. Each entry in this table provides BGP specific information for the VPlS represented by jnxVplsConfigIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxVplsBgpPwBindEntry  

jnxVplsBgpPwBindLocalVEId 1.3.6.1.4.1.2636.5.10.1.3.1.1
Identifies the local VE that this Pseudo Wire is associated with.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

jnxVplsBgpPwBindRemoteVEId 1.3.6.1.4.1.2636.5.10.1.3.1.2
Identifies the remote VE that this Pseudo Wire is associated with.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535