Lines Matching refs:show
153 $ ip [-d] link show type vrf
154 NOTE: The -d option is needed to show the table id
157 $ ip -d link show type vrf
174 $ ip -br link show type vrf
196 To show devices that have been assigned to a specific VRF add the master
198 $ ip link show vrf NAME
199 $ ip link show master NAME
202 $ ip link show vrf red
212 $ ip -br link show vrf red
222 $ ip [-6] neigh show vrf NAME
223 $ ip [-6] neigh show master NAME
226 $ ip neigh show vrf red
230 $ ip -6 neigh show vrf red
236 To show addresses for interfaces associated with a VRF add the master
238 $ ip addr show vrf NAME
239 $ ip addr show master NAME
242 $ ip addr show vrf red
263 $ ip -br addr show vrf red
271 To show routes for a VRF use the ip command to display the table associated
273 $ ip [-6] route show vrf NAME
274 $ ip [-6] route show table ID
277 $ ip route show vrf red
288 $ ip -6 route show vrf red