*copyc nac$condition_code_limits
?? NEWTITLE := 'nae$tcpip_mgmt_condition_codes ----- ''NA'' 7400..7499', EJECT ??
?? FMT (FORMAT := OFF) ??

  CONST

    nac$min_ecc_tcpip_access_agent    = nac$min_ecc + 7400,

    nae$tm_resources_unavailable    = nac$min_ecc_tcpip_access_agent + 1,
    {E The network resources are temporarily unavailable.}

    nae$tm_host_not_defined         = nac$min_ecc_tcpip_access_agent + 2,
    {E The TCP/IP host has not been defined.}

    nae$tm_strict_device_unavailabl = nac$min_ecc_tcpip_access_agent + 3,
    {E The destination address +P cannot be reached through the strict static route +P.}

    nae$tm_no_tcp_device_available = nac$min_ecc_tcpip_access_agent + 4,
    {E No device(s) currently available are configured with the TCP protocol.}

    nae$tm_no_tcp_routes_known      = nac$min_ecc_tcpip_access_agent + 5,
    {E The destination address +P cannot be reached.}

    nae$tm_no_udp_device_available = nac$min_ecc_tcpip_access_agent + 6,
    {E No device(s) currently available are configured with the UDP protocol.}

    nae$tm_no_udp_routes_known      = nac$min_ecc_tcpip_access_agent + 7,
    {E The destination address +P cannot be reached.}

    nae$tm_addr_not_for_tcp_device  = nac$min_ecc_tcpip_access_agent + 8,
    {E The address +P matches with a local device which is not configured with the TCP protocol stack.}

    nae$tm_addr_not_for_udp_device  = nac$min_ecc_tcpip_access_agent + 9,
    {E The address +P matches with a local device which is not configured with the UDP protocol stack.}

    nae$tm_local_address_not_found  = nac$min_ecc_tcpip_access_agent + 10,
    {E The address +P does not match with any of the locally connected communication devices.}

    nae$tm_duplicate_route = nac$min_ecc_tcpip_access_agent + 11,
    {E A static route definition to device +P with the destination address of +P and the destination ..}
    { address mask of +P has already been defined.}

    nae$tm_equivalent_strict_route = nac$min_ecc_tcpip_access_agent + 12,
    {E A strict static route definition with the destination address of +P and the destination ..}
    { address mask of +P has been previously been defined.}

    nae$tm_device_name_not_found = nac$min_ecc_tcpip_access_agent + 13,
    {E The name +P does not match with any of the local communication devices.}

    nae$tm_route_list_too_small = nac$min_ecc_tcpip_access_agent + 14,
    {E The number of routes defined is greater than the list to receive the definitions.}

    nae$tm_tcpip_not_configured = nac$min_ecc_tcpip_access_agent + 15,
    {E Device +P supports TCP/IP but TCP/IP has not been configured in the host network configuration file.}

    nac$max_ecc_tcpip_access_agent    = nac$min_ecc_tcpip_access_agent + 99;

?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
