show openflow config

モード
特権EXECモード
カテゴリー
OpenFlow / 一般設定

構文

コマンド構文

# show openflow config

コマンド説明

現在設定されているOpenFlowの設定情報を表示する。
OpenFlowコントローラーのIPアドレス・ポート番号、OpenFlowコントローラーとの接続性、OpenFlow制御VLANのVLAN ID、OpenFlowポートのインターフェース設定等が表示される。

使用例

OpenFlow関連データベース設定を表示する。
awplus# show openflow config
fdf075ee-7485-4588-9885-1f0333df89a2
    Bridge "br0"
        Controller "tcp:192.168.1.2:6653"
        other_config: {aux_id="0", name="oc1"}
            is_connected: true
        fail_mode: secure
        Port "port1.0.4"
            Interface "port1.0.4"
                type: system
                options: {ifindex="5004", mtu="1500", native_vlan="4090"}
        Port "port1.0.3"
            Interface "port1.0.3"
                type: system
                options: {ifindex="5003", mtu="1500", native_vlan="4090"}
        Port "br0"
            Interface "br0"
                type: internal
        Port "port1.0.1"
            Interface "port1.0.1"
                type: system
                options: {ifindex="5001", mtu="1500", native_vlan="4090"}
        Port "port1.0.2"
            Interface "port1.0.2"
                type: system
                options: {ifindex="5002", mtu="1500", native_vlan="4090"}

注意・補足事項

OpenFlowポートではジャンボフレームは未サポート。

関連コマンド