CISCO-DYNAMIC-TEMPLATE-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-DYNAMIC-TEMPLATE-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
 ciscoDynamicTemplateMIB 1.3.6.1.4.1.9.9.784
This MIB defines objects that describe dynamic templates. A dynamic template is a set of configuration attributes that a system can dynamically apply to a target. The target of a dynamic template is the entity configured by the system using the configuration attributes contained by a template. At the time of this writing, an interface represents the only valid target of a dynamic template. However, the architecture does not prevent other target types, and hence, the MIB definition generalizes the notion of a target to allow for this. Generally, the system does not directly apply the attributes contained by a dynamic template to an associated target. The system might generate a derived configuration from the set of dynamic templates associated with the target. A derived configuration represents the union of the configuration attributes contained by each associated dynamic template. In the case of a conflict (i.e., more than one dynamic template specifies the same configuration attribute), the system accepts the configuration attribute from the dynamic template with the highest precedence.
         ciscoDynamicTemplateMIBNotifs 1.3.6.1.4.1.9.9.784.0
         ciscoDynamicTemplateMIBObjects 1.3.6.1.4.1.9.9.784.1
             cdtBase 1.3.6.1.4.1.9.9.784.1.1
                 cdtTemplateTable 1.3.6.1.4.1.9.9.784.1.1.1 no-access
This table lists the dynamic templates maintained by the system, including those that have been locally-configured on the system and those pushed to the system by external policy servers.
                     cdtTemplateEntry 1.3.6.1.4.1.9.9.784.1.1.1.1 no-access
An entry describes a dynamic template, which serves as a container for configuration attributes. The configuration attributes contained by a dynamic template depends on its type. The system automatically creates a corresponding entry when a dynamic template has been created through another management entity (e.g., the system's local console). Likewise, the system automatically destroys a corresponding entry when a dynamic template has been destroyed through another management entity. The system automatically creates a corresponding entry when an external policy server pushes a user profile or a service profile to the system. The system automatically creates a corresponding entry when it generates a derived configuration.
                         cdtTemplateName 1.3.6.1.4.1.9.9.784.1.1.1.1.1 dynamictemplatename read-only
This object indicates a string-value that uniquely identifies the dynamic template. If the corresponding instance of cdtTemplateSrc is not 'local', then the system automatically generates the name identifying the dynamic template.
                         cdtTemplateStatus 1.3.6.1.4.1.9.9.784.1.1.1.1.2 rowstatus read-only
This object specifies the status of the dynamic template. The following columns must be valid before activating a dynamic template: - cdtTemplateStorage - cdtTemplateType However, these objects specify a default value. Thus, it is possible to use create-and-go semantics without setting any additional columns. An implementation must allow the EMS/NMS to modify any column when this column is 'active', including columns defined in tables that have a one-to-one or sparse dependent relationship on this table.
                         cdtTemplateStorage 1.3.6.1.4.1.9.9.784.1.1.1.1.3 storagetype read-only
This object specifies what happens to the dynamic template upon restart. If the corresponding instance of cdtTemplateSrc is not 'local', then this column must be 'volatile'.
                         cdtTemplateType 1.3.6.1.4.1.9.9.784.1.1.1.1.4 dynamictemplatetype read-only
This object indicates the types of dynamic template.
                         cdtTemplateSrc 1.3.6.1.4.1.9.9.784.1.1.1.1.5 integer read-only
This object specifies the source of the dynamic template: 'other' The implementation of the MIB module does not recognize the source of the dynamic template. 'derived' The system created the set of attributes from one or more dynamic templates. 'local' The dynamic template was locally configured through a management entity, such as the local console or a SNMP entity. 'aaaUserProfile' The dynamic template originated from a user profile pushed from an external policy server. 'aaaServiceProfile' The dynamic template originated from a service profile pushed from an external policy server. Enumeration: 'local': 3, 'aaaServiceProfile': 5, 'other': 1, 'derived': 2, 'aaaUserProfile': 4.
                         cdtTemplateUsageCount 1.3.6.1.4.1.9.9.784.1.1.1.1.6 unsigned32 read-only
This object specifies the number of targets using a dynamic template
                 cdtTemplateTargetTable 1.3.6.1.4.1.9.9.784.1.1.2 no-access
This table contains a list of targets associated with one or more dynamic templates.
                     cdtTemplateTargetEntry 1.3.6.1.4.1.9.9.784.1.1.2.1 no-access
An entry describes a target associated with one or more dynamic templates. The system automatically creates an entry when it associates a dynamic template to a target. Likewise, the system automatically destroys an entry when a target no longer has any associated dynamic templates.
                         cdtTemplateTargetType 1.3.6.1.4.1.9.9.784.1.1.2.1.1 dynamictemplatetargettype no-access
This object indicates the type of target.
                         cdtTemplateTargetId 1.3.6.1.4.1.9.9.784.1.1.2.1.2 dynamictemplatetargetid no-access
This object uniquely identifies the target within the scope of its type.
                         cdtTemplateTargetStatus 1.3.6.1.4.1.9.9.784.1.1.2.1.3 rowstatus read-only
This object specifies the status of the dynamic template target. The following columns must be valid before activating a subscriber access profile: - cdtTemplateTargetStorage However, these objects specify a default value. Thus, it is possible to use create-and-go semantics without setting any additional columns. An implementation must allow the EMS/NMS to modify any column when this column is 'active', including columns defined in tables that have a one-to-one or sparse dependent relationship on this table.
                         cdtTemplateTargetStorage 1.3.6.1.4.1.9.9.784.1.1.2.1.4 storagetype read-only
This object specifies what happens to the dynamic template target upon restart.
                 cdtTemplateAssociationTable 1.3.6.1.4.1.9.9.784.1.1.3 no-access
This table contains a list of templates associated with each target. This table has an expansion dependent relationship on the cdtTemplateTargetTable, containing zero or more rows for each target.
                     cdtTemplateAssociationEntry 1.3.6.1.4.1.9.9.784.1.1.3.1 no-access
An entry indicates an association of a dynamic template with a target. The system automatically creates an entry when it associates a dynamic template to a target. The system also creates an entry when it derives the configuration that it applies to a target. The system automatically destroys an entry under the following circumstances: 1) The target indicated by the entry no longer exists. 2) The association between the target and the dynamic template no longer exists.
                         cdtTemplateAssociationName 1.3.6.1.4.1.9.9.784.1.1.3.1.1 dynamictemplatename read-only
This object indicates the name of the template associated with the target.
                         cdtTemplateAssociationPrecedence 1.3.6.1.4.1.9.9.784.1.1.3.1.2 unsigned32 read-only
This object indicates the relative precedence of the associated dynamic template. Lower values have higher precedence than higher values.
                 cdtTemplateUsageTable 1.3.6.1.4.1.9.9.784.1.1.4 no-access
This table contains a list of targets using each dynamic template. This table has an expansion dependent relationship on the cdtTemplateTable, containing zero or more rows for each dynamic template.
                     cdtTemplateUsageEntry 1.3.6.1.4.1.9.9.784.1.1.4.1 no-access
An entry indicates a target using the dynamic template. The system automatically creates an entry when it associates a dynamic template to a target. The system also creates an entry when it derives the configuration that it applies to a target. The system automatically destroys an entry under the following circumstances: 1) The target indicated by the entry no longer exists. 2) The association between the target and the dynamic template no longer exists.
                         cdtTemplateUsageTargetType 1.3.6.1.4.1.9.9.784.1.1.4.1.1 dynamictemplatetargettype read-only
This object indicates the type of target using the dynamic template.
                         cdtTemplateUsageTargetId 1.3.6.1.4.1.9.9.784.1.1.4.1.2 dynamictemplatetargetid read-only
This object indicates the name of the target using the dynamic template
                 cdtTemplateCommonTable 1.3.6.1.4.1.9.9.784.1.1.5 no-access
This table contains attributes relating to all dynamic templates. Observe that the type of dynamic templates containing these attributes may change with the addition of new dynamic template types. This table has a sparse-dependent relationship on the cdtTemplateTable, containing a row for each dynamic template having a cdtTemplateType of one of the following values: 'derived' 'ppp' 'ethernet' 'ipSubscriber' 'service'
                     cdtTemplateCommonEntry 1.3.6.1.4.1.9.9.784.1.1.5.1 no-access
An entry containing attributes relating to any target. The system automatically creates an entry when the system or the EMS/NMS creates a row in the cdtTemplateTable with a cdtTemplateType of on the following values: 'derived' 'ppp' 'ethernet' 'ipSubscriber' 'service' Likewise, the system automatically destroys an entry when the system or the EMS/NMS destroys the corresponding row in the cdtTemplateTable.
                         cdtCommonValid 1.3.6.1.4.1.9.9.784.1.1.5.1.1 bits read-only
This object specifies which attributes in the dynamic template have been configured to valid values. Each bit in this bit string corresponds to a column in this table. If the bit is '0', then the value of the corresponding column is not valid. If the bit is '1', then the value of the corresponding column has been configured to a valid value. The following list specifies the mappings between bits and the columns: 'descr' => cdtCommonDescr 'keepaliveInt' => cdtCommonKeepaliveInt 'keepaliveRetries' => cdtCommonKeepaliveRetries 'vrf' => cdtCommonVrf 'addrPool' => cdtCommonAddrPool 'ipv4AccessGroup' => cdtCommonIpv4AccessGroup 'ipv4Unreachables' => cdtCommonIpv4Unreachables 'ipv6AccessGroup' => cdtCommonIpv6AccessGroup 'ipv6Unreachables' => cdtCommonIpv6Unreachables 'srvSubControl' => cdtCommonSrvSubControl 'srvRedirect' => cdtCommonSrvRedirect 'srvAcct' => cdtCommonSrvAcct 'srvQos' => cdtCommonSrvQos 'srvNetflow' => cdtCommonSrvNetflow Bits: 'ipv6AccessGroup': 6, 'srvRedirect': 9, 'addrPool': 3, 'descr': 0, 'ipv4Unreachables': 5, 'srvNetflow': 12, 'srvQos': 11, 'ipv4AccessGroup': 4, 'vrf': 2, 'ipv6Unreachables': 7, 'srvSubControl': 8, 'srvAcct': 10, 'keepalive': 1.
                         cdtCommonDescr 1.3.6.1.4.1.9.9.784.1.1.5.1.2 snmpadminstring read-only
This object specifies a human-readable description for the dynamic template. This column is valid only if the 'descr' bit of the corresponding instance of cdtCommonValid is '1'.
                         cdtCommonKeepaliveInt 1.3.6.1.4.1.9.9.784.1.1.5.1.3 unsigned32 read-only
This object specifies the interval that the system sends keepalive messages to a target. This column is valid only if the 'keepaliveInterval' bit of the corresponding instance of cdtCommonValid is '1'.
                         cdtCommonKeepaliveRetries 1.3.6.1.4.1.9.9.784.1.1.5.1.4 unsigned32 read-only
This object specifies the number of times the system will resend a keepalive message without a response before it transitions a target to an operationally down state. This column is valid only if the 'keepaliveRetries' bit of the corresponding instance of cdtCommonValid is '1'.
                         cdtCommonVrf 1.3.6.1.4.1.9.9.784.1.1.5.1.5 ciscovrfname read-only
This object specifies the name of the VRF with which a target has an association. This column is valid only if the 'vrf' bit of the corresponding instance of cdtCommonValid is '1'.
                         cdtCommonAddrPool 1.3.6.1.4.1.9.9.784.1.1.5.1.6 snmpadminstring read-only
This object specifies the name of the IP address pool the system will use to assign an IP address to a peer of a target. This column is valid only if the 'addrPool' bit of the corresponding instance of cdtCommonValid is '1'.
                         cdtCommonIpv4AccessGroup 1.3.6.1.4.1.9.9.784.1.1.5.1.7 snmpadminstring read-only
This object specifies the name (or number) of the IPv4 ACL applied to a target. This column is valid only if the 'ipv4AccessGroup' bit of the corresponding instance of cdtCommonValid is '1'.
                         cdtCommonIpv4Unreachables 1.3.6.1.4.1.9.9.784.1.1.5.1.8 truthvalue read-only
This object specifies whether a target generates ICMPv4 unreachable messages. This column is valid only if the 'ipv4Unreachables' bit of the corresponding instance of cdtCommonValid is '1'.
                         cdtCommonIpv6AccessGroup 1.3.6.1.4.1.9.9.784.1.1.5.1.9 snmpadminstring read-only
This object specifies the name (or number) of the IPv4 ACL applied to a target. This column is valid only if the 'ipv6AccessGroup' bit of the corresponding instance of cdtCommonValid is '1'.
                         cdtCommonIpv6Unreachables 1.3.6.1.4.1.9.9.784.1.1.5.1.10 truthvalue read-only
This object specifies whether a target generates ICMPv6 unreachable messages. This column is valid only if the 'ipv6Unreachables' bit of the corresponding instance of cdtCommonValid is '1'.
                         cdtCommonSrvSubControl 1.3.6.1.4.1.9.9.784.1.1.5.1.11 cbpelementname read-only
This object specifies the name of the subscriber control policy applied to a target. The system should assume that the cbpPolicyMapType (defined by the CISCO-CBP-BASE-CFG-MIB) of the policy is cbpPmtControlSubscriber (defined by the CISCO-CBP-TYPE-OID-MIB). This column is valid only if the 'srvSubControl' bit of the corresponding instance of cdtCommonValid is '1'.
                         cdtCommonSrvRedirect 1.3.6.1.4.1.9.9.784.1.1.5.1.12 cbpelementname read-only
This object specifies the name of the traffic redirect policy applied to a target. The system should assume that the cbpPolicyMapType (defined by the CISCO-CBP-BASE-CFG-MIB) of the policy is cbpPmtTrafficRedirect (defined by the CISCO-CBP-TYPE-OID-MIB). This column is valid only if the 'srvRedirect' bit of the corresponding instance of cdtCommonValid is '1'.
                         cdtCommonSrvAcct 1.3.6.1.4.1.9.9.784.1.1.5.1.13 cbpelementname read-only
This object specifies the name of the traffic accounting policy applied to a target. The system should assume that the cbpPolicyMapType (defined by the CISCO-CBP-BASE-CFG-MIB) of the policy is cbpPmtTrafficAccounting (defined by the CISCO-CBP-TYPE-OID-MIB). This column is valid only if the 'srvAcct' bit of the corresponding instance of cdtCommonValid is '1'.
                         cdtCommonSrvQos 1.3.6.1.4.1.9.9.784.1.1.5.1.14 cbpelementname read-only
This object specifies the name of the traffic QoS policy applied to a target. The system should assume that the cbpPolicyMapType (defined by the CISCO-CBP-BASE-CFG-MIB) of the policy is cbpPmtQos (defined by the CISCO-CBP-TYPE-OID-MIB). This column is valid only if the 'srvQos' bit of the corresponding instance of cdtCommonValid is '1'.
                         cdtCommonSrvNetflow 1.3.6.1.4.1.9.9.784.1.1.5.1.15 cbpelementname read-only
This object specifies the name of the NetFlow policy applied to a target. The system should assume that the cbpPolicyMapType (defined by the CISCO-CBP-BASE-CFG-MIB) of the policy is cbpPmtNetflow (defined by the CISCO-CBP-TYPE-OID-MIB). This column is valid only if the 'srvNetflow' bit of the corresponding instance of cdtCommonValid is '1'.
             cdtCommonIf 1.3.6.1.4.1.9.9.784.1.2
                 cdtIfTemplateTable 1.3.6.1.4.1.9.9.784.1.2.1 no-access
This table contains attributes relating to interface configuration. This table has a sparse-dependent relationship on the cdtTemplateTable, containing a row for each dynamic template having a cdtTemplateType of one of the following values: 'derived' 'ppp' 'ethernet' 'ipSubscriber'
                     cdtIfTemplateEntry 1.3.6.1.4.1.9.9.784.1.2.1.1 no-access
An entry containing attributes relating to interface configuration. The system automatically creates an entry when the system or the EMS/NMS creates a row in the cdtTemplateTable with a cdtTemplateType of one of the following values: 'derived' 'ppp' 'ethernet' 'ipSubscriber' Likewise, the system automatically destroys an entry when the system or the EMS/NMS destroys the corresponding row in the cdtTemplateTable.
                         cdtIfValid 1.3.6.1.4.1.9.9.784.1.2.1.1.1 bits read-only
This object specifies which attributes in the dynamic template have been configured to valid values. Each bit in this bit string corresponds to a column in this table. If the bit is '0', then the value of the corresponding column is not valid. If the bit is '1', then the value of the corresponding column has been configured to a valid value. The following list specifies the mappings between bits and the columns: 'mtu' => cdtIfMtu 'cdpEnable' => cdtIfCdpEnable 'flowMonitor' => cdtIfFlowMonitor 'ipv4Unnumbered' => cdtIfIpv4Unnumbered 'ipv4SubEnable' => cdtIfIpv4SubEnable 'ipv4Mtu' => cdtIfIpv4Mtu 'ipv4TcpMssAdjust' => cdtIfIpv4TcpMssAdjust 'ipv4VerifyUniRpf' => cdtIfIpv4VerifyUniRpf 'ipv4VerifyUniRpfAcl' => cdtIfIpv4VerifyUniRpfAcl 'ipv4VerifyUniRpfOpts' => cdtIfIpv4VerifyUniRpfOpts 'ipv6Enable' => cdtIfIpv6Enable 'ipv6SubEnable' => cdtIfIpv6SubEnable 'ipv6TcpMssAdjust' => cdtIfIpv6TcpMssAdjust 'ipv6VerifyUniRpf' => cdtIfIpv6VerifyUniRpf 'ipv6VerifyUniRpfAcl' => cdtIfIpv6VerifyUniRpfAcl 'ipv6VerifyUniRpfOpts' => cdtIfIpv6VerifyUniRpfOpts 'ipv6NdPrefix' => cdtIfIpv6NdPrefix, cdtIfIpv6NdPrefixLength 'ipv6NdValidLife' => cdtIfIpv6NdValidLife 'ipv6NdPreferredLife' => cdtIfIpv6NdPreferredLife 'ipv6NdOpts' => cdtIfIpv6NdOpts 'ipv6NdDadAttempts' => cdtIfIpv6NdDadAttempts 'ipv6NdNsInterval' => cdtIfIpv6NdNsInterval 'ipv6NdReacableTime' => cdtIfIpv6NdReacableTime 'ipv6NdRaIntervalMax' => cdtIfIpv6NdRaIntervalUnits, cdtIfIpv6NdRaIntervalMax 'ipv6NdRaIntervalMin' => cdtIfIpv6NdRaIntervalMin 'ipv6NdRaLife' => cdtIfIpv6NdRaLife 'ipv6NdRouterPreference'' => cdtIfIpv6NdRouterPreference Bits: 'ipv6NdOpts': 19, 'ipv4TcpMssAdjust': 6, 'ipv6NdRaRouterPreference': 26, 'ipv6NdValidLife': 17, 'ipv6SubEnable': 11, 'flowMonitor': 2, 'cdpEnable': 1, 'ipv4VerifyUniRpfOpts': 9, 'ipv6NdReachableTime': 22, 'ipv4VerifyUniRpfAcl': 8, 'ipv6NdPreferredLife': 18, 'ipv6NdRaIntervalMax': 23, 'ipv6VerifyUniRpfOpts': 15, 'ipv6NdRaIntervalMin': 24, 'ipv6TcpMssAdjust': 12, 'ipv6NdNsInterval': 21, 'ipv6NdPrefix': 16, 'ipv4Unnumbered': 3, 'ipv6NdRaLife': 25, 'ipv4Mt': 5, 'ipv6VerifyUniRpf': 13, 'ipv6Enable': 10, 'mt': 0, 'ipv6NdDadAttempts': 20, 'ipv6VerifyUniRpfAcl': 14, 'ipv4VerifyUniRpf': 7, 'ipv4SubEnable': 4.
                         cdtIfMtu 1.3.6.1.4.1.9.9.784.1.2.1.1.2 unsigned32 read-only
