Difference between revisions of "ICMPv6"

From Teknologisk videncenter
Jump to: navigation, search
m (New page: ICMPv6 described in several RFC's is crucial for IPv6 day-to-day operations. {| | ICMP uses IPv6 protokol - or next header - 58 and builds on the IPv4 ICMP implementa...)
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
ICMPv6 described in several [[IPv6 notes#ICMPv6|RFC's]] is crucial for IPv6 day-to-day operations.
+
ICMPv6 is described in several [[IPv6 notes#ICMPv6|RFC's]] is crucial for IPv6 day-to-day operations.
 
{|
 
{|
 
| ICMP uses IPv6 protokol - or next header - 58 and builds on the IPv4 ICMP implementation. Several new message Types are defined in IPv6 for example [[IPv6 Stateless Autoconfiguration|Stateless Autoconfiguration]].
 
| ICMP uses IPv6 protokol - or next header - 58 and builds on the IPv4 ICMP implementation. Several new message Types are defined in IPv6 for example [[IPv6 Stateless Autoconfiguration|Stateless Autoconfiguration]].
Line 24: Line 24:
 
|Echo Reply || 129 || Informational || A reply on a Ping packet
 
|Echo Reply || 129 || Informational || A reply on a Ping packet
 
|}
 
|}
 +
=More information=
 +
*See [[Media:03.00 - IPv6 in depth.pdf|IPv6 in depth]] (Loads PDF)
 
[[Category:IPv6]]
 
[[Category:IPv6]]

Latest revision as of 12:58, 11 June 2011

ICMPv6 is described in several RFC's is crucial for IPv6 day-to-day operations.

ICMP uses IPv6 protokol - or next header - 58 and builds on the IPv4 ICMP implementation. Several new message Types are defined in IPv6 for example Stateless Autoconfiguration.
  • ICMP type field: The type of ICMP packet - for example Ping
  • ICMP Code field: Codefield used by ICMP Type
  • Checksum field: Checksum that cover all of the ICMP message.
  • ICMP data field: The Data that connects to the ICMP Type.
ICMPv6.png

ICMP Types

Examples of ICMPv6 Types
Message Type Type of message definition
Destination Unreachable 1 Error The IP address or port is not active in the Destination host
Packet Too Big 2 Error The Packet is larger than the MTU of the outgoing link
Time Exceeded 3 Error Hop-Linit Reached zero. The packet is discarded
Echo Request 128 Informational A Ping packet
Echo Reply 129 Informational A reply on a Ping packet

More information