1. What CLI command is used to change the Bridge Priority to 0 within VLAN 9?
a.
(config-vlan-9)# spanning-tree vlan priority 0
b.
(config)# spanning-tree vlan 9 priority 0
c.
(config-vlan-9)# spanning-tree priority 0
d.
(config)# vlan 9 spanning-tree priority 0
2. Which OSPF interface parameter is best described in the following definition? Definition: The interval defined to allow a graceful implementation of Authentication changes
a.
Hello-interval
b.
Dead-interval
c.
Retransmit-interval
d.
Auth-change-wait-time
3. Which of the following are valid BGP4 messages types?
a.
Neighbor, Hello & Notification
b.
Update, Open, Notification & Keepalive
c.
MED, Hello, Disabled & Keepalive
d.
Hello, Open, Notification & Keepalive
e.
Open, Notification & Keepalive
4. An OSPF LSA Type 7 can be found in which of the following regions?
a.
Normal Area
b.
Autonomous System (AS) Summary Link
c.
Not so Stubby Area (NSSA)
d.
Stubby Area
5. What BGP4 state is a router in if it is waiting for a TCP connection from its BGP4 neighbor?
a.
Admin
b.
Connect
c.
Active
d.
Idle
e.
Confirm
f.
Established
6. What is the Destination Address for a BPDU frame?
a.
mac Broadcast
b.
mac Multicast
c.
IP Broadcast
d.
mac Unicast
7. What Foundry Networks CLI command will display the status of all BGP connections?
a.
sh ip bgp summary
b.
ip route
c.
config route
d.
sh ip bgp
8. The behavior of sending broadcasts out of all bridge ports is called?
a.
Spanning
b.
Forwarding
c.
Flooding
d.
Pruning
9. Which LSA type will the following OSPF cli command display? FI4802-PREM# sho ip ospf database external-link-state
a.
LSA 1
b.
LSA 2
c.
LSA 3
d.
LSA 4
e.
LSA 5
f.
LSA 7
10. What does a BPDU with a type field of 80 mean?
a.
A type field of 80 indicates a error message
b.
A type field of 80 indicates a update request
c.
A type field of 80 indicates a Topology Change Notification
d.
A type field of 80 indicated a Configuration Change
11. Which LSA type describes a route to a destination outside of the area but inside the OSPF Autonomous System?
a.
Summary LSA
b.
Network LSA
c.
ASBR Summary LSA
d.
Router LSA
12. What is the result of the following CLI command? Router(config)# clear ip bgp neighbor 1.1.1.1
a.
A hard reconfigure. It flushes the old copies of the update, no (1.1.1.1) routes are sent
b.
A hard clear. It downs the BGP session and all (1.1.1.1) routes are resent
c.
Soft reconfiguration. It keep copies of the old updates no (1.1.1.1) routes area sent
d.
Route Refresh. It keeps the BGP session up and all (1.1.1.1) routes are resent
13. The command “redistribution connected” also redistributes the default route
a.
True
b.
False
14. What is the “set metric-type internal” route map feature used for?
a.
Set router to ignore MEDs
b.
Translate the IGP cost associated with the BGP next hop into a MED
c.
Sets MED to its default value
d.
Sets the router to always-compares MEDs
15. Which are Foundry Networks default spanning tree bridge parameters?
a.
Forward Delay = 15 secs, Maximum Age = 15 secs, and Hello Time = 5 secs
b.
Forward Delay = 20 secs, Maximum Age = 15 secs, and Hello Time = 10 secs
c.
Forward Delay = 5 secs, Maximum Age = 10 secs, and Hello Time = 7 secs
d.
Forward Delay = 15 secs, Maximum Age = 20 secs, and Hello Time = 2 secs