トンネルインタフェースのIPv4情報を表示します。
Router# show ip interface tunnel 1 TUNNEL1 is up IPv4 is enabled Internet address is 192.168.0.1 (EWAN1) MTU is 1480 bytes Proxy ARP is disabled ICMP redirects are always sent ICMP unreachables are always sent ICMP mask-replies are always sent Router#
項 目 内 容 TUNNELX is トンネルインタフェースの番号と、UP/DOWNを表示します。
type/source/destinationに不整合がある場合およびshutdown設定がある場合はDOWN、それ以外はUPと表示します。Internet address is IPアドレスを表示します。
IPアドレスの設定がない場合は、Internet address is not configured.と表示します。
unnumberedインタフェースの設定の場合は、インタフェース名を表示します。MTU ip mtuの設定値を表示します。 Proxy ARP is このインタフェースで proxy-arp を送信するかどうか(enabled / disabled)を表します。 ICMP redirects are ICMP redirectsを送信するかどうか(always sent / never sent)を表します。 ICMP unreachables ICMP unreachableを常にするかどうか(always sent / never sent)を表します。 ICMP mask-replies are ICMP mask-replyを送信するかどうか(always sent / never sent)を表します。
show ip interface tunnel [TUNNEL番号]
パラメータ 設定内容 設定範囲 省略時の値 TUNNEL番号 参照したいTUNNELインタフェースの番号を指定します。 1〜32 設定されているインタフェースのみ表示します。