show interface pppoe

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


表示画面例1 

Router#show interface pppoe 1

PPPoE1 is up
  PPPoE lower interface is EWAN 1
  PPPoE Server Name is XXXXX
  PPPoE Usr Name is xxxx@xxxxx.xxx.xx
  PPPoE Primary Dns Address is xxx.xxx.xxx.xxx
  PPPoE Secondary Dns Address is xxx.xxx.xxx.xxx
  PPPoE Internet Address is xxx.xxx.xxx.xxx
  PPPoE Service Name is not configured
  PPPoE Type is host
  PPPoE IPv6 Link-Local
  PPPoE Connection Time is 080705.123441
  Last clearing of "show interface" packet counters never
 Statistics:
  1 connect count
  1 connected count
  0 connect fail count
  14 packets input
    899 bytes input, 0 errors
    14 unicasts, 0 broadcasts, 0 multicasts
    0 discards, 0 unknown protocol
  14 packets output
    558 bytes output, 0 errors
    14 unicasts, 0 broadcasts, 0 multicasts
    0 discards

Router# 


各項目の説明

項 目 内 容
PPPoE1 is up, このインタフェースの設定が行なわれており、かつPPPoEのリンクが確立しているかどうかを表します。
PPPoE lower interface is 使用している物理インタフェースを表示します。
PPPoE Server Name is XXXXX サービス名称を表示します。
PPPoE User Name is xxxx@xxxxx.xxx.xx 設定したユーザ名を表示します。
PPPoE Primary DNS Address is xxx.xxx.xxx.xxx PPPで取得したプライマリDNSサーバのIPアドレスを表示します。
PPPoE Secondary DNS Address is xxx.xxx.xxx.xxx PPPで取得したセカンダリDNSサーバのIPアドレスを表示します。
PPPoE Internet Address is xxx.xxx.xxx.xxx PPPで取得した、自身のグローバルIPアドレスを表示します。
PPPoE Service Name 設定したサービス名を表示します。
PPPoE Type 端末型接続かLAN型接続か(設定)を表示します。
PPPoE IPv6 Link-Local 学習リンクローカルアドレスを表示します。
PPPoE Connection Time is 080705.123441 PPPoEが接続した時刻を表示します。この例では、2008年7月5日 12:34:41に接続したことを示しています。
Last clearing of "show interface" packet counters 最後に"clear interface"コマンドでカウンタ値をクリアした、時:分:秒: 年/月/日を表示します。
Statistics: このインタフェースの統計情報を表します。

受信側
packets input:総受信パケット数
bytes input:総受信バイト量
errors:受信時にエラーで廃棄されたパケット数
unicasts:受信ユニキャストパケット数
broadcasts:受信ブロードキャストパケット数
multicasts:受信マルチキャストパケット数
discards:受信時にエラー以外で廃棄されたパケット数
unknown protocol:IP以外の未サポートのプロトコル(ethertype)数

送信側
packets output:総送信パケット数
bytes output:総送信バイト量
以下受信側を参照


コマンド書式

show interface pppoe [PPPoE番号]


パラメータ

パラメータ 設定内容 設定範囲 省略時の値
PPPoE番号 参照したいPPPoEの番号を指定します。 1〜24 設定されているインタフェースのみ表示します。


トップページへ