User Tools

Site Tools


documentation:examples:simple_vrrp_lab

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:simple_vrrp_lab [2023/03/27 11:16] – [Router 2 (R2)] olivierdocumentation:examples:simple_vrrp_lab [2023/03/27 17:04] (current) olivier
Line 54: Line 54:
 - VM 4 : cu -l /dev/nmdm4B - VM 4 : cu -l /dev/nmdm4B
 </code> </code>
 +
 +===== Special notes for VLAN user =====
 +
 +Do not uses the default interface vlan name assignment (like "igb0.10"), because the underlying tool (netgraph) doesn't support interface name that includes a dot.
  
 ===== Configuring Routers ===== ===== Configuring Routers =====
Line 126: Line 130:
  
 <code> <code>
-sysrc hostname=R3 +sysrc hostname=R3 \ 
-sysrc ifconfig_vtnet3="inet 192.168.1.3/24" +  ifconfig_vtnet3="inet 192.168.1.3/24" \ 
-sysrc defaultrouter="192.168.1.254" +  defaultrouter="192.168.1.254" \ 
-sysrc gateway_enable=NO +  gateway_enable=NO \ 
-sysrc ipv6_gateway_enable=NO+  ipv6_gateway_enable=NO
 service netif restart service netif restart
 service routing restart service routing restart
Line 139: Line 143:
  
 <code> <code>
-sysrc hostname=R4 +sysrc hostname=R4 \ 
-sysrc ifconfig_vtnet4="inet 192.168.2.4/24" +  ifconfig_vtnet4="inet 192.168.2.4/24" \ 
-sysrc defaultrouter="192.168.2.254" +  defaultrouter="192.168.2.254" \ 
-sysrc gateway_enable=NO +  gateway_enable=NO \ 
-sysrc ipv6_gateway_enable=NO+  ipv6_gateway_enable=NO
 service netif restart service netif restart
 service routing restart service routing restart
documentation/examples/simple_vrrp_lab.1679908601.txt.gz · Last modified: 2023/03/27 11:16 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