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