This object specifies the Maximum Transfer Unit (MTU) size for all packets sent on the target interface. The value '0' cannot be written to an instance of this object. However, it serves as a convenient value when the column is not valid. This column is valid only if the 'mtu' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfCdpEnable 1.3.6.1.4.1.9.9.784.1.2.1.1.3 truthvalue read-only
This object specifies whether the target interface participates in the Cisco Discovery Protocol (CDP). This column is valid only if the 'cdpEnable' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfFlowMonitor 1.3.6.1.4.1.9.9.784.1.2.1.1.4 snmpadminstring read-only
This object specifies the name of the flow monitor associated with the target interface. This column is valid only if the 'flowMonitor' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv4Unnumbered 1.3.6.1.4.1.9.9.784.1.2.1.1.5 interfaceindexorzero read-only
This object specifies the interface of the source address that the target interface uses when originating IPv4 packets. The value '0' cannot be written to an instance of this object. However, it serves as a convenient value when the column is not valid (e.g., immediately following the creation of an instance of the object). This column is valid only if the 'ipv4Unnumbered' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv4SubEnable 1.3.6.1.4.1.9.9.784.1.2.1.1.6 truthvalue read-only
This object specifies whether the target interface allows IPv4 subscriber sessions. This column is valid only if the 'ipv4SubEnable' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv4Mtu 1.3.6.1.4.1.9.9.784.1.2.1.1.7 unsigned32 read-only
This object specifies the Maximum Transfer Unit (MTU) size for IPv4 packets sent on the target interface. The value '0' cannot be written to an instance of this object. However, it serves as a convenient value when the column is not valid. This column is valid only if the 'ipv4Mtu' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv4TcpMssAdjust 1.3.6.1.4.1.9.9.784.1.2.1.1.8 unsigned32 read-only
This object specifies the adjustment to the Maximum Segment Size (MSS) of TCP SYN packets received by the target interface contained in IPv4 datagrams. The value '0' cannot be written to an instance of this object. However, it serves as a convenient value when the column is not valid. This column is valid only if the 'ipv4TcpMssAdjust' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv4VerifyUniRpf 1.3.6.1.4.1.9.9.784.1.2.1.1.9 unicastrpftype read-only
This object specifies whether the type of unicast RPF the system performs on IPv4 packets received by the target interface. This column is valid only if the 'ipv4VerifyUniRpf' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv4VerifyUniRpfAcl 1.3.6.1.4.1.9.9.784.1.2.1.1.10 snmpadminstring read-only
This object specifies the name (or number) of the IPv4 ACL used to determine whether the system should permit/deny packets received by the target interface that fail unicast RPF verification. This column is valid only if the 'ipv4VerifyUniRpfAcl' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv4VerifyUniRpfOpts 1.3.6.1.4.1.9.9.784.1.2.1.1.11 unicastrpfoptions read-only
This object specifies the options that affect how the system performs unicast RPF on IPv4 packets received by the target interface. This column is valid only if the 'ipv4VerifyUniRpfOpts' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv6Enable 1.3.6.1.4.1.9.9.784.1.2.1.1.12 truthvalue read-only
This object specifies whether the system processes IPv6 packets received by the target interface. This column is valid only if the 'ipv6Enable' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv6SubEnable 1.3.6.1.4.1.9.9.784.1.2.1.1.13 truthvalue read-only
This object specifies whether the target interface allows IPv6 subscriber sessions. This column is valid only if the 'ipv6SubEnable' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv6TcpMssAdjust 1.3.6.1.4.1.9.9.784.1.2.1.1.14 unsigned32 read-only
This object specifies the adjustment to the Maximum Segment Size (MSS) of TCP SYN packets received by the target interface contained in IPv6 datagrams. The value '0' cannot be written to an instance of this object. However, it serves as a convenient value when the column is not valid. This column is valid only if the 'ipv6TcpMssAdjust' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv6VerifyUniRpf 1.3.6.1.4.1.9.9.784.1.2.1.1.15 unicastrpftype read-only
This object specifies whether the type of unicast RPF the system performs on IPv6 packets received by the target interface. This column is valid only if the 'ipv6VerifyUniRpf' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv6VerifyUniRpfAcl 1.3.6.1.4.1.9.9.784.1.2.1.1.16 snmpadminstring read-only
This object specifies the name (or number) of the IPv6 ACL used to determine whether the system should permit/deny packets received by the target interface that fail unicast RPF verification. This column is valid only if the 'ipv6VerifyUniRpfAcl' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv6VerifyUniRpfOpts 1.3.6.1.4.1.9.9.784.1.2.1.1.17 unicastrpfoptions read-only
This object specifies the options that affect how the system performs unicast RPF on IPv6 packets received by the target interface. This column is valid only if the 'ipv6VerifyUniRpfOpts' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv6NdPrefix 1.3.6.1.4.1.9.9.784.1.2.1.1.18 inetaddressipv6 read-only
This object specifies the IPv6 network number included in IPv6 router advertisements sent on the target interface. This column is valid only if the 'ipv6NdPrefix' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv6NdPrefixLength 1.3.6.1.4.1.9.9.784.1.2.1.1.19 inetaddressprefixlength read-only
This object specifies the length of the IPv6 prefix specified by the corresponding instance of cdtIpv6NdPrefix. This column is valid only if the 'ipv6NdPrefix' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv6NdValidLife 1.3.6.1.4.1.9.9.784.1.2.1.1.20 unsigned32 read-only
This object specifies the interval that the system advertises the IPv6 prefix (i.e., the corresponding instance of cdtIfIpv6NdPrefix) as 'valid' for IPv6 router advertisements sent on the target interface. This column is valid only if the 'ipv6NdValidLife' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv6NdPreferredLife 1.3.6.1.4.1.9.9.784.1.2.1.1.21 unsigned32 read-only
This object specifies the interval that the system advertises the IPv6 prefix (i.e., the corresponding instance of cdtIfIpv6NdPrefix) as 'preferred' for IPv6 router advertisements sent on the target interface. This column is valid only if the 'ipv6NdPreferredLife' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv6NdOpts 1.3.6.1.4.1.9.9.784.1.2.1.1.22 bits read-only
This object specifies options that affect advertisements sent on the target interface: 'advertise' This option specifies that the system should advertise the IPv6 prefix (i.e., the corresponding instance of cdtIfIpv6NdPrefix). 'onlink' This option specifies that the IPv6 prefix has been assigned to a link. If set to '0', the system advertises the IPv6 prefix as 'offlink'. 'router' This option indicates that the router will send the full router address and not set the 'R' bit in prefix advertisements. 'autoConfig' This option indicates to hosts on the local link that the specified prefix supports IPv6 auto-configuration. 'advertisementInterval' This option specifies the advertisement interval option in router advertisements sent on the target interface. 'managedConfigFlag' This option causes the system to set the 'managed address configuration flag' in router advertisements sent on the target interface. 'otherConfigFlag' This option causes the system to set the 'other stateful configuration' flag in router advertisements sent on the target interface. 'frameIpv6Prefix' This option causes the system to add the prefix in a received RADIUS framed IPv6 prefix attribute to the target interface's neighbor discovery prefix queue and includes it in router advertisements sent on the target interface. 'raSupress' This option suppresses the transmission of router advertisements on the target interface. This column is valid only if the 'ipv6NdOpts' bit of the corresponding instance of cdtIfValid is '1'. Bits: 'framedIpv6Prefix': 7, 'managedConfigFlag': 5, 'raSuppress': 8, 'otherConfigFlag': 6, 'advertisementInterval': 4, 'router': 2, 'onlink': 1, 'advertise': 0, 'autoConfig': 3.
                         cdtIfIpv6NdDadAttempts 1.3.6.1.4.1.9.9.784.1.2.1.1.23 unsigned32 read-only
This object specifies the number of consecutive neighbor solitication messages the system sends on the target interface while performing duplicate address detection on unicast IPv6 addresses on the target interface. The value '0' disables duplicate address detection on the target interface. This column is valid only if the 'ipv6NdDadAttempts' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv6NdNsInterval 1.3.6.1.4.1.9.9.784.1.2.1.1.24 unsigned32 read-only
This object specifies the interval between neighbor solicitation retransmissions on the target interface. This column is valid only if the 'ipv6NdNsIntervals' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv6NdReachableTime 1.3.6.1.4.1.9.9.784.1.2.1.1.25 unsigned32 read-only
This object specifies the amount of time the system considers a neighbor of the target interface reachable after a reachability confirmation event has occurred. The value '0' disables neighbor reachability detection on the target interface. This column is valid only if the 'ipv6NdReachable' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv6NdRaIntervalUnits 1.3.6.1.4.1.9.9.784.1.2.1.1.26 integer read-only
This object specifies the units of time for the corresponding instances of cdtIfIpv6NdRaIntervalMin and cdtIfIpv6NdRaIntervalMax. This column is valid only if the 'ipv6NdRaInterval' bit of the corresponding instance of cdtIfValid is '1'. Enumeration: 'seconds': 1, 'milliseconds': 2.
                         cdtIfIpv6NdRaIntervalMax 1.3.6.1.4.1.9.9.784.1.2.1.1.27 unsigned32 read-only
This object specifies the maximum interval between IPv6 router advertisements sent on the target interface. The value '0' cannot be written to an instance of this object. However, it serves as a convenient value when the column is not valid. This column is valid only if the 'ipv6NdRaInterval' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv6NdRaIntervalMin 1.3.6.1.4.1.9.9.784.1.2.1.1.28 unsigned32 read-only
This object specifies the minimum interval between IPv6 router advertisements sent on the target interface. The value of this column has the following restrictions: 1) This value cannot be less than 75% of the value specified for cdtIfIpv6NdRaIntervalMax. 2) If the corresponding instance of cdtIfIpv6NdRaIntervalUnits is 'seconds', then this value cannot be less than '3'. 3) If the corresponding instance of cdtIfIpv6NdRaIntervalUnits is 'milliseconds', then this value cannot be less than '30'. If the target interface template does not specify this value, then the system automatically assumes a minimum interval that is 75% of the corresponding instance of cdtIfIpv6NdRaIntervalMax. The value '0' cannot be written to an instance of this object. However, it serves as a convenient value when the column is not valid. This column is valid only if the 'ipv6NdRaInterval' bit of the corresponding instance of cdtIfValid is '1'.
                         cdtIfIpv6NdRaLife 1.3.6.1.4.1.9.9.784.1.2.1.1.29 unsigned32 read-only
This object specifies the router lifetime value in IPv6 router advertisements sent on the target interface. The value '0' specifies that neighbors should not consider the router as a default router.
                         cdtIfIpv6NdRouterPreference 1.3.6.1.4.1.9.9.784.1.2.1.1.30 integer read-only
This object specifies the Default Router Preference (DRP) for the router on the target interface. This column is valid only if the 'ipv6NdRouterPreference' bit of the corresponding instance of cdtIfValid is '1'. Enumeration: 'high': 1, 'medium': 2, 'low': 3.
             cdtPpp 1.3.6.1.4.1.9.9.784.1.3
                 cdtPppTemplateTable 1.3.6.1.4.1.9.9.784.1.3.1 no-access
