Skip to content

Instantly share code, notes, and snippets.

@IPvSean
Created December 11, 2018 20:44
Show Gist options
  • Save IPvSean/03ef2d6dc6027bb29c24edb1ebea3805 to your computer and use it in GitHub Desktop.
Save IPvSean/03ef2d6dc6027bb29c24edb1ebea3805 to your computer and use it in GitHub Desktop.
routing-options {
autonomous-system 65001;
}
protocols {
bgp {
group to-cisco {
type external;
multihop {
ttl 255;
}
neighbor 172.17.183.97 {
description cisco;
local-address 172.17.124.126;
peer-as 65000;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment