CIsco ACI で「show cli list」を使って利用可能コマンド一覧を出力する
Cisco ACI の APIC や Leaf、Spine では show cli list
でコマンド一覧を出力出来るそうです。 2.2(2i) 環境で実際に試した結果をメモしておきます(出力が長すぎてはてなブログに貼り付けきれなかった為、出力の冒頭のみ、貼り付けておきます)。
APIC
| aci-apic# show cli list
[ ][mode] [None ] exec
[cfg ][mode] [exec ] configure [['terminal', 't']]
[cfg ][mode] [configure ] power redundancy-policy <WORD>
[cfg ][cmd ] [power ] redundancy-mode combined|ps-redundant|redundant
[cfg ][cmd ] [power ] description <description>
・
・
・
|
Leaf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17 | aci-leaf# vsh
Cisco iNX-OS Debug Shell
This shell should only be used for internal commands and exists
for legacy reasons. User should use ibash infrastructure as this
will be deprecated.
aci-leaf# show cli list
MODE exec
show system internal l2mcast info statistics module <int>
show system internal l2mcast info statistics module <int>
show system internal l2mcast info statistics
show system internal l2mcast info statistics
show system internal l2mcast info global
show system internal l2mcast info vsan <vsan>
show system internal l2mcast info
・
・
・
|