IPv6 AutoConfiguration: Stateless auto-configuration: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
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...
 
Onnowpurbo (talk | contribs)
No edit summary
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 06: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