documentation:examples:simple_bgp-rip-ospf_lab
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| documentation:examples:simple_bgp-rip-ospf_lab [2020/09/22 22:15] – [Router 4] olivier | documentation:examples:simple_bgp-rip-ospf_lab [2023/05/01 07:03] (current) – [Final testing] olivier | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| More information on these BSDRP lab scripts available on [[documentation: | More information on these BSDRP lab scripts available on [[documentation: | ||
| - | Start the lab with 5 routers, here is an example with VirtualBox: | ||
| - | < | ||
| ===== 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: | ||
| + | |||
| + | < | ||
| + | |||
| + | Then on each: | ||
| < | < | ||
| labconfig frr_vm[VM-NUMBER] | labconfig frr_vm[VM-NUMBER] | ||
| + | </ | ||
| + | |||
| + | === Jail mode: 1 VM running 7 jails === | ||
| + | |||
| + | |||
| + | Or just using one router: | ||
| + | < | ||
| + | |||
| + | |||
| + | Then you can use the jail/vnet version with command: | ||
| + | < | ||
| + | labconfig frr_jails | ||
| </ | </ | ||
| ==== Router 1 ==== | ==== Router 1 ==== | ||
| < | < | ||
| - | sysrc hostname=router1 | + | sysrc hostname=router1 |
| - | sysrc cloned_interfaces=lo1 | + | cloned_interfaces=lo1 |
| - | sysrc ipsec_enable=YES | + | ipsec_enable=YES |
| - | sysrc ipsec_file="/ | + | ipsec_file="/ |
| - | sysrc frr_enable=yes | + | |
| + | | ||
| cat <<EOF > / | cat <<EOF > / | ||
| flush ; | flush ; | ||
| Line 304: | Line 322: | ||
| cat > / | cat > / | ||
| log syslog | log syslog | ||
| - | ! | ||
| - | interface em3 | ||
| - | ip address 192.168.45.5/ | ||
| - | ip router isis BSDRP | ||
| - | ipv6 address 2001: | ||
| - | ipv6 router isis BSDRP | ||
| - | isis circuit-type level-2-only | ||
| - | ! | ||
| - | interface em4 | ||
| - | ip address 192.168.56.5/ | ||
| - | ip router isis BSDRP | ||
| - | ipv6 address 2001: | ||
| - | ipv6 router isis BSDRP | ||
| - | isis circuit-type level-2-only | ||
| - | isis passive | ||
| ! | ! | ||
| interface vtnet3 | interface vtnet3 | ||
| Line 336: | Line 339: | ||
| ! | ! | ||
| router babel | router babel | ||
| - | | ||
| | | ||
| - | | ||
| | | ||
| | | ||
| Line 366: | Line 367: | ||
| ip route 192.168.70.0/ | ip route 192.168.70.0/ | ||
| ipv6 route 2001: | ipv6 route 2001: | ||
| - | ! | ||
| - | interface em4 | ||
| - | ip address 192.168.56.6/ | ||
| - | ipv6 address 2001: | ||
| - | ! | ||
| - | interface em5 | ||
| - | ip address 192.168.67.6/ | ||
| - | ipv6 address 2001: | ||
| ! | ! | ||
| interface vtnet4 | interface vtnet4 | ||
| Line 384: | Line 377: | ||
| ! | ! | ||
| router babel | router babel | ||
| - | | ||
| | | ||
| | | ||
| Line 409: | Line 401: | ||
| 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: | ipv6 route ::/0 2001: | ||
| - | ! | ||
| - | interface em5 | ||
| - | ip address 192.168.67.7/ | ||
| - | ipv6 address 2001: | ||
| ! | ! | ||
| interface lo1 | interface lo1 | ||
| Line 444: | Line 432: | ||
| round-trip min/ | round-trip min/ | ||
| - | [root@router1]~# | + | [root@router1]~# |
| PING6(56=40+8+8 bytes) 2001: | PING6(56=40+8+8 bytes) 2001: | ||
| 16 bytes from 2001: | 16 bytes from 2001: | ||
documentation/examples/simple_bgp-rip-ospf_lab.1600805759.txt.gz · Last modified: 2020/09/22 22:15 by olivier
