Skip to content

Instantly share code, notes, and snippets.

@stephanbehrens
Created November 27, 2016 14:01
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 stephanbehrens/a3bfb028372e53ad0ae0459c86270990 to your computer and use it in GitHub Desktop.
Save stephanbehrens/a3bfb028372e53ad0ae0459c86270990 to your computer and use it in GitHub Desktop.
vMX1-prefixlist
sbehrens@vMX1> show configuration policy-options
prefix-list listA {
10.0.0.1/32;
10.0.0.2/32;
10.0.0.3/32;
10.0.0.4/32;
}
prefix-list listB {
20.0.0.1/32;
20.0.0.2/32;
20.0.0.3/32;
20.0.0.4/32;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment