MICOM-NAC-MIB: View SNMP OID List / Download MIB

VENDOR: MICOM COMMUNICATION CORPORATION


 Home MIB: MICOM-NAC-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
 micom_nac 1.3.6.1.4.1.335.1.4.15
       nac_configuration 1.3.6.1.4.1.335.1.4.15.1
           nacCfgGroup 1.3.6.1.4.1.335.1.4.15.1.1
               nacCfgAddressResolutionTriesNumber 1.3.6.1.4.1.335.1.4.15.1.1.1 integer read-write
NAME = NumberOfAddressResolutionRetries; DESC = The number of times an address resolution \ request is sent to the server to get DNA \ address; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nacCfgAddressResolutionTimeout 1.3.6.1.4.1.335.1.4.15.1.1.2 integer read-write
NAME = AddressResolutionTimeout; DESC = The time in milliseconds after which an \ address resolution request will be resent \ in case the previous one is not answered; HELP = Setting a very low value in a heavily \ loaded IP network would result in \ transmissions of multiple requests \ further increasing the network load. \ It is recommended to tune this value \ by considering the IP netwrok load and \ performance; CAPABILITIES = NET_CFG, VPN_CFG;
               nacCfgCacheStatus 1.3.6.1.4.1.335.1.4.15.1.1.3 integer read-write
NAME = AddressCachingFunctionality; DESC = Ability to enable or disable Caching of \ previously resolved Addresses and to \ remove previously resolved addresses \ from the cache.; HELP = It is recommended that caching be enabled as \ it helps relieve the load on the server \ reduces network traffic and speeds up \ address resolution and hence call-setup. \ Flushing of cache is recommended if the \ network configuration has changed resulting \ in changes in the DNA and/or DNs, rendering \ the previously cached resolutions incorrect; CAPABILITIES = NET_CFG, VPN_CFG; Enumeration: 'enable': 2, 'disable': 1, 'flush': 3.
               nacCfgNumberOfCacheEntries 1.3.6.1.4.1.335.1.4.15.1.1.4 integer read-only
NAME = CacheSize; DESC = Max number of Address Resolutions to be \ cached in memory; HELP = If this value is very high the \ free memory space on the unit will be \ reduced which may affect the unit's performance \ A too low value would cause the unit to \ frequently consult the server if diverse \ numbers are dialed, beating the purpose of \ having a local cache. The optimum value \ will depend on the network size and the \ number of frequently dialed DNs. It is \ recommended to start with the minimum value \ (100) and tune it to the optimum value \ by observing the performance; CAPABILITIES = NET_CFG, VPN_CFG;
               nacCfgCounterReset 1.3.6.1.4.1.335.1.4.15.1.1.5 integer read-write
NAME = CounterReset; DESC = This object was obsoleted as of release \ 3.0; and is included here only to support \ backwards compatibility for software \ versions prior to release 3.0. \ Setting this to reset will clear out \ the counters for Statistics for the \ Address Client.; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG; Enumeration: 'reset': 1, 'other': 2.
               nacCfgCustomerId 1.3.6.1.4.1.335.1.4.15.1.1.6 integer read-only
NAME = CustomerId; DESC = An unique number allocated to a Customer \ thereby allowing a single server to serve \ more than one customer; HELP = The Customer Id helps to identify all units \ belonging to a particular Customer. If a \ server is shared by many customers, the \ server uses the Id to firewall the voice \ networks of one customer from the others; CAPABILITIES = NET_CFG, VPN_CFG;
           nacCacheTable 1.3.6.1.4.1.335.1.4.15.1.2 no-access
NAME = DNA cache table; DESC = DNA cache table; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nacCacheEntry 1.3.6.1.4.1.335.1.4.15.1.2.1 no-access
NAME = Entry of DNA cache table; DESC = Entry of DNA cache table; HELP = ; CAPABILITIES = ;
                   nacCacheEgressString 1.3.6.1.4.1.335.1.4.15.1.2.1.1 displaystring read-write
NAME = EgressDialString; DESC = EgressDialString associated with a voice channel.\ For software releases prior to 3.0, the \ string range was restricted to (SIZE(1..25)).; HELP = EgressDialString represents the rule which helps \ in associating dialed digits to a voice channel. \ The string allows digits and wild cards; CAPABILITIES = ;
                   nacCacheServerIpAddress 1.3.6.1.4.1.335.1.4.15.1.2.1.2 ipaddress read-write
NAME = ServerIpAddress; DESC = Network Address of server which resolved this entry.; HELP = Value of this object is valid only when \ EntryType is learned. It is unique to a given server and helps \ in tracking the address resolution to the server; CAPABILITIES = ;
                   nacCacheDnaAddress 1.3.6.1.4.1.335.1.4.15.1.2.1.3 displaystring read-write
NAME = DNAAddress; DESC = DNA address of the unit to which this voice information \ belongs; HELP = ; CAPABILITIES = ;
                   nacCacheEntryType 1.3.6.1.4.1.335.1.4.15.1.2.1.4 integer read-only
NAME = CacheEntryType; DESC = Indicates whether the entry was provisioned \ (static) by user or was previously resolved \ by a server (learned); HELP = If no server is available \ entries must be provisioned \ for voice networking; CAPABILITIES = ; Enumeration: 'static': 2, 'learnt': 1.
                   nacCacheNumberOfHits 1.3.6.1.4.1.335.1.4.15.1.2.1.5 integer read-only
NAME = CacheEntryUsage; DESC = The number of times this entry was used to \ by this unit for resolving dialed digits; HELP = This value is useful in identifying \ frequently dialed numbers; CAPABILITIES = ;
                   nacCacheEntryStatus 1.3.6.1.4.1.335.1.4.15.1.2.1.6 integer read-write
NAME = StaticEntryInsertionDeletion; DESC = For software releases prior to 3.0 \ this object only supports add and delete \ with an access of write-only. Used to insert \ or remove a static address resolution entry; HELP = ; CAPABILITIES = ; Enumeration: 'active': 3, 'add': 1, 'delete': 2.
           nacServerTable 1.3.6.1.4.1.335.1.4.15.1.3 no-access
NAME = ServerTable; DESC = List of servers this unit can use to \ request an address resolution from; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nacServerEntry 1.3.6.1.4.1.335.1.4.15.1.3.1 no-access
NAME = ServerEntry; DESC = A server this unit can use to \ request an address resolution from; HELP = ; CAPABILITIES = ;
                   nacServerIpAddress 1.3.6.1.4.1.335.1.4.15.1.3.1.1 ipaddress read-write
NAME = ServerIpAddress; DESC = Network address of server which resolved this \ address.; HELP = It is unique for a given server and \ is used by this unit to reach the server; CAPABILITIES = ;
                   nacServerName 1.3.6.1.4.1.335.1.4.15.1.3.1.2 displaystring read-write
NAME = ServerName; DESC = A user supplied name of a server; HELP = Useful in \ identifying a server; CAPABILITIES = ;
                   nacServerAvailStatus 1.3.6.1.4.1.335.1.4.15.1.3.1.3 integer read-only
NAME = ServerAvailablity; DESC = Availability of the server for address resolution; HELP = A server is said to be available if this \ unit has been successfully communicating \ the said server. \ A server is said to be in transistion if \ this unit is in the process of establishing \ full communication with the said server. \ A server is said to be notAvailable if this \ unit is temporarily lost communication with \ the said server; CAPABILITIES = ; Enumeration: 'available': 1, 'notAvailable': 3, 'transition': 2.
                   nacServerStatus 1.3.6.1.4.1.335.1.4.15.1.3.1.4 integer read-write
