CISCO-DSL-PROVISION-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-DSL-PROVISION-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoDslProvisionMIB 1.3.6.1.4.1.9.10.30
Cisco DSL (Digital Subscriber Line) Provision MIB Module. It is used to create subscriber PPP over ATM sessions and related tasks.
       ciscoDslProvMIBObjects 1.3.6.1.4.1.9.10.30.1
           cdslNrpSlot 1.3.6.1.4.1.9.10.30.1.1
               cdslMaxNrps 1.3.6.1.4.1.9.10.30.1.1.1 unsigned32 read-only
Maximum number of the node routing processors (NRP) allowed in the system.
               cdslNrpNumber 1.3.6.1.4.1.9.10.30.1.1.2 gauge32 read-only
The number of NRPs that are present in this system.
               cdslNrpIpAddressTable 1.3.6.1.4.1.9.10.30.1.1.3 no-access
This table reflects the IP addresses of each NRP in the system.
                   cdslNrpIpAddressEntry 1.3.6.1.4.1.9.10.30.1.1.3.1 no-access
These entries are used to store the IP Addresses of NRP cards that are inserted in the indexed slot. The IP addresses are used to access these cards.
                       cdslNrpSlotIndex 1.3.6.1.4.1.9.10.30.1.1.3.1.1 integer32 no-access
The object specifies the identifier of a slot containing a NRP.
                       cdslNrpIpAddress 1.3.6.1.4.1.9.10.30.1.1.3.1.2 ipaddress read-only
The object specifies the IP addresses associated with the NRP contained in the slot identified by cdslNrpSlotIndex.
           cdslVirtualTemplate 1.3.6.1.4.1.9.10.30.1.2
               cdslVirtualTemplateNumberTable 1.3.6.1.4.1.9.10.30.1.2.1 no-access
This table reflects the number of virtual template that are presently set up in each NRP. A virtual template interface is a logical entity a configuration for a serial-interface but not tied to a physical interface - thatcan be applied dynamically as needed.
                   cdslVirtualTemplateNumberEntry 1.3.6.1.4.1.9.10.30.1.2.1.1 no-access
Entries are read only.
                       cdslMaxVirtualTemplates 1.3.6.1.4.1.9.10.30.1.2.1.1.1 unsigned32 read-only
The object specifies the maximum number of virtual templates allowed in one single NRP.
                       cdslVirtualTemplates 1.3.6.1.4.1.9.10.30.1.2.1.1.2 gauge32 read-only
This object indicates the number of virtual templates presently set up in each NRP identified by cdslNrpSlotIndex.
               cdslVirtualTemplateTable 1.3.6.1.4.1.9.10.30.1.2.2 no-access
This table includes the virtual templates in the NRP identified by cNrpSlotIndex. Though a virtual template is often called a virtual template interface, it is not reflected in the ifTable.
                   cdslVirtualTemplateEntry 1.3.6.1.4.1.9.10.30.1.2.2.1 no-access
User may create a new entry or delete an existing entry. Entries may be created without explicitly setting cdslVTRowStatus. While the row status is 'active', objects having read-create access can be changed.
                       cdslVTIndex 1.3.6.1.4.1.9.10.30.1.2.2.1.1 integer32 no-access
This object represents an arbitrary index used to identify the virtual template entry.
                       cdslVTIpAddressMethod 1.3.6.1.4.1.9.10.30.1.2.2.1.2 integer read-only
This object indicates how an IP address is obtained to be associated with this virtual template. The actual parameters of these methods are indicated by the objects defined after. none -- means no IP address associated. ipAddress -- means an explicit IP address and mask. interfaceIp -- uses the IP address of an interface if it has one. negotiate -- obtains IP address from a pre-configured DHCP server. In the set operation, only the parameter corresponding to this object is considered. All other parameters are ignored and forgotten. Enumeration: 'none': 0, 'ipAddress': 1, 'interfaceIp': 2, 'negotiate': 3.
                       cdslVTIpAddress 1.3.6.1.4.1.9.10.30.1.2.2.1.3 ipaddress read-only
This object specifies the IP address associated with this virtual template entry. This object is only valid when cdslVTIpAddressMethod is 'ipAddress'. To set the value correctly, this object shall be set in the same packet as cdslVTIpAddressMethod.
                       cdslVTIpAddressMask 1.3.6.1.4.1.9.10.30.1.2.2.1.4 ipaddress read-only