This table contains attributes relating to PPP connection configuration. This table has a sparse-dependent relationship on the cdtTemplateTable, containing a row for each dynamic template having a cdtTemplateType of one of the following values: 'derived' 'ppp'
                     cdtPppTemplateEntry 1.3.6.1.4.1.9.9.784.1.3.1.1 no-access
An entry containing attributes relating to PPP connection configuration. The system automatically creates an entry when the system or the EMS/NMS creates a row in the cdtTemplateTable with a cdtTemplateType of one of the following values: 'derived' 'ppp' Likewise, the system automatically destroys an entry when the system or the EMS/NMS destroys the corresponding row in the cdtTemplateTable.
                         cdtPppValid 1.3.6.1.4.1.9.9.784.1.3.1.1.1 bits read-only
This object specifies which attributes in the dynamic template have been configured to valid values. Each bit in this bit string corresponds to a column in this table. If the bit is '0', then the value of the corresponding column is not valid. If the bit is '1', then the value of the corresponding column has been configured to a valid value. The following list specifies the mappings between bits and the columns: accounting => cdtPppAccounting authentication => cdtPppAuthentication authenticationMethods => cdtPppAuthenticationMethods authorization => cdtPppAuthorization loopbackIgnore => cdtPppLoopbackIgnore maxBadAuth => cdtPppMaxBadAuth maxConfigure => cdtPppMaxConfigure maxFailure => cdtPppMaxFailure maxTerminate => cdtPppMaxTerminate timeoutAuthentication => cdtPppTimeoutAuthentication timeoutRetry => cdtPppTimeoutRetry chapOpts => cdtPppChapOpts chapHostname => cdtPppChapHostname chapPassword => cdtPppChapPassword msChapV1Opts => cdtPppMsChapV1Opts msChapV1Hostname => cdtPppMsChapV1Hostname msChapV1Password => cdtPppMsChapV1Password msChapV2Opts => cdtPppMsChapV2Opts msChapV2Hostname => cdtPppMsChapV2Hostname msChapV2Password => cdtPppMsChapV2Password papOpts => cdtPppPapOpts papSentUsername => cdtPppPapUsername papSentPassword => cdtPppPapPassword eapOpts => cdtPppEapOpts eapIdentity => cdtPppEapIdentity eapPassword => cdtPppEapPassword ipcpAddrOption => cdtPppIpcpAddrOption ipcpDnsOption => cdtPppIpcpDnsOption ipcpDnsPrimary => cdtPppIpcpDnsPrimary ipcpDnsSecondary => cdtPppIpcpDnsSecondary ipcpWinsOption => cdtPppIpcpWinsOption ipcpWinsPrimary => cdtPppIpcpWinsPrimary ipcpWinsSecondary => cdtPppIpcpWinsSecondary ipcpMaskOption => cdtPppIpcpMaskOption ipcpMask => cdtPppIpcpMask peerDefIpAddrOpts => cdtPppPeerOpts peerDefIpAddrSrc => cdtPppPeerDefIpAddrSrc peerDefIpAddr => cdtPppPeerDefIpAddr Bits: 'chapHostname': 13, 'timeoutRetry': 11, 'loopbackIgnore': 5, 'timeoutAuthentication': 10, 'accounting': 1, 'eapOpts': 24, 'peerDefIpAddrOpts': 36, 'msChapV1Password': 17, 'ipcpWinsOption': 31, 'ipcpMask': 35, 'maxFailure': 8, 'ipcpDnsOption': 28, 'autthenticationMethods': 3, 'ipcpDnsSecondary': 30, 'authentication': 2, 'valid': 0, 'ipcpAddrOption': 27, 'peerDefIpAddr': 38, 'chapPassword': 14, 'ipcpWinsSecondary': 33, 'ipcpWinsPrimary': 32, 'authorization': 4, 'maxTerminate': 9, 'maxConfigure': 7, 'papPassword': 23, 'eapPassword': 26, 'papOpts': 21, 'eapIdentity': 25, 'msChapV2Hostname': 19, 'peerDefIpAddrSrc': 37, 'msChapV2Password': 20, 'msChapV1Hostname': 16, 'msChapV2Opts': 18, 'ipcpMaskOption': 34, 'ipcpDnsPrimary': 29, 'msChapV1Opts': 15, 'chapOpts': 12, 'maxBadAuth': 6, 'papUsername': 22.
                         cdtPppAccounting 1.3.6.1.4.1.9.9.784.1.3.1.1.2 truthvalue read-only
This object specifies whether the system applies accounting services to the target PPP connection. This column is valid only if the 'accounting' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppAuthentication 1.3.6.1.4.1.9.9.784.1.3.1.1.3 bits read-only
This object specifies authentication services applied to a target PPP connection and other options affecting authentication services: 'chap' This option enables the Challenge Handshake Protocol (CHAP) on a target PPP connection. 'msChap' This option enables Microsoft's CHAP on a target PPP connection. 'msChapV2' This option enables version 2 of Microsoft's CHAP on a target PPP connection. 'pap' This option enables Password Authentication Protocol (PAP) on a target PPP connection. 'eap' This option enables Extensible Authentication Protocol (EAP) on a target PPP connection. 'optional' This option specifies that the system accepts the connection even if the peer of a target PPP connection refuses to accept the authentication methods the system has requested. 'callin' This option specifies that authentication should only happen for incoming calls. 'oneTime' This option specifies that the system accepts the username and password in the username field of authentication responses received on a target PPP connection. This column is valid only if the 'authentication' bit of the corresponding instance of cdtPppValid is '1'. Bits: 'pap': 3, 'msChapV2': 2, 'callin': 6, 'msChap': 1, 'oneTime': 7, 'chap': 0, 'eap': 4, 'optional': 5.
                         cdtPppAuthenticationMethods 1.3.6.1.4.1.9.9.784.1.3.1.1.4 snmpadminstring read-only
This object specifies the name of a list of authentication methods used on a target PPP connection. If the template does not include this attribute, then the system uses the default method list. This column is valid only if the 'authentication' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppAuthorization 1.3.6.1.4.1.9.9.784.1.3.1.1.5 truthvalue read-only
This object specifies whether the system applies authorization services to a target PPP connection. This column is valid only if the 'authorization' bit of the corresponding instance of cditPppValid is '1'.
                         cdtPppLoopbackIgnore 1.3.6.1.4.1.9.9.784.1.3.1.1.6 truthvalue read-only
This object specifies whether the system ignores loopback on a target PPP connection. When the system ignores loopback, loopback detection is disabled. This column is valid only if the 'loopbackIgnore' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppMaxBadAuth 1.3.6.1.4.1.9.9.784.1.3.1.1.7 unsigned32 read-only
This object specifies the number of authentication failures allowed by the system before a target PPP connection is reset. The value '0' cannot be written to an instance of this object. However, it serves as a convenient value when the column is not valid. This column is valid only if the 'maxBadAuth' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppMaxConfigure 1.3.6.1.4.1.9.9.784.1.3.1.1.8 unsigned32 read-only
This object specifies the number of unacknowledged Configure-Request messages a target PPP connection can send before the system abandons LCP or NCP negotiations. This column is valid only if the 'maxConfigure' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppMaxFailure 1.3.6.1.4.1.9.9.784.1.3.1.1.9 unsigned32 read-only
This object specifies the number of Configure-Nak messages a target PPP connection can receive before the system abandons LCP or NCP negotiations. This column is valid only if the 'maxFailure' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppMaxTerminate 1.3.6.1.4.1.9.9.784.1.3.1.1.10 unsigned32 read-only
This object specifies the number of unacknowledged Terminate-Request messages a target PPP connection can send before the system abandons LCP or NCP negotiations. This column is valid only if the 'maxTerminate' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppTimeoutAuthentication 1.3.6.1.4.1.9.9.784.1.3.1.1.11 unsigned32 read-only
This objects specifies the maximum time the system will wait for a response to an authentication request on a target PPP connection. This column is valid only if the 'timeoutAuthentication' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppTimeoutRetry 1.3.6.1.4.1.9.9.784.1.3.1.1.12 unsigned32 read-only
This objects specifies the maximum time the system will wait for a response to a PPP control packets on a target PPP connection. This column is valid only if the 'timeoutRetry' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppChapOpts 1.3.6.1.4.1.9.9.784.1.3.1.1.13 bits read-only
This object specifies how the system processes the CHAP on a target PPP connection: 'refuse' This option specifies that the system should refuse CHAP requests from peers of a target PPP connection. 'callin' This option specifies that the system should only refuse CHAP requests for incoming calls on a target PPP connection. This option is only relevant if the 'refuse' option is set to '1'. 'wait' This option delays CHAP authentication until after the peer of a target PPP connection has authenticated itself to the system. 'encrypted' This option specifies that the value specified by the corresponding instance of cdtPppChapPassword is already encrypted. This column is valid only if the 'chapOpts' bit of the corresponding instance of cdtPppValid is '1'. Bits: 'encrypted': 3, 'refuse': 0, 'callin': 1, 'wait': 2.
                         cdtPppChapHostname 1.3.6.1.4.1.9.9.784.1.3.1.1.14 snmpadminstring read-only
This object specifies the hostname sent in a CHAP response on a target PPP connection. If the template does not include this attribute, then the system uses its assigned hostname. This column is valid only if the 'chapHostname' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppChapPassword 1.3.6.1.4.1.9.9.784.1.3.1.1.15 snmpadminstring read-only
This object specifies the password used to construct a CHAP response on the target PPP connection. This column is valid only if the 'chapPassword' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppMsChapV1Opts 1.3.6.1.4.1.9.9.784.1.3.1.1.16 bits read-only
This object specifies how the system processes version 1 of Microsoft CHAP on a target PPP connection: 'refuse' This option specifies that the system should refuse Microsoft CHAP (v1) requests from peers of a target PPP connection. 'callin' This option specifies that the system should only refuse Microsoft CHAP (v1) requests for incoming calls on a target PPP connection. This option is only relevant if the 'refuse' option is set to '1'. 'wait' This option delays Microsoft CHAP (v1) authentication until after the peer of a target PPP connection has authenticated itself to the system. 'encrypted' This option specifies that the value specified by the corresponding instance of cdtPppMsChapV1Password is already encrypted. This column is valid only if the 'msChapV1Opts' bit of the corresponding instance of cdtPppValid is '1'. Bits: 'encrypted': 3, 'refuse': 0, 'callin': 1, 'wait': 2.
                         cdtPppMsChapV1Hostname 1.3.6.1.4.1.9.9.784.1.3.1.1.17 snmpadminstring read-only
This object specifies the hostname sent in a Microsoft CHAP (v1) response on a target PPP connection. If the template does not include this attribute, then the system uses its assigned hostname. This column is valid only if the 'msChapV1Hostname' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppMsChapV1Password 1.3.6.1.4.1.9.9.784.1.3.1.1.18 snmpadminstring read-only
This object specifies the password used to construct a Microsoft CHAP (v1) response on a target PPP connection. This column is valid only if the 'msChapV1Password' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppMsChapV2Opts 1.3.6.1.4.1.9.9.784.1.3.1.1.19 bits read-only
This object specifies how the system processes version 2 of Microsoft CHAP on a target PPP connection: 'refuse' This option specifies that the system should refuse Microsoft CHAP (v2) requests from peers of a target PPP connection. 'callin' This option specifies that the system should only refuse Microsoft CHAP (v2) requests for incoming calls on a target PPP connection. This option is only relevant if the 'refuse' option is set to '1'. 'wait' This option delays Microsoft CHAP (v2) authentication until after the peer of a target PPP connection has authenticated itself to the system. 'encrypted' This option specifies that the value specified by the corresponding instance of cdtPppMsChapV2Password is already encrypted. This column is valid only if the 'msChapV2Opts' bit of the corresponding instance of cdtPppValid is '1'. Bits: 'encrypted': 3, 'refuse': 0, 'callin': 1, 'wait': 2.
                         cdtPppMsChapV2Hostname 1.3.6.1.4.1.9.9.784.1.3.1.1.20 snmpadminstring read-only
This object specifies the hostname sent in a Microsoft CHAP (v2) response on a target PPP connection. If the template does not include this attribute, then the system uses its assigned hostname. This column is valid only if the 'msChapV2Hostname' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppMsChapV2Password 1.3.6.1.4.1.9.9.784.1.3.1.1.21 snmpadminstring read-only
This object specifies the password used to construct a Microsoft CHAP (v2) response on a target PPP connection. This column is valid only if the 'msChapV2Password' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppPapOpts 1.3.6.1.4.1.9.9.784.1.3.1.1.22 bits read-only
This object specifies how the system processes the PAP on a target PPP connection: 'refuse' This option specifies that the system should refuse PAP requests from peers of a target PPP connection. 'encrypted' This option specifies that the value specified by the corresponding instance of cdtPppPapSentPassword is already encrypted. This column is valid only if the 'papOpts' bit of the corresponding instance of cdtPppValid is '1'. Bits: 'encrypted': 1, 'refuse': 0.
                         cdtPppPapUsername 1.3.6.1.4.1.9.9.784.1.3.1.1.23 snmpadminstring read-only
This object specifies the username sent in a PAP response on a target PPP connection. This column is valid only if the 'papUsername' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppPapPassword 1.3.6.1.4.1.9.9.784.1.3.1.1.24 snmpadminstring read-only
This object specifies the username used to construct a PAP response on a target PPP connection. This column is valid only if the 'papPassword' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppEapOpts 1.3.6.1.4.1.9.9.784.1.3.1.1.25 bits read-only
This object specifies how the system processes the EAP on a target PPP connection: 'refuse' This option specifies that the system should refuse EAP requests from peers of a target PPP connection. 'callin' This option specifies that the system should only refuse EAP requests for incoming calls on a target PPP connection. This option is only relevant if the 'refuse' option is set to '1'. 'wait' This option delays EAP authentication until after the peer of a target PPP connection has authenticated itself to the system. 'local' This option specifies that the system should locally authenticate the peer of a target PPP connection, rather than acting as a proxy to an external AAA server. This column is valid only if the 'eapOpts' bit of the corresponding instance of cdtPppValid is '1'. Bits: 'refuse': 0, 'callin': 1, 'local': 3, 'wait': 2.
                         cdtPppEapIdentity 1.3.6.1.4.1.9.9.784.1.3.1.1.26 snmpadminstring read-only
This object specifies the identity sent in an EAP response on a target PPP connection. This column is valid only if the 'eapIdentity' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppEapPassword 1.3.6.1.4.1.9.9.784.1.3.1.1.27 snmpadminstring read-only
This object specifies the password used to construct an EAP response on a target PPP connection. This column is valid only if the 'eapPassword' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppIpcpAddrOption 1.3.6.1.4.1.9.9.784.1.3.1.1.28 integer read-only
This object specifies the IPCP address option for a target PPP connection: 'other' The implementation of this MIB module does not recognize the configured IPCP address option. 'accept' The system accepts any non-zero IP address from the peer of a target PPP connection. 'required' The system disconnects the peer of a target PPP connection if it could not negotiate an IP address. 'unique' The system disconnects the peer of a target PPP connection if the IP address is already in use. This column is valid only if the 'ipcpAddrOption' bit of the corresponding instance of cdtPppValid is '1'. Enumeration: 'unique': 4, 'other': 1, 'accept': 2, 'required': 3.
                         cdtPppIpcpDnsOption 1.3.6.1.4.1.9.9.784.1.3.1.1.29 integer read-only
