Which statement is correct about the forwarding table?
A. The forwarding table is stored only on the PFE.
B. The forwarding table contains all known routes.
C. The forwarding table is stored on both the RE and PFE.
D. The forwarding table is stored only on the RE.
Which two design goals describe the Junos OS design? (Choose two.)
A. clean separation of security and routing policies
B. clean separation of control and forwarding planes
C. modularization of multiple software processes
D. a single hardware platform for all software applications
Which command will delete the current rescue configuration?
A. user@router# system delete configuration rescue
B. user@router> request system configuration rescue delete
C. user@router# delete rescue configuration
D. user@router> file delete rescue-configuration
Which CLI mode allows you to make configuration changes?
A. enable mode
B. configuration mode
C. operational mode
D. active mode
After editing to your device's configuration, which command must you enter to activate the configuration changes?
A. set
B. copy candidate active
C. apply-config
D. commit
-- Exhibit -[edit firewall family inet filter COS-CLASSIFIER]
user@router# show
term MANAGER {
from {
source-address {
192.168.200.0/25;
}
destination-address {
100.100.100.1/32;
}
}
then {
forwarding-class expedited-forwarding;
accept;
}
}
term ALL-OTHER-TRAFFIC {
then accept;
}
[edit interfaces ge-0/0/1]
user@router# show
unit 0 {
familyinet {
filter {
input COS-CLASSIFIER;
}
address 192.168.200.1/24;
}
}
-- Exhibit -Referring to the exhibit, which type of classifier is being used in this CoS configuration?
A. behavior aggregate
B. policer
C. multifield
D. forwarding policy
What are three advantages which dynamic routing protocols offer over static routing protocols? (Choose three.)
A. lower administrative overhead
B. increased network availability
C. greater network scalability
D. easier to implement qualified next hops
E. easier ECMP route implementation
After factory-defaults have been loaded, which two syslog files will be present in the configuration?
A. system and chassis
B. syslog-messages and NVRAM
C. messages and interactive-commands
D. authorization and events
Which parameter must be included when executing operational mode commands from within configuration mode?
A. insert
B. do
C. prompt
D. run
What are the usable hosts on the 192.168.1.24/29 network?
A. .24 through .48
B. .24 through .32
C. .25 through .30
D. .35 through .31