show ip interface ewan

EWANインタフェースのIPv4に関する情報を表示します。


表示画面例

Router#show ip interface ewan 1
EWAN 1 is up
   IP address is xxx.xxx.xxx.xxx, subnet mask is 255.255.255.0
   Broadcast address is xxx.xxx.xxx.255
   MTU is 1454 bytes
   
   Proxy ARP is disabled
   ICMP redirects are always sent
   ICMP unreachables are always sent
   ICMP mask-replis are always sent
Router#


各項目の説明

項 目 内 容
EWAN 1 is up このインタフェースの物理リンク状態が up かどうか(up/down)を表します。
IP address is xxx.xxx.xxx.xxx, subnet mask is 255.255.255.0 このインタフェースのIPアドレスとサブネットマスクを表します。
Broadcast address is xxx.xxx.xxx.255 このインタフェースのブロードキャストアドレスを表します。
MTU is 1454 bytes MTUのサイズを表します。
Proxy ARP is disabled このポートチャネルで proxy-arp を送信するかどうか(enabled / disabled)を表します。
ICMP redirects are always sent ICMP redirectsを送信するかどうか(always sent / never sent)を表します。
ICMP unreachables are always sent ICMP unreachable を常にするかどうか(always sent / never sent)を表します。
ICMP mask-replies are always sent ICMP mask reply を送信するかどうか(always sent / never sent)を表します。


コマンド書式

show ip interface ewan <EWAN番号>


パラメータ

パラメータ 設定内容 設定範囲 省略時の値
EWAN番号 参照したいEWANの番号を指定します。 1〜2 省略不可

トップページへ