User Tools

Site Tools


documentation:examples:bgp_route_reflector_and_confederation_using_quagga_and_bird

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
documentation:examples:bgp_route_reflector_and_confederation_using_quagga_and_bird [2019/08/10 15:28] – [Router 4] olivierdocumentation:examples:bgp_route_reflector_and_confederation_using_quagga_and_bird [2019/08/10 15:29] – [Router 5] olivier
Line 954: Line 954:
 sysrc hostname=R5 sysrc hostname=R5
 sysrc frr_enable=YES sysrc frr_enable=YES
-hostname R5 +cat <<EOF > /usr/local/etc/frr/frr.conf 
-service frr start +log syslog
-cli +
-conf t+
 interface vtnet3 interface vtnet3
  ip address 10.0.3.5/24  ip address 10.0.3.5/24
  ipv6 address 2001:db8:3::5/64  ipv6 address 2001:db8:3::5/64
 +!
 interface vtnet4 interface vtnet4
  ip address 10.0.4.5/24  ip address 10.0.4.5/24
Line 973: Line 972:
  neighbor 2001:db8:3::4 remote-as 64512  neighbor 2001:db8:3::4 remote-as 64512
  neighbor 2001:db8:4::6 remote-as 65535  neighbor 2001:db8:4::6 remote-as 65535
 + !
  address-family ipv4 unicast  address-family ipv4 unicast
   network 10.0.3.0/24   network 10.0.3.0/24
Line 983: Line 983:
   no neighbor 2001:db8:4::6 activate   no neighbor 2001:db8:4::6 activate
  exit-address-family  exit-address-family
 + !
  address-family ipv6 unicast  address-family ipv6 unicast
   network 2001:db8:3::/64   network 2001:db8:3::/64
Line 991: Line 992:
   neighbor 2001:db8:4::6 next-hop-self   neighbor 2001:db8:4::6 next-hop-self
  exit-address-family  exit-address-family
- exit +EOF 
-exit +hostname R5 
-wr +service frr start
-exit+
 config save config save
 </code> </code>
documentation/examples/bgp_route_reflector_and_confederation_using_quagga_and_bird.txt · Last modified: 2021/03/22 21:15 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