User Tools

Site Tools


documentation:examples:ipv6_only_bgp_ospf_ripng_isis_lab_frrouting

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
documentation:examples:ipv6_only_bgp_ospf_ripng_isis_lab_frrouting [2020/05/18 18:01] – add missing configuration part fabiendocumentation:examples:ipv6_only_bgp_ospf_ripng_isis_lab_frrouting [2021/02/19 17:17] (current) fabien
Line 30: Line 30:
 Download BSDRP serial image (prevent to have to use an X display) on Sourceforge. Download BSDRP serial image (prevent to have to use an X display) on Sourceforge.
  
-==== Download Lab scripts =====+==== Configure lab with netlab =====
  
-Some scripts have been done to configure bridge and tap interfaces on a server. Also, they linked router vtnet interfaces with the good tap in bhyve +=== Quick installation of netlab ===
-Those scripts are comming soon...+
  
 +Pull the repository https://github.com/stardco/netlab.git
 +In root mode :
 +<code>
 +make install
 +</code>
 +
 +=== Information to add on templates.conf ===
 +
 +BSDRP-1.96-full-amd64-serial.img must be on /usr/local/etc/netlab/templates/
 +
 +<code>
 +BSDRP_196:BSD:BSDRP-1.96-full-amd64-serial.img:
 +</code>
 +
 +=== Information to add on areas.conf ===
 +
 +<code>
 +LAB_v6only:LAB_v6only_GW BGP_R1 BGP_R2 BGP_R3 BGP_R4 BGPC_H1 ISIS_R1 ISIS_R2 ISIS_R3 ISIS_R4 ISISC_H1 OSPF_R1 OSPF_R2 OSPF_R3 OSPF_R4 OSPFC_H1 RIPNG_R1 RIPNG_R2 RIPNG_R3 RIPNG_R4 RIPNGC_H1:
 +</code>
 +
 +=== Information to add on switches.conf ===
 +
 +<code>
 +L2:ogb1:ogb1p1 ogb1p2
 +L2:bgb1:bgb1p1 bgb1p2
 +L2:borb1:borb1p1 borb1p2
 +L2:brb1:brb1p1 brb1p2 brb1p3 brb1p4
 +L2:bcb1:bcb1p1 bcb1p2
 +L2:birb1:birb1p1 birb1p2
 +L2:irb1:irb1p1 irb1p2
 +L2:irb2:irb2p1 irb2p2
 +L2:irb3:irb3p1 irb3p2
 +L2:irb4:irb4p1 irb4p2
 +L2:icb1:icb1p1 icb1p2
 +L2:irrb1:irrb1p1 irrb1p2
 +L2:orb1:orb1p1 orb1p2
 +L2:orb2:orb2p1 orb2p2
 +L2:orb3:orb3p1 orb3p2
 +L2:orb4:orb4p1 orb4p2
 +L2:ocb1:ocb1p1 ocb1p2
 +L2:orrb1:orrb1p1 orrb1p2
 +L2:rrb1:rrb1p1 rrb1p2
 +L2:rrb2:rrb2p1 rrb2p2
 +L2:rrb3:rrb3p1 rrb3p2
 +L2:rrb4:rrb4p1 rrb4p2
 +L2:rcb1:rcb1p1 rcb1p2
 +</code>
 +
 +=== Information to add on machines.conf ===
 +
 +<code>
 +LAB_v6only_GW:BSDRP_196:1:256:3003:bbb1p3 ogb1p1 bgb1p1:
 +BGP_R1:BSDRP_196:1:256:3200:brb1p1 borb1p1 bgb1p2:
 +BGP_R2:BSDRP_196:1:256:3201:brb1p2 bcb1p1:
 +BGP_R3:BSDRP_196:1:256:3202:brb1p3 birb1p1:
 +BGP_R4:BSDRP_196:1:256:3203:brb1p4:
 +BGPC_H1:BSDRP_196:1:256:3204:bcb1p2:
 +ISIS_R1:BSDRP_196:1:256:3205:irb1p1 irb4p2 birb1p2:
 +ISIS_R2:BSDRP_196:1:256:3206:irb1p2 irb2p1 icb1p1:
 +ISIS_R3:BSDRP_196:1:256:3207:irb2p2 irb3p1 irrb1p1:
 +ISIS_R4:BSDRP_196:1:256:3208:irb4p1 irb2p2:
 +ISISC_H1:BSDRP_196:1:256:3209:icb1p2:
 +OSPF_R1:BSDRP_196:1:256:3210:orb1p1 orb4p2 borb1p2 ogb1p2:
 +OSPF_R2:BSDRP_196:1:256:3211:orb1p2 orb2p1 ocb1p1:
 +OSPF_R3:BSDRP_196:1:256:3212:orb2p2 orb3p1 orrb1p1:
 +OSPF_R4:BSDRP_196:1:256:3213:orb3p2 orb4p1:
 +OSPFC_H1:BSDRP_196:1:256:3214:ocb1p2:
 +RIPNG_R1:BSDRP_196:1:256:3215:rrb1p1 rrb4p2 orrb1p2:
 +RIPNG_R2:BSDRP_196:1:256:3216:rrb1p2 rrb2p1 rcb1p1:
 +RIPNG_R3:BSDRP_196:1:256:3217:rrb2p2 rrb3p1 irrb1p2:
 +RIPNG_R4:BSDRP_196:1:256:3218:rrb4p1 rrb3p2:
 +RIPNGC_H1:BSDRP_196:1:256:3219:rcb1p2:
 +</code>
 +
 +=== Launch the lab ===
 +
 +In root mode !
 +<code>
 +netlab load -a LAB_v6only
 +</code>
 ===== Routers configuration ===== ===== Routers configuration =====
  
documentation/examples/ipv6_only_bgp_ospf_ripng_isis_lab_frrouting.1589817684.txt.gz · Last modified: 2020/05/18 18:01 by fabien

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