show ip vrf

モード
非特権EXECモード
カテゴリー
IP / VRF-Lite

構文

コマンド構文

> show ip vrf [detail|interface] VRFNAME

コマンド説明

VRFインスタンスの情報を表示する。

パラメーター

detail
詳細な情報を表示する
interface
VRFの設定、アドレス情報を表示する
VRFNAME
VRFインスタンス名

使用例

awplus> show ip vrf red
Name                    Default RD           Interfaces
red                     --                   lo1
                                             vlan1

awplus> show ip vrf interface
Interface             IP-Address         Status          Protocol    Vrf
lo1                   unassigned         admin up        running     red
lo2                   unassigned         admin up        running     green
vlan1                 192.168.10.1/24    admin up        running     red
vlan2                 192.168.20.1/24    admin up        running     green

関連コマンド