Online Access Free JN0-102 Practice Test
| Exam Code: | JN0-102 |
| Exam Name: | Juniper Networks Certified Internet Associate, Junos (JNCIA-Junos) |
| Certification Provider: | Juniper |
| Free Question Number: | 417 |
| Posted: | Jul 17, 2026 |
-- Exhibit --
[edit interfaces ge-0/0/1]
user@router# show
unit 100 {
vlan-id 100;
family inet {
address 10.1.1.1 /24;
}
}
[edit interfaces ge-0/0/1]
user@router# commit check
[edit interfaces ge-0/0/1]
'unit 100'
Only unit 0 is valid for this encapsulation
error: configuration check-out failed
-- Exhibit --
Referring to the exhibit, you are unable to commit the configuration for the ge-0/0/1 interface.
What must you do to commit the configuration?
-- Exhibit --
[edit policy-options policy-statement my-policy]
user@router# show
term reject {
then reject;
}
term match {
from {
protocolbgp;
route-filter 10.10.10.0/24 exact;
}
}
-- Exhibit --
Referring to the exhibit, you must move the match term above the reject term.
Which command would accomplish this task?