Lines Matching refs:show
139 $ ip [-d] link show type vrf
140 NOTE: The -d option is needed to show the table id
143 $ ip -d link show type vrf
160 $ ip -br link show type vrf
182 To show devices that have been assigned to a specific VRF add the master
184 $ ip link show vrf NAME
185 $ ip link show master NAME
188 $ ip link show vrf red
198 $ ip -br link show vrf red
208 $ ip [-6] neigh show vrf NAME
209 $ ip [-6] neigh show master NAME
212 $ ip neigh show vrf red
216 $ ip -6 neigh show vrf red
222 To show addresses for interfaces associated with a VRF add the master
224 $ ip addr show vrf NAME
225 $ ip addr show master NAME
228 $ ip addr show vrf red
249 $ ip -br addr show vrf red
257 To show routes for a VRF use the ip command to display the table associated
259 $ ip [-6] route show vrf NAME
260 $ ip [-6] route show table ID
263 $ ip route show vrf red
274 $ ip -6 route show vrf red