diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-11-09 15:14:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-09 15:14:46 +0200 |
| commit | 1de753a735d91b8b05a3119dee340ac0258a41b1 (patch) | |
| tree | 5b3950ba97cc2f0e74f4c923b0b1529b80166d30 | |
| parent | 25bc53234d8e8c341108c16689a68b5b3bf735ce (diff) | |
| parent | 358a7549dc05f42a601988d085cca464ae31b7b8 (diff) | |
Merge pull request #12281 from SaiGomathiN/11279
tools: Add pim6d support bundle commands
| -rw-r--r-- | tools/etc/frr/support_bundle_commands.conf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index ff2c633ccc..914363157a 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -208,3 +208,34 @@ show ipv6 ospf6 vrf all spf tree show ipv6 ospf6 vrf all summary-address detail show ipv6 ospf6 zebra CMD_LIST_END + +#PIMv6 Support Bundle Command List +PROC_NAME:pim6 +CMD_LIST_START +show ipv6 pim channel +show ipv6 pim interface +show ipv6 pim interface traffic +show ipv6 pim join +show ipv6 jp-agg +show ipv6 pim nexthop +show ipv6 pim nexthop-lookup +show ipv6 pim neighbor +show ipv6 pim local-membership +show ipv6 pim rp-info +show ipv6 pim rpf +show ipv6 pim secondary +show ipv6 pim state +show ipv6 pim statistics +show ipv6 pim upstream +show ipv6 pim upstream-join-desired +show ipv6 pim upstream-rpf +show ipv6 mld interface +show ipv6 mld statistics +show ipv6 mld joins +show ipv6 mld groups +show ipv6 multicast +show ipv6 mroute +show ipv6 pim bsr +show ipv6 pim bsrp-info +show ipv6 pim bsm-databases +CMD_LIST_END |
