User Tools

Site Tools


documentation:examples:simple_bgp-rip-ospf_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
Next revisionBoth sides next revision
documentation:examples:simple_bgp-rip-ospf_lab [2020/09/22 22:15] – [Router 4] olivierdocumentation:examples:simple_bgp-rip-ospf_lab [2020/11/10 22:44] – [Routers configuration] olivier
Line 20: Line 20:
 More information on these BSDRP lab scripts available on [[documentation:examples:How to build a BSDRP router lab]]. More information on these BSDRP lab scripts available on [[documentation:examples:How to build a BSDRP router lab]].
  
-Start the lab with 5 routers, here is an example with VirtualBox: 
  
-<code>./BSDRP-lab-vbox.sh -i BSDRP-1.91-full-amd64-serial.img.xz -n 7</code> 
  
 ===== Routers configuration ===== ===== Routers configuration =====
 +=== VM mode: 7 VMs ===
  
 All these routers can be configured with labconfig tool (use it only on a lab, because it will replace your current running configuration): All these routers can be configured with labconfig tool (use it only on a lab, because it will replace your current running configuration):
 +
 +Start the lab with 7 routers, here is an example with VirtualBox:
 +
 +<code>./BSDRP-lab-vbox.sh -i BSDRP-1.97-full-amd64-serial.img.xz -n 7</code>
 +
 +Then on each:
 <code> <code>
 labconfig frr_vm[VM-NUMBER] labconfig frr_vm[VM-NUMBER]
 +</code>
 +
 +=== Jail mode: 1 VM running 7 jails ===
 +
 +
 +Or just using one router:
 +<code>./BSDRP-lab-vbox.sh -i BSDRP-1.97-full-amd64-serial.img.xz -n 1</code>
 +
 +
 +Then you can use the jail/vnet version with command:
 +<code>
 +labconfig frr_jails
 </code> </code>
 ==== Router 1 ==== ==== Router 1 ====
Line 304: Line 321:
 cat > /usr/local/etc/frr/frr.conf <<EOF cat > /usr/local/etc/frr/frr.conf <<EOF
 log syslog log syslog
-! 
-interface em3 
- ip address 192.168.45.5/24 
- ip router isis BSDRP 
- ipv6 address 2001:db8:45::5/64 
- ipv6 router isis BSDRP 
- isis circuit-type level-2-only 
-! 
-interface em4 
- ip address 192.168.56.5/24 
- ip router isis BSDRP 
- ipv6 address 2001:db8:56::5/64 
- ipv6 router isis BSDRP 
- isis circuit-type level-2-only 
- isis passive 
 ! !
 interface vtnet3 interface vtnet3
Line 336: Line 338:
 ! !
 router babel router babel
- network em3 
  network vtnet3  network vtnet3
- network em4 
  network vtnet4  network vtnet4
  redistribute ipv4 isis  redistribute ipv4 isis
Line 366: Line 366:
 ip route 192.168.70.0/24 192.168.67.7 ip route 192.168.70.0/24 192.168.67.7
 ipv6 route 2001:db8:70::/64 2001:db8:67::7 ipv6 route 2001:db8:70::/64 2001:db8:67::7
-! 
-interface em4 
- ip address 192.168.56.6/24 
- ipv6 address 2001:db8:56::6/64 
-! 
-interface em5 
- ip address 192.168.67.6/24 
- ipv6 address 2001:db8:67::6/64 
 ! !
 interface vtnet4 interface vtnet4
Line 384: Line 376:
 ! !
 router babel router babel
- network em4 
  network vtnet4  network vtnet4
  redistribute ipv4 connected  redistribute ipv4 connected
Line 409: Line 400:
 ip route 0.0.0.0/0 192.168.67.6 ip route 0.0.0.0/0 192.168.67.6
 ipv6 route ::/0 2001:db8:67::6 ipv6 route ::/0 2001:db8:67::6
-! 
-interface em5 
- ip address 192.168.67.7/24 
- ipv6 address 2001:db8:57::7/64 
 ! !
 interface lo1 interface lo1
documentation/examples/simple_bgp-rip-ospf_lab.txt · Last modified: 2023/05/01 07:03 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