Lines Matching refs:vrf
28 | vrf-blue | ===> route table 10
60 e.g, ip link add vrf-blue type vrf table 10
61 ip link set dev vrf-blue up
70 ip ru add oif vrf-blue table 10
71 ip ru add iif vrf-blue table 10
82 ip link set dev eth1 master vrf-blue
137 iproute2 supports the vrf keyword as of v4.7. For backwards compatibility this
138 section lists both commands where appropriate -- with the vrf keyword and the
144 $ ip link add dev NAME type vrf table ID
153 $ ip [-d] link show type vrf
157 $ ip -d link show type vrf
160 vrf table 1 addrgenmode eui64
163 vrf table 10 addrgenmode eui64
166 vrf table 66 addrgenmode eui64
169 vrf table 81 addrgenmode eui64
174 $ ip -br link show type vrf
198 $ ip link show vrf NAME
202 $ ip link show vrf red
212 $ ip -br link show vrf red
222 $ ip [-6] neigh show vrf NAME
226 $ ip neigh show vrf red
230 $ ip -6 neigh show vrf red
238 $ ip addr show vrf NAME
242 $ ip addr show vrf red
263 $ ip -br addr show vrf red
273 $ ip [-6] route show vrf NAME
277 $ ip route show vrf red
288 $ ip -6 route show vrf red
309 $ ip [-6] route get vrf NAME ADDRESS
313 $ ip route get 10.2.1.40 vrf red
317 $ ip -6 route get 2002:1::32 vrf red
337 cat >> /etc/iproute2/rt_tables.d/vrf.conf <<EOF
350 ip link add ${VRF} type vrf table ${TBID}