show ip interface lan

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


表示画面例

Router#show ip interface lan 1
LAN is up
IPv4 is enabled
   IP address is xxx.xxx.xxx.xxx, subnet mask is 255.255.255.0
   Broadcast address is xxx.xxx.xxx.255
   MTU is 1500 bytes
   Multicast groups joind: 224.0.0.2 224.0.0.13 224.0.0.18
                                  224.0.0.1
   Proxy ARP is disabled
   ICMP redirects are always sent
   ICMP unreachables are always sent
   ICMP mask-replies are always sent
   Directed broadcast forwarding is enabled
   IEEE802.1p priority value of ARP is 0

Router#


各項目の説明

項 目 内 容
LAN 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 1500 bytes MTUのサイズを表します。
Multicast groups joind: 224.0.0.2 224.0.0.13 224.0.0.18 224.0.0.1 このインタフェース上で join しているマルチキャスグループトアドレスを表します。
Proxy ARP is disabled このポートチャネルで proxy-arp を送信するかどうか(enabled / disabled)を表します。
また、ip proxy-arpコマンドでinclude-default-routeオプションが指定されている場合は、Proxy ARP is enabled (include-default-route)と表示されます。
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)を表します。
Directed broadcast forwarding is enabled このインタフェース上でダイレクトブロードキャストを行うかどうか(enabled/disabled)を表します。
IEEE802.1p priority value of ARP is 0 このインタフェースから送信されるARPパケット(リクエスト/リプライ)の、出力時の802.1p値を表示します。


コマンド書式

show ip interface lan [LAN番号]


パラメータ

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


トップページへ