Unix and Linux Discussions Tagged with ip networking |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
19,918 |
IP Networking |
|
|
|
5 |
14,642 |
IP Networking |
|
|
|
1 |
9,237 |
IP Networking |
|
|
|
0 |
9,038 |
IP Networking |
|
|
|
0 |
9,394 |
IP Networking |
|
|
|
0 |
8,781 |
IP Networking |
|
|
|
2 |
11,668 |
IP Networking |
|
|
|
0 |
33,636 |
IP Networking |
|
|
|
4 |
11,433 |
IP Networking |
|
|
|
0 |
9,089 |
IP Networking |
|
|
|
4 |
9,588 |
IP Networking |
|
|
|
3 |
11,425 |
IP Networking |
|
|
|
1 |
10,779 |
IP Networking |
|
|
|
2 |
9,794 |
IP Networking |
|
|
|
10 |
24,300 |
IP Networking |
|
|
|
1 |
8,733 |
IP Networking |
|
|
|
9 |
20,433 |
IP Networking |
|
|
|
6 |
10,717 |
IP Networking |
|
|
|
15 |
21,043 |
IP Networking |
|
|
|
0 |
9,732 |
IP Networking |
|
|
|
0 |
8,099 |
IP Networking |
|
|
|
3 |
9,450 |
IP Networking |
|
|
|
0 |
8,348 |
IP Networking |
|
|
|
4 |
8,826 |
IP Networking |
|
|
|
0 |
9,050 |
IP Networking |
|
|
|
9 |
15,043 |
IP Networking |
|
|
|
6 |
13,510 |
IP Networking |
|
|
|
12 |
31,350 |
IP Networking |
|
|
|
4 |
9,785 |
IP Networking |
|
|
|
2 |
10,938 |
IP Networking |
|
|
|
0 |
10,117 |
IP Networking |
|
|
|
12 |
27,478 |
IP Networking |
|
|
|
0 |
8,597 |
IP Networking |
|
|
|
0 |
10,099 |
IP Networking |
|
|
|
0 |
9,433 |
IP Networking |
|
|
|
0 |
9,096 |
IP Networking |
|
|
|
0 |
10,103 |
IP Networking |
|
|
|
2 |
11,892 |
IP Networking |
|
|
|
0 |
9,152 |
IP Networking |
|
|
|
2 |
6,226 |
IP Networking |
IP-TOKEN(8) Linux IP-TOKEN(8)
NAME
ip-token - tokenized interface identifier support
SYNOPSIS
ip token { COMMAND | help }
ip token set TOKEN dev DEV
ip token del dev DEV
ip token get [ dev DEV ]
ip token [ list ]
DESCRIPTION
IPv6 tokenized interface identifier support is used for assigning well-known host-part addresses to nodes whilst still obtaining a global
network prefix from Router advertisements. The primary target for tokenized identifiers are server platforms where addresses are usually
manually configured, rather than using DHCPv6 or SLAAC. By using tokenized identifiers, hosts can still determine their network prefix by
use of SLAAC, but more readily be automatically renumbered should their network prefix change [1]. Tokenized IPv6 Identifiers are described
in the draft [1]: <draft-chown-6man-tokenised-ipv6-identifiers-02>.
ip token set - set an interface token
set the interface token to the kernel.
TOKEN the interface identifier token address.
dev DEV
the networking interface.
ip token del - delete an interface token
delete the interface token from the kernel.
dev DEV
the networking interface.
ip token get - get the interface token from the kernel
show a tokenized interface identifier of a particular networking device. Arguments: coincide with the arguments of ip token set but the
TOKEN must be left out.
ip token list - list all interface tokens
list all tokenized interface identifiers for the networking interfaces from the kernel.
SEE ALSO
ip(8)
AUTHOR
Manpage by Daniel Borkmann
iproute2 28 Mar 2013 IP-TOKEN(8)