Cisco IOS XR IP Addresses and Services Command Reference, Release 3.7
Host Services and Applications Commands on Cisco IOS XR Software

Table Of Contents

Host Services and Applications Commands on Cisco IOS XR Software

cinetd rate-limit

clear host

domain ipv4 host

domain ipv6 host

domain list

domain lookup disable

domain name (global)

domain name-server

ftp client anonymous-password

ftp client passive

ftp client password

ftp client source-interface

ftp client username

ping (network)

rcp client source-interface

rcp client username

show cinetd services

show hosts

telnet

telnet client source-interface

telnet dscp

telnet server

telnet transparent

tftp client source-interface

tftp server

traceroute


Host Services and Applications Commands on Cisco IOS XR Software


This chapter describes the commands used to configure and monitor host services and applications, such as Domain Name System (DNS), Telnet, File Transfer Protocol (FTP), Trivial File Transfer Protocol (TFTP), and rcp on Cisco IOS XR software.

For detailed information about host services and applications concepts, configuration tasks, and examples, see Cisco IOS XR IP Addresses and Services Configuration Guide.

cinetd rate-limit

To configure the rate limit at which service requests are accepted by Cisco inetd (Cinetd), use the cinetd rate-limit command in global configuration mode. To restore the default, use the no form of this command.

cinetd rate-limit value

no cinetd rate-limit value

Syntax Description

value

Number of service requests that are accepted per second. Range is 1 to 100. Default is 1.


Defaults

One service request per second is accepted.

Command Modes

Global configuration

Command History

Release
Modification

Release 2.0

This command was introduced on the Cisco CRS-1.

Release 3.0

No modification.

Release 3.2

This command was supported on the Cisco XR 12000 Series Router.

Release 3.3.0

No modification.

Release 3.4.0

No modification.

Release 3.5.0

No modification.

Release 3.6.0

No modification.

Release 3.7.0

No modification.


Usage Guidelines

To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.

Any service request that exceeds the rate limit is rejected. The rate limit is applied to individual applications.

Task ID
Task ID
Operations

ip-services

read, write


Examples

The following example shows the cinetd rate-limit being set to 10:

RP/0/RP0/CPU0:router# config
RP/0/RP0/CPU0:router(config)# cinetd rate-limit 10

clear host

To delete temporary entries from the hostname-to-address cache, use the clear host command in EXEC mode.

clear host {host-name | *}

Syntax Description

host-name

Name of host to be deleted.

*

Specifies that all entries in the local cache be deleted.


Defaults

No default behavior or values

Command Modes

EXEC

Command History

Release
Modification

Release 2.0

This command was introduced on the Cisco CRS-1.

Release 3.0

No modification.

Release 3.2

This command was supported on the Cisco XR 12000 Series Router.

Release 3.3.0

No modification.

Release 3.4.0

No modification.

Release 3.5.0

No modification.

Release 3.6.0

No modification.

Release 3.7.0

No modification.


Usage Guidelines

To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.

The dynamic host entries in the cache are cleared.

The temporary entries in the cache are cleared; the permanent entries that were entered with the domain ipv4 host or the domain ipv6 host command are not cleared.

By default, no static mapping is configured.

Task ID
Task ID
Operations

ip-services

execute


Examples

The following example shows how to clear all temporary entries from the hostname-and-address cache:

RP/0/RP0/CPU0:router# clear host *

Related Commands

Command
Description

domain ipv4 host

Defines a static IPv4 hostname-to-address mapping in the host cache.

domain ipv6 host

Defines a static IPv6 hostname-to-address mapping in the host cache.

show hosts

Displays the default domain name, the style of name lookup service, a list of name server hosts, and the cached list of hostnames and addresses.


domain ipv4 host

To define a static hostname-to-address mapping in the host cache using IPv4, use the domain ipv4 host command in global configuration mode. To remove the domain ipv4 host command from the configuration file and restore the system to its default condition, use the no form of this command.

domain ipv4 host host-name v4address1 [v4address2...v4address8]

no domain ipv4 host host-name v4address1

Syntax Description

host-name

Name of the host. The first character can be either a letter or a number.

v4address1

Associated IP address.

v4address2...v4address8

(Optional) Additional associated IP address. You can bind up to eight addresses to a hostname.


Defaults

No static mapping is configured.

Command Modes

Global configuration

Command History

Release
Modification

Release 2.0

This command was introduced on the Cisco CRS-1.

Release 3.0

No modification.

Release 3.2

This command was supported on the Cisco XR 12000 Series Router.

Release 3.3.0

No modification.

Release 3.4.0

No modification.

Release 3.5.0

No modification.

Release 3.6.0

No modification.

Release 3.7.0

No modification.


Usage Guidelines

To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.

The first character can be either a letter or a number. If you use a number, the operations you can perform (such as ping) are limited.

Task ID
Task ID
Operations

ip-services

read, write

basic-services

read, write


Examples

The following example shows how to define two IPv4 static mappings:

RP/0/RP0/CPU0:router(config)# domain ipv4 host host1 192.168.7.18
RP/0/RP0/CPU0:router(config)# domain ipv4 host bost2 10.2.0.2 192.168.7.33

domain ipv6 host

To define a static hostname-to-address mapping in the host cache using IPv6, use the domain ipv6 host command in global configuration mode. To remove the domain ipv6 host command from the configuration file and restore the system to its default condition, use the no form of this command.

domain ipv6 host host-name v6address1 [v6address2...v6address4]

no domain ipv6 host host-name v6address1

Syntax Description

host-name

Name of the host. The first character can be either a letter or a number.

v6address1

Associated IP address.

v6address2...v6address4

(Optional) Additional associated IP address. You can bind up to four addresses to a hostname.


Defaults

No static mapping is configured. IPv6 address prefixes are not enabled.

Command Modes

Global configuration

Command History

Release
Modification

Release 2.0

This command was introduced on the Cisco CRS-1.

Release 3.0

No modification.

Release 3.2

This command was supported on the Cisco XR 12000 Series Router.

Release 3.3.0

No modification.

Release 3.4.0

No modification.

Release 3.5.0

No modification.

Release 3.6.0

No modification.

Release 3.7.0

No modification.


Usage Guidelines

To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.

The first character can be either a letter or a number. If you use a number, the operations you can perform (such as ping) are limited.

Task ID
Task ID
Operations

ip services

read, write


Examples

The following example shows how to define two IPv6 static mappings:

RP/0/RP0/CPU0:router(config)# domain ipv6 host host1 ff02::2
RP/0/RP0/CPU0:router(config)# domain ipv6 host host2 ff02::1

domain list

To define a list of default domain names to complete unqualified hostnames, use the domain list command in global configuration mode. To delete a name from a list, use the no form of this command.

domain list domain-name

no domain list domain-name

Syntax Description

domain-name

Domain name. Do not include the initial period that separates an unqualified name from the domain name.


Defaults

No domain names are defined.

Command Modes

Global configuration

Command History

Release
Modification

Release 2.0

This command was introduced on the Cisco CRS-1.

Release 3.0

No modification.

Release 3.2

This command was supported on the Cisco XR 12000 Series Router.

Release 3.3.0

No modification.

Release 3.4.0

No modification.

Release 3.5.0

No modification.

Release 3.6.0

No modification.

Release 3.7.0

No modification.


Usage Guidelines

To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.

If there is no domain list, the domain name that you specified with the domain name (global) command is used to complete unqualified hostnames. If there is a domain list, the default domain name is not used. The domain list command is similar to the domain name (global) command, except that you can use the domain list command to define a list of domains, each to be tried in turn.

Task ID
Task ID
Operations

ip-service

read, write


Examples

The following example shows how to add several domain names to a list:

RP/0/RP0/CPU0:router(config)# domain list domain1.com
RP/0/RP0/CPU0:router(config)# domain list domain2.edu

The following example shows how to add a name to and then delete a name from the list:

RP/0/RP0/CPU0:router(config)# domain list domain3.edu
RP/0/RP0/CPU0:router(config)# no domain list domain2.edu

Related Commands

Command
Description

domain name (global)

Defines a default domain name to complete unqualified hostnames (names without a dotted-decimal domain name).

show hosts

Displays the default domain name, the style of name lookup service, a list of name server hosts, and the cached list of hostnames and addresses.


domain lookup disable

To disable the IP Domain Name System (DNS)-based hostname-to-address translation, use the domain lookup disable command in global configuration mode. To remove the specified command from the configuration file and restore the system to its default condition, use the no form of this command.

domain lookup disable

no domain lookup disable

Syntax Description

This command has no arguments or keywords.

Defaults

The IP DNS-based host-to-address translation is enabled.

Command Modes

Global configuration

Command History

Release
Modification

Release 2.0

This command was introduced on the Cisco CRS-1.

Release 3.0

No modification.

Release 3.2

This command was supported on the Cisco XR 12000 Series Router.

Release 3.3.0

No modification.

Release 3.4.0

No modification.

Release 3.5.0

No modification.

Release 3.6.0

No modification.

Release 3.7.0

No modification.


Usage Guidelines

To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.

Using the no command removes the specified command from the configuration file and restores the system to its default condition. The no form of this command is not stored in the configuration file.

Task ID
Task ID
Operations

ip-services

read, write


Examples

The following example shows how to enable the IP DNS-based hostname-to-address translation:

RP/0/RP0/CPU0:router(config)# domain lookup disable

Related Commands

Command
Description

domain name (global)

Defines a default domain name to complete unqualified hostnames (names without a dotted-decimal domain name).

domain name-server

Specifies the address of one or more name servers to use for name and address resolution.

show hosts

Displays the default domain name, the style of name lookup service, a list of name server hosts, and the cached list of hostnames and addresses.


domain name (global)

To define a default domain name that the software uses to complete unqualified hostnames, use the domain name command in global configuration mode. To remove the name, use the no form of this command.

domain name domain-name

no domain name domain-name

Syntax Description

domain-name

Default domain name used to complete unqualified hostnames. Do not include the initial period that separates an unqualified name from the domain name.


Defaults

There is no default domain name.

Command Modes

Global configuration

Command History

Release
Modification

Release 2.0

This command was introduced on the Cisco CRS-1.

Release 3.0

No modification.

Release 3.2

This command was supported on the Cisco XR 12000 Series Router.

Release 3.3.0

No modification.

Release 3.4.0

No modification.

Release 3.5.0

No modification.

Release 3.6.0

No modification.

Release 3.7.0

No modification.


Usage Guidelines

To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.

If a hostname does not contain a domain name, then a dot and the domain name configured by the domain name command are appended to the hostname before it is added to the host table.

If no domain name is configured by the domain name command and the user provides only the hostname, then the request is not looked up.

Task ID
Task ID
Operations

ip-services

read, write


Examples

The following example shows how to define cisco.com as the default domain name:

RP/0/RP0/CPU0:router(config)# domain name cisco.com

Related Commands

Command
Description

domain list

Defines a list of default domain names to complete unqualified hostnames.

domain name-server

Specifies the address of one or more name servers to use for name and address resolution.

show hosts

Displays the default domain name, the style of name lookup service, a list of name server hosts, and the cached list of hostnames and addresses.


domain name-server

To specify the address of one or more name servers to use for name and address resolution, use the domain name-server command in global configuration mode. To remove the address specified, use the no form of this command.

domain name-server server-address

no domain name-server server-address

Syntax Description

server-address

IP address of a name server.


Defaults

If no name server address is specified, the default name server is 255.255.255.255. IPv4 and IPv6 address prefixes are not enabled.

Command Modes

Global configuration

Command History

Release
Modification

Release 2.0

This command was introduced on the Cisco CRS-1.

Release 3.0

No modification.

Release 3.2

This command was supported on the Cisco XR 12000 Series Router.

Release 3.3.0

No modification.

Release 3.4.0

No modification.

Release 3.5.0

No modification.

Release 3.6.0

No modification.

Release 3.7.0

No modification.


Usage Guidelines

To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.

You can enter up to six addresses, but only one for each command.

If no name server address is specified, the default name server is 255.255.255.255 so that the DNS lookup can be broadcast to the local network segment. If a DNS server is in the local network, it replies. If not, there might be a server that knows how to forward the DNS request to the correct DNS server.

Task ID
Task ID
Operations

ip-services

read, write


Examples

The following example shows how to specify host 192.168.1.111 as the primary name server and host 192.168.1.2 as the secondary server:

RP/0/RP0/CPU0:router(config)# domain name-server 192.168.1.111
RP/0/RP0/CPU0:router(config)# domain name-server 192.168.1.2

Related Commands

Command
Description

domain lookup disable

Disables the domain lookup.

domain name (global)

Defines a default domain name to complete unqualified hostnames (names without a dotted-decimal domain name).


ftp client anonymous-password

To assign a password for anonymous users, use the ftp client anonymous-password command in global configuration mode. To remove the ftp client anonymous-password command from the configuration file and restore the system to its default condition, use the no form of this command.

ftp client anonymous-password password

no ftp client anonymous-password

Syntax Description

password

Password for the anonymous user.


Command Modes

Global configuration

Command History

Release
Modification

Release 2.0

This command was introduced on the Cisco CRS-1.

Release 3.0

No modification.

Release 3.2

This command was supported on the Cisco XR 12000 Series Router.

Release 3.3.0

No modification.

Release 3.4.0

No modification.

Release 3.5.0

No modification.

Release 3.6.0

No modification.

Release 3.7.0

No modification.


Usage Guidelines

To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.

The ftp client anonymous-password command is File Transfer Protocol (FTP) server dependent.

Task ID
Task ID
Operations

ip-services

read, write


Examples

The following example shows how to set the anonymous password to xxxx:

RP/0/RP0/CPU0:router(config)# ftp client anonymous-password xxxx

Related Commands

Command
Description

ftp client passive

Configures the software to use only passive File Transfer Protocol (FTP) connections.

ftp client password

Specifies the password for the File Transfer Protocol (FTP) connections.

ftp client source-interface

Specifies the source IP address for File Transfer Protocol (FTP) connections.

ftp client username

Specifies the username for File Transfer Protocol (FTP) connections.


ftp client passive

To configure the software to use only passive File Transfer Protocol (FTP) connections, use the ftp client passive command in global configuration mode. To remove the ftp client passive command from the configuration file and restore the system to its default condition, use the no form of this command.

ftp client passive

no ftp client passive

Syntax Description

This command has no arguments or keywords.

Defaults

FTP data connections are active.

Command Modes

Global configuration

Command History

Release
Modification

Release 2.0

This command was introduced on the Cisco CRS-1.

Release 3.0

No modification.

Release 3.2

This command was supported on the Cisco XR 12000 Series Router.

Release 3.3.0

No modification.

Release 3.4.0

No modification.

Release 3.5.0

No modification.

Release 3.6.0

No modification.

Release 3.7.0

No modification.


Usage Guidelines

To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.

Using the ftp client passive command allows you to make only passive-mode FTP connections. To specify the source IP address for FTP connections, use the ftp client source-interface command.

Task ID
Task ID
Operations

ip-services

read, write


Examples

The following example shows how to configure the networking device to use only passive FTP connections:

RP/0/RP0/CPU0:router(config)# ftp client passive

1d:3h:54:47: ftp_fs[16437]: FTP: verifying tuple passive (SET).
1d:3h:54:47: ftp_fs[16437]: FTP: applying tuple passive (SET).
1d:3h:54:47: ftp_fs[16437]: FTP: passive mode has been enabled.

Related Commands

Command
Description

ftp client anonymous-password

Assigns a password for anonymous users.

ftp client password

Specifies the password for the File Transfer Protocol (FTP) connections.

ftp client source-interface

Specifies the source IP address for File Transfer Protocol (FTP) connections.

ftp client username

Specifies the username for File Transfer Protocol (FTP) connections.


ftp client password

To specify the password for the File Transfer Protocol (FTP) connections, use the ftp client password command in global configuration mode. To disable this feature, use the no form of this command.

ftp client password {clear-text-password | clear clear-text password | encrypted encrypted-text password}

