VPLS-DRAFT-00-MIB

File: VPLS-DRAFT-00-MIB.mib (23494 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB IF-MIB INET-ADDRESS-MIB
PW-TC-STD-MIB VPN-TC-STD-MIB

Imported symbols

NOTIFICATION-TYPE MODULE-IDENTITY OBJECT-TYPE
Integer32 Unsigned32 Counter32
Counter64 TimeTicks transmission
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
TruthValue RowStatus StorageType
TimeStamp SnmpAdminString InterfaceIndexOrZero
InetAddressType InetAddress PwIndexType
VPNIdOrZero

Defined Types

VplsConfigEntry  
SEQUENCE    
  vplsIndex Unsigned32
  vplsName SnmpAdminString
  vplsDescr SnmpAdminString
  vplsAdminStatus INTEGER
  vplsOperStatus INTEGER
  vplsMacLearning TruthValue
  vplsDiscardUnknownDest TruthValue
  vplsMacAging TruthValue
  vplsVpnId VPNIdOrZero
  vplsConfigFwdFullHighWatermark Unsigned32
  vplsConfigFwdFullLowWatermark Unsigned32
  vplsRowStatus RowStatus

VplsPwBindEntry  
SEQUENCE    
  vplsPwIndex PwIndexType
  vplsPwBindBindType INTEGER
  vplsPwBindMacAddressLimit Unsigned32
  vplsPwBindRowStatus RowStatus

Defined Values

vplsDraft00MIB 1.3.6.1.2.1.10.1
Copyright (C) The Internet Society (2006). 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 Virtual Private LAN Services as in [VPLS-LDP] This MIB module enables the use of any underlying Pseudo Wire network. Copyright (C) The Internet Society (2006). This version of this MIB module is part of RFC XXX; see the RFC itself for full legal notices. -- RFC Ed.: replace XXX with actual RFC number & remove this -- note
MODULE-IDENTITY    

vplsNotifications 1.3.6.1.2.1.10.1.0
OBJECT IDENTIFIER    

vplsObjects 1.3.6.1.2.1.10.1.1
OBJECT IDENTIFIER    

vplsConformance 1.3.6.1.2.1.10.1.2
OBJECT IDENTIFIER    

vplsIndexNext 1.3.6.1.2.1.10.1.1.1
This object contains an appropriate value to be used for vplsIndex when creating entries in the vplsConfigTable. The value 0 indicates that no unassigned entries are available. To obtain the value of vplsIndex for a new entry in the vplsTable, the manager issues a management protocol retrieval operation to obtain the current value of vplsIndex. After each retrieval operation, the agent should modify the value to reflect the next unassigned index. After a manager retrieves a value the agent will determine through its local policy when this index value will be made available for reuse.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

vplsConfigTable 1.3.6.1.2.1.10.1.1.2
This table specifies information for configuring and monitoring Virtual Private Lan Services(VPLS).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VplsConfigEntry

vplsConfigEntry 1.3.6.1.2.1.10.1.1.2.1
A row in this table represents a Virtual Private Lan Service(VPLS) in a packet network. It is indexed by vplsIndex, which uniquely identifies a single VPLS. A row is created by the operator or by the agent if a VPLS service is created by non-SNMP application or due to autodiscovery process. None of the read-create objects values can be changed when vplsRowStatus is in the active(1) state. Changes are allowed when the vplsRowStatus is in notInService(2) or notReady(3) states only. If the operator need to change one of the values for an active row the vplsRowStatus 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    
  VplsConfigEntry  

vplsIndex 1.3.6.1.2.1.10.1.1.2.1.1
Unique index for the conceptual row identifying a VPLS service.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2147483647  

vplsName 1.3.6.1.2.1.10.1.1.2.1.2
A textual name of the VPLS. If there is no local name, or this object is otherwise not applicable, then this object MUST contain a zero-length octet string.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

vplsDescr 1.3.6.1.2.1.10.1.1.2.1.3
A textual string containing information about the VPLS service. If there is no information for this VPLS service, then this object MUST contain a zero-length octet string.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

vplsAdminStatus 1.3.6.1.2.1.10.1.1.2.1.4
The desired administrative state of the VPLS service. If the administrative status of the Vpls service is changed to enable then this service is able to utilize the pseudo wire to perform the tasks of a VPLS service. The testing(3) state indicates that no operational packets can be passed.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3)  

vplsOperStatus 1.3.6.1.2.1.10.1.1.2.1.5
The current operational state of this VPLS Service.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), up(1), down(2)  

vplsMacLearning 1.3.6.1.2.1.10.1.1.2.1.6
This object specifies if MAC Learning is enabled in this service. If this object is true then Mac Learning is enabled. If false, then Mac Learning is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

vplsDiscardUnknownDest 1.3.6.1.2.1.10.1.1.2.1.7
If the value of this object is 'true', then frames received with an unknown destination MAC are discarded in this VPLS. If 'false', then the packets are processed.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