NAME = ServerStatus; DESC = Ability to insert, disable or delete a server; HELP = Setting the value to enable results in insertion \ of server for address resolution \ Setting the value to disable will refrain this \ unit from using the said server for address \ resolution. This may be done if the server is \ known to be temporarily out of service. \ Setting the value to delete will remove the \ entry from the table; CAPABILITIES = ; Enumeration: 'enable': 1, 'disable': 2, 'delete': 3.
                   nacServerHelloTime 1.3.6.1.4.1.335.1.4.15.1.3.1.5 integer read-write
NAME = HelloTimeInterval; DESC = The interval of time in seconds between transmission \ of two consecutive Hello messages to the server; HELP = The interval of time in seconds between transmission \ of two consecutive Hello messages to the server. \ If the server doesnot see a HELLO message within \ a specified period it will purge it's database \ of all entries belonging to this unit. \ It is recommended that this value be such that \ this unit will transmit atleast two HELLO packets \ within the server's timeout period. \ Having a very low value will result in large \ number of HELLO packets, increasing traffic. \ The value should be tuned based on the IP traffic \ and the timeout value provisioned in the server; CAPABILITIES = ;
                   nacServerType 1.3.6.1.4.1.335.1.4.15.1.3.1.6 integer read-write
NAME = ServerType; DESC = Type of NAS to which this information is assigned.; HELP = A primary Server is the preferred server which \ will be first consulted for address resolution. \ A secondary server is used as an alternative \ if the primary is not responding. \ All servers have to be marked secondary if \ round-robin load sharing is desired between servers; CAPABILITIES = ; Enumeration: 'primary': 1, 'secondary': 2.
                   nacServerRegistrationCount 1.3.6.1.4.1.335.1.4.15.1.3.1.7 counter read-only
NAME = ServerRegistrationCount; DESC = The number of times this server has acknowledged \ a registration change; HELP = ; CAPABILITIES = ;
                   nacServerHello1Count 1.3.6.1.4.1.335.1.4.15.1.3.1.8 counter read-only
NAME = ServerHello1Count; DESC = The number of keep alive hellos sent to this server; HELP = ; CAPABILITIES = ;
                   nacServerHello2Count 1.3.6.1.4.1.335.1.4.15.1.3.1.9 counter read-only
NAME = ServerHello2Count; DESC = The number of hellos indicating a change in \ registration table to this server; HELP = ; CAPABILITIES = ;
                   nacServerHello3Count 1.3.6.1.4.1.335.1.4.15.1.3.1.10 counter read-only
NAME = ServerHello3Count; DESC = The number of hellos sent that request a response.\ Used to revive a notAvailable server; HELP = ; CAPABILITIES = ;
                   nacServerRequestCount 1.3.6.1.4.1.335.1.4.15.1.3.1.11 counter read-only
NAME = ServerRequestCount; DESC = The number of DN-DNA requests to this \ server since start up; HELP = ; CAPABILITIES = ;
                   nacServerResolvedCount 1.3.6.1.4.1.335.1.4.15.1.3.1.12 counter read-only
NAME = ServerResolvedCount; DESC = The number of DN-DNA's resolved by this \ server since start up; HELP = ; CAPABILITIES = ;
                   nacServerNoNumberCount 1.3.6.1.4.1.335.1.4.15.1.3.1.13 counter read-only
NAME = ServerNoNumberCount; DESC = The number of DN-DNA requests with phone number \ not found in server since start up; HELP = ; CAPABILITIES = ;
                   nacServerTimeoutCount 1.3.6.1.4.1.335.1.4.15.1.3.1.14 counter read-only
NAME = ServerTimeoutCount; DESC = The number of entries resent due to timeouts \ since start up. HELP = ; CAPABILITIES = ;
           nvmNacCfgGroup 1.3.6.1.4.1.335.1.4.15.1.4
               nvmNacCfgAddressResolutionTriesNumber 1.3.6.1.4.1.335.1.4.15.1.4.1 integer read-only
