Created
November 29, 2023 04:52
-
-
Save tuna2134/63844e6caa938df1417ff18218687b34 to your computer and use it in GitHub Desktop.
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
log syslog all; | |
router id 172.16.1.1; | |
protocol bgp { | |
import all; | |
export all; | |
local as 65001; | |
neighbor 172.16.70.12 as 65002; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment