diff options
author | currite <sll@disroot.org> | 2020-06-26 21:26:20 +0200 |
---|---|---|
committer | currite <sll@disroot.org> | 2020-06-26 21:26:20 +0200 |
commit | a26bc0848ff4af3e88bef065b8d3acc42ff8a3f1 (patch) | |
tree | 329cd55048c2dba509726ca51568184b5df722b7 /docs/routing/igmp-proxy.rst | |
parent | e30043bfe346d2d3319ded823b460f1f477a778c (diff) | |
download | vyos-documentation-a26bc0848ff4af3e88bef065b8d3acc42ff8a3f1.tar.gz vyos-documentation-a26bc0848ff4af3e88bef065b8d3acc42ff8a3f1.zip |
multicast: add pim and igmp and append existing igmp-proxy
Diffstat (limited to 'docs/routing/igmp-proxy.rst')
-rw-r--r-- | docs/routing/igmp-proxy.rst | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/routing/igmp-proxy.rst b/docs/routing/igmp-proxy.rst deleted file mode 100644 index f55323cc..00000000 --- a/docs/routing/igmp-proxy.rst +++ /dev/null @@ -1,26 +0,0 @@ -.. _igmp_proxy: - -IGMP Proxy -========== - -Internet Group Management Protocol (IGMP) - -A IGMP Proxy to send IGMP host messages on behalf of a connected client. -The configuration must define one upstream interface, and one or more downstream interfaces. -If multicast traffic originates outside the upstream subnet, the "alt-subnet" option can be used in order to define legal multicast sources. - -simple example: ---------------- - -Interface eth1 LAN is behind NAT. In order to subscribe 10.0.0.0/23 subnet multicast which is in eth0 WAN we need igmp-proxy. - -.. code-block:: none - - # show protocols igmp-proxy - interface eth0 { - alt-subnet 10.0.0.0/23 - role upstream - } - interface eth1 { - role downstream - }
\ No newline at end of file |