CISCO-NETWORK-REGISTRAR-MIB
- Registered at
- 1.3.6.1.4.1.9.9.120
- Last updated
- 2005-03-03 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2005-03-03 00:00, 2003-01-11 00:00, 1999-06-17 00:00, 1998-11-01 00:00
- Namespace
- cisco
- Source file
CISCO-NETWORK-REGISTRAR-MIB- Digest
sha256:d4a8b7a15e6879c744ea99a70f490f0a70702d45c800af0e721a129397cbdeb6
Description
MIB for Cisco Network Registrar (CNR).
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-cnr-snmp@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Gauge32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-NETWORK-REGISTRAR-MIB CISCO-SMI SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| CnrPhysAddress TEXTUAL-CONVENTION A Layer 1 address which includes the hardware address space as well as the usual MAC address. This object is encoded in ASCII as <type>,<length>,<address> where <type> is the value of the hardware address space field, as used in ARP (i.e, 1 for Ethernet, 6 for token ring...) IANA has a list of registered numbers for this field. <length> is the length of the address, in bytes (not ASCII chars) <address> is the ASCII hex-encoded address (2 ASCII characters per byte; 12 chars for an Ethernet address.) This encoding is intended to mirror the representation of MAC addresses in DHCP. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoNetworkRegistrarMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.120.1 | |||
| cnrDHCP OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.120.1.1 | |||
| cnrDHCPScopeTable OBJECT-TYPE The table listing characteristics of all scopes. Entries in this table correspond to scopes, which are added and deleted via the CNR GUI or CLI. | 1.3.6.1.4.1.9.9.120.1.1.1 | not-accessible | deprecated | |
| cnrDHCPScopeEntry OBJECT-TYPE An entry in the cnrDHCPScopeTable. | 1.3.6.1.4.1.9.9.120.1.1.1.1 | not-accessible | deprecated | |
| cnrDHCPScopeName OBJECT-TYPE The name of the scope, which uniquely identifies an entry in the cnrDHCPScopeTable. | 1.3.6.1.4.1.9.9.120.1.1.1.1.1 | DisplayString (SIZE(1..100)) | not-accessible | deprecated |
| cnrDHCPScopeFreeAddrLowThreshold OBJECT-TYPE The low threshold for available free addresses in this scope. If the value for available free addresses in this scope becomes equal to or less than this value, a cnrDHCPScopeFreeAddrLowThreshold event is generated for this scope. No more cnrDHCPScopeFreeAddrLowThreshold events will be generated for this scope during this execution of the DHCP server until the value for available free addresses has exceeded the value of cnrDHCPScopeFreeAddrHighThreshold. This value may be expressed as either an absolute value or a percentage; the units are specified by the value of cnrDHCPScopeFreeAddrUnits. | 1.3.6.1.4.1.9.9.120.1.1.1.1.2 | Unsigned32 | accessible-for-notify | deprecated |
| cnrDHCPScopeFreeAddrHighThreshold OBJECT-TYPE The high threshold for available free addresses in this scope. If a cnrDHCPScopeFreeAddrLowThreshold event has been generated for this scope, and the value for available free addresses has exceeded the value of cnrDHCPScopeFreeAddrHighThreshold, then a ciscoNetRegFreeAddressHigh event will be generated. No more ciscoNetRegFreeAddressHigh events will be generated for this scope during this execution of the DHCP server until the value for available free addresses becomes equal to or less than the value of cnrDHCPScopeFreeAddrHighThreshold. This value may be expressed as either an absolute value or a percentage; the units are specified by the value of cnrDHCPScopeFreeAddrUnits. | 1.3.6.1.4.1.9.9.120.1.1.1.1.3 | Unsigned32 | accessible-for-notify | deprecated |
| cnrDHCPScopeFreeAddrValue OBJECT-TYPE The number of IP addresses which are available within this scope. May be expressed as either an absolute value or a percentage; the units are given by the value of cnrDHCPScopeFreeAddrUnits. | 1.3.6.1.4.1.9.9.120.1.1.1.1.4 | Unsigned32 | accessible-for-notify | deprecated |
| cnrDHCPScopeFreeAddrUnits OBJECT-TYPE The units associated with the value of cnrDHCPScopeFreeAddrValue. | 1.3.6.1.4.1.9.9.120.1.1.1.1.5 | INTEGER {value(1), percent(2)} | accessible-for-notify | deprecated |
| cnrNotifObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.120.1.2 | |||
| cnrNotifDupIpAddress OBJECT-TYPE The IP address which was found to be a duplicate. | 1.3.6.1.4.1.9.9.120.1.2.1 | IpAddress | accessible-for-notify | current |
| cnrNotifMACAddress OBJECT-TYPE The offending MAC address which caused a duplicate IP address to be detected. | 1.3.6.1.4.1.9.9.120.1.2.2 | CnrPhysAddress | accessible-for-notify | current |
| cnrNotifServer OBJECT-TYPE The IP Address of a server with which CNR is attempting to communicate. | 1.3.6.1.4.1.9.9.120.1.2.3 | IpAddress | accessible-for-notify | current |
| cnrNotifServerType OBJECT-TYPE The type of server. | 1.3.6.1.4.1.9.9.120.1.2.4 | INTEGER {dns(1), dhcp(2), ldap(3), tftp(4), ccm(5)} | accessible-for-notify | current |
| cnrNotifDupIpAddressDetectedBy OBJECT-TYPE For a ciscoNetRegDuplicateAddress notification, this object indicates whether the client or server detected the condition. | 1.3.6.1.4.1.9.9.120.1.2.5 | INTEGER {dhcpClient(1), dhcpServer(2)} | accessible-for-notify | current |
| cnrNotifContestedIpAddress OBJECT-TYPE The IP address for which ownership is claimed by two or more DHCP servers. | 1.3.6.1.4.1.9.9.120.1.2.6 | IpAddress | accessible-for-notify | current |
| cnrNotifDHCPScopeFreeAddrLow OBJECT-TYPE This object is used to determine the start of the address shortage condition. When the number of free addresses is equal to or less than the value contained by this object the ciscoNetRegFreeAddrLowThreshold notification will be generated. The low address condition will continue until the number of free addresses has reached or exceeded the number specified by the cnrNotifDHCPScopeFreeAddrHigh object. The ciscoNetRegFreeAddrLowThreshold notification will only be generated when the low address condition is first encountered. These thresholds objects and notifications apply to scopes defined for the DHCP server. The cnrDHCPScope object indicates to which scope these objects and notifications are to be applied. | 1.3.6.1.4.1.9.9.120.1.2.7 | Unsigned32 | accessible-for-notify | current |
| cnrNotifDHCPScopeFreeAddrHigh OBJECT-TYPE This object is used to determine the end of address shortage. When the number of free addresses is equal to or greater than the value contained by this object the ciscoNetRegFreeAddrHighThreshold notification will be generated. The ciscoNetRegFreeAddrHighThreshold notification will only be generated when the first time the cnrNotifDHCPScopeFreeAddrHigh is exceeded. These thresholds objects and notifications apply to scopes defined for the DHCP server. The cnrDHCPScope object indicates to which scope these objects and notifications are to be applied. | 1.3.6.1.4.1.9.9.120.1.2.8 | Unsigned32 | accessible-for-notify | current |
| cnrNotifDHCPScopeFreeAddrValue OBJECT-TYPE The number of IP addresses which are available within the scope specified by the cnrDHCPScope object. | 1.3.6.1.4.1.9.9.120.1.2.9 | Gauge32 | accessible-for-notify | current |
| cnrNotifDHCPThresholdType OBJECT-TYPE The type of threshold that is causing the notification. Threshold is configured based on the following types: Type Threshold Configuration ---- ----------------------- scope level of single scope network level of an entire group of scopes sharing the same primary subnet selectionTags level of a group of scopes sharing the same primary subnet and selection tags. | 1.3.6.1.4.1.9.9.120.1.2.10 | INTEGER {scope(1), network(2), selectionTags(3)} | accessible-for-notify | current |
| cnrNotifDHCPThresholdValue OBJECT-TYPE The value of the type of threshold that is causing the notification. Type Value ---- ----- scope primary or secondary subnet number network scope's primary or secondary subnet number selectionTags selection tag list. | 1.3.6.1.4.1.9.9.120.1.2.11 | DisplayString (SIZE(1..100)) | accessible-for-notify | current |
| cnrNotifDHCPScopeName OBJECT-TYPE The name of the DHCP scope. | 1.3.6.1.4.1.9.9.120.1.2.12 | DisplayString (SIZE(1..100)) | accessible-for-notify | current |
| cnrNotifPrimarySubnetNumber OBJECT-TYPE The primary subnet number of the network interface of which the scope is part. | 1.3.6.1.4.1.9.9.120.1.2.13 | DisplayString | accessible-for-notify | current |
| cnrNotifRelatedServerType OBJECT-TYPE The type of related server. | 1.3.6.1.4.1.9.9.120.1.2.14 | INTEGER {dnsPrimary(1), ldap(2), failoverPartner(3)} | accessible-for-notify | current |
| cnrNotifDnsServerIpAddress OBJECT-TYPE The IP address of the DNS server. | 1.3.6.1.4.1.9.9.120.1.2.15 | IpAddress | accessible-for-notify | current |
| cnrNotifZoneName OBJECT-TYPE The name of the zone. | 1.3.6.1.4.1.9.9.120.1.2.16 | DisplayString | accessible-for-notify | current |
| cnrNotifDnsRemoteServersList OBJECT-TYPE Comma-separated list of remote server IP addresses. | 1.3.6.1.4.1.9.9.120.1.2.17 | DisplayString (SIZE(0..254)) | accessible-for-notify | current |
| cnrNotifCfgObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.120.1.3 | |||
| cnrEnableFreeAddressLow OBJECT-TYPE Indicates whether the ciscoNetRegFreeAddressLow notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.1 | TruthValue | read-write | deprecated |
| cnrEnableFreeAddressHigh OBJECT-TYPE Indicates whether the ciscoNetRegFreeAddressHigh notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.2 | TruthValue | read-write | deprecated |
| cnrEnableServerStart OBJECT-TYPE Indicates whether the ciscoNetRegServerStart notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.3 | TruthValue | read-write | current |
| cnrEnableServerStop OBJECT-TYPE Indicates whether the ciscoNetRegServerStop notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.4 | TruthValue | read-write | current |
| cnrEnableDNSQueueTooBig OBJECT-TYPE Indicates whether the ciscoNetRegDNSQueueTooBig notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.5 | TruthValue | read-write | current |
| cnrEnableOtherServerNotResponding OBJECT-TYPE Indicates whether the ciscoNetRegOtherServerNotResponding notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.6 | TruthValue | read-write | deprecated |
| cnrEnableDuplicateAddress OBJECT-TYPE Indicates whether the ciscoNetRegDuplicateAddress notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.7 | TruthValue | read-write | current |
| cnrEnableAddressConflict OBJECT-TYPE Indicates whether the ciscoNetRegAddressConflict notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.8 | TruthValue | read-write | current |
| cnrEnableOtherServerResponding OBJECT-TYPE Indicates whether the ciscoNetRegOtherServerResponding notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.9 | TruthValue | read-write | deprecated |
| cnrEnableFailoverConfigMismatch OBJECT-TYPE Indicates whether the ciscoNetRegFailoverConfigMismatch notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.10 | TruthValue | read-write | current |
| cnrEnableFreeAddrLow OBJECT-TYPE Indicates whether the ciscoNetRegFreeAddrLowThreshold notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.11 | TruthValue | read-write | current |
| cnrEnableFreeAddrHigh OBJECT-TYPE Indicates whether the ciscoNetRegFreeAddrHighThreshold notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.12 | TruthValue | read-write | current |
| cnrEnableOtherServerNotResp OBJECT-TYPE Indicates whether the ciscoNetRegOtherServerNotResp notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.13 | TruthValue | read-write | current |
| cnrEnableOtherServerResp OBJECT-TYPE Indicates whether the ciscoNetRegOtherServerResp notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.14 | TruthValue | read-write | current |
| cnrEnableHaDnsPartnerDown OBJECT-TYPE Indicates whether the ciscoNetRegHaDnsPartnerDown notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.15 | TruthValue | read-write | current |
| cnrEnableHaDnsPartnerUp OBJECT-TYPE Indicates whether the ciscoNetRegHaDnsPartnerUp notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.16 | TruthValue | read-write | current |
| cnrEnableMastersNotResp OBJECT-TYPE Indicates whether the ciscoNetRegMastersNotResp notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.17 | TruthValue | read-write | current |
| cnrEnableMastersResp OBJECT-TYPE Indicates whether the ciscoNetRegMastersResp notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.18 | TruthValue | read-write | current |
| cnrEnableSecondaryZoneExpired OBJECT-TYPE Indicates whether the ciscoNetRegSecondaryZonesExpired notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.19 | TruthValue | read-write | current |
| cnrEnableDnsForwardersNotResp OBJECT-TYPE Indicates whether the ciscoNetRegDnsForwardersNotResp notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.20 | TruthValue | read-write | current |
| cnrEnableDnsForwardersResp OBJECT-TYPE Indicates whether the ciscoNetRegDnsForwardersResp notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.21 | TruthValue | read-write | current |
| cnrEnableHaDnsConfigErr OBJECT-TYPE Indicates whether the ciscoNetRegHaDnsConfigErr notification should be generated for this entity. | 1.3.6.1.4.1.9.9.120.1.3.22 | TruthValue | read-write | current |
| ciscoNetRegMIBNotificationPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.120.2 | |||
| ciscoNetRegMIBNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.120.2.0 | |||
| ciscoNetworkRegistrarMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.120.3 | |||
| ciscoNetworkRegistrarMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.120.3.1 | |||
| ciscoNetworkRegistrarMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.120.3.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| ciscoNetRegFreeAddressLow NOTIFICATION-TYPE This notification signifies that the number of available IP addresses for a particular scope has fallen below the value of cnrDHCPScopeFreeAddrLowThreshold for that scope. This notification has been replaced by the ciscoNetRegFreeAddrLowThreshold notification. | 1.3.6.1.4.1.9.9.120.2.0.1 | deprecated |
| ciscoNetRegFreeAddressHigh NOTIFICATION-TYPE This notification signifies that the number of available IP addresses for a particular scope has risen above the value of cnrDHCPScopeFreeAddrHighThreshold for that scope. This notification has been replaced by the ciscoNetRegFreeAddrHighThreshold notification. | 1.3.6.1.4.1.9.9.120.2.0.2 | deprecated |
| ciscoNetRegServerStart NOTIFICATION-TYPE This notification signifies that the server of the specified type has started on the host from which this notification has been sent. | 1.3.6.1.4.1.9.9.120.2.0.3 | current |
| ciscoNetRegServerStop NOTIFICATION-TYPE This notification signifies that the server of the specified type has stopped normally on the host from which this notification has been sent. | 1.3.6.1.4.1.9.9.120.2.0.4 | current |
| ciscoNetRegDNSQueueTooBig NOTIFICATION-TYPE This notification indicates that the number of pending DNS updates has reached its limit. Successive updates may be dropped, and DHCP may stop responding to client requests until this problem has cleared. | 1.3.6.1.4.1.9.9.120.2.0.5 | current |
| ciscoNetRegOtherServerNotResponding NOTIFICATION-TYPE This notification signifies that a server is not responding to updates from the DHCP server. The identity of the server is given by the cnrNotifServer object. The type of the server is given by the cnrNotifServerType object. This notification has been replaced by the ciscoNetRegOtherServerNotResp notification. | 1.3.6.1.4.1.9.9.120.2.0.6 | deprecated |
| ciscoNetRegDuplicateAddress NOTIFICATION-TYPE This notification signifies that a duplicate IP address has been detected. The DHCP server can detect this condition through the ping-before-offer mechanism. Alternatively, the client may have sent a DHCPDECLINE back to the server; this is assumed to be the result of the client detecting that the address was in use. In either case, the DHCP server marks the IP address as unavailable for leasing to clients. The cnrNotifDupIpAddressDetectedBy object indicates whether the client or server detected this condition. | 1.3.6.1.4.1.9.9.120.2.0.7 | current |
| ciscoNetRegAddressConflict NOTIFICATION-TYPE This notification indicates that the DHCP server on this host, and a DHCP server on another host, have claimed ownership for the same IP address. The cnrNotifContestedIpAddress object indicates which address is under contention. The cnrNotifServer object indicates with which other server a conflict was detected. | 1.3.6.1.4.1.9.9.120.2.0.8 | current |
| ciscoNetRegOtherServerResponding NOTIFICATION-TYPE This notification signifies that a server which had formerly been in a 'not responding' state is now responding to updates from the CNR protocol server. The identity of the server is given by the cnrNotifServer object. The type of the server is given by the cnrNotifServerType object. NOTE: One should not rely on recieving this notification as an indication that all is well with the network. Several conditions, including restart of the CNR protocol server, could result in either multiple ciscoNetRegOtherServerNotResponding notifications being sent, or in a ciscoNetRegOtherServerResponding notification NOT being sent. This notification has been replaced by the ciscoNetRegOtherServerResp notification. | 1.3.6.1.4.1.9.9.120.2.0.9 | deprecated |
| ciscoNetRegFailoverConfigMismatch NOTIFICATION-TYPE This notification signifies that a server has detected via the failover protocol that its configuration does not match that of its failover peer, and that reliable DHCP operation in the event of a server failure may not be possible. The identity of the peer server is given by the cnrNotifServer object. | 1.3.6.1.4.1.9.9.120.2.0.10 | current |
| ciscoNetRegFreeAddrLowThreshold NOTIFICATION-TYPE This notification signifies that the number of available IP addresses for a particular scope has fallen below the value of cnrNotifDHCPScopeFreeAddrLow for that scope. This notification signals a shortage of addresses. The shortage will continue until the number of free addresses has reached or exceeded the number specified by the cnrNotifDHCPScopeFreeAddrHigh object. This notification will only be generated when the shortages of IP addresses in first encountered. If the threshold type is scope or subnet, then the value is the primary or secondary subnet number, and if the type is selection-tag, then the value is the selection tag list. | 1.3.6.1.4.1.9.9.120.2.0.11 | current |
| ciscoNetRegFreeAddrHighThreshold NOTIFICATION-TYPE This notification signifies that the shortage of available IP addresses for a particular scope is over and generated when the number of free addresses for that scope reaches or exceed value specified by the cnrNotifDHCPScopeFreeAddrHigh. This notification will only be generated when crossing the threshold specified by the cnrNotifDHCPScopeFreeAddrHigh object indicates the end of IP address shortage. If the threshold type is scope or subnet, then the value is the primary or secondary subnet number, and if the type is selection-tag, then the value is the selection tag list. | 1.3.6.1.4.1.9.9.120.2.0.12 | current |
| ciscoNetRegOtherServerNotResp NOTIFICATION-TYPE This notification signifies that a server is not responding to updates from the DHCP server. This notification will be generated when this error is first encountered and suppressed until the the normal reponse from server has been established as indicated by the ciscoNetRegOtherServerResp. notification. The identity of the server is given by the cnrNotifServer object. The type of the server is indicated by the cnrNotifRelatedServerType object. | 1.3.6.1.4.1.9.9.120.2.0.13 | current |
| ciscoNetRegOtherServerResp NOTIFICATION-TYPE This notification signifies that a server is now responding to updates from the DHCP server. This notification will be generated when normal operation is resumed after generation of the ciscoNetRegOtherServerNotResp notification. The identity of the server is given by the cnrNotifServer object. The type of the server is indicated by the cnrNotifRelatedServerType object. NOTE: One should not rely on recieving this notification as an indication that all is well with the network. Several conditions, including restart of the CNR protocol server, could result in either multiple ciscoNetRegOtherServerNotResp notifications being sent, or in a ciscoNetRegOtherServerResp notification NOT being sent. | 1.3.6.1.4.1.9.9.120.2.0.14 | current |
| ciscoNetRegHaDnsPartnerDown NOTIFICATION-TYPE This notification signifies that communication with a HA-DNS (High Availability DNS) server's partner has been interrupted. The identity of the HA-DNS partner server is given by the cnrNotifServer object. | 1.3.6.1.4.1.9.9.120.2.0.15 | current |
| ciscoNetRegHaDnsPartnerUp NOTIFICATION-TYPE This notification signifies that communication with a HA-DNS server's partner has been restored. The identity of the HA-DNS partner server is given by the cnrNotifServer object. | 1.3.6.1.4.1.9.9.120.2.0.16 | current |
| ciscoNetRegMastersNotResp NOTIFICATION-TYPE This notification indicates that a DNS secondary server cannot reach any of its configured masters to obtain a zone transfer. Once this situation is encountered generation of this notification will be suppressed until a complete zone transfer has completed as indicated by the ciscoNetRegMastersResp notification. The identity of the secondary server is given by cnrNotifDnsServerIpAddress; the identity of the master servers is given by the cnrNotifDnsRemoteServersList; and the zone is given by cnrNotifZoneName. | 1.3.6.1.4.1.9.9.120.2.0.17 | current |
| ciscoNetRegMastersResp NOTIFICATION-TYPE This notification indicates that a DNS secondary server reached at least one of its configured masters and obtained a zone transfer. This notification is generated the first time sucessful zone transfer completed after a prior request for zone transfer failed because master server could not reached. The identity of the secondary server is given by cnrNotifDnsServerIpAddress; the identity of the master servers is given by the cnrNotifDnsRemoteServersList; and the zone is given by cnrNotifZoneName object. | 1.3.6.1.4.1.9.9.120.2.0.18 | current |
| ciscoNetRegSecondaryZonesExpired NOTIFICATION-TYPE This notification indicates that a DNS secondary server was unable to reach any primaries, and that a zone has expired because the TTL has passed. The identity of the DNS secondary server is given by cnrNotifDnsServerIpAddress; the identity of the master servers is given by the cnrNotifDnsRemoteServersList; and the zone is given by cnrNotifZoneName object. | 1.3.6.1.4.1.9.9.120.2.0.19 | current |
| ciscoNetRegDnsForwardersNotResp NOTIFICATION-TYPE This notification indicates that a DNS recursive resolver was not able to reach any of its configured forwarders. Once this situation is encountered generation of this notification will be suppressed until normal operation is resumed as indicated by the ciscoNetRegDnsForwardersResp notification. The identity of the affected DNS resolving server is given by cnrNotifDnsServerIpAddress and the identity of the forwarders is given by the cnrRemoteServersList object. | 1.3.6.1.4.1.9.9.120.2.0.20 | current |
| ciscoNetRegDnsForwardersResp NOTIFICATION-TYPE This notification indicates that a DNS recursive resolver was able to reach at least one of its configured forwarders and indicates start of normal operation. This notification is generated the first time normal operation is established after a DNS recursive resolver was not able to reach any of its configured forwarders. The identity of the affected DNS resolving server is given by cnrNotifDnsServerIpAddress and the identity of the forwarders is given by the cnrRemoteServersList object. | 1.3.6.1.4.1.9.9.120.2.0.21 | current |
| ciscoNetRegHaDnsConfigErr NOTIFICATION-TYPE This notification indicates a configuration mismatch between two HA-DNS partners. The first zone that has a mismatch will be reported and is denoted by cnrNotifZoneName and the server with the configuration error is denoted by cnrNotifServer object. | 1.3.6.1.4.1.9.9.120.2.0.22 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoNetworkRegistrarMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the Cisco Network Registrar MIB | 1.3.6.1.4.1.9.9.120.3.1.1 | deprecated |
| ciscoNetworkRegistrarMIBCompRev1 MODULE-COMPLIANCE The compliance statement for entities which implement the Cisco Network Registrar MIB | 1.3.6.1.4.1.9.9.120.3.1.2 | current |
| ciscoNetworkRegistrarDHCPScopeObjectsGroup OBJECT-GROUP Network Registrar MIB objects used in DHCP scopes. | 1.3.6.1.4.1.9.9.120.3.2.1 | deprecated |
| ciscoNetworkRegistrarNotifObjectsGroup OBJECT-GROUP Network Registrar MIB objects used in notifications. | 1.3.6.1.4.1.9.9.120.3.2.2 | deprecated |
| ciscoNetworkRegistrarNotifCfgObjectsGroup OBJECT-GROUP Network Registrar MIB objects used to enable/disable notifications. | 1.3.6.1.4.1.9.9.120.3.2.3 | deprecated |
| ciscoNetworkRegistrarNotificationsGroup NOTIFICATION-GROUP Notifications which are implemented by the Cisco Network Registrar agent. | 1.3.6.1.4.1.9.9.120.3.2.4 | deprecated |
| ciscoNetRegistrarNotifInfoGroup OBJECT-GROUP The objects in this group are used provide information to be included in notifications. | 1.3.6.1.4.1.9.9.120.3.2.5 | current |
| ciscoNetRegistrarNotEnableGroup OBJECT-GROUP The objects in this group are used to control the generations of notifications. | 1.3.6.1.4.1.9.9.120.3.2.6 | current |
| ciscoNetRegistrarNotificatGroup NOTIFICATION-GROUP Notifications which are implemented by the Cisco Network Registrar. | 1.3.6.1.4.1.9.9.120.3.2.7 | current |