show line

インタフェースの情報を表示します。


表示画面例

Router#show line

[line lan]
 Classification threshold
   802.1p priority threshold is 4
   dscp priority threshold is 32

 Host port is always up
   Ingress classification is disabled
   Egress priority queuing is enabled

 Port 1 is up
   Auto-negotiation is on
     Speed is 10Mbps, duplex is half
     Flow control capability is incapable
   Xover is MDI (auto)
   Bridge-group is 0
     port-VLAN is disabled, tagging is never
   Ingress classification is disabled
   Egress priority queuing is enabled

 Port 2 is administratively down
   Auto-negotiation is on
     Speed is ---, duplex is ---
     Flow control capability is incapable
   Xover is MDI-X (auto)
   Bridge-group is 0
     port-VLAN is disabled, tagging is never
   Ingress classification is disabled
   Egress priority queuing is enabled
        ・
        ・
        ・
        ・
 Port 10 is administratively down
   No SFP is attached
   Fixed port is selected
   Auto-negotiation is on
     Speed is ---, duplex is ---
     Flow control capability is incapable
   Xover is MDI (auto)
   Bridge-group is 0
     port-VLAN is disabled, tagging is never
   Ingress classification is disabled
   Egress priority queuing is enabled

[line ewan]
 Classification threshold
   802.1p priority threshold is 4
   dscp priority threshold is 32

 Host port is always up
   Ingress classification is disabled
   Egress priority queuing is enabled

 Port 1 is up
   No SFP is attached
   Fixed port is selected
   Auto-negotiation is on
     Speed is 100Mbps, duplex is full
     Flow control capability is incapable
   Xover is MDI (auto)
   Bridge-group is 0
     port-VLAN is disabled, tagging is never
   Ingress classification is disabled
   Egress priority queuing is enabled

 Port 2 is up
   No SFP is attached
   Fixed port is selected
   Auto-negotiation is on
     Speed is 100Mbps, duplex is full
     Flow control capability is incapable
   Xover is MDI-X (auto)
   Bridge-group is 1
     port-VLAN is disabled, tagging is never
   Ingress classification is disabled
   Egress priority queuing is enabled


各項目の説明

項 目 内 容
802.1p priority threshold 優先データとして扱う802.1p値を表示します。
0(優先度:低)〜7(優先度:高)
詳細は、priority 802.1p thresholdコマンドを参照してください。
dscp priority threshold 優先データとして扱うdscp値を表示します。
0(優先度:低)〜63(優先度:高)
詳細は、priority dscp thresholdコマンドを参照してください。
Port1〜10 各ポートのリンク状態を表示します。
up:リンクアップ
down:リンクダウン
administratively down:shutdownが設定されている場合
SFP is attached SFPが正しく装着されている場合に表示します。

SFP is attachedの後ろに以下の表示がされます。
1000BASE-SX:信号伝送に短波長レーザーを使用している場合。
1000BASE-LX:信号伝送に長波長レーザーを使用している場合。
Unknown:1000BASE-SX/LXのどちらでも無い場合。

つづいて()内にBASE ID FIELDSのVendor PN値、Vendor rev値、Vendor name値を表示します。

CC-NG:BASE ID FIELDSの、CC_BASEが誤っている場合のみ表示します。
No SFP is attached SFPが正しく装着されていない場合に表示します。
SFP is fault SFPが壊れている場合に表示します。
Fixed port is selected select-portコマンドで、Fixed(1000BASE-T)を選択した場合に表示されます。
SFP port is selected select-portコマンドで、SFPを選択した場合に表示されます。
Auto-negotiation オートネゴシエーションを表します。
on:自動認識する
off:自動認識しない
Speed インタフェースの物理速度を表します。
10Mbps:10Mbpsで接続
100Mbps:100Mbpsで接続
1000Mbps:1000Mbpsで接続
duplex データ通信が全二重または、半二重かを表します。
full:全二重通信
half:半二重通信
Flow-Control Capability IEEE802.3xのPAUSEフレームを使用したフロー制御ケーパビリティのAUTOネゴ結果を表示します。
capable:フロー制御する
incapable:フロー制御しない
Xover ケーブルの状態を表示します。
MDI:ストレート
MDI-X:クロス
なお、自動認識の場合はauto、固定の場合はfixの表示になります。
Bridge-Group VLANインタフェースで使用する、ブリッジグループ番号を表示します。
Port-VLAN VLANインタフェースを使用している場合は、enableの表示とVLAN-IDが表示されます。
Tagging タグの付加/除去を表示します。
always:タグを付加した状態で送信
never::タグを除去した状態で送信
Ingress classification 優先制御機能の状態を表示します。
enable:優先機能を使用する
disable:優先機能を使用しない
Egress priority queuing 送信フレームの優先処理の状態を表示します。
enable:優先処理を行う
disable:優先処理を行わない


コマンド書式

show line [インタフェース名[ポート番号|host]]


パラメータ

パラメータ 設定内容 設定範囲 省略時の値
インタフェース名 情報を表示させるインタフェース名を指定します。
lan lanの情報を表示します。
ewan ewanの情報を表示します。
lan
ewan
全てのインタフェース情報を表示します。
ポート番号 lanの場合1〜10、ewanの場合は1〜2を指定します。 1〜10
host 内部ポートを指定する場合に設定します。 host


トップページへ