CLIInformation – 2577.7.10.3 Examples of usage-> Display Link status and MAC addressnetconf -l-> Set Auto negotiation to Linknetconf -s auto-> Set custom hostnamenetconf -f hostname ups-00-00-00-00-00-00-> Set Adress, Netmask and Gatewaynetconf -i manual 192.168.0.1 255.255.255.0 192.168.0.2-> Disable IPv6netconf -6 disable7.7.10.4 Specifics7.7.10.5 Access rights per profilesAdministrator Operator Viewernetconf (read-only) (read-only)7.7.11 ping and ping67.7.11.1 DescriptionPing and ping6 utilities are used to test network connection.7.7.11.2 HelppingThe ping utility uses the ICMP protocol's mandatory ECHO_REQUEST datagramto elicit an ICMP ECHO_RESPONSE from a host or gateway. ECHO_REQUESTdatagrams (``pings'') have an IP and ICMP header, followed by a ``structtimeval'' and then an arbitrary number of ``pad'' bytes used to fill outthe packet.-c Specify the number of echo requests to be sent-h Specify maximum number of hops or IP> Host name or IP addressping6The ping6 utility uses the ICMP protocol's mandatory ECHO_REQUEST datagramto elicit an ICMP ECHO_RESPONSE from a host or gateway. ECHO_REQUESTdatagrams (``pings'') have an IP and ICMP header, followed by a ``structtimeval'' and then an arbitrary number of ``pad'' bytes used to fill outthe packet.-c Specify the number of echo requests to be sent address> IPv6 address