Online Access Free JN0-101 Practice Test
Exam Code: | JN0-101 |
Exam Name: | Juniper Networks Certified Internet Associate, Junos (JNCIA-Junos) |
Certification Provider: | Juniper |
Free Question Number: | 190 |
Posted: | Aug 27, 2025 |
You are modifying the default route preference under the [edit protocols] hierarchy.
In which two routing information sources can you change the default preference value? (Choose two.)
-- Exhibit -
user@router> show configuration firewall
family inet { filter demo { term example { from { source-address {
100.100.100.0/24;
}
destination-address {
200.200.200.0/24;
}
}
then {
reject;
}
}
term testing {
from {
source-address {
10.10.10.0/28;
}
destination-address {
200.200.200.0/24;
}
}
then sample;
}
term results {
from {
address {
200.200.200.0/24;
}
}
then accept;
}
term final {
then policer LAPD;
}
}
}
-- Exhibit --
Given the configuration shown in the exhibit, what will happen to traffic from source 10.10.10.25 destined to 200.200.200.1?