Skip to content

Instantly share code, notes, and snippets.

@chantra
Created January 11, 2018 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chantra/b2760ebcd4c6a21f5ca13facfb084c43 to your computer and use it in GitHub Desktop.
Save chantra/b2760ebcd4c6a21f5ca13facfb084c43 to your computer and use it in GitHub Desktop.
template {
neighbor all {
router-id 172.18.0.3;
local-as 65001;
hold-time 20;
capability {
graceful-restart;
}
}
}
neighbor 172.18.0.2 {
inherit all;
local-address 172.18.0.3;
family {
ipv4 unicast;
ipv6 unicast;
}
peer-as 65000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment