Lines Matching refs:route
24 A VRF device is created with an associated route table. Network interfaces
28 | vrf-blue | ===> route table 10
67 Set the default route for the table (and hence default route for the VRF).
68 e.g, ip route add table 10 prohibit default
78 e.g., ip route add table 10 ...
114 Without the rules route lookups are not directed to the table.
244 $ ip [-6] route show table ID
247 $ ip route show table vrf-red
258 $ ip -6 route show table vrf-red
278 A test route lookup can be done for a VRF by adding the oif option to ip:
279 $ ip [-6] route get oif VRF-NAME ADDRESS
282 $ ip route get 10.2.1.40 oif vrf-red
286 $ ip -6 route get 2002:1::32 oif vrf-red
327 ip route add table ${TBID} prohibit default