Lines Matching full:show
169 $ ip [-d] link show type vrf
170 NOTE: The -d option is needed to show the table id
174 $ ip -d link show type vrf
191 $ ip -br link show type vrf
213 4. Show Devices Assigned to a VRF
215 To show devices that have been assigned to a specific VRF add the master
218 $ ip link show vrf NAME
219 $ ip link show master NAME
223 $ ip link show vrf red
234 $ ip -br link show vrf red
240 5. Show Neighbor Entries for a VRF
245 $ ip [-6] neigh show vrf NAME
246 $ ip [-6] neigh show master NAME
250 $ ip neigh show vrf red
254 $ ip -6 neigh show vrf red
258 6. Show Addresses for a VRF
260 To show addresses for interfaces associated with a VRF add the master
263 $ ip addr show vrf NAME
264 $ ip addr show master NAME
268 $ ip addr show vrf red
290 $ ip -br addr show vrf red
296 7. Show Routes for a VRF
298 To show routes for a VRF use the ip command to display the table associated
301 $ ip [-6] route show vrf NAME
302 $ ip [-6] route show table ID
306 $ ip route show vrf red
317 $ ip -6 route show vrf red