diff options
author | sever-sever <v.gletenko@vyos.io> | 2020-03-26 18:01:26 +0200 |
---|---|---|
committer | sever-sever <v.gletenko@vyos.io> | 2020-03-26 18:01:26 +0200 |
commit | 9766ba72fbaa13ff5b5da67a561fce9ed1d8d0ce (patch) | |
tree | 5004168534cf0eaaf69f9c11be16215a22861c8d /op-mode-definitions/show-ip-multicast.xml | |
parent | 583e9d907236a4a98fe40e97a378c1fb655f8a95 (diff) | |
download | vyos-1x-9766ba72fbaa13ff5b5da67a561fce9ed1d8d0ce.tar.gz vyos-1x-9766ba72fbaa13ff5b5da67a561fce9ed1d8d0ce.zip |
pim-igmp: T2156: Commands for [op-mode] pim and igmp
Diffstat (limited to 'op-mode-definitions/show-ip-multicast.xml')
-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 --- 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> |