Created
April 7, 2023 07:53
-
-
Save hellt/05c2adb53142b4db10d22ef0179003ff to your computer and use it in GitHub Desktop.
This file contains 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
configure { | |
router "Base" { | |
static-routes { | |
route 192.168.200.200/32 route-type unicast { | |
next-hop "192.168.0.1" { | |
admin-state enable | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment