Skip to content

Instantly share code, notes, and snippets.

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