diff options
author | DmitriyEshenko <dmitriy.eshenko@vyos.io> | 2020-06-14 20:00:18 +0000 |
---|---|---|
committer | DmitriyEshenko <dmitriy.eshenko@vyos.io> | 2020-06-14 20:00:18 +0000 |
commit | 6f72741fa2be906a850c5f2be24e98d5b6de4198 (patch) | |
tree | de80d49d8d0ace915d50a0c4fd885930bcb69caa /op-mode-definitions/show-ip-multicast.xml | |
parent | 1dcc45358e93354278daeb3865943de14e727353 (diff) | |
download | vyos-1x-6f72741fa2be906a850c5f2be24e98d5b6de4198.tar.gz vyos-1x-6f72741fa2be906a850c5f2be24e98d5b6de4198.zip |
pim: T1729: Add PIM and IGMPv2/v3 support
Diffstat (limited to 'op-mode-definitions/show-ip-multicast.xml')
-rwxr-xr-x[-rw-r--r--] | op-mode-definitions/show-ip-multicast.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/op-mode-definitions/show-ip-multicast.xml b/op-mode-definitions/show-ip-multicast.xml index 6ffe40436..5331d2e35 100644..100755 --- a/op-mode-definitions/show-ip-multicast.xml +++ b/op-mode-definitions/show-ip-multicast.xml @@ -21,6 +21,18 @@ </properties> <command>if ps -C igmpproxy &>/dev/null; then ${vyos_op_scripts_dir}/show_igmpproxy.py --mfc; else echo IGMP proxy not configured; fi</command> </leafNode> + <leafNode name="summary"> + <properties> + <help>IP multicast information</help> + </properties> + <command>/usr/bin/vtysh -c "show ip multicast"</command> + </leafNode> + <leafNode name="route"> + <properties> + <help>IP multicast routing table</help> + </properties> + <command>/usr/bin/vtysh -c "show ip mroute"</command> + </leafNode> </children> </node> </children> |