Ciscoルータのコマンド一覧を表示させる

個人的に知らなかった機能でした。
Ciscoルータの設定コマンドの一覧とかを調べる必要があって、一覧を表示してくれるコマンドがあればなぁと思って色々と調べてみると、ちゃんと用意されていました。
「show parser dump」コマンドがそれ。
たとえば、interfaceモードの設定コマンド一覧を表示させたいときは、
#show parser dump interface
Mode Name :interface
0 help
15 description
15 vrf forwarding downstream
15 vrf forwarding
15 vrf forwarding
15 vrf sitemap
15 vrf select source
15 vrf receive
15 vrf autoclassify source
15 dampening <1-30> <1-20000> <1-20000> <1-255> restart <1-20000>
15 dampening <1-30> <1-20000> <1-20000> <1-255> restart
15 dampening <1-30> <1-20000> <1-20000> <1-255>
15 dampening <1-30>
15 dampening
15 physical-layer async
15 physical-layer sync
15 mtu Number
15 transmit-interface
15 bandwidth <1-10000000>
うーん便利便利。
ちなみにXR OSでも用意されてました。
XRの場合はConfigモードで「show parser dump」コマンドを実行します。
(config)#show parser dump interface
Dumping CLI commands at root modes (exec/config/adminexec/adminconfig) may cause a transient increase in memory and CPU usage.
Would you like to proceed with the command? [no]: yes
interface point-to-point
interface point-to-point atm oam flush
interface point-to-point atm maxvpi-bits 12
interface point-to-point atm mcpt-timers
interface point-to-point pvc [ilmi]
interface point-to-point pvc [ilmi] oam retry
interface point-to-point pvc [ilmi] oam retry
interface point-to-point pvc [ilmi] oam retry
interface point-to-point pvc [ilmi] oam retry
interface point-to-point pvc [ilmi] oam ais-rdi
interface point-to-point pvc [ilmi] oam ais-rdi
interface point-to-point pvc [ilmi] oam ais-rdi
interface point-to-point pvc [ilmi] protocol ipv4
interface point-to-point pvc [ilmi] protocol ipv6

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください