Guest User

Untitled

a guest
Jan 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. template {
  2. neighbor all {
  3. router-id 172.18.0.3;
  4. local-as 65001;
  5. hold-time 20;
  6. capability {
  7. graceful-restart;
  8. }
  9. }
  10. }
  11.  
  12. neighbor 172.18.0.2 {
  13. inherit all;
  14. local-address 172.18.0.3;
  15. family {
  16. ipv4 unicast;
  17. ipv6 unicast;
  18. }
  19. peer-as 65000;
  20. }
Add Comment
Please, Sign In to add comment