Lines Matching refs:show
127 $ ip [-d] link show type vrf
128 NOTE: The -d option is needed to show the table id
131 $ ip -d link show type vrf
148 $ ip -br link show type vrf
170 To show devices that have been assigned to a specific VRF add the master
172 $ ip link show master VRF-NAME
175 $ ip link show master vrf-red
185 $ ip -br link show master vrf-red
195 $ ip [-6] neigh show master VRF-NAME
198 $ ip neigh show master vrf-red
202 $ ip -6 neigh show master vrf-red
208 To show addresses for interfaces associated with a VRF add the master
210 $ ip addr show master VRF-NAME
213 $ ip addr show master vrf-red
234 $ ip -br addr show master vrf-red
242 To show routes for a VRF use the ip command to display the table associated
244 $ ip [-6] route show table ID
247 $ ip route show table vrf-red
258 $ ip -6 route show table vrf-red