User Tools

Site Tools


documentation:examples:multicast_with_pim-dm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentation:examples:multicast_with_pim-dm [2019/11/06 09:08] – [Router 4] olivierdocumentation:examples:multicast_with_pim-dm [2019/11/06 09:20] (current) – [Multicast with PIM-DM] olivier
Line 4: Line 4:
  
 <note warning> <note warning>
-Broken: Debug in progress+pimdd is brokenNeed to Debug it one day
 </note> </note>
 ===== Presentation ===== ===== Presentation =====
Line 64: Line 64:
 Configurating, applying changes and saving configuration: Configurating, applying changes and saving configuration:
 <code> <code>
-sysrc hostname=VM1 +sysrc hostname=VM1 \ 
-sysrc gateway_enable=no + gateway_enable=no \ 
-sysrc ipv6_gateway_enable=no + ipv6_gateway_enable=no \ 
-sysrc ifconfig_em0="inet 10.0.12.1/24" + ifconfig_em0="inet 10.0.12.1/24" \ 
-sysrc defaultrouter="10.0.12.254"+ defaultrouter=10.0.12.254
 hostname VM1 hostname VM1
 service netif restart service netif restart
Line 77: Line 77:
  
 <code> <code>
-sysrc hostname=VM2 +sysrc hostname=VM2 \ 
-sysrc ifconfig_em0="inet 10.0.12.254/24" + ifconfig_em0="inet 10.0.12.254/24" \ 
-sysrc ifconfig_em1="inet 10.0.23.2/24" + ifconfig_em1="inet 10.0.23.2/24" \ 
-sysrc defaultrouter="10.0.23.3" + defaultrouter=10.0.23.3 \ 
-sysrc pimdd_enable=yes+ pimdd_enable=yes
 cp /usr/local/etc/pimdd.conf.sample /usr/local/etc/pimd.conf cp /usr/local/etc/pimdd.conf.sample /usr/local/etc/pimd.conf
 hostname VM2 hostname VM2
Line 92: Line 92:
  
 <code> <code>
-sysrc hostname=VM3 +sysrc hostname=VM3 \ 
-sysrc ifconfig_em1="inet 10.0.23.3/24" + ifconfig_em1="inet 10.0.23.3/24" \ 
-sysrc ifconfig_em2="inet 10.0.34.354/24" + ifconfig_em2="inet 10.0.34.254/24" \ 
-sysrc defaultrouter="10.0.23.2" + defaultrouter=10.0.23.2 \ 
-sysrc pimdd_enable=yes+ pimdd_enable=yes
 cp /usr/local/etc/pimdd.conf.sample /usr/local/etc/pimd.conf cp /usr/local/etc/pimdd.conf.sample /usr/local/etc/pimd.conf
 hostname VM3 hostname VM3
Line 107: Line 107:
  
 <code> <code>
-sysrc hostname=VM4 +sysrc hostname=VM4 \ 
-sysrc gateway_enable=NO + gateway_enable=no \ 
-sysrc ipv6_gateway_enable=NO + ipv6_gateway_enable=no \ 
-sysrc ifconfig_em2="inet 10.0.34.4/24" + ifconfig_em2="inet 10.0.34.4/24" \ 
-sysrc defaultrouter="10.0.34.254"+ defaultrouter=10.0.34.254
 hostname VM4 hostname VM4
 service netif restart service netif restart
documentation/examples/multicast_with_pim-dm.1573027715.txt.gz · Last modified: 2019/11/06 09:08 by olivier

Except where otherwise noted, content on this wiki is licensed under the following license: BSD 2-Clause
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki