145
Related commands
ipsetup ipv6 address
password
Use
password
to modify the login password for a user.
Syntax
password
Views
User view
Predefined user roles
network-admin
Examples
# Modify the login password for user
aaa
.
<Sysname> password
Change password for user: aaa
Old password:
Enter new password:
Confirm:
The password has been successfully changed.
ping
Use
ping
to identify whether the destination IPv4 address is reachable and display related statistics.
Syntax
ping host
Views
User view
Predefined user roles
network-admin
Parameters
host
: Specifies the destination IPv4 address or host name. The host name must be a
case-insensitive string of 1 to 253 characters that can contain only letters, digits, hyphens (-),
underscores (_), and dots (.).
Usage guidelines
To terminate a ping operation, press
Ctrl
+
C
.
Examples
# Ping IP address 1.1.2.2.
<Sysname> ping 1.1.2.2
Ping 1.1.2.2 (1.1.2.2): 56 data bytes, press CTRL_C to break
56 bytes from 1.1.2.2: icmp_seq=0 ttl=254 time=2.137 ms
56 bytes from 1.1.2.2: icmp_seq=1 ttl=254 time=2.051 ms
56 bytes from 1.1.2.2: icmp_seq=2 ttl=254 time=1.996 ms