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 [2019/08/10 14:14] – [Router 4] olivierdocumentation:examples:simple_bgp-rip-ospf_lab [2019/08/10 14:15] – [Router 6] olivier
Line 356: Line 356:
 sysrc hostname=router5 sysrc hostname=router5
 sysrc frr_enable=YES sysrc frr_enable=YES
-cat > /usr/local/etc/frr/zebra.conf <<EOF+cat > /usr/local/etc/frr/frr.conf <<EOF
 log syslog log syslog
 +!
 interface em3 interface em3
  ip address 192.168.45.5/24  ip address 192.168.45.5/24
 + ip router isis BSDRP
  ipv6 address 2001:db8:45::5/64  ipv6 address 2001:db8:45::5/64
-interface vtnet3 + ipv6 router isis BSDRP 
- ip address 192.168.45.5/24 + isis circuit-type level-2-only 
- ipv6 address 2001:db8:45::5/64+!
 interface em4 interface em4
  ip address 192.168.56.5/24  ip address 192.168.56.5/24
 + ip router isis BSDRP
  ipv6 address 2001:db8:56::5/64  ipv6 address 2001:db8:56::5/64
-interface vtnet4 
- ip address 192.168.56.5/24 
- ipv6 address 2001:db8:56::5/64 
-EOF 
-cat > /etc/local/frr/isisd.conf <<EOF 
-interface em3 
- ip router isis BSDRP 
  ipv6 router isis BSDRP  ipv6 router isis BSDRP
  isis circuit-type level-2-only  isis circuit-type level-2-only
 + isis passive
 +!
 interface vtnet3 interface vtnet3
 + ip address 192.168.45.5/24
  ip router isis BSDRP  ip router isis BSDRP
 + ipv6 address 2001:db8:45::5/64
  ipv6 router isis BSDRP  ipv6 router isis BSDRP
  isis circuit-type level-2-only  isis circuit-type level-2-only
-interface em4+
 +interface vtnet4 
 + ip address 192.168.56.5/24
  ip router isis BSDRP  ip router isis BSDRP
- isis passive+ ipv6 address 2001:db8:56::5/64
  ipv6 router isis BSDRP  ipv6 router isis BSDRP
  isis circuit-type level-2-only  isis circuit-type level-2-only
-interface vtnet4 
- ip router isis BSDRP 
  isis passive  isis passive
- ipv6 router isis BSDRP +!
- isis circuit-type level-2-only +
-router isis BSDRP +
- net 49.0000.0000.0005.00 +
- metric-style wide +
- redistribute ipv4 babel level-2 +
- redistribute ipv6 babel level-2 +
-EOF +
-cat > /usr/local/etc/frr/babeld.conf <<EOF+
 router babel router babel
  network em3  network em3
Line 404: Line 396:
  redistribute ipv4 isis  redistribute ipv4 isis
  redistribute ipv6 isis  redistribute ipv6 isis
 +!
 +router isis BSDRP
 + is-type level-1-2
 + net 49.0000.0000.0005.00
 + redistribute ipv4 babel level-2
 + redistribute ipv6 babel level-2
 +!
 EOF EOF
 hostname router5 hostname router5
 service netif restart service netif restart
 service frr start service frr start
 +config save
 </code> </code>
  
Line 415: Line 415:
 sysrc hostname=router6 sysrc hostname=router6
 sysrc frr_enable=YES sysrc frr_enable=YES
-cat > /usr/local/etc/frr/zebra.conf <<EOF+cat > /usr/local/etc/frr/frr.conf <<EOF
 log syslog log syslog
 +!
 +ip route 192.168.70.0/24 192.168.67.7
 +ipv6 route 2001:db8:70::/64 2001:db8:67::7
 +!
 interface em4 interface em4
  ip address 192.168.56.6/24  ip address 192.168.56.6/24
  ipv6 address 2001:db8:56::6/64  ipv6 address 2001:db8:56::6/64
-interface vtnet4 +!
- ip address 192.168.56.6/24 +
- ipv6 address 2001:db8:56::6/64+
 interface em5 interface em5
  ip address 192.168.67.6/24  ip address 192.168.67.6/24
  ipv6 address 2001:db8:67::6/64  ipv6 address 2001:db8:67::6/64
 +!
 +interface vtnet4
 + ip address 192.168.56.6/24
 + ipv6 address 2001:db8:56::6/64
 +!
 interface vtnet5 interface vtnet5
  ip address 192.168.67.6/24  ip address 192.168.67.6/24
  ipv6 address 2001:db8:67::6/64  ipv6 address 2001:db8:67::6/64
-EOF +!
-cat > /usr/local/etc/frr/babeld.conf <<EOF+
 router babel router babel
  network em4  network em4
Line 438: Line 444:
  redistribute ipv6 connected  redistribute ipv6 connected
  redistribute ipv6 static  redistribute ipv6 static
-EOF +!
-cat > /usr/local/etc/frr/staticd.conf <<EOF +
-ip route 192.168.70.0/24 192.168.67.7 +
-ipv6 route 2001:db8:70::/64 2001:db8:67::7+
 EOF EOF
 hostname router6 hostname router6
 service netif restart service netif restart
 service frr start service frr start
 +config save
 </code> </code>
  
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