This object specifies the IP address mask. This object is only valid when cdslVTIpAddressMethod is 'ipAddress'. To set the value correctly, this object shall be set in the same packet as cdslVTIpAddressMethod.
                       cdslVTIpIfIndex 1.3.6.1.4.1.9.10.30.1.2.2.1.5 interfaceindexorzero read-only
This object specifies the ifIndex of the interface, whose IP address will be used for the virtual template entry. Any interface with an IP address in the routing processor can be selected. This object is only valid when cdslVTIpAddressMethod is 'interfaceIp'. To set the value correctly, this object shall be set in the same packet as cdslVTIpAddressMethod.
                       cdslVTPeerIpAddressMethod 1.3.6.1.4.1.9.10.30.1.2.2.1.6 integer read-only
This object indicates how an IP address is obtained when a peer requesting one. The actual parameters of these methods are indicated by the objects defined after. none -- means no IP address associated. negotiate -- obtains IP address from a pre-configured DHCP server. ipAddressPool -- obtains IP address from an ip address pool specified by cdslVTPeerIpAddrPool to be defined. In the set operation, only the parameter corresponding to the value of this object is considered. All other parameters are ignored and forgotten. Enumeration: 'none': 0, 'ipAddressPool': 2, 'negotiate': 1.
                       cdslVTPeerIpAddrPool 1.3.6.1.4.1.9.10.30.1.2.2.1.7 displaystring read-only
This object is used to specify peer default local IP address pool name. This object is only valid when cdslVTPeerIpAddressMethod is 'ipAddressPool'. To set the value correctly, this object shall be set in the same packet as cdslVTPeerIpAddressMethod. If set this object to a pool name that does not correspond to any entry in the cdslLocalIpAddrPoolTable, then the global IP address mechanism shall be applied. So to use the global IP address mechanism, one should set this object to a non-existent cdslLocalIpAddrPoolName or an empty string.
                       cdslVTPppAuthChap 1.3.6.1.4.1.9.10.30.1.2.2.1.8 integer32 read-only
This object is used to specify to use Challenge Handshake Authentication Protocol (CHAP) authentication method and the order it is used. The value zero indicates that CHAP is not used. See the description of object cdslVTPppAuthPap for the meaning of non-zero value.
                       cdslVTPppAuthMSChap 1.3.6.1.4.1.9.10.30.1.2.2.1.9 integer32 read-only
This object is used to specify the use of Microsoft's CHAP (MSCHAP) authentication method and the order it is used. The value zero indicates that MSCHAP is not used. See the description of object cdslVTPppAuthPap for the meaning of non-zero value.
                       cdslVTPppAuthPap 1.3.6.1.4.1.9.10.30.1.2.2.1.10 integer32 read-only
This object is used to specify whether to use Password Authentication Protocol (PAP) authentication method and the order it is used. This object is one of multiple objects used to specify authentication methods. The other authentication method objects are cdslVTPppAuthChap and cdslVTPppAuthMSChap. A non-zero value for any of these authentication method objects indicates that its associated authentication method is to be employed. The value of these objects indicates the order in which their respective methods should be applied to the process of authenticating users. The lowest non-zero valued authentication method object is used first. If it fails, the second lowest is applied. If all methods fail, the user is rejected. If multiple objects are set to the same value, then the order of the corresponding methods will be adjusted in the order of CHAP, MSCHAP and PAP. Each time one of these auth method value is set, all the auth method object values will be re-assigned to reflect the order change and the values will be in an incremental order started from one. So the return value(s) of a snmpget request for these objects may be different from what they are set. However the order is preserved.
                       cdslVTPppChapHost 1.3.6.1.4.1.9.10.30.1.2.2.1.11 displaystring read-only
This object is used to specify the PPP CHAP host name.
                       cdslVTPppChapPassword 1.3.6.1.4.1.9.10.30.1.2.2.1.12 displaystring read-only
This object is used to specify the PPP CHAP password.
                       cdslVTPppChapEncrypType 1.3.6.1.4.1.9.10.30.1.2.2.1.13 truthvalue read-only
This object is used to specify whether to encrypt the PPP CHAP password. Only effective when cdslVTPppChapPassword is non-empty.
                       cdslVTPppChapRefuse 1.3.6.1.4.1.9.10.30.1.2.2.1.14 integer read-only
The object is used to refuse CHAP authentication from peers requesting it. To disable this function set the value to no. RefuseCallinOnly indicating the system to refuse to answer CHAP authentication challenges received from the peer, but will still require the peer to answer any CHAP challenges this system sends. Enumeration: 'refuse': 2, 'refuseCallinOnly': 3, 'no': 1.
                       cdslVTPppChapWaitPeer 1.3.6.1.4.1.9.10.30.1.2.2.1.15 truthvalue read-only
This object is used to specify that the system will not authenticate to a peer requesting CHAP authentication until after the peer has authenticated to this system. To disable this function, set this object to 'false'. That is the system will handle the peer authentication requesting even if a peer has not authenticate itself yet.
                       cdslVTPppPapUserName 1.3.6.1.4.1.9.10.30.1.2.2.1.16 displaystring read-only
This object is used to specify the PPP PAP user name that will be sent to a peer device. Please refer to the description of cdslVTPppPassword to see the interaction.
                       cdslVTPppPapPassword 1.3.6.1.4.1.9.10.30.1.2.2.1.17 displaystring read-only
This object is used to specify the PPP PAP authentication password. The system only utilizes the user name and password when both cdslVTPppUserName and cdslVTPppPassword are non-empty strings. To enforce this the following mechanism is applied. When both are empty strings, set any single one into non-empty string would automatically set the other into the same string. When set any into empty string, the other object would be set to empty string too automatically.
                       cdslVTPppPapEncrypType 1.3.6.1.4.1.9.10.30.1.2.2.1.18 truthvalue read-only
This object is used to specify whether to encrypt the PAP password. Only effective when cdslVTPppPapPassword is non-empty.
                       cdslVTPppUseTacacs 1.3.6.1.4.1.9.10.30.1.2.2.1.19 integer read-only
This object is used to specify whether to enable TACACS for PPP authentication. SingleLine means yes and plus to accept username and password in the username field that is in single line. Enumeration: 'singleLine': 3, 'yes': 2, 'no': 1.
                       cdslVTRowStatus 1.3.6.1.4.1.9.10.30.1.2.2.1.20 rowstatus read-only
This object is used to create a new row or modify or delete an existing row in this table.
           cdslLocalIpAddrPool 1.3.6.1.4.1.9.10.30.1.3
               cdslLocalIpAddrPoolNumberTable 1.3.6.1.4.1.9.10.30.1.3.1 no-access
This table indicates the number of IP address pools that are presently set up in each NRP.
                   cdslLocalIpAddrPoolNumberEntry 1.3.6.1.4.1.9.10.30.1.3.1.1 no-access
Entries are read only.
                       cdslMaxLocalIpAddrPools 1.3.6.1.4.1.9.10.30.1.3.1.1.1 unsigned32 read-only
Maximum number of local IP address pools allowed in a NRP.
                       cdslLocalIpAddrPools 1.3.6.1.4.1.9.10.30.1.3.1.1.2 gauge32 read-only
The number of local IP address pools presently set up.
               cdslLocalIpAddrPoolTable 1.3.6.1.4.1.9.10.30.1.3.2 no-access
This table defines the IP local address pool. An IP address pool may have a single entry in the table. The ranges of a pool are represented in the cdslLocalIPAddrRangeTable.
                   cdslLocalIpAddrPoolEntry 1.3.6.1.4.1.9.10.30.1.3.2.1 no-access
This list contains IP pool entry. The entry is read-only. The creation or the deletion of an entry will be a by-product of the entry in the cdslLocalIPAddrRangeTable. When an entry is created and activated in that table, an entry in this table will come into existance if it is not already so. When an entry is deleted in that table, if there is no other entry existing in that table with the same cdslNrpSlotIndex and cdslLocalIpAddrPoolName, the netry in this table with the same indices will diappear from the table.
                       cdslLocalIpAddrPoolName 1.3.6.1.4.1.9.10.30.1.3.2.1.1 displaystring no-access
A unique and non-empty string for the pool. The name can not be modified once created.
                       cdslLocalIpAddrPoolFreeAddresses 1.3.6.1.4.1.9.10.30.1.3.2.1.2 unsigned32 read-only
The number of IP addresses still available for use in the pool. Please notice that the number is for the whole pool, not for the individual range.
                       cdslLocalIpAddrPoolInUseAddresses 1.3.6.1.4.1.9.10.30.1.3.2.1.3 unsigned32 read-only
The number of addresses currently in use in the pool. Please notice that the number is for the whole pool, not for the individual range.
               cdslLocalIpAddrRangeTable 1.3.6.1.4.1.9.10.30.1.3.3 no-access
This table defines the IP local address pool ranges. An IP address pool may have a single entry or multiple entries in the table, since an IP address pool can have multiple dis-continuous ranges. Each range will have a separate entry in the table.
                   cdslLocalIpAddrRangeEntry 1.3.6.1.4.1.9.10.30.1.3.3.1 no-access
This list contains IP pool range entry. User may create a new entry or delete an existing entry. When creating an entry, after its activation, an entry in the cdslLocalIpAddrPoolTable will exist if it is not already so. When destroying an entry, if the range is the only range in the pool, the range entry will be destroyed and the pool entry will disappear from the cdslLocalIpAddrPoolTable.
                       cdslLocalIpAddrRangeLowAddr 1.3.6.1.4.1.9.10.30.1.3.3.1.1 ipaddress no-access
The low range of this IP address pool range. This must be lower than the pool's high range.
                       cdslLocalIpAddrRangeHighAddr 1.3.6.1.4.1.9.10.30.1.3.3.1.2 ipaddress no-access
The high range of this IP address pool range. This must be higher than the pool's low range.
                       cdslLocalIpAddrRangeRowStatus 1.3.6.1.4.1.9.10.30.1.3.3.1.3 rowstatus read-only
This object is used to create a new row or delete an existing row in this table.
           cdslAtmPvc 1.3.6.1.4.1.9.10.30.1.4
               cdslPppOverAtmPvcNumberTable 1.3.6.1.4.1.9.10.30.1.4.1 no-access
This table reflects the number of PVCs of PPP encapsulation presently set up in each NRP.
                   cdslPppOverAtmPvcNumberEntry 1.3.6.1.4.1.9.10.30.1.4.1.1 no-access
Each entry represents the responding NRP.
                       cdslPppOverAtmPvcs 1.3.6.1.4.1.9.10.30.1.4.1.1.1 gauge32 read-only
The number of atm pvcs that are presently set up with PPP encapsulation. The number of all atm PVCs and the maximum number of PVCs are provided by AToM Mib.
               cdslAtmPvcTable 1.3.6.1.4.1.9.10.30.1.4.2 no-access
This table includes configuration parameters for ATM PVCs with PPP encapsulation. The vc-mode ATM PVC management approach is used as the PVC creating method, which greatly simplifies configuration by using of vc-class. The PVCs which were created using atm pvc cli commands can only be read or deleted from snmp. In case of reading, only the values of vpi, vci, sub-interface number, encapsulation, virtual template number and row status are meaningful. When trying to set any object of these PVCs, a GEN_ERROR returns except for the row status object. To indicate a PVC is created with old pvc syntax, the value of cdslAtmPvcClass will be set into '!'.
                   cdslAtmPvcEntry 1.3.6.1.4.1.9.10.30.1.4.2.1 no-access
The IfIndex by which the table is indexed, is the ATM interface index in which the PVC is created. The only object that is allowed to change the value while the row status is 'active' is cdslAtmPvcClass. Please refer to the description of cdslAtmPvcRowStatus for more information.
                       cdslAtmPvcVpi 1.3.6.1.4.1.9.10.30.1.4.2.1.1 integer32 no-access
The virtual path identifier of the PVC. Please note that it is routing processor's VPI number.
                       cdslAtmPvcVci 1.3.6.1.4.1.9.10.30.1.4.2.1.2 integer32 no-access
The virtual channel identifier of the PVC. Please note that it is routing processor's VCI number.
                       cdslAtmPvcName 1.3.6.1.4.1.9.10.30.1.4.2.1.3 displaystring read-only
This object can be used to identify the PVC. Unique name for each PVC is desired if assigned.
                       cdslAtmPvcSubIfNumber 1.3.6.1.4.1.9.10.30.1.4.2.1.4 integer32 read-only
This object indicates the ios sub-interface number if this PVC belongs to an atm sub-interface. Once the pvc exists, the value can not be modified. If the PVC is created under the ATM interface level and not a subinterface level, the object shall be zero.
                       cdslAtmPvcClass 1.3.6.1.4.1.9.10.30.1.4.2.1.5 displaystring read-only
