Q1. Which class-of-service component allows you to define the bandwidth allocated to different traffic types?
A. classification
B. rewrite marking
C. scheduling
D. queuing
Answer: C
Q2. What represents the binary equivalence of 148?
A. 10010110
B. 11010010
C. 10011100
D. 10010100
Answer: D
Q3. Which command do you use to go from the shell prompt to the CLI prompt?
A. run cli
B. cli
C. start cli
D. edit
Answer: B
Q4. Which two statements are true of login classes? (Choose two.)
A. Users can be members of multiple login classes.
B. Login classes define authorization parameters for a user.
C. There are five system-defined login classes.
D. Login class permission flags can be overridden for certain commands.
Answer: B,D
Q5. You must apply the family inet configuration parameter only to Gigabit Ethernet interfaces that are in FPC 2.
Which output applies to this configuration?
A. [edit groups]
user@router# show
ge-int {
interfaces {
<ge-*> {
unit 0 {
familyinet;
}
}
}
}
B. [edit groups]
user@router# show
ge-int {
interfaces {
<*> {
unit 0 {
familyinet;
}
}
}
}
C. [edit groups]
user@router# show
ge-int {
interfaces {
<*-2/*/*> {
unit 0 {
familyinet;
} } } }
D. [edit groups]
user@router# show
ge-int {
interfaces {
<ge-2/*> {
unit 0 {
familyinet;
}
}
}
}
Answer: D
Q6. Which CLI command do you use to determine which files are cleanup candidates?
A. request system storage cleanup candidates
B. request system services storage candidates
C. request system services candidate cleanup
D. request system storage cleanup dry-run
Answer: D
Q7. -- 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
Answer: C
Q8. You have received a default route through BGP from your ISP and you want to redistribute it into OSPF.
Which method will accomplish this?
A. Apply an export policy to OSPF that exports the default route.
B. Apply an import policy to OSPF that imports the default route.
C. Apply the default-network command to OSPF.
D. Apply the redistribute-igp command to BGP.
Answer: A
Q9. Which two statements are true about firewall filter configurations? (Choose two.)
A. Multiple action modifiers can be included in the same term.
B. Only a single action modifier can be included in the same term.
C. If an action modifier exists without a terminating action, matching packets will be accepted.
D. If an action modifier exists without a terminating action, matching packets will be discarded.
Answer: A,C
Q10. What are two valid match criteria for a routing policy? (Choose two.)
A. OSPF area ID
B. prefix list
C. port
D. time-to-live (TTL)
Answer: A,B