vplsMacAging 1.3.6.1.2.1.10.1.1.2.1.8
If the value of this object is 'true' then the MAC ageing process is enabled in this VPLS. If 'false', then the MAC ageing process is disabled
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

vplsVpnId 1.3.6.1.2.1.10.1.1.2.1.9
This objects indicates the IEEE 802-1990 VPN ID of the associated VPLS service.
Status: current Access: read-only
OBJECT-TYPE    
  VPNIdOrZero  

vplsConfigFwdFullHighWatermark 1.3.6.1.2.1.10.1.1.2.1.10
This object specifies the utilization of the forwarding database for this VPLS instance at which the vplsFwdFullAlarmRaised notification will be sent.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

vplsConfigFwdFullLowWatermark 1.3.6.1.2.1.10.1.1.2.1.11
This object specifies the utilization of the forwarding database for this VPLS instance at which the vplsFwdFullAlarmCleared notification will be sent.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

vplsRowStatus 1.3.6.1.2.1.10.1.1.2.1.12
For creating, modifying, and deleting this row. None of the read-create objects in the conceptual rows may be changed when this object is in the active(1) state.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

vplsPwBindTable 1.3.6.1.2.1.10.1.1.3
This table provides 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 [PWE3-PW-MIB]
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VplsPwBindEntry

vplsPwBindEntry 1.3.6.1.2.1.10.1.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.
Status: current Access: not-accessible
OBJECT-TYPE    
  VplsPwBindEntry  

vplsPwIndex 1.3.6.1.2.1.10.1.1.3.1.1
Secondary Index for the conceptual row identifying a pseudowire within the PwEntry which MUST match an entry from the PW-STD-MIB's PwTable which represents an already-provisioned pseuwowire that is then associated with this VPLS instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  PwIndexType  

vplsPwBindBindType 1.3.6.1.2.1.10.1.1.3.1.2
The value of this object indicates whether the Pseudo Wire binding was created manually or via autodiscovery. The value of this object must be specifed when the row is created and cannot be changed while the row status is active(1)
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER manual(1), autodiscovery(2)  

vplsPwBindMacAddressLimit 1.3.6.1.2.1.10.1.1.3.1.3
The value of this object specifies the maximum number of learned and static entries allowed in the Forwarding database for this PW Binding. The value 0 means there is no limit for this PW Binding.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..4294967295  

vplsPwBindRowStatus 1.3.6.1.2.1.10.1.1.3.1.4
For creating, modifying, and deleting this row. None of the read-create objects in the conceptual rows may be changed when this object is in the active(1) state
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

vplsStatusNotifEnable 1.3.6.1.2.1.10.1.1.4
If this object is set to true(1), then it enables the emission of vplsStatusChanged notification; otherwise this notification is not emitted.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

vplsNotificationMaxRate 1.3.6.1.2.1.10.1.1.5
This object indicates the maximum number of notifications issued per second. If events occur more rapidly, the implementation may simply fail to emit these notifications during that period, or may queue them until an appropriate time. A value of 0 means no throttling is applied and events may be notified at the rate at which they occur.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

vplsStatusChanged 1.3.6.1.2.1.10.1.0.1
The vplsStatusChanged notification is generated when there is a change in the administrative or operating status of a VPLS service.
Status: current Access: read-write
NOTIFICATION-TYPE    

vplsFwdFullAlarmRaised 1.3.6.1.2.1.10.1.0.2
The vplsFwdFullAlarmRaised notification is generated when the utilization of the Forwarding database is above the value specified by vplsConfigFwdFullHighWatermark.
Status: current Access: read-write
NOTIFICATION-TYPE    

vplsFwdFullAlarmCleared 1.3.6.1.2.1.10.1.0.3
The vplsFwdFullAlarmCleared notification is generated when the utilization of the Forwarding database is below the value specified by vplsConfigFwdFullLowWatermark.
Status: current Access: read-write
NOTIFICATION-TYPE    

vplsCompliances 1.3.6.1.2.1.10.1.2.1
OBJECT IDENTIFIER    

vplsModuleReadOnlyCompliance 1.3.6.1.2.1.10.1.2.1.1
Compliance requirement for implementations that only provide read-only support for VPLS-DRAFT-00-MIB. Such devices can then be monitored but cannot be configured using this MIB modules.
Status: current Access: read-write
MODULE-COMPLIANCE    

vplsGroups 1.3.6.1.2.1.10.1.2.2
OBJECT IDENTIFIER    

vplsGroup 1.3.6.1.2.1.10.1.2.2.1
The group of objects supporting management of L2VPN VPLS services
Status: current Access: read-write
OBJECT-GROUP    

vplsPwBindGroup 1.3.6.1.2.1.10.1.2.2.2
The group of objects supporting management of Pseudo Wire (PW) Binding to VPLS.
Status: current Access: read-write
OBJECT-GROUP    

vplsNotificationGroup 1.3.6.1.2.1.10.1.2.2.3
The group of notifications supporting the Notifications generated for VPLS Services
Status: current Access: read-write
NOTIFICATION-GROUP