no ftp client password {clear-text-password | clear clear-text password | encrypted encrypted-text password}

Syntax Description

clear-text-password

Specifies an unencrypted (cleartext) user password

clear clear-text password

Specifies an unencrypted (cleartext) shared password.

encrypted encrypted-text password

Specifies an encrypted shared password.


Command Modes

Global configuration

Command History

Release
Modification

Release 3.6.0

This command was introduced on the Cisco CRS-1 and Cisco XR 12000 Series Router.

Release 3.7.0

No modification.


Usage Guidelines

To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.

Task ID
Task ID
Operations

ip-services

read, write


Examples

The following example shows how to specify the password for the File Transfer Protocol (FTP) connections:

RP/0/RP0/CPU0:router(config)# ftp client password lab

Related Commands

Command
Description

ftp client anonymous-password

Assigns a password for anonymous users.

ftp client passive

Configures the software to use only passive File Transfer Protocol (FTP) connections.

ftp client source-interface

Specifies the source IP address for File Transfer Protocol (FTP) connections.

ftp client username

Specifies the username for File Transfer Protocol (FTP) connections.


ftp client source-interface

To specify the source IP address for File Transfer Protocol (FTP) connections, use the ftp client source-interface command in global configuration mode. To remove the ftp client source-interface command from the configuration file and restore the system to its default condition, use the no form of this command.

ftp client source-interface type instance

no ftp client source-interface type instance

Syntax Description

type

Interface type. For more information, use the question mark (?) online help function.

instance

Either a physical interface instance or a virtual interface instance as follows:

Physical interface instance. Naming notation is rack/slot/module/port and a slash between values is required as part of the notation.

rack: Chassis number of the rack.

slot: Physical slot number of the modular services card or line card.

module: Module number. A physical layer interface module (PLIM) is always 0.

port: Physical port number of the interface.

Note In references to a Management Ethernet interface located on a route processor card, the physical slot number is alphanumeric (RP0 or RP1) and the module is CPU0.
Example: interface MgmtEth0/RP1/CPU0/0.

Virtual interface instance. Number range varies depending on interface type.

For more information about the syntax for the router, use the question mark (?) online help function.


Defaults

The FTP source address is the IP address of the interface used by the FTP packets to leave the networking device.

Command Modes

Global configuration

Command History

Release
Modification

Release 2.0

This command was introduced on the Cisco CRS-1.

Release 3.0

No modification.

Release 3.2

This command was supported on the Cisco XR 12000 Series Router.

Release 3.3.0

No modification.

Release 3.4.0

No modification.

Release 3.5.0

No modification.

Release 3.6.0

No modification.

Release 3.7.0

No modification.


Usage Guidelines

To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.

Use this command to set the same source address for all FTP connections. To configure the software to use only passive FTP connections, use the ftp client passive command.

Task ID
Task ID
Operations

ip-services

read, write


Examples

The following example shows how to configure the IP address associated with Packet-over-SONET (POS) interface 0/1/2/1 as the source address on all FTP packets, regardless of which interface is actually used to send the packet:

RP/0/RP0/CPU0:router(config)# ftp client source-interface POS 0/1/2/1

Related Commands

Command
Description

ftp client anonymous-password

Assigns a password for anonymous users.

ftp client passive

Configures the software to use only passive File Transfer Protocol (FTP) connections.

ftp client password

Specifies the password for the File Transfer Protocol (FTP) connections.

ftp client username

Specifies the username for File Transfer Protocol (FTP) connections.


ftp client username

To specify the username for File Transfer Protocol (FTP) connections, use the ftp client username command in global configuration mode. To disable this feature, use the no form of this command.

ftp client username username

no ftp client username username

Syntax Description

username

Name for FTP user.


Command Modes

Global configuration

Command History

Release
Modification

Release 3.6.0

This command was introduced on the Cisco CRS-1 and Cisco XR 12000 Series Router.

Release 3.7.0

No modification.


Usage Guidelines

To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.

Task ID
Task ID
Operations

ip-services

read, write


Examples

The following example shows how to specify the username for FTP connections:

