Skip to content

Instantly share code, notes, and snippets.

@hellt
Created April 7, 2023 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hellt/05c2adb53142b4db10d22ef0179003ff to your computer and use it in GitHub Desktop.
Save hellt/05c2adb53142b4db10d22ef0179003ff to your computer and use it in GitHub Desktop.
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