Skip to content

Instantly share code, notes, and snippets.

@stephanbehrens
Created November 27, 2016 14:04
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/2aac7dce4984c7278cad4a5ef6c1ee9e to your computer and use it in GitHub Desktop.
Save stephanbehrens/2aac7dce4984c7278cad4a5ef6c1ee9e to your computer and use it in GitHub Desktop.
vSRX2-prefixlist
sbehrens@vSRX2> show configuration policy-options
prefix-list listXYZ {
50.0.0.1/32;
50.0.0.2/32;
50.0.0.3/32;
50.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;
}
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