Created
March 27, 2018 02:20
-
-
Save aphistic/095a2fadc55e7322b65aad08dbe6f176 to your computer and use it in GitHub Desktop.
unifi bgp config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"protocols": { | |
"bgp": { | |
"64500": { | |
"neighbor": { | |
"192.168.1.1": { | |
"remote-as": 64501 | |
}, | |
"192.168.1.2": { | |
"remote-as": 64501 | |
}, | |
"192.168.1.3": { | |
"remote-as": 64501 | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment