mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-10-26 08:41:46 +01:00 
			
		
		
		
	T1457: add igmp proxy
This commit is contained in:
		
							parent
							
								
									d593351b35
								
							
						
					
					
						commit
						e4df3fc97c
					
				
							
								
								
									
										26
									
								
								docs/routing/igmp-proxy.rst
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								docs/routing/igmp-proxy.rst
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,26 @@ | |||||||
|  | .. _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:: sh | ||||||
|  | 
 | ||||||
|  |   # show protocols igmp-proxy  | ||||||
|  |   interface eth0 { | ||||||
|  |       alt-subnet 10.0.0.0/23 | ||||||
|  |       role upstream | ||||||
|  |   } | ||||||
|  |   interface eth1 { | ||||||
|  |       role downstream | ||||||
|  |   } | ||||||
| @ -19,3 +19,4 @@ BGP). | |||||||
|    static |    static | ||||||
|    mss-clamp |    mss-clamp | ||||||
|    routing-policy |    routing-policy | ||||||
|  |    igmp-proxy | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user