This object indicates the vc-class to inherit when the named vc-class exists. If the object is to set into an empty string, the default value 'default-vc-class' will be used. If the 'default-vc-class' class does exist, it will be created and the encapsulation is set to aal5ciscoppp and the virtual template number is set to the largest virtual template number allowed. If the specified virtual template does not exist, it will be created with no specific configuration. If the specified vc-class does not exist, a new vc-class will be created in the same way as the default-vc-class is. If the specified vc-class exists and its encapsulation is not 'aal5mux' or 'aal5ciscoppp', an error will be returned.
                       cdslAtmPvcQosType 1.3.6.1.4.1.9.10.30.1.4.2.1.6 integer read-only
Quality of Service type of this PVC. Enumeration: 'ubrDefault': 0, 'ubr': 2, 'ubrPlus': 3, 'max': 7, 'cbr': 1, 'abr': 6, 'vbrNrt': 5, 'vbrRt': 4.
                       cdslAtmPvcAbrPCR 1.3.6.1.4.1.9.10.30.1.4.2.1.7 unsigned32 read-only
Availabe bit rate (Abr) peak cell rate(PCR) of this PVC.
                       cdslAtmPvcAbrMCR 1.3.6.1.4.1.9.10.30.1.4.2.1.8 unsigned32 read-only
Abr Minimum Guaranteed Cell Rate(MCR) of this PVC.
                       cdslAtmPvcAbrIORIF 1.3.6.1.4.1.9.10.30.1.4.2.1.9 unsigned32 read-only
Abr inverse of rate increase factor (1/rif) of this PVC.
                       cdslAtmPvcAbrIORDF 1.3.6.1.4.1.9.10.30.1.4.2.1.10 unsigned32 read-only
Abr inverse of rate decrease factor (1/rdf) of this PVC.
                       cdslAtmPvcBroadcast 1.3.6.1.4.1.9.10.30.1.4.2.1.11 integer read-only
This object indicates whether to allow broadcast or not. Enumeration: 'true': 1, 'false': 0, 'unknown': 2.
                       cdslAtmPvcEncapsulation 1.3.6.1.4.1.9.10.30.1.4.2.1.12 integer read-only
This object indicates encapsulation method of this PVC. Enumeration: 'aal5snap': 1, 'default': 0, 'aal5mux': 2, 'aal34smds': 4, 'aal5qsaal': 6, 'aal5ciscoppp': 7, 'aal5ilmi': 5, 'aal5nlpid': 3.
                       cdslAtmPvcMuxLinkType 1.3.6.1.4.1.9.10.30.1.4.2.1.13 integer read-only
This object can be used to This object is used to specify the link type if the encapsulation is aal5mux. 1 -- ip and 2 -- ppp. Enumeration: 'ip': 1, 'ppp': 2.
                       cdslAtmPvcVirtualTemplate 1.3.6.1.4.1.9.10.30.1.4.2.1.14 integer32 read-only
The virtual template number configured for the PVC.
                       cdslAtmPvcILMIManage 1.3.6.1.4.1.9.10.30.1.4.2.1.15 integer read-only
This object indicates whether to ilmi manage or not. Enumeration: 'true': 1, 'false': 0, 'unknown': 2.
                       cdslAtmPvcInarp 1.3.6.1.4.1.9.10.30.1.4.2.1.16 unsigned32 read-only
This object indicates the InARP Frequency in minutes (Only meaningful in aal5snap encapsulation).
                       cdslAtmPvcOamRetryUpCount 1.3.6.1.4.1.9.10.30.1.4.2.1.17 unsigned32 read-only
This object indicates the OAM retry count before declaring a VC is up.
                       cdslAtmPvcOamRetryDownCount 1.3.6.1.4.1.9.10.30.1.4.2.1.18 unsigned32 read-only
This object indicates the OAM retry count before declaring a VC is down.
                       cdslAtmPvcOamPvcManaged 1.3.6.1.4.1.9.10.30.1.4.2.1.19 integer read-only
This object indicates whether to enable VC management on OAM in this PVC. Enumeration: 'true': 1, 'false': 0, 'unknown': 2.
                       cdslAtmPvcOamPvcLF 1.3.6.1.4.1.9.10.30.1.4.2.1.20 unsigned32 read-only
This object indicates the OAM loopback frequency(seconds) for this PVC.
                       cdslAtmPvcProtocolIpBC 1.3.6.1.4.1.9.10.30.1.4.2.1.21 truthvalue read-only
Pseudo-broadcast on the protocol IP inarp connections or not (Only meaningful in aal5snap encapsulation).
                       cdslAtmPvcProtocolIpxBC 1.3.6.1.4.1.9.10.30.1.4.2.1.22 truthvalue read-only