NAME = NumberOfAddressResolutionRetries; DESC = The number of times an address resolution \ request is sent to the server to get DNA \ address on the next reset; HELP = This is the value this unit will \ use next time the unit is reset or rebooted; CAPABILITIES = NET_CFG, VPN_CFG;
               nvmNacCfgAddressResolutionTimeout 1.3.6.1.4.1.335.1.4.15.1.4.2 integer read-only
NAME = AddressResolutionTimeout; DESC = The time in milliseconds after which an \ address resolution request will be resent \ in case the previous one is not answer.; HELP = Setting a very low value in a heavily \ loaded IP network would result in \ transmissions of multiple requests \ furthur increasing the network load. \ It is recommended to tune this value \ by considering the IP netwrok load and \ performance. \ This is the value this unit will \ use next time the unit is reset or rebooted; CAPABILITIES = NET_CFG, VPN_CFG;
               nvmNacCfgCacheStatus 1.3.6.1.4.1.335.1.4.15.1.4.3 integer read-only
NAME = AddressCachingFunctionality; DESC = Ability to enable or disable caching of \ previously resolved Addresses. \ HELP = It is recommended that caching be enabled as \ it helps relieve the load on the server \ reduces network traffic and speeds up \ address resolution and hence call-setup. \ This is the value this unit will \ use next time the unit is reset or rebooted; CAPABILITIES = NET_CFG, VPN_CFG; Enumeration: 'enable': 2, 'disable': 1.
               nvmNacCfgNumberOfCacheEntries 1.3.6.1.4.1.335.1.4.15.1.4.4 integer read-write
NAME = CacheSize; DESC = Max number of Address Resolutions to be \ cached in memory.; HELP = If this value is very high the \ free memory space on the unit will be \ reduced which may affect the unit's performance \ A too low value would cause the unit to \ frequently consult the server if diverse \ numbers are dialed, beating the purpose of \ having a local cache. The optimum value \ will depend on the network size and the \ number of frequently dialed DNs. It is \ recommended to start with the minimum value \ (100) and tune it to the optimum value \ by observing the performance. \ This is the value this unit will \ use next time the unit is reset or rebooted; CAPABILITIES = NET_CFG, VPN_CFG;
               nvmNacCfgCustomerId 1.3.6.1.4.1.335.1.4.15.1.4.5 integer read-write
NAME = CustomerId; DESC = An unique number allocated to a Customer \ thereby allowing a single server to serve \ more than one customer.; HELP = The Customer Id helps to identify all units \ belonging to a particular Customer. If a \ server is shared by many customers, the \ server uses the Id to firewall the voice \ networks of one customer from the others; This is the value this unit will \ use next time the unit is reset or rebooted; CAPABILITIES = NET_CFG, VPN_CFG;
           nvmNacCacheTable 1.3.6.1.4.1.335.1.4.15.1.5 no-access
NAME = DNA cache table; DESC = DNA cache table; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nvmNacCacheEntry 1.3.6.1.4.1.335.1.4.15.1.5.1 no-access
NAME = Entry of DNA cache table; DESC = Entry of DNA cache table; HELP = ; CAPABILITIES = ;
                   nvmNacCacheEgressNumber 1.3.6.1.4.1.335.1.4.15.1.5.1.1 displaystring read-only
NAME = EgressDialString; DESC = EgressDialString associated with a voice channel.; HELP = EgressDialString represents the rule which helps \ in associating dialed digits to a voice channel. \ The string allows digits and wild cards. \ This is the value this unit will \ use next time the unit is reset or rebooted \ For software releases prior to 3.0, the \ string range was restricted to (SIZE(1..25)).; CAPABILITIES = ;
                   nvmNacCacheServerIpAddress 1.3.6.1.4.1.335.1.4.15.1.5.1.2 ipaddress read-only
NAME = ServerIpAddress; DESC = Network Address of server which resolved this entry. \ HELP = It is unique to a given server and helps \ in tracking the address resolution to the server. \ This is the value this unit will \ use next time the unit is reset or rebooted; CAPABILITIES = ;
                   nvmNacCacheDnaAddress 1.3.6.1.4.1.335.1.4.15.1.5.1.3 displaystring read-only
