show ip interface null

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


表示画面例

Router#show ip interface null 0

Null0 is up
IPv4 is enabled
   Internet address is not use
   MTU is 32767 bytes

   Proxy ARP is disabled
   ICMP redirects are never sent
   ICMP unreachables are never sent
   ICMP mask-replies are never sent

Router#


各項目の説明

項 目 内 容
Null0 is up このインタフェースの状態が up かどうか(up/down)を表します。
IPv4 is enabled IPv4ルーティングが可能であることを表します。
Internet address in not use このインタフェースにIPアドレスが割り当てられていないことを表します。
MTU is 36780 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 null [NULL番号]


パラメータ

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


トップページへ