Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B BIRD Internet Routing Daemon
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • labs
  • BIRD Internet Routing Daemon
  • Wiki
  • Route_server_with_community_based_filtering_and_single_RIB

Route_server_with_community_based_filtering_and_single_RIB · Changes

Page history
mh-rs-single: added a few parameters (for channel and protocol) authored Nov 11, 2020 by Matous's avatar Matous
Hide whitespace changes
Inline Side-by-side
Route_server_with_community_based_filtering_and_single_RIB.md
View page @ 29441d64
......@@ -12,7 +12,7 @@ Here is the configuration example:
* Single RIB configuration with filtering
*/
log "bird.log" all;
log "/var/log/bird.log" all;
router id 9.9.9.9;
define myas = 999;
......@@ -72,12 +72,11 @@ Here is the configuration example:
template bgp PEERS {
local as myas;
rs client;
import limit 25000 action restart;
start delay time 60;
connect delay time 60;
interpret communities off;
import keep filtered on;
ipv4 {
import all;
import limit 25000 action restart;
import keep filtered on;
secondary on;
}
}
......
Clone repository
  • BGP_example_1
  • BGP_example_2
  • BGP_filtering
  • Command_interface_examples
  • Examples
  • FAQ
  • OSPF_example
  • Policy_routing
  • Related
  • Route_server_with_community_based_filtering_and_multiple_RIBs
  • Route_server_with_community_based_filtering_and_single_RIB
  • Simple_route_server
  • Home
  • transition notes to bird 2