NAME = DNAAddress; DESC = DNA address of the unit to which this voice \ belongs.; HELP = ; CAPABILITIES = ;
           nvmNacServerTable 1.3.6.1.4.1.335.1.4.15.1.6 no-access
NAME = ServerTable; DESC = List of servers this unit can use to \ request address resolution from; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nvmNacServerEntry 1.3.6.1.4.1.335.1.4.15.1.6.1 no-access
NAME = ServerEntry; DESC = A server this unit can use to \ request address resolution from; HELP = ; CAPABILITIES = ;
                   nvmNacServerIpAddress 1.3.6.1.4.1.335.1.4.15.1.6.1.1 ipaddress read-only
NAME = ServerIpAddress; DESC = Network Address of server.; HELP = It is unique to a given server and \ is used by this unit to communicate with the server.; CAPABILITIES = ;
                   nvmNacServerName 1.3.6.1.4.1.335.1.4.15.1.6.1.2 displaystring read-only
NAME = ServerName; DESC = A user supplied name of a server.; HELP = ; CAPABILITIES = ;
                   nvmNacServerStatus 1.3.6.1.4.1.335.1.4.15.1.6.1.3 integer read-only
NAME = ServerStatus; DESC = Ability to enable, disable a server.; HELP = A value of enable means this \ server will be used for address resolution \ A value of disable will refrain this \ unit from using the said server for address \ resolution. This may be done if the server is \ known to be temporarily out of service. \ This is the value this unit will \ use next time the unit is reset or rebooted; CAPABILITIES = ; Enumeration: 'enable': 1, 'disable': 2.
                   nvmNacServerHelloTime 1.3.6.1.4.1.335.1.4.15.1.6.1.4 integer read-only
NAME = HelloTimeInterval; DESC = The interval of time in seconds between transmission \ of two consecutive Hello messages to the server.; HELP = If the server does not see a HELLO message within \ a specified period it will purge it's database \ of all entries belonging to this unit. \ It is recommended that this value be such that \ this unit will transmit atleast two HELLO packets \ within the server's timeout period. \ Having a very low value will result in large \ number of HELLO packets, increasing traffic. \ The value should be tuned based on the IP traffic \ and the timeout value provisioned in the server. \ This is the value this unit will \ use next time the unit is reset or rebooted; CAPABILITIES = ;
                   nvmNacServerType 1.3.6.1.4.1.335.1.4.15.1.6.1.5 integer read-only
NAME = ServerType; DESC = The NAS server type to which this information is assigned; HELP = A primary Server is the preferred server which \ will be first consulted for address resolution. \ A secondary server is used as an alternative \ if the primary is not responding. \ All servers have to be marked secondary if \ round-robin load sharing is desired between servers.; CAPABILITIES = ; Enumeration: 'primary': 1, 'secondary': 2.
       nac_statistics 1.3.6.1.4.1.335.1.4.15.2
           nacStatisticsGroup 1.3.6.1.4.1.335.1.4.15.2.1
               nacStatisticsCacheCount 1.3.6.1.4.1.335.1.4.15.2.1.1 counter read-only
