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:15] – [Router 7] olivierdocumentation:examples:simple_bgp-rip-ospf_lab [2020/09/22 22:15] – [Router 3] olivier
Line 48: Line 48:
 cat > /usr/local/etc/frr/frr.conf <<EOF cat > /usr/local/etc/frr/frr.conf <<EOF
 log syslog log syslog
-! 
-interface em0 
- ip address 192.168.12.1/24 
- ipv6 address 2001:db8:12::1/64 
 ! !
 interface lo1 interface lo1
Line 84: Line 80:
 bfd bfd
  peer 2001:db8:12::2 local-address 2001:db8:12::1  peer 2001:db8:12::2 local-address 2001:db8:12::1
-  label router2-6 
   no shutdown   no shutdown
  !  !
  peer 192.168.12.2  peer 192.168.12.2
-  label router2-4 
   no shutdown   no shutdown
  !  !
Line 121: Line 115:
  key 1  key 1
   key-string rippassword   key-string rippassword
-! 
-interface em0 
- ip address 192.168.12.2/24 
- ipv6 address 2001:db8:12::2/64 
-! 
-interface em1 
- ip address 192.168.23.2/24 
- ip rip authentication key-chain rippass 
- ip rip authentication mode md5 
- ipv6 address 2001:db8:23::2/64 
 ! !
 interface vtnet0 interface vtnet0
Line 143: Line 127:
 ! !
 router rip router rip
- network em1 
  network vtnet1  network vtnet1
  redistribute bgp  redistribute bgp
Line 150: Line 133:
 ! !
 router ripng router ripng
- network em1 
  network vtnet1  network vtnet1
  redistribute bgp  redistribute bgp
Line 181: Line 163:
 bfd bfd
  peer 192.168.12.1  peer 192.168.12.1
-  label router1-4 
   no shutdown   no shutdown
  !  !
  peer 2001:db8:12::1 local-address 2001:db8:12::2  peer 2001:db8:12::1 local-address 2001:db8:12::2
-  label router1-6 
   no shutdown   no shutdown
  !  !
Line 209: Line 189:
  key 1  key 1
   key-string rippassword   key-string rippassword
-! 
-interface em1 
- ip address 192.168.23.3/24 
- ip rip authentication key-chain rippass 
- ip rip authentication mode md5 
- ipv6 address 2001:db8:23::3/64 
-! 
-interface em2 
- ip address 192.168.34.3/24 
- ip ospf bfd 
- ip ospf message-digest-key 1 md5 superpass 
- ipv6 address 2001:db8:34::3/64 
- ipv6 ospf6 bfd 
 ! !
 interface vtnet1 interface vtnet1
Line 237: Line 204:
 ! !
 router rip router rip
- network em1 
  network vtnet1  network vtnet1
  redistribute connected  redistribute connected
Line 244: Line 210:
 ! !
 router ripng router ripng
- network em1 
  network vtnet1  network vtnet1
  redistribute connected  redistribute connected
Line 260: Line 225:
  redistribute ripng  redistribute ripng
  interface vtnet2 area 0.0.0.0  interface vtnet2 area 0.0.0.0
- interface em2 area 0.0.0.0 
 ! !
 bfd bfd
  peer 2001:db8:34::4 local-address 2001:db8:34::3  peer 2001:db8:34::4 local-address 2001:db8:34::3
-  label router4-6 
   no shutdown   no shutdown
  !  !
  peer 192.168.34.4  peer 192.168.34.4
-  label router4-4 
   no shutdown   no shutdown
  !  !
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