show interface dialer 

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


表示画面例

Router#show interface dialer 1

DIALER1 is up
  name is not configured
  interface is not configured
  dialer map is not configured
  caller is not configured
  contlimiterStatus:off
    maxPeriod:0(sec) currentPeriod:0(sec) previousPeriod:0(sec)
  calllimiterStatus:off
    maxCalling:0(times) currentCalling:0(times) previousCalling:0(times)
  lcpKeepalive:off
    period:0(sec) retryCount:0(times)
  Last clearing of "show interface" packet counters never
  Statistics:
  0 packets input
    0 bytes input, 0 errors
    0 unicasts, 0 broadcasts, 0 multicasts
    0 discards, 0 unknown protocol
  0 packets output
    0 bytes output, 0 errors
    0 unicasts, 0 broadcasts, 0 multicasts
    0 discards

Router# 


各項目の説明

項 目 内 容
DIALER1 is このダイヤラーインタフェースの状態を表示します。
up:ダイヤラーインタフェースが使用可能
not use:ダイヤラーインタフェースが使用不可
interface is dialerが使用するインタフェースを表示します。
dialer map is *****:dialer mapコマンドの設定
not configured:dialer mapコマンドの設定がありません 。
caller is *****:callerコマンドの設定内容
not configured:callerコマンドの設定がありません。
contlimiterStatus: 連続接続時間リミッタ機能のステータスを表示します。
off:回線監視機能オフ
normal:回線監視中、通常状態
alerted-90:回線監視中、リミッタ値の90%超過
bombarded:回線監視中、リミッタ値に到達
maxPeriod:36000(sec):リミッタ値
currentPeriod:0(sec):現在の接続時間
previousPeriod:0(sec):前回の接続時間
calllimiterStatus:

発呼回数リミッタ機能のステータスを表示します。
off:回線監視機能オフ
normal:回線監視中、通常状態
alerted-90:回線監視中、リミッタ値の90%超過
bombarded:回線監視中、リミッタ値に到達
maxCalling:25(times):リミッタ値
currentCalling:0(times):現在の1時間の発呼回数
previousCalling:0(times):前回の1時間の発呼回数

lcpKeepalive LCP EchoによるKeepAliveのステータスを表示します。
on:LCP EchoによるKeepAliveを使用する
off:LCP EchoによるKeepAliveを使用しない
period(sec): LCP Echoフレームの送信間隔(単位:秒)
retryCount(times):LCP Echoの応答がない場合に行う再送回数
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 dialer [DIALER番号]


パラメータ

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

トップページへ