This object indicates whether to allow Pseudo-broadcast on the protocol IPX inarp connections or not (Only meaningful in aal5snap encapsulation).
                       cdslAtmPvcUbrPCR 1.3.6.1.4.1.9.10.30.1.4.2.1.23 unsigned32 read-only
This object indicates the Ubr Peak Cell Rate.
                       cdslAtmPvcUbrPlusPCR 1.3.6.1.4.1.9.10.30.1.4.2.1.24 unsigned32 read-only
This object indicates the Ubr+ Peak Cell Rate.
                       cdslAtmPvcUbrPlusMCR 1.3.6.1.4.1.9.10.30.1.4.2.1.25 unsigned32 read-only
This object indicates the Ubr+ Minimum Guaranteed Cell Rate.
                       cdslAtmPvcVbrNrtPCR 1.3.6.1.4.1.9.10.30.1.4.2.1.26 unsigned32 read-only
This object indicates the Vbr-Nrt Peak Cell Rate.
                       cdslAtmPvcVbrNrtSCR 1.3.6.1.4.1.9.10.30.1.4.2.1.27 unsigned32 read-only
This object indicates the Vbr-Nrt Sustainable Cell Rate.
                       cdslAtmPvcRowStatus 1.3.6.1.4.1.9.10.30.1.4.2.1.28 rowstatus read-only
This object is used to create a new row or modify or delete an existing row in this table. When the row is created, but the minimun set of parameters is not all set, the status is 'notReady'. There is no PVC corresponding to it. The minimum set of parameters required to activate an entry is cdslAtmPvcSubIfNumber.
           cdslVcClass 1.3.6.1.4.1.9.10.30.1.5
               cdslVcClassNumberTable 1.3.6.1.4.1.9.10.30.1.5.1 no-access
This table reflects the number of VC classes that are presently set up in each NRP.
                   cdslVcClassNumberEntry 1.3.6.1.4.1.9.10.30.1.5.1.1 no-access
Entries are read only.
                       cdslMaxVcClasses 1.3.6.1.4.1.9.10.30.1.5.1.1.1 unsigned32 read-only
This object indicates the maximum number of VC classes allowed.
                       cdslVcClasses 1.3.6.1.4.1.9.10.30.1.5.1.1.2 gauge32 read-only
This object indicates the number of VC classes presently set in each NRP identified by cdslNrpSlotIndex.
               cdslVcClassTable 1.3.6.1.4.1.9.10.30.1.5.2 no-access
The entries in this table are vc-classes with at least one parameter configured. In other words, empty classes (with name only) will not be present in this table.
                   cdslVcClassEntry 1.3.6.1.4.1.9.10.30.1.5.2.1 no-access
The VC Class entry is read-create. Each entry represents a VC class.
                       cdslVcClassName 1.3.6.1.4.1.9.10.30.1.5.2.1.1 displaystring no-access
This object is used to identify the vc class.
                       cdslVcClassType 1.3.6.1.4.1.9.10.30.1.5.2.1.2 integer read-only
This object indicates the type of the vc class. Atm is for Asynchronous transfer mode and funi for frame user network interface. Enumeration: 'atm': 1, 'funi': 2.
                       cdslVcClassQosType 1.3.6.1.4.1.9.10.30.1.5.2.1.3 integer read-only
This object specifies the QOS type of the vc class. Enumeration: 'ubrDefault': 0, 'ubr': 2, 'ubrPlus': 3, 'max': 7, 'cbr': 1, 'abr': 6, 'vbrNrt': 5, 'vbrRt': 4.
                       cdslVcClassAbrPCR 1.3.6.1.4.1.9.10.30.1.5.2.1.4 integer32 read-only
This object specifies Abr Peak Cell Rate.
                       cdslVcClassAbrMcr 1.3.6.1.4.1.9.10.30.1.5.2.1.5 integer32 read-only
This object specifies Minimum Guaranteed Cell Rate. It shall be smaller than cdslVcClassAbrPCR.
                       cdslVcClassAbrIORIF 1.3.6.1.4.1.9.10.30.1.5.2.1.6 integer32 read-only
