ACI で動作するスイッチの techsupport から NX-OS の情報を確認する方法については以下のドキュメントが記載がございます。
4. 解析例② NX-OS 形式の techsupport file
ただし、上記ドキュメントで確認している "show-tech-sup-output" には、Contract や PBR の基本確認に使用される以下のコマンドが含まれておりません。
show service redir info
show zoning-rule
これらのコマンドは techsupport の末尾 1of3 の techsupport ファイルの switch_ibash_cmds というファイルに含まれています。
switch_ibash_cmds は 1of3 の techsupport を展開した以下のディレクトリにあります。
./dbgexp_tsod-xxxx_fab3-leaf5_sysid-105_2019-09-10T10-44JST_1of3/var/log/dme/oldlog/clixxxxxxx/switch_ibash_cmds
$ cd ./dbgexp_tsod-xxxx_fab3-leaf5_sysid-105_2019-09-10T10-44JST_1of3/var/log/dme/oldlog/clixxxxxxx/
$ cat switch_ibash_cmds
`show service redir info`
============================================================================================
LEGEND
TL: Threshold(Low) | TH: Threshold(High) | HP: HashProfile | HG: HealthGrp
============================================================================================
List of Dest Groups
GrpID Name destination HG-name operSt operStQual TL TH HP Tracking
===== ==== =========== ============== ======= ============ === ==== ======== ========
1 destgrp-1 dest-[172.16.2.100]-[vxlan-2949120] Not attached enabled no-oper-grp 0 0 symmetric no
2 destgrp-2 dest-[172.16.1.100]-[vxlan-2949120] Not attached enabled no-oper-grp 0 0 symmetric no
List of destinations
Name bdVnid vMac vrf operSt operStQual HG-name
==== ====== ==== ==== ===== ========= =======
dest-[172.16.2.100]-[vxlan-2949120] vxlan-15990736 00:50:56:A5:DD:93 dakido:VRF1 enabled no-oper-dest Not attached
dest-[172.16.1.100]-[vxlan-2949120] vxlan-15990735 00:50:56:A5:20:F4 dakido:VRF1 enabled no-oper-dest Not attached
List of Health Groups
HG-Name HG-OperSt HG-Dest HG-Dest-OperSt
======= ========= ======= ==============
`show service copy info`
GrpID Name destination operSt
===== ==== =========== ======
DstID Name TepIp bdVnid operSt
===== ==== ===== ====== ======
`show zoning-rule`
Rule ID SrcEPG DstEPG FilterID operSt Scope Action Priority
======= ====== ====== ======== ====== ===== ====== ========
4096 0 0 implicit enabled 16777200 deny,log any_any_any(21)
4097 0 0 implarp enabled 16777200 permit any_any_filter(17)
4098 0 0 implicit enabled 2392064 deny,log any_any_any(21)
4099 0 0 implarp enabled 2392064 permit any_any_filter(17)
4100 0 15 implicit enabled 2392064 deny,log any_vrf_any_deny(22)
4101 0 0 implicit enabled 2293763 deny,log any_any_any(21)
4102 0 0 implarp enabled 2293763 permit any_any_filter(17)
4103 0 15 implicit enabled 2293763 deny,log any_vrf_any_deny(22)
4123 0 32770 implicit enabled 2293763 permit any_dest_any(16)
4143 10942 0 implicit enabled 2293763 deny,log shsrc_any_any_deny(12)
4144 32771 10942 default enabled 2293763 permit src_dst_any(9)
4145 10942 32771 default enabled 2293763 permit src_dst_any(9)
4104 0 49162 implicit enabled 2523138 permit any_dest_any(16)
4108 0 16390 implicit enabled 2523138 permit any_dest_any(16)
4109 0 49157 implicit enabled 2523138 permit any_dest_any(16)
4110 0 0 implicit enabled 2523138 deny,log any_any_any(21)
4111 0 0 implarp enabled 2523138 permit any_any_filter(17)
4112 0 15 implicit enabled 2523138 deny,log any_vrf_any_deny(22)
4113 0 49159 implicit enabled 2523138 permit any_dest_any(16)