Referring to the exhibit, which statement is correct about traffic received on the ge-0/0/1.0 interface?
Referring to the exhibit, which statement is correct about traffic received on the ge-0/0/1.0 interface?
The configuration shown applies a firewall filter named 'input-ff' to the interface ge-0/0/0.0, and within this firewall filter, the term 't1' specifies the action 'reject'. In JunOS, a 'reject' action drops the packet and simultaneously sends an ICMP message back to the source indicating that the destination is unreachable. Therefore, all traffic received on the ge-0/0/0.0 interface will be dropped, and an ICMP notification will be sent back to the source.
Discard: drop the packet silently reject: sends the ICMP back to the source
C is correct : In the JunOS operating system, the way to represent package is with the keywords reject or discard. If you specify reject as the value for the next step, the system sends an ICMP message (the network unreachable message) to the source of the IP packet. If you specify discard as the next step value the system does not return an ICMP message: the system silently abandons the packet.
C is correct