Given the configuration shown in the exhibit, which statement is true about traffic from host_ato host_b?()
[edit security policies from-zone HR to-zone trust]
user@host# showpolicy two {
match {
source-address subnet_a;
destination-address host_b;
application [ junos-telnet junos-ping ];
}
then {
reject;
}
}
policy one {
match {
source-address host_a;
destination-address subnet_b;
application any;
}
then {
permit;
}
}
host_a is in subnet_a and host_b is in subnet_b.