This object specifies Abr inverse of rate increase factor (1/rif) to the power of two. Note that the actual value in the system is the power of two of this object. That is, for example, a value 5 of this object means 2**5 = 32 in the system for AbrIORIF. Range (0..15) to the power of two is the range (1..32768).
                       cdslVcClassAbrIORDF 1.3.6.1.4.1.9.10.30.1.5.2.1.7 integer32 read-only
Abr inverse of rate decrease factor (1/rdf) to the power of two. Note that the actual value is the power of two of this object. For example, value 5 of this object means 2**5 = 32. Range (0..15) to the power of two is the range (1..32768).
                       cdslVcClassBroadcast 1.3.6.1.4.1.9.10.30.1.5.2.1.8 integer read-only
This object indicates whether to allow broadcast or not. When set the value, do not use unknown. Enumeration: 'true': 1, 'false': 0, 'unknown': 2.
                       cdslVcClassEncapsulation 1.3.6.1.4.1.9.10.30.1.5.2.1.9 integer read-only
This object specifies encapsulation method. Enumeration: 'aal5snap': 1, 'default': 0, 'aal5mux': 2, 'aal34smds': 4, 'aal5qsaal': 6, 'aal5ciscoppp': 7, 'aal5ilmi': 5, 'aal5nlpid': 3.
                       cdslVcClassMuxLinkType 1.3.6.1.4.1.9.10.30.1.5.2.1.10 integer read-only
This object is used to specify the link type if the encapsulation is aal5mux. 1 for IP and 2 for PPP. Enumeration: 'ip': 1, 'ppp': 2.
                       cdslVcClassVirtualTemplate 1.3.6.1.4.1.9.10.30.1.5.2.1.11 integer32 read-only
The virtual template number. Value zero means not configured.
                       cdslVcClassIdleTimeout 1.3.6.1.4.1.9.10.30.1.5.2.1.12 integer32 read-only
This object specifies idle timeout.
                       cdslVcClassIdleMTR 1.3.6.1.4.1.9.10.30.1.5.2.1.13 integer32 read-only
This object specifies the minimum traffic rate to keep the connection.
                       cdslVcClassILMIManage 1.3.6.1.4.1.9.10.30.1.5.2.1.14 integer read-only
This object specifies whether to allow ilmi manage or not. When set the value, do not use unknown. Enumeration: 'true': 1, 'false': 0, 'unknown': 2.
                       cdslVcClassInarp 1.3.6.1.4.1.9.10.30.1.5.2.1.15 integer32 read-only
This object specifies InARP Frequency in minutes.
                       cdslVcClassOamRetryUpCount 1.3.6.1.4.1.9.10.30.1.5.2.1.16 integer32 read-only
OAM retry count before declaring a VC is up
                       cdslVcClassOamRetryDownCount 1.3.6.1.4.1.9.10.30.1.5.2.1.17 integer32 read-only
OAM retry count before declaring a VC is down
                       cdslVcClassOamPvcManaged 1.3.6.1.4.1.9.10.30.1.5.2.1.18 integer read-only
This object specifies whether to enable VC management on OAM in a PVC. When set the value, do not use unknown. Enumeration: 'true': 1, 'false': 0, 'unknown': 2.
                       cdslVcClassOamPvcLF 1.3.6.1.4.1.9.10.30.1.5.2.1.19 integer32 read-only
This object specifies the OAM loopback frequency.
                       cdslVcClassOamSvcManaged 1.3.6.1.4.1.9.10.30.1.5.2.1.20 integer read-only
This object specifies whether to enable VC management on OAM on SVC SVC. When set the value, do not use unknown. Enumeration: 'true': 1, 'false': 0, 'unknown': 2.
                       cdslVcClassOamSvcLF 1.3.6.1.4.1.9.10.30.1.5.2.1.21 integer32 read-only
This object specifies the OAM loopback frequency for SVC
                       cdslVcClassProtocolIpBC 1.3.6.1.4.1.9.10.30.1.5.2.1.22 truthvalue read-only
This object specifies whether to allow the pseudo-broadcast on the protocol IP inarp connections or not.
                       cdslVcClassProtocolIpxBC 1.3.6.1.4.1.9.10.30.1.5.2.1.23 truthvalue read-only
This object specifies whether to allow the pseudo-broadcast on the protocol IPX inarp connections or not.
                       cdslVcClassTransmitPriority 1.3.6.1.4.1.9.10.30.1.5.2.1.24 integer32 read-only
This object specifies the transmit priority.
                       cdslVcClassUbrPCR 1.3.6.1.4.1.9.10.30.1.5.2.1.25 integer32 read-only
