Want to pass your Juniper Networks Certified Internet Associate, Junos(JNCIA-Junos) JN0-102 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
-- Exhibit -[edit routing-options]
user@router# show
static {
defaults {
metric 10;
preference 10;
}
route 10.10.10.0/24 {
next-hop 192.168.100.1;
qualified-next-hop 192.168.200.1;
preference 6;
}
metric 8;
}
}
-- Exhibit -
Given the configuration shown in the exhibit, which statement is correct about traffic matching the route 10.10.10.0/24?
A. It will be forwarded to 192.168.100.1 using a metric of 10.
B. It will be forwarded to 192.168.100.1 using a metric of 8.
C. It will be forwarded to 192.168.200.1 using a metric of 8.
D. It will be forwarded to 192.168.200.1 using a metric of 10.
Which command is used to validate the syntax of a configuration without applying the configuration?
A. commit confirmed
B. commit synchronize
C. commit check
D. commit and-quit
Which command configures an address of 192.168.1.1 with a mask of 255.255.255.0 on interface ge0/0/0?
A. set ip interface ge-0/0/0 address 192.168.1.1 255.255.255.0
B. set ip interface ge-0/0/0 address 192.168.1.1/24
C. set interface ge-0/0/0 ip4 address 192.168.1.1 mask 255.255.255.0
D. set interfaces ge-0/0/0 unit 0 family inet address 192.168.1.1/24