CISCO-MVPN-MIB

File: CISCO-MVPN-MIB.mib (43924 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
CISCO-SMI IF-MIB SNMP-FRAMEWORK-MIB
INET-ADDRESS-MIB MPLS-VPN-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP TruthValue RowStatus
TimeStamp DisplayString TimeInterval
ciscoExperiment ifIndex SnmpAdminString
InetAddress InetAddressType mplsVpnVrfName
MplsVpnRouteDistinguisher

Defined Types

CiscoMvpnGenericEntry  
SEQUENCE    
  ciscoMvpnGenOperStatusChange INTEGER
  ciscoMvpnGenOperChangeTime TimeStamp
  ciscoMvpnGenAssociatedInterfaces Unsigned32
  ciscoMvpnGenRowStatus RowStatus

CiscoMvpnMdtDefaultEntry  
SEQUENCE    
  ciscoMvpnMdtDefaultAddrType InetAddressType
  ciscoMvpnMdtDefaultAddress InetAddress
  ciscoMvpnMdtEncapsType INTEGER
  ciscoMvpnMdtDefaultRowStatus RowStatus

CiscoMvpnMdtDataEntry  
SEQUENCE    
  ciscoMvpnMdtDataRangeAddrType InetAddressType
  ciscoMvpnMdtDataRangeAddress InetAddress
  ciscoMvpnMdtDataWildcardType InetAddressType
  ciscoMvpnMdtDataWildcardBits InetAddress
  ciscoMvpnMdtDataThreshold Unsigned32
  ciscoMvpnMdtDataRowStatus RowStatus

CiscoMvpnMrouteMdtEntry  
SEQUENCE    
  ciscoMvpnMrouteMvrfGrpAddrType InetAddressType
  ciscoMvpnMrouteMvrfGroup InetAddress
  ciscoMvpnMrouteMvrfSrcAddrType InetAddressType
  ciscoMvpnMrouteMvrfSource InetAddress
  ciscoMvpnMrouteUpDownStreamInfo INTEGER
  ciscoMvpnMrouteMdtGrpAddrType InetAddressType
  ciscoMvpnMrouteMdtGroup InetAddress
  ciscoMvpnMrouteMdtType INTEGER

CiscoMvpnBgpMdtUpdateEntry  
SEQUENCE    
  ciscoMvpnBgpMdtUpdGrpAddrType InetAddressType
  ciscoMvpnBgpMdtUpdateGroup InetAddress
  ciscoMvpnBgpMdtUpdateRd MplsVpnRouteDistinguisher
  ciscoMvpnBgpMdtUpdSrcAddrType InetAddressType
  ciscoMvpnBgpMdtUpdateSource InetAddress
  ciscoMvpnBgpMdtUpdOrigAddrType InetAddressType
  ciscoMvpnBgpMdtUpdateOriginator InetAddress
  ciscoMvpnBgpMdtUpdNhAddrType InetAddressType
  ciscoMvpnBgpMdtUpdateNexthop InetAddress

CiscoMvpnMdtJnRcvEntry  
SEQUENCE    
  ciscoMvpnMdtJnRcvGrpAddrType InetAddressType
  ciscoMvpnMdtJnRcvGroup InetAddress
  ciscoMvpnMdtJnRcvSrcAddrType InetAddressType
  ciscoMvpnMdtJnRcvSource InetAddress
  ciscoMvpnMdtJnRcvUpTime TimeInterval
  ciscoMvpnMdtJnRcvExpTime TimeInterval

CiscoMvpnMdtJnSendEntry  
SEQUENCE    
  ciscoMvpnMdtJnSendGrpAddrType InetAddressType
  ciscoMvpnMdtJnSendGroup InetAddress
  ciscoMvpnMdtJnSendSrcAddrType InetAddressType
  ciscoMvpnMdtJnSendSource InetAddress
  ciscoMvpnMdtJnSendMdtGrpAddrType InetAddressType
  ciscoMvpnMdtJnSendMdtGroup InetAddress
  ciscoMvpnMdtJnSendMdtRefCt Unsigned32

CiscoMvpnTunnelEntry  
SEQUENCE    
  ciscoMvpnTunnelName DisplayString
  ciscoMvpnTunnelMvrf SnmpAdminString

Defined Values

ciscoMvpnMIB 1.3.6.1.4.1.9.10.113
This MIB contains managed object definitions for Cisco implementation of multicast in VPNs defined by the Internet draft: draft-rosen-vpn-mcast-05.txt. Note that this MIB works along with the L3VPN-MPLS-VPN-MIB.
MODULE-IDENTITY    

ciscoMvpnNotifications 1.3.6.1.4.1.9.10.113.0
OBJECT IDENTIFIER    

ciscoMvpnObjects 1.3.6.1.4.1.9.10.113.1
OBJECT IDENTIFIER    

ciscoMvpnScalars 1.3.6.1.4.1.9.10.113.1.1
OBJECT IDENTIFIER    

ciscoMvpnGeneric 1.3.6.1.4.1.9.10.113.1.2
OBJECT IDENTIFIER    

ciscoMvpnConfig 1.3.6.1.4.1.9.10.113.1.3
OBJECT IDENTIFIER    

ciscoMvpnProtocol 1.3.6.1.4.1.9.10.113.1.4
OBJECT IDENTIFIER    

ciscoMvpnConformance 1.3.6.1.4.1.9.10.113.2
OBJECT IDENTIFIER    

ciscoMvpnMvrfNumber 1.3.6.1.4.1.9.10.113.1.1.1
The number of MVRFs that are present in this device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ciscoMvpnNotificationEnable 1.3.6.1.4.1.9.10.113.1.1.2
If this object is TRUE, then the generation of all notifications defined in this MIB is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ciscoMvpnGenericTable 1.3.6.1.4.1.9.10.113.1.2.1
This table gives the generic information about the MVRFs present in this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoMvpnGenericEntry

ciscoMvpnGenericEntry 1.3.6.1.4.1.9.10.113.1.2.1.1
An entry in this table is created for every MVRF in the device. Note that many implementations may have MVRF for global VRF (VRF0) by default in the device. Also note that existence of the correspoding VRF in L3VPN-MPLS-VPN-MIB is necessary for a row to exist in this table. Deletion of corresponding VRF in L3VPN-MPLS-VPN-MIB also results in deletion of a row here. But deletion of a row ie deletion of a MVRF here does not result in the deletion of the corresponding VRF in L3VPN-MPLS-VPN-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoMvpnGenericEntry  

ciscoMvpnGenOperStatusChange 1.3.6.1.4.1.9.10.113.1.2.1.1.1
This object describes the last operational change that happened for the given MVRF. createdMvrf - indicates that the MVRF was created in the device. deletedMvrf - indicates that the MVRF was deleted from the device. A row in this table will never have ciscoMvpnGenOperStatusChange equal to deletedMvrf(2), because in that case the row itself will be deleted from the table. This value for ciscoMvpnGenOperStatusChange is defined mainly for use in ciscoMvpnMvrfChange notification. modifiedMvrfDefMdtConfig - indicates that the default MDT group for the MVRF was configured, deleted or changed. modifiedMvrfDataMdtConfig - indicates that the data MDT group range or a associated variable (like the threshold) for the MVRF was configured, deleted or changed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER createdMvrf(1), deletedMvrf(2), modifiedMvrfDefMdtConfig(3), modifiedMvrfDataMdtConfig(4)  

ciscoMvpnGenOperChangeTime 1.3.6.1.4.1.9.10.113.1.2.1.1.2
The time at which the last operational change for the MVRF in question took place. The last operational change is specified by ciscoMvpnGenOperStatusChange.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ciscoMvpnGenAssociatedInterfaces 1.3.6.1.4.1.9.10.113.1.2.1.1.3
Total number of interfaces associated with this MVRF (including the MDT tunnel interface) with ifOperStatus = up(1).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ciscoMvpnGenRowStatus 1.3.6.1.4.1.9.10.113.1.2.1.1.4
This variable is used to create or delete a row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoMvpnMdtDefaultTable 1.3.6.1.4.1.9.10.113.1.3.1
This table specifies the default MDT address and the encapsulation type used for a MVRF instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoMvpnMdtDefaultEntry

ciscoMvpnMdtDefaultEntry 1.3.6.1.4.1.9.10.113.1.3.1.1
An entry in this table is created for every MVRF for which a default MDT group is configured. A MVRF which does not have a default MDT group configured will not appear in this table. Creation of a row in this table is the equivalent of configuring default MDT address for the given MVRF. Deletion of a row in this table is the equivalent of deconfiguring default MDT address for the given MVRF.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoMvpnMdtDefaultEntry  

ciscoMvpnMdtDefaultAddrType 1.3.6.1.4.1.9.10.113.1.3.1.1.1
The Internet address type of ciscoMvpnMdtDefaultAddress.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

ciscoMvpnMdtDefaultAddress 1.3.6.1.4.1.9.10.113.1.3.1.1.2
The default MDT address to be used for the MVRF in question.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

ciscoMvpnMdtEncapsType 1.3.6.1.4.1.9.10.113.1.3.1.1.3
The encapsulation type to be used in the MVRF in question.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER greIp(1), ipIp(2), mpls(3)  

ciscoMvpnMdtDefaultRowStatus 1.3.6.1.4.1.9.10.113.1.3.1.1.4
This variable is used to create, modify or delete a row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoMvpnMdtDataTable 1.3.6.1.4.1.9.10.113.1.3.2
This table specifies the range of data MDT addresses and associated variables for a MVRF instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoMvpnMdtDataEntry

ciscoMvpnMdtDataEntry 1.3.6.1.4.1.9.10.113.1.3.2.1
An entry in this table is created for every MVRF for which a data MDT group range is configured. A MVRF which does not have a data MDT group range configured will not appear in this table. Creation of a row in this table is the equivalent of configuring data MDT addresses for the given MVRF. Deletion of a row in this table is the equivalent of deconfiguring data MDT address usage in the given MVRF. Note that ciscoMvpnMdtDefaultEntry for a MVRF should be present in the device before ciscoMvpnMdtDataEntry for that MVRF can be created.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoMvpnMdtDataEntry  

ciscoMvpnMdtDataRangeAddrType 1.3.6.1.4.1.9.10.113.1.3.2.1.1
The Internet address type of ciscoMvpnMdtDataRangeAddress.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

ciscoMvpnMdtDataRangeAddress 1.3.6.1.4.1.9.10.113.1.3.2.1.2
The data MDT group range address for the given MVRF. This along with ciscoMvpnMdtDataWildcardBits gives the pool of data MDT addresses that can be used for encapsulation in the MVRF upon data MDT switchover.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

ciscoMvpnMdtDataWildcardType 1.3.6.1.4.1.9.10.113.1.3.2.1.3
The Internet address type of ciscoMvpnMdtDataWildcardBits.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

ciscoMvpnMdtDataWildcardBits 1.3.6.1.4.1.9.10.113.1.3.2.1.4
Wildcard bits which when used along with data MDT range address, give a pool of addresses to be used in a MVRF. For example, if ciscoMvpnMdtDataRangeAddress is 239.1.2.0 and ciscoMvpnMdtDataWildcardBits is 0.0.0.3, the possible data MDT addresses are 239.1.2.0, 239.1.2.1, 239.1.2.2 and 239.1.2.3. Note that wild card bits should be right contiguous.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

ciscoMvpnMdtDataThreshold 1.3.6.1.4.1.9.10.113.1.3.2.1.5
The bandwidth threshold value which when exceeded for a multicast routing entry in the given MVRF, triggers usage of data MDT address instead of default MDT address for encapsulation.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..4294967295  

ciscoMvpnMdtDataRowStatus 1.3.6.1.4.1.9.10.113.1.3.2.1.6
This variable is used to create, modify or delete a row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoMvpnMrouteMdtTable 1.3.6.1.4.1.9.10.113.1.4.1
Given a multicast routing entry and the context MVRF, this table provides information about the MDT group being used for encapsulating the traffic for the multicast routing entry in the provider network at the instance of querying. Note that this table is a read-only table and is the result of the default MDT and data MDT configurations and the operational conditions like the traffic rate and sometimes, the implementation choices.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoMvpnMrouteMdtEntry

ciscoMvpnMrouteMdtEntry 1.3.6.1.4.1.9.10.113.1.4.1.1
An entry in this table exists for a multicast routing entry the traffic for which is being encapsulated in a context MVRF.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoMvpnMrouteMdtEntry  

ciscoMvpnMrouteMvrfGrpAddrType 1.3.6.1.4.1.9.10.113.1.4.1.1.1
The Internet address type of ciscoMvpnMrouteMvrfGroup.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ciscoMvpnMrouteMvrfGroup 1.3.6.1.4.1.9.10.113.1.4.1.1.2
Group adddress of multicast routing entry in question.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

ciscoMvpnMrouteMvrfSrcAddrType 1.3.6.1.4.1.9.10.113.1.4.1.1.3
The Internet address type of ciscoMvpnMrouteMvrfSource.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ciscoMvpnMrouteMvrfSource 1.3.6.1.4.1.9.10.113.1.4.1.1.4
Source adddress of the multicast routing entry in question.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

ciscoMvpnMrouteUpDownStreamInfo 1.3.6.1.4.1.9.10.113.1.4.1.1.5
Indicates if this PE is the upstream (sending) or the downstream (receiving) router for the multicast routing entry specified by ciscoMvpnMrouteMvrfSource and ciscoMvpnMrouteMvrfGroup in the context MVRF specified by mplsVpnVrfName. Note that there may be two rows for the same multicast routing entry if the traffic is bi-directional, one row for PE as an upstream router the other for PE as the downstream router.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER upstream(1), downstream(2)  

ciscoMvpnMrouteMdtGrpAddrType 1.3.6.1.4.1.9.10.113.1.4.1.1.6
The Internet address type of ciscoMvpnMrouteMdtGroup.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ciscoMvpnMrouteMdtGroup 1.3.6.1.4.1.9.10.113.1.4.1.1.7
MDT group address used to encapsulate the multicast routing entry specified by ciscoMvpnMrouteMvrfSource and ciscoMvpnMrouteMvrfGroup in the context MVRF specified by mplsVpnVrfName.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ciscoMvpnMrouteMdtType 1.3.6.1.4.1.9.10.113.1.4.1.1.8
Indicates the type of MDT group used for encapsulation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER mdtDefault(1), mdtData(2)  

ciscoMvpnBgpMdtUpdateTable 1.3.6.1.4.1.9.10.113.1.4.2
This table has information about the BGP advertisement of the the MDT groups. (These advertisements are generated and used for source discovery when SSM is used.)
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoMvpnBgpMdtUpdateEntry

ciscoMvpnBgpMdtUpdateEntry 1.3.6.1.4.1.9.10.113.1.4.2.1
An entry in this table is created when a BGP advertisement of the MDT group is received and cached in the PE device. An entry in this table deleted when such a cached BGP MDT update is withdrawn.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoMvpnBgpMdtUpdateEntry  

ciscoMvpnBgpMdtUpdGrpAddrType 1.3.6.1.4.1.9.10.113.1.4.2.1.1
The Internet address type of ciscoMvpnBgpMdtUpdateGroup.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ciscoMvpnBgpMdtUpdateGroup 1.3.6.1.4.1.9.10.113.1.4.2.1.2
MDT group address in the BGP MDT advertisement.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

ciscoMvpnBgpMdtUpdateRd 1.3.6.1.4.1.9.10.113.1.4.2.1.3
RD (route distinguisher) in the BGP MDT advertisement. This is the RD corresponding to the originator PE.
Status: current Access: read-only
OBJECT-TYPE    
  MplsVpnRouteDistinguisher  

ciscoMvpnBgpMdtUpdSrcAddrType 1.3.6.1.4.1.9.10.113.1.4.2.1.4
The Internet address type of ciscoMvpnBgpMdtUpdateSource.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ciscoMvpnBgpMdtUpdateSource 1.3.6.1.4.1.9.10.113.1.4.2.1.5
MDT source address in the BGP MDT advertisement.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

ciscoMvpnBgpMdtUpdOrigAddrType 1.3.6.1.4.1.9.10.113.1.4.2.1.6
The Internet address type of ciscoMvpnBgpMdtUpdateOriginator.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ciscoMvpnBgpMdtUpdateOriginator 1.3.6.1.4.1.9.10.113.1.4.2.1.7
The BGP peering address of the device that originated (or advertized) the BGP MDT update.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ciscoMvpnBgpMdtUpdNhAddrType 1.3.6.1.4.1.9.10.113.1.4.2.1.8
The Internet address type of ciscoMvpnBgpMdtUpdateNexthop.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ciscoMvpnBgpMdtUpdateNexthop 1.3.6.1.4.1.9.10.113.1.4.2.1.9
The next-hop address (address of the border router to be used to reach the destination network) in the BGP MDT advertisement.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ciscoMvpnMdtJnRcvTable 1.3.6.1.4.1.9.10.113.1.4.3
This table has information about the data MDT join TLVs received by a device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoMvpnMdtJnRcvEntry

ciscoMvpnMdtJnRcvEntry 1.3.6.1.4.1.9.10.113.1.4.3.1
An entry in this table is created or updated for every MDT data join TLV received and cached in the device. The value of mplsVpnVrfName in such an entry specifies the name of the MVRF for which the data MDT groups from the TLVs are used.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoMvpnMdtJnRcvEntry  

ciscoMvpnMdtJnRcvGrpAddrType 1.3.6.1.4.1.9.10.113.1.4.3.1.1
The Internet address type of ciscoMvpnMdtJnRcvGroup.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ciscoMvpnMdtJnRcvGroup 1.3.6.1.4.1.9.10.113.1.4.3.1.2
Data MDT group address in the MDT join TLV.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

ciscoMvpnMdtJnRcvSrcAddrType 1.3.6.1.4.1.9.10.113.1.4.3.1.3
The Internet address type of ciscoMvpnMdtJnRcvSource.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ciscoMvpnMdtJnRcvSource 1.3.6.1.4.1.9.10.113.1.4.3.1.4
Source address for the MDT multicast routing entry created following the receipt of MDT join TLV.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

ciscoMvpnMdtJnRcvUpTime 1.3.6.1.4.1.9.10.113.1.4.3.1.5
The time since this MDT join TLV was first received by the device.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

ciscoMvpnMdtJnRcvExpTime 1.3.6.1.4.1.9.10.113.1.4.3.1.6
The amount of time remaining before the cache corresponding to this MDT join TLV is deleted from the device and the corresponding MDT multicast routing entry is marked as a non-MDT entry. Note that multiple TLVs for a data MDT group may be received by a device. Upon receipt, the expiry timer of an already existing entry is restarted and so ciscoMvpnMdtJnRcvExpTime is updated.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

ciscoMvpnMdtJnSendTable 1.3.6.1.4.1.9.10.113.1.4.4
This table specifies the data MDT Join TLVs sent by a device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoMvpnMdtJnSendEntry

ciscoMvpnMdtJnSendEntry 1.3.6.1.4.1.9.10.113.1.4.4.1
Entries in this table exist for data MDT Join TLVs that are being sent by this device to other PEs.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoMvpnMdtJnSendEntry  

ciscoMvpnMdtJnSendGrpAddrType 1.3.6.1.4.1.9.10.113.1.4.4.1.1
The Internet address type of ciscoMvpnMdtJnSendGroup.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ciscoMvpnMdtJnSendGroup 1.3.6.1.4.1.9.10.113.1.4.4.1.2
This indicates the address of a multicast group in the MVRF specified by the column mplsVpnVrfName. This along with ciscoMvpnMdtJnSendSource identifies the multicast routing entry for which the MDT join TLV is sent.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

ciscoMvpnMdtJnSendSrcAddrType 1.3.6.1.4.1.9.10.113.1.4.4.1.3
The Internet address type of ciscoMvpnMdtJnSendSource.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ciscoMvpnMdtJnSendSource 1.3.6.1.4.1.9.10.113.1.4.4.1.4
This indicates the address of a source in the MVRF specified by the column mplsVpnVrfName. This, along with ciscoMvpnMdtJnSendGroup identifies the multicast routing entry for which the MDT join TLV is sent.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16|20)  

ciscoMvpnMdtJnSendMdtGrpAddrType 1.3.6.1.4.1.9.10.113.1.4.4.1.5
The Internet address type of ciscoMvpnMdtJnSendMdtGroup.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ciscoMvpnMdtJnSendMdtGroup 1.3.6.1.4.1.9.10.113.1.4.4.1.6
The data MDT group in the MDT Join TLV sent.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ciscoMvpnMdtJnSendMdtRefCt 1.3.6.1.4.1.9.10.113.1.4.4.1.7
Indicates how many multicast routing entries in the MVRF specified by the column mplsVpnVrfName are using ciscoMvpnMdtJnSendMdtGroup for encapsulation.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

ciscoMvpnTunnelTable 1.3.6.1.4.1.9.10.113.1.4.5
This table gives information about the MVPN/MDT tunnels present in the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoMvpnTunnelEntry

ciscoMvpnTunnelEntry 1.3.6.1.4.1.9.10.113.1.4.5.1
An entry in this table is created for every MVPN tunnel interface present in the device. The ifType for a MVPN tunnel is 'tunnel' (131). (A MVPN tunnel interface should have relevant generic support in the IF-MIB and in the internet draft, draft-thaler-inet-tunnel-mib. Only MVPN specific aspects of such a tunnel interface are to be specified in this table.)
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoMvpnTunnelEntry  

ciscoMvpnTunnelName 1.3.6.1.4.1.9.10.113.1.4.5.1.1
The canonical name assigned to the tunnel. The ifName of this tunnel interface should have a value equal to ciscoMvpnTunnelName.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ciscoMvpnTunnelMvrf 1.3.6.1.4.1.9.10.113.1.4.5.1.2
Name of the MVRF that this tunnel is associated with. This object has the same value as mplsVpnVrfName for the MVRF.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ciscoMvpnMvrfChange 1.3.6.1.4.1.9.10.113.0.2
A ciscoMvpnMvrfChange notification signifies a change about a MVRF in the device. The change event can be creation of the MVRF, deletion of the MVRF or an update on the default or data MDT configuration of the MVRF. The change event is indicated by ciscoMvpnGenOperStatusChange embedded in the notification. The user can then query ciscoMvpnGenericTable, ciscoMvpnMdtDefaultTable and/or ciscoMvpnMdtDataTable to get the details of the change as necessary. Note: Since the creation of a MVRF is often followed by configuration of default and data MDT groups for the MVRF, more than one (three at most) notifications for a MVRF may be generated serially, and it is really not necessary to generate all three of them. An agent may choose to generate a notification for the last event only, that is for data MDT configuration. Similarly, deletion of default or data MDT configuration on a MVRF happens before a MVRF is deleted, it is recommended that the agent send the notification for MVRF deletion event only.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoMvpnGroups 1.3.6.1.4.1.9.10.113.2.1
OBJECT IDENTIFIER    

ciscoMvpnCompliances 1.3.6.1.4.1.9.10.113.2.2
OBJECT IDENTIFIER    

ciscoMvpnModuleFullCompliance 1.3.6.1.4.1.9.10.113.2.2.1
Compliance statement for agents that support read-create so that both configuration and monitoring can be accomplished via this MIB module.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoMvpnModuleReadOnlyCompliance 1.3.6.1.4.1.9.10.113.2.2.2
Compliance statement for agents that support the monitoring of MVRFs via this MIB module.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoMvpnScalarGroup 1.3.6.1.4.1.9.10.113.2.1.1
Collection of scalar objects required for MVPN management.
Status: current Access: read-only
OBJECT-GROUP    

ciscoMvpnMIBGenericGroup 1.3.6.1.4.1.9.10.113.2.1.2
Collection of objects needed for MVPN MVRF management.
Status: current Access: read-only
OBJECT-GROUP    

ciscoMvpnMIBMdtDefaultGroup 1.3.6.1.4.1.9.10.113.2.1.3
Collection of objects needed for MVPN default MDT group management.
Status: current Access: read-only
OBJECT-GROUP    

ciscoMvpnMIBMdtDataGroup 1.3.6.1.4.1.9.10.113.2.1.4
Collection of objects needed for MVPN data MDT group management.
Status: current Access: read-only
OBJECT-GROUP    

