Skip to main content

CCIE EXAM DUMPS Three minutes to learn the practical application of ICMP protocol


CCIE EXAM DUMPS Three minutes to learn the practical application of ICMP protocol

ICMP is the Internet Control Message Protocol . It is a sub-protocol of the TCP/IP protocol suite for passing control messages between IP hosts and routers.Control message refers to the network itself, such as the network is unreachable, the host is reachable, and the route is available.Although these control messages do not transmit user data, they play an important role in the transmission of user data.

ICMP protocol format:



From a technical point of view, ICMP is a "error detection and reward mechanism".ccie exam dumps.Its purpose is to enable us to detect the connection status of the network and ensure the accuracy of the connection. Its functions are mainly:

  •  Detect if the remote host exists.
  • Establish and maintain routing data.
  • Redirect the data transfer path (ICMP redirection).

One application of ICMP is Ping. Ping is a common tool for detecting network connectivity and is able to collect other relevant information.You can specify the same parameters in the ping command, such as the length of the ICMP packet, the number of ICMP packets sent, and the timeout period for waiting for a response. Ccie exam dumps.The device constructs and sends an ICMP packet based on the configured parameters.

When a ping connection is made to a remote host on a computer, the return messages that may be received are:

  • Connection established successfully
         Reply from 192.168.1.1:bytes=32 time<1ms TTL=128  
  • Destination host unreachable
  • Request timed out.
  • Unknown host abc.



Common parameter configuration:

-t: Always ping until manually closed (^C)

-a: display the host name of the other party

-l: Bytes, send a ping packet of the specified size.



Another typical application for ICMP is Tracert. Tracert tracks the forwarding path of packets hop by hop based on the TTL value in the packet header.The Tracert diagnostic determines the route taken to the destination by sending an Internet Control Message Protocol (ICMP) response packet with a different IP Time to Live (TTL) value to the destination.ccie exam dumps.Each router on the path is required to decrement at least the TTL on the packet before forwarding the packet.When the TTL on the packet is reduced to 0, the router should send a message "ICMP has timed out" back to the source system.



Tracert first sends a response packet with a TTL of 1, and increments the TTL by 1 in each subsequent transmission until the target response or TTL reaches a maximum value to determine the route.ccie exam dumps.The route is determined by checking the "ICMP has timed out" message sent back by the intermediate router.Tracert is an effective means to detect network packet loss and delay. It can also help administrators discover routing loops in the network.



Common parameter configuration:

  • -d: Do not resolve the address to a host name.
  • -h: The maximum number of hops for the search target.
  • -j: Loose original route along with the host list (for IPv4 only).
  • -w: Wait for the timeout for each reply.
  • -R: Tracks the round trip path (for IPv6 only).
  • -S: Source address to use (IPv6 only).
  • -4: Forced use of IPv4.
  • -6: Mandatory use of IPv6.


Publisher:IE LAB

publish Website: http://ielab.network

WhatsApp: +8617782638871

Skype:live:ielab.anna

Comments

Popular posts from this blog

Cisco ccie exam Linux overview and history

      Cisco ccie exam Linux overview and history Simply put, the Linux operating system is a clone of the UNIX operating system, which was born on October 5, 1991 (the first time it was officially announced). It's the same as Microsoft's Windows, apple's MAC OS and android on mobile phones. Cisco ccie exam.Compared to ordinary people, Linux system may be relatively unfamiliar, and most of them are probably familiar with Windows system. Since the graphical interface of Windows is simpler and easier to use, Windows occupies more markets, and Linux systems are mainly command-line operations, which are more demanding for professionalism.Cisco ccie exam Linux systems are stable, secure, and have strong concurrency, so they are widely used in the server field. The professional servers are almost all Linux systems. Linux is open source, free, everyone can see the source code of Linux, you can use Linux for free. And the Linux kernel is short and lean, and some can only be a ...

Cisco ccie exam You must know about SD-WAN... (1)

Cisco ccie exam You must know about SD-WAN... (1) 1. What is SD-WAN? "SD-WAN is a service formed by applying SDN technology to a wide area network scenario. Cisco ccie exam.This service is used to connect a wide range of enterprise networks, including enterprise branches and data centers."Although in many consulting reports or vendor solutions, SD-WAN is often limited to the networking scenarios where enterprise branch offices are interconnected.However, based on the definition of SD-WAN, the application scenarios of SD-WAN can be summarized into three categories: enterprise interconnection, data center interconnection and cloud interconnection scenarios. The enterprise interconnection SD-EN (SDN based Enterprise Network) focuses on the WAN connection on the user side, providing an efficient SDN-based solution for the connection between the enterprise headquarters and branch offices across the WAN.SD-DCI (SDN based Data Center Interconnection) refers to an SDN-based solutio...

ccie lab dumps R&S - -How far is IPv6

ccie lab dumps R&S---How far is IPv6 First, understand IPV6 When using the mobile app, I found that there is a small line "Supported IPv6" at the bottom of the welcome page. According to global IPv6 statistics released by Google, by the end of November 2018, the global IPv6 penetration rate has exceeded 25.04%, while China's IPv6 penetration rate is only 2.93%.ccie lab dumps.In 2019, both operators and Internet companies have begun to popularize IPv6 on a large scale. So what is IPv6? When it comes to IPv6, you can't help but mention the IPv4 protocol you are using now. "The father of the Internet" Wendun Joseph created the Internet communication protocol "IPv4" in 1977, allowing global computers to connect to each other. An IP address is a series of numbers assigned to each computer, website, or other networked device, and each IP address is unique.ccie lab dumps. Since the IP address length specified in IPv4 is 32 bits, the rapid development ...