This object specifies the IPCP DNS option for the dynamic interface: 'other' The implementation of this MIB module does not recognize the configured DNS option. 'accept' The system accepts any non-zero DNS address form the peer of a target PPP connection. 'request' The system requests the DNS address from the peer of a target PPP connection. 'reject' The system rejects the DNS option from the peer of a target PPP connection. This column is valid only if the 'ipcpDnsOption' bit of the corresponding instance of cdtPppValid is '1'. Enumeration: 'other': 1, 'request': 3, 'accept': 2, 'reject': 4.
                         cdtPppIpcpDnsPrimary 1.3.6.1.4.1.9.9.784.1.3.1.1.30 inetaddressipv4 read-only
This object specifies the IP address of the primary DNS server offered to the peer of a target PPP connection. This column is valid only if the 'ipcpDnsPrimary' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppIpcpDnsSecondary 1.3.6.1.4.1.9.9.784.1.3.1.1.31 inetaddressipv4 read-only
This object specifies the IP address of the secondary DNS server offered to the peer of a target PPP connection. This column is valid only if the 'ipcpDnsSecondary' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppIpcpWinsOption 1.3.6.1.4.1.9.9.784.1.3.1.1.32 integer read-only
This object specifies the IPCP WINS option for a target PPP connection: 'other' The implementation of this MIB module does not recognize the configured WINS option. 'accept' The system accepts any non-zero WINS address from the peer of a target PPP connection. 'request' The system requests the WINS address from the peer of a target PPP connection. 'reject' The system rejects the WINS option from the peer of a target PPP connection. This column is valid only if the 'ipcpWinsOption' bit of the corresponding instance of cdtPppValid is '1'. Enumeration: 'other': 1, 'request': 3, 'accept': 2, 'reject': 4.
                         cdtPppIpcpWinsPrimary 1.3.6.1.4.1.9.9.784.1.3.1.1.33 inetaddressipv4 read-only
This object specifies the IP address of the primary WINS server offered to the peer of a target PPP connection. This column is valid only if the 'ipcpWinsPrimary' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppIpcpWinsSecondary 1.3.6.1.4.1.9.9.784.1.3.1.1.34 inetaddressipv4 read-only
This object specifies the IP address of the secondary WINS server offered to the peer of a target PPP connection. This column is valid only if the 'ipcpWinsSecondary' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppIpcpMaskOption 1.3.6.1.4.1.9.9.784.1.3.1.1.35 integer read-only
This object specifies the IPCP IP subnet mask option for a target PPP connection: 'other' The implementation of this MIB module does not recognize the configured IP subnet mask option. 'request' The system requests the IP subnet mask from the peer of a target PPP connection. 'reject' The system rejects the IP subnet mask option from the peer of a target PPP connection. This column is valid only if the 'ipcpMaskOption' bit of the corresponding instance of cdtPppValid is '1'. Enumeration: 'other': 1, 'request': 2, 'reject': 3.
                         cdtPppIpcpMask 1.3.6.1.4.1.9.9.784.1.3.1.1.36 inetaddressipv4 read-only
This object specifies the IP address mask offered to the peer of a target PPP connection. This column is valid only if the 'ipcpMask' bit of the corresponding instance of cdtPppValid is '1'.
                         cdtPppPeerDefIpAddrOpts 1.3.6.1.4.1.9.9.784.1.3.1.1.37 bits read-only
This object specifies options that affect how the system assigns an IP address to the peer of a target PPP connection: 'ipAddrForced' This option forces the system to assign the next available IP address in the pool to the peer of a target PPP connection. When disabled, the peer may negotiate a specific IP address or the system can assign the peer its previously assigned IP address. 'matchAaaPools' This option specifies that the names of the IP address pools provided by an external AAA server must appear in the corresponding list of IP address pool specified by the cdtPppPeerIpAddrPoolTable. 'backupPools' This option specifies that the corresponding names of the IP address pools specified by the cditPppPeerIpAddrPoolTable serve as backup pools to those provided by an external AAA server. 'staticPools' This option suppresses an attempt to load pools from an external AAA server when the system encounters a missing pool name. This column is valid only if the 'peerIpAddrOpts' bit of the corresponding instance of cdtPppValid is '1'. Bits: 'matchAaaPools': 1, 'ipAddrForced': 0, 'staticPool': 2.
                         cdtPppPeerDefIpAddrSrc 1.3.6.1.4.1.9.9.784.1.3.1.1.38 integer read-only
This object specifies how the system assigns an IP address to the peer of a target PPP connection: 'static' The system assigns the IP address specified by the corresponding instance of cdtPppPeerDefIpAddr. 'pool' The system allocates the first available IP address from the corresponding list of named pools contained by the cdtPppPeerIpAddrPoolTable. 'dhcp' The system acts as a DHCP proxy-client to obtain an IP address. This column is valid only if the 'peerDefIpAddrSrc' bit of the corresponding instance of cdtPppValid is '1'. Enumeration: 'dhcp': 3, 'static': 1, 'pool': 2.
                         cdtPppPeerDefIpAddr 1.3.6.1.4.1.9.9.784.1.3.1.1.39 inetaddressipv4 read-only
This object specifies the IP address the system assigns to the peer of a target PPP connection. This column is valid only if the 'peerDefIpAddr' bit of the corresponding instance of cdtPppValid is '1'.
                 cdtPppPeerIpAddrPoolTable 1.3.6.1.4.1.9.9.784.1.3.2 no-access
This table contains a prioritized list of named pools for each PPP template. A list corresponding to a PPP template specifies the pools the system searches in an attempt to assign an IP address to the peer of a target PPP connection. The system searches the pools in the order of their priority. This table has an expansion dependent relationship on the cdtPppTemplateTable, containing zero or more rows for each PPP template.
                     cdtPppPeerIpAddrPoolEntry 1.3.6.1.4.1.9.9.784.1.3.2.1 no-access
