For the interface ge-1/2/3.4, what does "ge" represent?
A. SONET/SDH
B. Gigabit Ethernet
C. Aggregated Ethernet
D. GRE
Which command will display the active configuration?
A. user@router> show configuration
B. user@router# show
C. user@router> show system configuration
D. user@router> show system commit
-- 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?
A. You must set the vlan-tagging parameter under the [edit interfaces ge-0/0/1] hierarchy.
B. You must use the rename command to change unit 100 to unit 0.
C. You must set the encapsulation flexible-ethernet-services parameter under the [edit interfaces ge-0/0/1] hierarchy.
D. You must set the encapsulation vlan-ccc parameter under the [edit interfaces ge-0/0/1 unit 100] hierarchy.
Which command displays the current temperature of a Junos device's components?
A. show chassis temperature-thresholds
B. show chassis environment
C. show chassis hardware
D. show chassis alarms
Which three statements are true regarding the candidate configuration? (Choose three.)
A. The candidate configuration is a temporary configuration that might become the active configuration.
B. A candidate configuration is initially populated with the configuration currently active on the system.
C. Changes to the candidate configuration take effect immediately.
D. The candidate configuration becomes the active configuration after a system reboot.
E. The configure private command allows concurrent editing of a candidate configuration by multiple users.
-- Exhibit -user@router> show configuration
groups {
ge-int {
interfaces {
unit 0 {
family inet {
address 10.10.12.1/24;
}
}
}
}
}
}
...
interfaces {
ge-0/0/1 {
unit 0;
}
-- Exhibit -Referring to the exhibit, which two actions would you take to only apply the 10.10.12.1/24 address to the
ge-0/0/1.0 interface?
A. Apply the ge-int group to the configuration at the [edit] hierarchy.
B. Apply the ge-int group to the configuration at the [edit interfaces ge-0/0/1] hierarchy.
C. Apply the ge-int group to the configuration at the [edit interfaces ge-0/0/1 unit 0] hierarchy.
D. Apply the ge-int group to the configuration at the [edit interfaces] hierarchy.
Which command will save the current active configuration as the rescue configuration?
A. user@router# save | rescue
B. user@router> request system configuration rescue save
C. user@router# save rescue configuration
D. user@router> file save rescue-configuration
Which CLI command is used to display output one page at a time?
A. user@router> show interfaces | no-more
B. user@router> show interfaces | trim
C. user@router> show interfaces
D. user@router> show interfaces | display
Which two statements are true about the primary address on an interface? (Choose two.)
A. It is the address used by default as the local address for broadcast and multicast packets sourced locally and sent out of the interface.
B. You use the primary address when you have multiple IP addresses belonging to the same subnet on the same interface.
C. It can be useful for selecting the local address used for packets sent out of unnumbered interfaces when multiple non-127 addresses are configured on the loopback interface.
D. By default, the primary address on an interface is selected as the numerically highest local address configured on the interface.
-- Exhibit -user@router> show route inet.0: 9 destinations, 9 routes (9 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both 10.10.10.91/32 *[Direct/0] 00:09:40 >via lo0.0 10.10.10.92/32 *[OSPF/10] 00:01:50, metric 1 >to 172.16.1.2 via ge-0/0/2.0 100.100.1.0/24 *[Static/5] 00:01:50 Reject 172.16.1.0/24 *[Direct/0] 00:06:09
>via ge-0/0/2.0 172.16.1.1/32 *[Local/0] 00:06:09 Local via ge-0/0/2.0 192.168.0.0/16 *[Aggregate/130] 00:00:06 Reject 192.168.0.0/17 *[Aggregate/130] 00:00:06 >to 172.16.1.2 via ge-0/0/2.0 192.168.50.0/24 *[Static/5] 00:00:06 >to 172.16.1.2 via ge-0/0/2.0 192.168.51.0/24 *[Static/5] 00:00:06 >to 172.16.1.2 via ge-0/0/2.0 user@router> show configuration policy-options policy-statement demo { term 1 { from { protocol static;
route-filter 192.168.0.0/16 orlonger accept;
}
then accept;
}
}
user@router> show configuration protocols ospf
export demo;
area 0.0.0.0 {
interface ge-0/0/2.0;
}
-- Exhibit -Given the configuration and routing table shown in the exhibit, which routes will be advertised to OSPF
neighbors because of the demo policy?
A. 192.168.0.0/16 only
B. 192.168.50.0/24 only
C. 192.168.50.0/24 and 192.168.51.0/24
D. 192.168.0.0/17, 192.168.50.0/24, and 192.168.51.0/24