ciscoMvpnMIBMrouteMdtGroup 1.3.6.1.4.1.9.10.113.2.1.5
Collection of objects that list sources in a MVRF and the corresponding MDT groups.
Status: current Access: read-only
OBJECT-GROUP    

ciscoMvpnMIBBgpMdtUpdateGroup 1.3.6.1.4.1.9.10.113.2.1.6
Collection of objects needed for MVPN BGP MDT updates related information.
Status: current Access: read-only
OBJECT-GROUP    

ciscoMvpnMIBMdtJnRcvGroup 1.3.6.1.4.1.9.10.113.2.1.7
Collection of objects needed for management of MVPN MDT data joins received by a device.
Status: current Access: read-only
OBJECT-GROUP    

ciscoMvpnMIBMdtJnSendGroup 1.3.6.1.4.1.9.10.113.2.1.8
Collection of objects needed for management of MVPN MDT data joins received by a device.
Status: current Access: read-only
OBJECT-GROUP    

ciscoMvpnTunnelGroup 1.3.6.1.4.1.9.10.113.2.1.9
Objects required for MDT tunnel interface management.
Status: current Access: read-only
OBJECT-GROUP    

ciscoMvpnNotificationGroup 1.3.6.1.4.1.9.10.113.2.1.10
A collection of MVPN notifications.
Status: current Access: read-only
NOTIFICATION-GROUP