Hello all:
Question 1 of 2: Interpreting Filter CLI
term TERM1 {
from {
prefix-list {
PREFIX1;
}
protocol TCP;
port [ 80 ];
}
then accept;
}
Does that rule mean A, B, C, or D?
A: source-address:PREFIX1, destination:ANY, protocol: TCP, source-or-destination-port:80
B: source-address:PREFIX1, destination:ANY, protocol: TCP, destination-port:80
C: source-address:PREFIX1, destination:ANY, protocol: TCP, source-port:80

something else entirely, please explain
Question 2 of 2: Any good books/labs for JUNOS? What resources are recommended for someone trying to start out in the land of JUNOS?
Thanks!