Practice Free JN0-106 Exam Online Questions
25.11.0/24;
}
protocol icmp;
}
then {
count count-icmp; discard;
}
}
Referring to the exhibit, which two actions will occur when a packet matches the firewall filter? (Choose two.)
- A . An ICMP destination unreachable message will be returned.
- B . The packet will be forwarded.
- C . The packet will be discarded.
- D . A counter will be incremented.
CD
Explanation:
Referring to the firewall filter configuration in the exhibit, when a packet matches the specified term limit-icmp, two actions are defined in the then statement: count count-icmp and discard. The count count-icmp action means that each time a packet matches this term, a counter named count-icmp will be incremented, providing a tally of how many packets have matched the term. The discard action means that the packet will be dropped and not forwarded through the device. This effectively prevents the packet from reaching its intended destination. There is no action specified that would cause an ICMP destination unreachable message to be returned, nor is there any action that would allow the packet to be forwarded.
Exhibit
user@router> show route 192.168.100.2
inet.O: 15 destinations, 17 routes (15 active, 0 holddown, 0 hidden) Limit/Threshold:
1048576/1048576 destinations
+ = Active Route, – = Last Active, * = Both 192.168.100.2/32 *[OSPF/IO] 00:14:29, metric 1
> to 172.16.1.6 via ge-0/0/1.0 [BGP/170] 00:06:49, localpref 100
AS path: 65102 I, validation-state: unverified > to 172.16.1.6 via ge-0/0/1.0
Referring to the exhibit, which statement is correct?
- A . The BGP path is the only active route.
- B . The BGP route is preferred over the OSPF route.
- C . The OSPF path is the only active route.
- D . / Traffic is load-balanced across two routes.
C
Explanation:
Referring to the exhibit, the presence of the "+" symbol next to the OSPF route for 192.168.100.2/32 indicates that this is the active route being used to forward traffic. The BGP route, although present, does not have the "+" symbol, indicating it is not the active route. In Junos OS, the routing table displays the active route with a "+" symbol, and the fact that the OSPF route has this symbol means it is the preferred path based on the routing protocol’s decision process, which takes into account factors such as route preference (administrative distance) and metrics.
Which two statements are correct about the empioyee@Ri> prompt? (Choose two.)
- A . R1 is the hostname of your device.
- B . You are in operational mode.
- C . You are in configuration mode.
- D . You are at a shell prompt.
A, B
Explanation:
In Junos OS, the prompt employee@R1> indicates the current context of the user interface. The ‘R1’ part of the prompt signifies the hostname of the device, which in this case is ‘R1’. The absence of a ‘#’ symbol at the end of the prompt suggests that the user is in operational mode, as opposed to configuration mode which is indicated by a prompt ending in ‘#’. Operational mode allows users to view the status of the device and execute operational commands, but does not allow for configuration changes.
Which two statements about route preference in Junos are correct? (Choose two.)
- A . Both direct and static routes have the same preference.
- B . Both direct and local routes have the same preference.
- C . Both OSPF internal and OSPF AS external routes have the same preference.
- D . Both EBGP and IBGP routes have the same preference.
B, C
Explanation:
In Junos OS, route preference (also known as administrative distance) is used to determine the preferred route among multiple routes to the same destination learned via different routing protocols. Direct and local routes, which represent directly connected networks and interfaces, typically share the same low preference value, indicating high trustworthiness because they are directly connected to the router. OSPF internal routes (routes within the same OSPF area) and OSPF AS external routes (routes that are external to the OSPF autonomous system but redistributed into OSPF) also share the same preference value, although this value is higher (indicating less trust) than for direct and local routes. This distinction helps the routing engine decide which routes to use when multiple paths are available.