RP/0/RP0/CPU0:router(config)# ftp client username brownfox

Related Commands

Command
Description

ftp client anonymous-password

Assigns a password for anonymous users.

ftp client passive

Configures the software to use only passive File Transfer Protocol (FTP) connections.

ftp client password

Specifies the password for the File Transfer Protocol (FTP) connections.

ftp client source-interface

Specifies the source IP address for File Transfer Protocol (FTP) connections


ping (network)

To check host reachability and network connectivity on IP networks, use the ping command in EXEC mode.

ping [ipv4 | ipv6 | vrf vrf-name] [host-name | ip-address] [count number] [size number] [source {ip-address | type number}] [timeout seconds] [pattern number] [type number] [priority number] [verbose] [donnotfrag] [validate] [sweep]

Syntax Description

ipv4

(Optional) Specifies IPv4 address prefixes.

ipv6

(Optional) Specifies IPv6 address prefixes.

vrf

(Optional) Specifies VPN routing and forwarding (VRF) instance.

vrf-name

(Optional) VRF name of the system to ping.

host-name

(Optional) Hostname of the system to ping.

ip-address

(Optional) IP address of the system to ping.

count number

(Optional) Sets the repeat count. Range is 0 to 2147483647.

size number

(Optional) Sets the datagram size. Range is 36 to 18024

source

(Optional) Identifies the source address or source interface.

type number

(Optional) Sets the type of service. Range is 0 to 255. Available when the ipv4 keyword is specified.

timeout seconds

(Optional) Sets the timeout in seconds. Range is 0 to 3600.

priority number

(Optional) Sets the packet priority. Range is 0 to 15. Available when the ipv6 keyword is specified.

pattern number

(Optional) Sets the data pattern. Range is 0 to 65535.

verbose

(Optional) Sets verbose output.

donnotfrag

(Optional) Sets the Don't Fragment (DF) bit in the IP header.

validate

(Optional) Validates the return packet.

sweep

(Optional) Sets the sweep ping.


Defaults

No default behavior or values

Command Modes

EXEC

Command History

Release
Modification

Release 2.0

This command was introduced on the Cisco CRS-1.

Release 3.0

No modification.

Release 3.2

This command was supported on the Cisco XR 12000 Series Router. The ipv4 and ipv6 keywords were added.

Release 3.3.0

The vrf keyword and vrf-name argument were added. A range was added for the size keyword.

Release 3.4.0

No modification.

Release 3.5.0

No modification.

Release 3.6.0

No modification.

Release 3.7.0

No modification.


Usage Guidelines

To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.

The default value for the ping command refers only to the target IP address. No default value is available for the target IP address.

The ping program sends an echo request packet to an address and then waits for a reply. Ping output can help you evaluate path-to-host reliability, delays over the path, and whether the host can be reached or is functioning.


Note The ping (EXEC) command is supported only on IP networks.


If you enter the command without specifying either a hostname or an IP address, the system prompts you to specify the target IP address and several other command parameters. After specifying the target IP address, you can specify alternate values for the remaining parameters or accept the displayed default for each parameter.

If the system cannot map an address for a hostname, it returns an "%Unrecognized host or address, or protocol not running" error message.

To abnormally terminate a ping session, enter the escape sequence, which is, by default, Ctrl-C. Simultaneously press and release the Ctrl and C keys.

Table 36 describes the test characters sent by the ping facility.

Table 36 ping Test Characters 

Character
Description

!

Each exclamation point indicates receipt of a reply.

.

Each period indicates that the network server timed out while waiting for a reply.

?

Unknown packet type.

U

A "destination unreachable" error protocol data unit (PDU) was received.

C

A "congestion experienced" packet was received.

M

Fragmentation is needed, but the "don't fragment" bit in the IP header is set. When this bit is set, the IP layer does not fragment the packet and returns an Internet Control Message Protocol (ICMP) error message to the source if the packet size is larger than the maximum transmission size. When this bit is not set, the IP layer fragments the packet to forward it to the next hop.

Q

A source quench packet was received.


Task ID
Task ID
Operations

basic-services

read, write, execute


Examples

Althou