Udemyで最大90%オフの超お得セールが限定開催中!!(20-24日まで)

NW機器のリンクの状態確認コマンドのまとめ

目次

NW機器のリンクの状態確認コマンドのまとめ

シスコ系の「show int status」と同様のコマンドをまとめてみます!
NW機器でリンクのステータスを確認したいときがあると思うので、その際に活用いただければ本望です!

  • Cisco機器でいう「show int status」をうちたいと想定してコマンドをまとめます。
  • 機種やバージョンによってコマンドに差異がある可能性があります。
あわせて読みたい
Cisco「ter len 0」と同じコマンドのまとめ 【Cisco「ter len 0」と同じコマンドのまとめ】 シスコ系の「terminal length 0 」と同様のコマンドをまとめてみます!pagerが引っかかるのが困る、かつ、個人的に忘れ...

Cisco(IOS,NX-OS)

show int status

ASA

show int status

F5(BIG-IP)

tmsh show net interface

Juniper(JUNOS)

show interface terse

※オペレーショナルモードで入力
※コンフィグレーションモードで打つ場合は、先頭にrunをつける

Juniper(ScreenOS)

get interface
get interface all

Paloalto

show interface all
show interface hardware

※オペレーショナルモードで入力
※コンフィグレーションモードで打つ場合は、先頭にrunをつける

SmartCS

show ether

表でまとめ!

最後にまとめになります!

NW機器 リンクのステータス確認
Cisco(IOS,NX-OS) show int status
ASA show int status
F5(BIG-IP) tmsh show net interface
Juniper(JUNOS) show interface terse
Juniper(ScreenOS) get interface
get interface all
Paloalto show interface all
show interface hardware
SmartCS show ether
目次