Difference between revisions of "IPv6 AutoConfiguration: Stateless auto-configuration"

From OnnoWiki
Jump to navigation Jump to search
(New page: 16.1. Stateless auto-configuration Is supported and seen on the assigned link-local address after an IPv6-enabled interface is up. Example: # ip -6 addr show dev eth0 scope link 2: eth0...)
 
Line 5: Line 5:
 
Example:
 
Example:
  
# ip -6 addr show dev eth0 scope link
+
# ip -6 addr show dev eth0 scope link
2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qlen1000
+
 
    inet6 fe80::211:d8ff:fe6b:f0f5/64 scope link
+
2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qlen1000
      valid_lft forever preferred_lft forever
+
    inet6 fe80::211:d8ff:fe6b:f0f5/64 scope link
 +
        valid_lft forever preferred_lft forever

Revision as of 13:46, 27 June 2013

16.1. Stateless auto-configuration

Is supported and seen on the assigned link-local address after an IPv6-enabled interface is up.

Example:

# ip -6 addr show dev eth0 scope link
2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qlen1000
    inet6 fe80::211:d8ff:fe6b:f0f5/64 scope link
       valid_lft forever preferred_lft forever