An entry specifies a named pool in a list of pools associated with a PPP template. A PPP template can only have named pools associated with it if it has a cdtPppPeerIpAddrSrc of 'pool'. Any attempt to create an entry for a PPP template that does not have a cdtPppPeerIpAddrSrc of 'pool' must result in a response having an error-status of 'inconsistentValue'. The system automatically creates a corresponding entry when the system associates a named pool with a PPP template through another management entity (e.g., the system's local console). The system automatically destroys an entry under the following circumstances: 1) The system or EMS/NMS destroys the corresponding row in the cdtTemplateTable. 2) The system or EMS/NMS sets the corresponding instance of cdtPppPeerIpAddrSrc with a value other than 'pool'.
                         cdtPppPeerIpAddrPoolPriority 1.3.6.1.4.1.9.9.784.1.3.2.1.1 unsigned32 no-access
This object indicates the relative priority of the named pool in the list corresponding to a PPP template. The system searches pools in the order of priority, where lower values represent higher priority.
                         cdtPppPeerIpAddrPoolStatus 1.3.6.1.4.1.9.9.784.1.3.2.1.2 rowstatus read-only
This object specifies the status of the entry. The following columns must be valid before activating a subscriber access profile: - cdtPppPeerIpAddrPoolStorage - cdtPppPeerIpAddrPoolName However, these objects specify a default value. Thus, it is possible to use create-and-go semantics without setting any additional columns. An implementation must not allow the EMS/NMS to create an entry if the corresponding instance of cdtPppPeerIpAddrSrc is not 'pool'. An implementation must allow the EMS/NMS to modify any column when this column is 'active'.
                         cdtPppPeerIpAddrPoolStorage 1.3.6.1.4.1.9.9.784.1.3.2.1.3 storagetype read-only
This object specifies what happens to the name pool entry upon restart. If the corresponding instance of cdtTemplateSrc is not 'local', then this column must be 'volatile'.
                         cdtPppPeerIpAddrPoolName 1.3.6.1.4.1.9.9.784.1.3.2.1.4 snmpadminstring read-only
This object specifies the name of the IP address pool associated with the PPP template.
             cdtEthernet 1.3.6.1.4.1.9.9.784.1.4
                 cdtEthernetTemplateTable 1.3.6.1.4.1.9.9.784.1.4.1 no-access
This table contains attributes relating to dynamic interfaces initiated on Ethernet virtual interfaces (e.g., EoMPLS) or automatically created VLANs. This table has a sparse-dependent relationship on the cdtTemplateTable, containing a row for each dynamic template having a cdtTemplateType of one of the following values: 'derived' 'ethernet'
                     cdtEthernetTemplateEntry 1.3.6.1.4.1.9.9.784.1.4.1.1 no-access
An entry containing attributes relating to dynamic interfaces initiated on Ethernet virtual interfaces (e.g., EoMPLS) or automatically created VLANs. The system automatically creates an entry when the system or the EMS/NMS creates a row in the cdtTemplateTable with a cdtTemplateType of one of the following values: 'derived' 'ethernet' Likewise, the system automatically destroys an entry when the system or the EMS/NMS destroys the corresponding row in the cdtTemplateTable.
                         cdtEthernetValid 1.3.6.1.4.1.9.9.784.1.4.1.1.1 bits read-only
This object specifies which attributes in the dynamic template have been configured to valid values. Each bit in this bit string corresponds to a column in this table. If the bit is '0', then the value of the corresponding column is not valid. If the bit is '1', then the value of the corresponding column has been configured to a valid value. The following list specifies the mappings between bits and the columns: bridgeDomain => cdtEthernetBridgeDomain pppoeEnable => cdtEthernetPppoeEnable ipv4PointToPoint => cdtEthernetIpv4PointToPoint macAddr => cdtEthernetMacAddr Bits: 'ipv4PointToPoint': 2, 'macAddr': 3, 'pppoeEnable': 1, 'bridgeDomain': 0.
                         cdtEthernetBridgeDomain 1.3.6.1.4.1.9.9.784.1.4.1.1.2 snmpadminstring read-only
This object specifies the name of the bridge domain...
                         cdtEthernetPppoeEnable 1.3.6.1.4.1.9.9.784.1.4.1.1.3 truthvalue read-only
This object specifies whether...
                         cdtEthernetIpv4PointToPoint 1.3.6.1.4.1.9.9.784.1.4.1.1.4 truthvalue read-only
This object specifies whether...
                         cdtEthernetMacAddr 1.3.6.1.4.1.9.9.784.1.4.1.1.5 macaddress read-only
This object specifies the...
             cdtIpSubscriber 1.3.6.1.4.1.9.9.784.1.5
             cdtService 1.3.6.1.4.1.9.9.784.1.6
                 cdtSrvTemplateTable 1.3.6.1.4.1.9.9.784.1.6.1 no-access
This table contains attributes relating to a service. This table has a sparse-dependent relationship on the cdtTemplateTable, containing a row for each dynamic template having a cdtTemplateType of one of the following values: 'derived' 'service'
                     cdtSrvTemplateEntry 1.3.6.1.4.1.9.9.784.1.6.1.1 no-access
An entry containing attributes relating to a service. The system automatically creates entry when the system or the EMS/NMS creates a row in the cdtTemplateTable with a cdtTemplateType of one of the following values: 'derived' 'service' Likewise, the system automatically destroys an entry when the system or the EMS/NMS destroys the corresponding row in the cdtTemplateTable.
                         cdtSrvValid 1.3.6.1.4.1.9.9.784.1.6.1.1.1 bits read-only
This object specifies which attributes in the dynamic template have been configured to valid values. Each bit in this bit string corresponds to a column in this table. If the bit is '0', then the value of the corresponding column is not valid. If the bit is '1', then the value of the corresponding column has been configured to a valid value. The following list specifies the mappings between bits and the columns: networkSrv => cdtSrvNetworkSrv vpdnGroup => cdtSrvVpdnGroup sgSrvGroup => cdtSrvGroup sgSrvType => cdtSrvSgSrvType multicast => cdtSrvMulticast Bits: 'vpdnGroup': 1, 'sgSrvGroup': 2, 'networkSrv': 0, 'sgSrvType': 3, 'multicast': 4.
                         cdtSrvNetworkSrv 1.3.6.1.4.1.9.9.784.1.6.1.1.2 integer read-only
This object specifies the type of network service provided by the target service: 'other' The implementation of this MIB module does not recognize the configured network service. 'none' The target subscriber service does not provide a network service to subscribers sessions. 'local' The target subscriber service provides local termination for subscriber sessions. 'vpdn' The target subscriber service provides a Virtual Private Dialup Network service for subscriber sessions. This column is valid only if the 'networkSrv' bit of the corresponding instance of cdtSrvValid is '1'. Enumeration: 'vpdn': 4, 'none': 2, 'other': 1, 'local': 3.
                         cdtSrvVpdnGroup 1.3.6.1.4.1.9.9.784.1.6.1.1.3 snmpadminstring read-only
This object specifies the name of the VPDN group used to configure the network service. This column is valid only if the 'vpdnGroup' bit of the corresponding instance of cdtSrvValid is '1'.
                         cdtSrvSgSrvGroup 1.3.6.1.4.1.9.9.784.1.6.1.1.4 snmpadminstring read-only
This object specifies the name of the service group with which the system associates subscriber sessions. A service group specifies a set of services that may be active simultaneously for a given subscriber session. Typically, a service group contains a primary service and one or more secondary services. This column is valid only if the 'sgSrvGroup' bit of the corresponding instance of cdtSrvValid is '1'.
                         cdtSrvSgSrvType 1.3.6.1.4.1.9.9.784.1.6.1.1.5 integer read-only
This object specifies whether the target service specifies a network-forwarding policy: 'primary' The target service specifies a network-forwarding policy. Primary services are mutually exclusive; that is, only one primary service can be activated for any given subscriber session. 'secondary' The target service has a dependence on the primary service in the group specified by the corresponding instance of cdtSuBSrvSgSrvGroup. After the system activates the primary service, it activates secondary services. When the system deactivates the primary service, then it deactivates all the secondary services in the service group. This column is valid only if the 'sgSrvType' bit of the corresponding instance of cdtSrvValid is '1'. Enumeration: 'primary': 1, 'secondary': 2.
                         cdtSrvMulticast 1.3.6.1.4.1.9.9.784.1.6.1.1.6 truthvalue read-only
This objects specifies whether the system enables multicast service for subscriber sessions of the target service. This column is valid only if the 'sgSrvMcastRoutingIf' bit of the corresponding instance of cdtSrvValid is '1'.
             cdtSubscriberGroup 1.3.6.1.4.1.9.9.784.1.7
         ciscoDynamicTemplateMIBConform 1.3.6.1.4.1.9.9.784.2
             ciscoDynamicTemplateMIBCompliances 1.3.6.1.4.1.9.9.784.2.1
                 ciscoDynamicTemplateR1Compliance 1.3.6.1.4.1.9.9.784.2.1.1
This compliance statement specifies the minimal requirements an implementation must meet in order to claim full compliance with the definition of the CISCO-DYNAMIC-TEMPLATE-MIB.
             ciscoDynamicTemplateMIBGroups 1.3.6.1.4.1.9.9.784.2.2
                 cdtBaseGroup 1.3.6.1.4.1.9.9.784.2.2.1
This group contains objects describing dynamic templates, targets of dynamic templates, and the associations between dynamic templates and targets.
                 cdtCommonGroup 1.3.6.1.4.1.9.9.784.2.2.2
This group contains objects describing attributes common to all dynamic templates.
                 cdtIfGroup 1.3.6.1.4.1.9.9.784.2.2.3
This group contains objects describing attributes common to dynamic templates applied to dynamic interfaces.
                 cdtPppGroup 1.3.6.1.4.1.9.9.784.2.2.4
This group contains objects describing attributes contained by PPP templates.
                 cdtEthernetGroup 1.3.6.1.4.1.9.9.784.2.2.5
This group contains objects describing attributes contained by Ethernet templates.
                 cdtSrvGroup 1.3.6.1.4.1.9.9.784.2.2.6
This group contains objects describing attributes contained by service templates.