NAME = StatCacheCount; DESC = Total number of entries currently in cache. \ Includes learned and static entries. (Not \ cleared by nacCfgCounterZero); HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nacStatisticsStaticCount 1.3.6.1.4.1.335.1.4.15.2.1.2 counter read-only
NAME = StatStaticCount; DESC = Number of static entries currently in cache. \ (Not cleared by nacCfgCounterZero); HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nacStatisticsRequestAllCount 1.3.6.1.4.1.335.1.4.15.2.1.3 counter read-only
NAME = StatRequestAllCount; DESC = Total DN-DNA requests received from voice; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nacStatisticsLocalResolvedCount 1.3.6.1.4.1.335.1.4.15.2.1.4 counter read-only
NAME = StatLocalResolvedCount; DESC = Total DN-DNA requests resolved out of local cache; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nacStatisticsPurgeCount 1.3.6.1.4.1.335.1.4.15.2.1.5 counter read-only
NAME = StatPurgeCount; DESC = Total purge requests received from voice; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nacStatisticsVoiceRegCount 1.3.6.1.4.1.335.1.4.15.2.1.6 counter read-only
NAME = StatVoiceRegCount; DESC = Total re-register requests received from voice; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nacStatisticsDNAChangeCount 1.3.6.1.4.1.335.1.4.15.2.1.7 counter read-only
NAME = StatDNAChangeCount; DESC = Total DNA changes (learnt or provisioned) \ received from driver; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nacStatisticsServerCount 1.3.6.1.4.1.335.1.4.15.2.1.8 counter read-only
NAME = StatServerCount; DESC = Total number of servers configured to \ resolve addresses. (not cleared by \ nacCfgCounterZero); HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nacStatisticsServerRequestCount 1.3.6.1.4.1.335.1.4.15.2.1.9 counter read-only
NAME = StatServerRequestCount; DESC = Total DN-DNA requests made to all servers; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nacStatisticsServerResolvedCount 1.3.6.1.4.1.335.1.4.15.2.1.10 counter read-only
NAME = StatServerResolvedCount; DESC = Total DN-DNA requests resolved by all servers; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nacStatisticsServerNoNumberCount 1.3.6.1.4.1.335.1.4.15.2.1.11 counter read-only
NAME = StatServerNoNumberCount; DESC = Total DN-DNA requests resolved with phone \ number not found in server; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nacStatisticsTimeoutCount 1.3.6.1.4.1.335.1.4.15.2.1.12 counter read-only
NAME = StatTimeoutCount; DESC = Total DN-DNA requests timed out; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nacStatisticsHello1Count 1.3.6.1.4.1.335.1.4.15.2.1.13 counter read-only
NAME = StatHello1Count; DESC = Total hello keep alives to all servers; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nacStatisticsHello2Count 1.3.6.1.4.1.335.1.4.15.2.1.14 counter read-only
NAME = ; DESC = Total hello, registration has changed, sent to\ all servers; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nacStatisticsHello3Count 1.3.6.1.4.1.335.1.4.15.2.1.15 counter read-only
NAME = ; DESC = Total hello, are you there, sent to solicit \ response from all servers; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
               nacStatisticsRegistrationCount 1.3.6.1.4.1.335.1.4.15.2.1.16 counter read-only
NAME = ; DESC = Total registration acknowledged count from all servers; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
         mcmAlarmNacFailedToLocateNAS 1.3.6.1.4.1.335.1.4.150.1
NAME = ServerUnreachable; DESC = This unit is unable to communicate with the server\ Severity Level: MAJOR.; HELP = The server could not be reached by this MPA. \ This could indicate a problem with the IP \ network, or the server is temporarily out-of-service. \ Or the remote unit may not be provisioned as \ a server. \ Doing a ping to the server will help determine \ reachability to it over the IP network;
         mcmAlarmNacNASIsDown 1.3.6.1.4.1.335.1.4.150.2
NAME = ServerCommunicationLost; DESC = This unit is now unable to communicate with a \ previously available server.\ Severity Level: MAJOR.; HELP = Communication is lost with a previously available server \ This could indicate a problem with the IP \ network, or the server is temporarily out-of-service. \ Hence it can no longer be used for address resolution. \ Doing a ping to the server will help determine \ reachability to it over the IP network. This MPA will \ periodically attempt to re-establish \ communication with the server;
         mcmAlarmNacNASIsUp 1.3.6.1.4.1.335.1.4.150.3
NAME = ServerCommunicationRestored; DESC = This unit is now able to communicate with a \ server with which it had previously lost communication\ Severity Level: INFORMATIVE.; HELP = Communication is restored with a previously non-responsive server. \ It will henceforth be used for address resolution.;