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

Next revision
Previous revision
documentation:examples:multicast_with_pim-dm [2017/06/18 00:06] – external edit 127.0.0.1documentation: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=R1 +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.2" + defaultrouter=10.0.12.254 
-hostname R1+hostname VM1
 service netif restart service netif restart
 service routing restart service routing restart
Line 77: Line 77:
  
 <code> <code>
-sysrc hostname=R2 +sysrc hostname=VM2 \ 
-sysrc ifconfig_em0="inet 10.0.12.2/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 R2+hostname VM2
 service netif restart service netif restart
 service routing restart service routing restart
Line 92: Line 92:
  
 <code> <code>
-sysrc hostname=R3 +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.3/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 R3+hostname VM3
 service netif restart service netif restart
 service routing restart service routing restart
Line 107: Line 107:
  
 <code> <code>
-sysrc hostname=R4 +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.3" + defaultrouter=10.0.34.254 
-hostname R4+hostname VM4
 service netif restart service netif restart
 service routing restart service routing restart
documentation/examples/multicast_with_pim-dm.txt · Last modified: 2019/11/06 09:20 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