User Tools

Site Tools


documentation:examples:simple_bgp-rip-ospf_lab_with_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:simple_bgp-rip-ospf_lab_with_bird [2022/02/21 16:12] – [Jail 4] olivierdocumentation:examples:simple_bgp-rip-ospf_lab_with_bird [2022/02/21 16:13] – [Jail 5] olivier
Line 390: Line 390:
         ipv4;         ipv4;
         ipv6;         ipv6;
-} 
- 
-protocol bfd {} 
-protocol ospf v2 ospf4 { 
-  ipv4 { import all; export all;}; 
-  area 0 { 
-    interface "epair2b" {}; 
-    }; 
-} 
- 
-protocol ospf v3 ospf6 { 
-  ipv6 { import all; export all;}; 
-  area 0 { 
-    interface "epair2b" {}; 
-    }; 
 } }
  
 protocol static static4 { protocol static static4 {
     ipv4;     ipv4;
-    route 192.168.50.0/24 via 192.168.45.5;+    route 192.168.60.0/24 via 192.168.56.6;
 } }
  
 protocol static static6 { protocol static static6 {
     ipv6;     ipv6;
-    route 2001:db8:50::/64 via 2001:db8:45::5;+    route 2001:db8:60::/64 via 2001:db8:56::6;
 } }
 +
 EOF EOF
 </code> </code>
documentation/examples/simple_bgp-rip-ospf_lab_with_bird.txt · Last modified: 2022/02/21 17:06 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