Lines Matching full:show
182 $ ip [-d] link show type vrf
183 NOTE: The -d option is needed to show the table id
187 $ ip -d link show type vrf
204 $ ip -br link show type vrf
226 4. Show Devices Assigned to a VRF
228 To show devices that have been assigned to a specific VRF add the master
231 $ ip link show vrf NAME
232 $ ip link show master NAME
236 $ ip link show vrf red
247 $ ip -br link show vrf red
253 5. Show Neighbor Entries for a VRF
258 $ ip [-6] neigh show vrf NAME
259 $ ip [-6] neigh show master NAME
263 $ ip neigh show vrf red
267 $ ip -6 neigh show vrf red
271 6. Show Addresses for a VRF
273 To show addresses for interfaces associated with a VRF add the master
276 $ ip addr show vrf NAME
277 $ ip addr show master NAME
281 $ ip addr show vrf red
303 $ ip -br addr show vrf red
309 7. Show Routes for a VRF
311 To show routes for a VRF use the ip command to display the table associated
314 $ ip [-6] route show vrf NAME
315 $ ip [-6] route show table ID
319 $ ip route show vrf red
330 $ ip -6 route show vrf red