Lines Matching full:route
1 .TH IP\-ROUTE 8 "13 Dec 2012" "iproute2" "Linux"
3 ip-route \- routing table management
11 .B route
30 .B ip route get
44 .I ROUTE
66 .IR ROUTE " := " NODE_SPEC " [ " INFO_SPEC " ]"
237 .B ip route
240 .B Route types:
244 - the route entry describes real paths to the destinations covered
245 by the route prefix.
285 - a special control route used together with policy rules. If such a
286 route is selected, lookup in this table is terminated pretending that
287 no route was found. Without policy routing it is equivalent to the
288 absence of the route in the routing table. The packets are dropped
297 - a special NAT route. Destinations covered by the prefix
303 Route NAT is no longer supported in Linux 2.6.
323 .B Route tables:
346 ip route add
347 add new route
349 ip route change
350 change route
352 ip route replace
357 the destination prefix of the route. If
370 assumes a full-length host route. There is also a special
384 of the route and of the packet. If they are not equal, then the packet
385 may still match a route with a zero TOS.
395 the preference value of the route.
401 the table to add this route to.
417 the vrf name to add this route to. Implicitly means the table
427 Actually, the sense of this field depends on the route type. For
431 route installed in BSD compatibility mode, it can be a local address
438 covered by the route prefix.
442 the realm to which this route is assigned.
513 Enable or disable per-route features. Only available feature at this
559 the nexthop of a multipath route.
575 route reflecting its relative bandwidth or quality.
580 the scope of the destinations covered by the route prefix.
600 the routing protocol identifier of this route.
607 (i.e. it assumes the route was added by someone who doesn't
614 - the route was installed due to an ICMP redirect.
618 - the route was installed by the kernel during autoconfiguration.
622 - the route was installed during the bootup sequence.
627 - the route was installed by the administrator
633 - the route was installed by Router Discovery protocol.
647 the IPv6 route preference.
649 is a string specifying the route preference as defined in RFC4191 for Router
654 - the route has a lowest priority
658 - the route has a default priority
662 - the route has a highest priority
667 attach tunnel encapsulation attributes to this route.
820 the route will be deleted after the expires time.
832 ip route delete
833 delete route
835 .B ip route del
842 select the route to delete. If optional attributes are present,
844 verifies that they coincide with the attributes of the route to delete.
845 If no route with the given key and attributes was found,
846 .B ip route del
851 ip route show
854 the command displays the contents of the routing tables or the route(s)
921 other routes because some route attribute (f.e. MTU) was updated.
969 ip route flush
991 .B ip route flush
997 ip route get
998 get a single route
1000 this command gets a single route to a destination and prints its
1005 Return full fib lookup matched route. Default is to return the resolved
1038 was given, relookup the route with the source set to the preferred
1040 If policy routing is used, it may be a different route.
1053 argument is not given, the kernel creates a route
1065 ip route save
1075 ip route restore
1090 .B "ip route show cached"
1097 Show all route entries in the kernel.
1100 ip route add default via 192.168.1.1 dev eth0
1102 Adds a default route (for all addresses) via the local gateway 192.168.1.1 that can
1106 ip route add 10.1.1.0/30 encap mpls 200/300 via 10.1.1.1 dev eth0
1108 Adds an ipv4 route with mpls encapsulation attributes attached to it.
1111 ip -6 route add 2001:db8:1::/64 encap seg6 mode encap segs 2001:db8:42::1,2001:db8:ffff::2 dev eth0
1113 Adds an IPv6 route with SRv6 encapsulation and two segments attached.