This object specifies the Ubr Peak Cell Rate.
                       cdslVcClassUbrInputPCR 1.3.6.1.4.1.9.10.30.1.5.2.1.26 integer32 read-only
This object specifies the Ubr Input Peak Cell Rate.
                       cdslVcClassUbrPlusPCR 1.3.6.1.4.1.9.10.30.1.5.2.1.27 integer32 read-only
This object specifies the Ubr+ Peak Cell Rate.
                       cdslVcClassUbrPlusMCR 1.3.6.1.4.1.9.10.30.1.5.2.1.28 integer32 read-only
This object specifies the Ubr+ Minimum Guaranteed Cell Rate. It shall be smaller than cdslVcClassUbrPlusPCR.
                       cdslVcClassUbrPlusInputPCR 1.3.6.1.4.1.9.10.30.1.5.2.1.29 integer32 read-only
This object specifies the Ubr+ Input Peak Cell Rate.
                       cdslVcClassUbrPlusInputMCR 1.3.6.1.4.1.9.10.30.1.5.2.1.30 integer32 read-only
This object specifies the Ubr+ Input Minimum Cell Rate. It shall be smaller than cdslVcClassUbrPlusInputPCR.
                       cdslVcClassVbrNrtPCR 1.3.6.1.4.1.9.10.30.1.5.2.1.31 integer32 read-only
This object specifies the Vbr-Nrt Peak Cell Rate.
                       cdslVcClassVbrNrtSCR 1.3.6.1.4.1.9.10.30.1.5.2.1.32 integer32 read-only
This object specifies the Vbr-Nrt Sustainable Cell Rate. It shall be smaller than cdslVcClassVbrNrtPCR.
                       cdslVcClassVbrNrtInputBP 1.3.6.1.4.1.9.10.30.1.5.2.1.33 integer32 read-only
This object specifies the Vbr-Nrt Input Burst Parameter: rounded on AIP to the nearest 32, used as is on NPM.
                       cdslVcClassVbrNrtInputPCR 1.3.6.1.4.1.9.10.30.1.5.2.1.34 integer32 read-only
This object specifies the Vbr-Nrt Input Peak Cell Rate.
                       cdslVcClassVbrNrtInputSCR 1.3.6.1.4.1.9.10.30.1.5.2.1.35 integer32 read-only
This object specifies the Vbr-Nrt Input Sustainable Cell Rate. It shall be smaller than cdslVcClassVbrNrtInputPCR.
                       cdslVcClassVbrNrtInputMBS 1.3.6.1.4.1.9.10.30.1.5.2.1.36 integer32 read-only
This object specifies the Input Maximum Burst Size.
                       cdslVcClassRowStatus 1.3.6.1.4.1.9.10.30.1.5.2.1.37 rowstatus read-only
This object is used to create a new row or modify or delete an existing row in this table. The return value of this object is always 'active', if the row exists. To delete the row, set the value to 'destroy'. When creating a new row, 'createAndGo' is the default value and method even if 'createAndWait' is specified. The row and the VC class will be created. When deleting a vc class, if there is still reference to it, it is made invisibile. Otherwise, it is removed physically.
       ciscoDslProvMIBNotificationPrefix 1.3.6.1.4.1.9.10.30.2
       ciscoDslProvMIBConformance 1.3.6.1.4.1.9.10.30.3
           ciscoDslProvMIBCompliances 1.3.6.1.4.1.9.10.30.3.1
               ciscoDslProvMIBBasicCompliance 1.3.6.1.4.1.9.10.30.3.1.1
The compliance statement for entities which implement the Cisco DSL Provision Management MIB.
           ciscoDslProvMIBGroups 1.3.6.1.4.1.9.10.30.3.2
               ciscoNrpSlotGroup 1.3.6.1.4.1.9.10.30.3.2.1
The DSL Provision NRP Slot Group.
               ciscoVirtualTemplateGroup 1.3.6.1.4.1.9.10.30.3.2.2
The DSL Provision Virtual Template Interface Group.
               ciscoIpPoolGroup 1.3.6.1.4.1.9.10.30.3.2.3
The DSL Provision IP Pool Group.
               ciscoDslPVCGroup 1.3.6.1.4.1.9.10.30.3.2.4
The DSL Provision PVC Group.
               ciscoVcClassGroup 1.3.6.1.4.1.9.10.30.3.2.5
The DSL Provision VC Class Group.