JN0-343 Online Flashcards

1
Q

On an edge router, you want to create a default route with a next hop to an external connection. The route should be available only when you are receiving routes from the external provider. Which type of route would you configure on your device to accomplish this objective?

A.
an aggregate route

B.
a generated route

C.
a primary contributing route

D.
a static route

Show Answer

A

B.

a generated route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which configuration command would you use to add an IPv6 static route to your Junos device?

A.
set routing-options static route 0::/0 next-hop fec0:0:2003::2

B.
set routing-options static route inet6 0::/0 next-hop fec0:0:2003::2

C.
set routing-options static route ipv6 0::/0 next-hop fec0:0:2003::2

D.
set routing-options rib inet6.0 static route 0::/0 next-hop fec0:0:2003::2

A

D.

set routing-options rib inet6.0 static route 0::/0 next-hop fec0:0:2003::2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

You configured an aggregate route of 192.168.8.0/21 and committed the updated configuration. Using an operational show command, you notice that the newly configured route is not present in the output. What would explain this behavior?

A.
The next hop is not resolvable.

B.
The next hop is not reachable.

C.
There are no active contributing routes.

D.
An aggregate route will not show up in the local table; it will be shared only with BGP neighbors.

A

C.

There are no active contributing routes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

You want several different subnets within your enterprise network to be reachable from outside the enterprise network. Your edge router must share a single route advertisement about these subnets with external devices. If one of the subnets is unavailable, your edge router should drop any traffic destined to that subnet. Which type of route, configured on the edge device with default behavior, accomplishes these objectives?

A.
an aggregate route

B.
a generated route

C.
a primary contributing route

D.
an OSPF route

A

A.

an aggregate route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

You run the operational-mode command show ospf neighbor and notice that an expected OSPF neighbor on a broadcast link is not detected. Which three issues cause this behavior? (Choose three.)

A.
A problem exists with the physical link or Data Link Layer connectivity.

B.
The router IDs on the two devices do not match.

C.
The IP subnet mask does not match on each end of the link.

D.
The area type does not match on each end of the link.

E.
The AS number on the two devices do not match.

A

A.
A problem exists with the physical link or Data Link Layer connectivity.

C.
The IP subnet mask does not match on each end of the link.

D.
The area type does not match on each end of the link.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

You execute the operational-mode command show ospf neighbor and notice that one neighbor relationship remains in the exStart state. What causes this behavior?

A.
The area IDs do not match on each end of the link.

B.
The authentication parameters do not match on each end of the link.

C.
The dead interval does not match on each end of the link.

D.
The MTU does not match on each end of the link.

A

D.

The MTU does not match on each end of the link.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

You are viewing the Ethernet switching table and notice that a previous entry is no longer listed. What is a valid reason for an entry to be removed from the table?

A.
The learning limit is exceeded.

B.
The filtering threshold is exceeded.

C.
The MAC aging timer expired.

D.
The ARP aging timer expired.

A

C.

The MAC aging timer expired.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which mechanism keeps a switch from forwarding Layer 2 traffic from one broadcast domain to another?

A.
filtering

B.
BPDU guard

C.
aging

D.
learning

A

A.

filtering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

An EX Series switch receives an Ethernet frame with a destination MAC address that is not in the bridging table. How does the Junos OS handle the received frame?

A.
The Junos OS learns the source MAC address and drops the frame.

B.
The Junos OS learns the source MAC address and floods discovery BPDUs.

C.
The Junos OS learns the source MAC address forwards the frame towards the root bridge.

D.
The Junos OS learns the source MAC address and floods the frame.

Show Answer

A

D.

The Junos OS learns the source MAC address and floods the frame.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which three actions are valid methods to clear all entries from the Ethernet switching table on an EX Series switch? (Choose three.)

A.
Restart theeswd process.

B.
Issue the cleararp operational-mode command.

C.
Reboot the switch.

D.
Issue the clearethernet-switching table operational-mode command.

E.
Restart therpd process.

A

A.
Restart theeswd process.

C.
Reboot the switch.

D.
Issue the clearethernet-switching table operational-mode command.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

You are viewing the output of the operational-mode command show interfaces ge-0/0/4 on an EX Series switch in which no ether-options are configured for the ge-0/0/4 interface. Which two default
settings are listed in the output? (Choose two.)

A.
Speed: Auto

B.
Speed: 1000mpbs

C.
Duplex: Auto

D.
Duplex: Full-Duplex

A

A.
Speed: Auto

C.
Duplex: Auto

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

You must route both IPv4 and IPv6 packets in your environment. Which configuration should you add at the [edit protocols] level to allow you to accomplish this objective?

A.
ospf { 
area 0.0.0.0 { 
interface all; 
} 
}
B.
ospf { 
area 0.0.0.0 { 
interface all; 
family inet6; 
} 
}
C.
ospf3 { 
area 0.0.0.0 { 
interface all; 
} 
}
D.
ospf3 { 
area 0.0.0.0 { 
interface all; 
allow ipv4; 
} 
}
A
C.
ospf3 { 
area 0.0.0.0 { 
interface all; 
} 
}C.
show ospf database
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

You see a route in your local routing table that was learned using OSPF. Which command allows you to determine where the route originated?

A.
show ospf route

B.
show route protocol ospf

C.
show ospf database

D.
show ospf log

A

C.

show ospf database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which two events trigger an IS-IS LSP to be sent to a neighboring IS? (Choose two)

A.
When a new IS-IS neighbor is detected.

B.
When the cost of a link to an existing IS-IS neighbor has changed.

C.
When a CSNP requests missing information.

D.
When a device does not receive an expected IIH PDU.

A

A.
When a new IS-IS neighbor is detected.

B.
When the cost of a link to an existing IS-IS neighbor has changed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does the attach bit in an IS-IS PDU indicate?

A.
The L1/L2 router is exporting a default route into the area.

B.
The L1/L2 router has reachability information to another IS-IS area.

C.
The L1/L2 router is sending information from Level 2 towards Level 1.

D.
The L1/L2 router is sending information from Level 1 towards Level 2.

A

B.

The L1/L2 router has reachability information to another IS-IS area.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

On a broadcast network, which three statements are true about IS-IS adjacencies? (Choose three.)

A.
Peers send full copies of databases at regular intervals.

B.
IIH PDUs are used as a keepalive mechanism.

C.
Peers can request missing link-state information.

D.
An elected DIS retains its status as long as the device remains up.

E.
Peers acknowledge receipt of link-state updates.

A

B.
IIH PDUs are used as a keepalive mechanism.

C.
Peers can request missing link-state information.

E.
Peers acknowledge receipt of link-state updates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Which two prerequisites does IS-IS need to operate? (Choose two.)

A.
IS-IS must be able to communicate between devices using IP.

B.
IS-IS must be able to communicate using CLNS.

C.
IS-IS must have a valid IP address configured on the loopback.

D.
IS-IS must have a valid CLNS address.

A

B.
IS-IS must be able to communicate using CLNS.

D.
IS-IS must have a valid CLNS address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

You configure a metric of 200 on an IS-IS enabled interface on Router-1. When you examine the routing table entry for that link on another IS-IS device, you see a metric of 67. What would explain this behavior?

A.
Router-1 is sending both standard and wide metrics.

B.
Router-1 is sending only wide metrics.

C.
Router-1 has a metric multiplier set.

D.
Router-1 has a configured reference bandwidth.

A

A.

Router-1 is sending both standard and wide metrics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

A switch has just come online and currently has no learned unicast entries in its bridge table. Which two statements regarding this switch and its operations are true? (Choose two.)

A.
All frames received through a switch port will be flooded out all other switch ports belonging to the same VLAN.

B.
All broadcast frames received through a switch port will be flooded out all switch ports, regardless of the VLAN.

C.
The switch will dynamically add MAC entries to the bridge table for the destination MAC address listed in received frames.

D.
The switch will dynamically add MAC entries to the bridge table for the source MAC address listed in received frames.

A

A.
All frames received through a switch port will be flooded out all other switch ports belonging to the same VLAN.

D.
The switch will dynamically add MAC entries to the bridge table for the source MAC address listed in received frames

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is one benefit of a switched LAN?

A.
It enables the LAN to forward non-IP traffic.

B.
It ensures that all hosts can reach each other by flooding all traffic to all ports.

C.
It limits memory use by eliminating the need for a bridging table.

D.
It limits the collision domain.

A

D.

It limits the collision domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

A.
collision domains

B.
multicast domains

C.
broadcast domains

D.
virtual domains

A

C.

broadcast domains

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What are two switch port default settings on EX Series switches? (Choose two.)

A.
Set as trunk mode.

B.
Set with VLAN ID 0.

C.
Set with the native VLAN.

D.
Set as access mode.

A

B.
Set with VLAN ID 0.

D.
Set as access mode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Which two configurations are valid methods for associating a VLAN with an interface on EX Series switches? (Choose two.)

A.
{master:0}[edit interfaces] 
user@ex# show 
ge-0/0/4 { 
unit 0 { 
family ethernet-switching { 
vlan { 
members v100; 
} 
} 
} 
}
B.
{master:0}[edit interfaces ge-0/0/4] 
user@ex# show 
unit 0 { 
family ethernet-switching { 
vlan v100; 
} 
}
C.
{master:0}[edit interfaces ge-0/0/4] 
user@ex# show 
vlan-tagging; 
unit 0 { 
family ethernet-switching { 
vlan v100; 
} 
}
D.
{master:0}[edit vlans] 
user@ex# show 
v100 { 
vlan-id 100; 
interface { 
ge-0/0/4.0; 
} 
}
A
A.
{master:0}[edit interfaces] 
user@ex# show 
ge-0/0/4 { 
unit 0 { 
family ethernet-switching { 
vlan { 
members v100; 
} 
} 
} 
}
D.
{master:0}[edit vlans] 
user@ex# show 
v100 { 
vlan-id 100; 
interface { 
ge-0/0/4.0; 
} 
}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

No user-defined configuration exists for the default VLAN. Which configuration is valid on EX Series switches?

A.
{master:0}[edit interfaces ge-0/0/4] 
user@ex# show 
unit 0 { 
family ethernet-switching { 
port-mode trunk; 
vlan { 
members [ v4 v3 ]; 
} 
native-vlan-id default; 
} 
}
B.
{master:0}[edit interfaces ge-0/0/4] 
user@ex# show 
unit 0 { 
family ethernet-switching { 
port-mode trunk; 
vlan { 
members [ v4 default ]; 
} 
} 
}
C.
{master:0}[edit interfaces ge-0/0/4] 
user@ex# show 
unit 0 { 
family ethernet-switching { 
port-mode access; 
vlan { 
members [ v4 default ]; 
} 
} 
}
D.
{master:0}[edit interfaces ge-0/0/4] 
user@ex# show 
unit 0 { 
family ethernet-switching { 
port-mode access; 
vlan { 
members [ v4 Voice ]; 
} 
} 
}
A
A.
{master:0}[edit interfaces ge-0/0/4] 
user@ex# show 
unit 0 { 
family ethernet-switching { 
port-mode trunk; 
vlan { 
members [ v4 v3 ]; 
} 
native-vlan-id default; 
} 
}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

By default, which VLAN ID value is associated with the default VLAN on EX Series switches?

A.
0

B.
1

C.
32

D.
255

A

A.

0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

On which interface would an IP address be configured for a routed VLAN interface?

A.
ge-0/0/20.100

B.
vlan.100

C.
rvi.100

D.
l3-interface.100

A

B.

vlan.100

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

Which operational-mode command displays the IP address of all routed VLAN interfaces (RVIs)?

A.
show interfaces terse vlan

B.
show interfaces terservi

C.
show interfaces tersege-*

D.
show vlans terse

A

A.

show interfaces terse vlan

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

Which three configurations are required for an operational routed VLAN interface (RVI)? (Choose three.)

A.
{master:0}[edit] 
user@ex# show ethernet-switching vlan-map 
vlan-id 10; 
interface { 
ge-0/0/1.0; 
}
B.
{master:0}[edit] 
user@ex# show interfaces ge-0/0/1 
unit 0 { 
family ethernet-switching; 
}
C.
{master:0}[edit] 
user@ex# show interfaces vlan.10 
family inet { 
address 192.168.10.1/24; 
}
D.
{master:0}[edit] 
user@ex# show interfaces rvi.1 
interface { 
ge-0/0/1.0; 
}
E.
{master:0}[edit] 
user@ex# show vlans v10 
vlan-id 10; 
interface { 
ge-0/0/1.0; 
} l3-interface vlan.10;
A
B.
{master:0}[edit] 
user@ex# show interfaces ge-0/0/1 
unit 0 { 
family ethernet-switching; 
}
C.
{master:0}[edit] 
user@ex# show interfaces vlan.10 
family inet { 
address 192.168.10.1/24; 
}
E.
{master:0}[edit] 
user@ex# show vlans v10 
vlan-id 10; 
interface { 
ge-0/0/1.0; 
} l3-interface vlan.10;
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

Which function(s) does STP serve in a Layer 2 network?

A.
It detects and stops broadcast storms.

B.
It distributes VLAN information between switches when a VLAN spans more than one switch.

C.
It detects and eliminates loops.

D.
It manages aggregated Ethernet bundles that span more than one switch.

A

C.

It detects and eliminates loops.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

Which protocol or feature detects and eliminates Layer 2 loops in a network?

A.
RTG

B.
STP

C.
LACP

D.
GVRP

A

B.

STP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

Which two statements are true regarding BPDUs of spanning tree protocols? (Choose two.)

A.
Configuration BPDUs function askeepalives in STP and RSTP.

B.
BPDUs are sent by the designated bridge but not the backup bridge on shared segments.

C.
Configuration BPDUs are sent by both switches on point-to-point connections.

D.
Configuration BPDUs are not sent out interfaces configured as edge ports.

A

C.
Configuration BPDUs are sent by both switches on point-to-point connections.

D.
Configuration BPDUs are not sent out interfaces configured as edge ports.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

You just implemented a Layer 2 network that uses RSTP. Which two statements are true? (Choose two.)

A.
All operational switch ports configured for edge mode will immediately transition to the forwarding state.

B.
All operational switch ports configured for full-duplex operation will function in point-to-point mode.

C.
You must manually specify the interfaces you want to operate in point-to-point mode.

D.
Edge ports automatically discard received BPDUs.

A

A.
All operational switch ports configured for edge mode will immediately transition to the forwarding state.

B.
All operational switch ports configured for full-duplex operation will function in point-to-point mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

You just implemented RSTP in your Layer 2 network. Which two statements are true? (Choose two.)

A.
Switch ports in the alternate port role operating in indirect-recovery mode can immediately transition to the root port role and forwarding state when a failure occurs without waiting for the timer to expire.

B.
Switch ports in the alternate port role operating in shared mode can immediately transition to the root port role and forwarding state when a failure occurs without waiting for the timer to expire.

C.
Switch ports in the alternate port role operating in point-to-point mode can immediately transition to the root port role and forwarding state when a failure occurs without waiting for the
timer to expire.

D.
Switch ports operating as edge ports automatically transition to the forwarding state, even directly after a failure and recovery scenario.

A

C.
Switch ports in the alternate port role operating in point-to-point mode can immediately transition to the root port role and forwarding state when a failure occurs without waiting for the
timer to expire.

D.
Switch ports operating as edge ports automatically transition to the forwarding state, even directly after a failure and recovery scenario.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

You just installed Switch-1 and Switch-2 in your network. Both switches are EX Series switches and are connected to each other using a Layer 2 switch port. Switch-1 must run STP, whereas Switch-2 must run RSTP. Given the scenario, which statement is true?

A.
The two switches communicate using RSTP.

B.
The two switches will not communicate using STP or RSTP.

C.
The two switches communicate using STP.

D.
The two switches run in dual-mode and communicate using STP and RSTP.

A

C.

The two switches communicate using STP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

You recently implemented a Layer 2 network using RSTP. Which three statements are true regarding a topology change reconvergence scenario? (Choose three.)

A.
Switches do not flush MAC addresses learned from edge ports.

B.
When a port transitions to the discarding state on edge ornonedge ports, TCNs are generated and flooded.

C.
When a port transitions to the forwarding state onnonedge ports, the local switch generates and floods TCNs.

D.
Switches do not flush MAC addresses learned through the same port through which TCNs are received.

E.
When a port transitions to the forwarding state on edge ports, the local switch generates and floods TCNs.

A

You recently implemented a Layer 2 network using RSTP. Which three statements are true regarding a topology change reconvergence scenario? (Choose three.)

A.
Switches do not flush MAC addresses learned from edge ports.

C.
When a port transitions to the forwarding state onnonedge ports, the local switch generates and floods TCNs.

D.
Switches do not flush MAC addresses learned through the same port through which TCNs are received.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

What is one benefit of the root protection feature?

A.
It guards against loops caused by unidirectional link failures.

B.
It ensures downstream switches never become the root bridge.

C.
It disables the port when it detects that a loop has formed over an edge port.

D.
It guards against loops caused by a changed root bridge ID.

A

B.

It ensures downstream switches never become the root bridge.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

Why would you configure root protection?

A.
You want to protect the root bridge from receiving BPDUs on unauthorized interfaces.

B.
You want to protect your network from unwanted topology changes from a rogue switch attempting to become the root bridge.

C.
You want to avoid a broadcast storm that originates on the root bridge.

D.
You want to prevent unwanted user authentication to the root bridge by defining an acceptable source-address list for authorized access.

A

B.
You want to protect your network from unwanted topology changes from a rogue switch attempting to become the root bridge.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

You want to secure an interface on a switch so that a rogue switch running STP can not be plugged into this interface. What accomplishes this objective?

A.
BPDU protection

B.
edge protection

C.
rogue protection

D.
root protection

A

A.

BPDU protection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

You want your switch to disable an edge port when it receives spanning tree communications on that port. Which feature accomplishes this objective?

A.
RSTP edge port

B.
BPDU protection

C.
root protection

D.
switch protection

A

B.

BPDU protection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

What is one benefit of the root protection feature?

A.
It guards against loops caused by unidirectional link failures.

B.
It ensures downstream switches never become the root bridge.

C.
It disables the port when it detects that a loop has formed over an edge port.

D.
It guards against loops caused by a changed root bridge ID.

A

B.

It ensures downstream switches never become the root bridge.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

You have altered the factory-default storm control configuration so that interfaces on which the storm control level is exceeded are temporarily shut down for five minutes. Which two methods can you use to monitor that the auto recovery feature is working? (Choose two.)

A.
Issue the monitor traffic violations command.

B.
Issue the monitor start messages command.

C.
Issue the show storm-control violations command.

D.
Issue the showethernet-switching interfaces command.

A

B.
Issue the monitor start messages command.

D.
Issue the showethernet-switching interfaces command.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

Which two statements accurately describe the factory-default storm control configuration? (Choose two.)

A.
Storm control monitors traffic levels for broadcast traffic.

B.
Storm control monitors traffic levels for multicast traffic.

C.
Storm control drops all monitored traffic in excess of 80 percent.

D.
Storm control drops all monitored traffic in excess of 20 percent.

A

A.
Storm control monitors traffic levels for broadcast traffic.

C.
Storm control drops all monitored traffic in excess of 80 percent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q

Which three statements accurately describe the factory-default storm control configuration? (Choose three.)

A.
Storm control monitors traffic levels for broadcast traffic.

B.
Storm control monitors traffic levels for unknown unicast traffic.

C.
Storm control drops all monitored traffic in excess of 80 percent.

D.
Storm control monitors traffic levels for multicast traffic.

E.
Storm control shuts down the interface on which the storm control level is exceeded.

A

A.
Storm control monitors traffic levels for broadcast traffic.

B.
Storm control monitors traffic levels for unknown unicast traffic.

C.
Storm control drops all monitored traffic in excess of 80 percent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
Q

You want to alter the factory-default storm control configuration so that interfaces on which the storm control level is exceeded are temporarily shut down for five minutes. Which configuration excerpt accomplishes this objective?

A.
{master:0}[edit ethernet-switching-options] 
user@Switch-1# show 
storm-control { 
action-shutdown; 
interface all; 
error-disable { 
disable-timeout 5; 
} 
}
B.
{master:0}[edit ethernet-switching-options] 
user@Switch-1# show 
port-error-disable { 
disable-timeout 300; 
} 
storm-control { 
action-shutdown; 
interface all; 
}
C.
{master:0}[edit ethernet-switching-options] 
user@Switch-1# show 
storm-control { 
shutdown-action; 
interface all; 
error-disable { 
disable-interval 5; 
} 
}
D.
{master:0}[edit ethernet-switching-options] 
user@Switch-1# show 
port-error-disable { 
disable-interval 300; 
} 
storm-control { 
shutdown-action; 
interface all; 
}
A
B.
{master:0}[edit ethernet-switching-options] 
user@Switch-1# show 
port-error-disable { 
disable-timeout 300; 
} 
storm-control { 
action-shutdown; 
interface all; 
}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q

What is the proper ingress processing sequence for firewall filters on an EX Series switch?

A.
router filter, port filter, VLAN filter

B.
port filter, VLAN filter, router filter

C.
router filter, VLAN filter, port filter

D.
VLAN filter, port filter, router filter

A

B.

port filter, VLAN filter, router filter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
46
Q

Which three types of firewall filters are supported on EX Series switches? (Choose three.)

A.
router filters

B.
switch filters

C.
source filters

D.
VLAN filters

E.
port filters

A

A.
router filters

D.
VLAN filters

E.
port filters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
47
Q

You want to configure per-flow equal-cost multipath (ECMP) load balancing for only the OSPF routes on Router-1. Which configuration example accomplishes this?

A.
protocols { 
ospf { 
export EMCP; 
} 
} 
policy-options { 
policy-statement ECMP { 
term first { 
from protocol ospf; 
then { 
load-balance per-packet; 
} 
} 
} 
}
B.
routing-options { 
export ECMP; 
} 
policy-options { 
policy-statement ECMP { 
term first { 
from protocol ospf; 
then { 
load-balance per-packet; 
} 
} 
} 
}
C.
routing-options { 
forwarding-table { 
export ECMP; 
} 
} 
policy-options { 
policy-statement ECMP { 
term first { 
from protocol ospf; 
then { 
load-balance per-packet; 
} 
} 
} 
}
D.
routing-options { 
forwarding-table { 
export ECMP; 
} 
} 
policy-options { 
policy-statement ECMP { 
term first { 
from protocol ospf; 
then { 
load-balance ECMP; 
} 
} 
} 
}
A
C.
routing-options { 
forwarding-table { 
export ECMP; 
} 
} 
policy-options { 
policy-statement ECMP { 
term first { 
from protocol ospf; 
then { 
load-balance per-packet; 
} 
}
}
}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
48
Q

You want to configure per-flow load balancing for all routes on Router-1. Which configuration example accomplishes this?

A.
routing-options { 
forwarding-table { 
export ECMP; 
} 
} 
policy-options { 
policy-statement ECMP { 
term first { 
then { 
load-balance per-packet; 
} 
} 
} 
}
B.
routing-options { 
export ECMP; 
} 
policy-options { 
policy-statement ECMP { 
term first { 
then { 
load-balance per-packet; 
} 
} 
} 
}
C.
routing-options { 
forwarding-table { 
export ECMP; 
} 
} 
policy-options { 
policy-statement ECMP { 
term first { 
from protocol ospf; 
then { 
load-balance per-packet; 
} 
} 
} 
}
D.
routing-options { 
forwarding-table { 
export ECMP; 
} 
} 
policy-options { 
policy-statement ECMP { 
term first { 
from protocol ospf; 
then { 
load-balance ECMP; 
} 
} 
}
A
A.
routing-options { 
forwarding-table { 
export ECMP; 
} 
} 
policy-options { 
policy-statement ECMP { 
term first { 
then { 
load-balance per-packet; 
} 
} 
} 
}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
49
Q

Router-A has an OSPF route to destination 172.18.3.0/24 with four equal-cost paths .How will Router-A forward traffic destined to 172.18.3.5 based on Junos OS’s default behavior?

A.
Traffic will be load-balanced on all four available paths.

B.
Traffic will be forwarded over the one path installed in the forwarding table.

C.
Traffic forwarding will be rotated across each of the four paths for 1 minute on each path.

D.
Traffic forwarding behavior depends on the hardware platform.

A

B.

Traffic will be forwarded over the one path installed in the forwarding table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
50
Q

B.

Traffic will be forwarded over the one path installed in the forwarding table.

A

A.
incoming interface

B.
source MAC address

C.
protocol

D.
source IP address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
51
Q

You have a route in the inet.0 routing table that has four valid physical next hops assigned to it. Which event prompts an update to the information in the forwarding table for this particular route?

A.
When a new physical next hop is added to the next-hop set.

B.
When any configuration change is committed on the router.

C.
When a packet is forwarded towards the route destination.

D.
When an additional route of the same IP address class is added to inet.0.
A

A.

When a new physical next hop is added to the next-hop set.

52
Q

Which configuration excerpt is necessary to cause all traffic received on fe-0/0/0.0 to be routed to next-hop 10.1.1.1?

A.
interfaces { 
fe-0/0/0 { 
unit 0 { 
family inet { 
policy-route route-to-10.1.1.1; 
address 172.17.1.1/24; 
} 
} 
} 
} 
policy-options { 
policy-statement route-to-10.1.1.1 { 
term 1 { 
then { 
next-hop 10.1.1.1; 
} 
} 
} 
}
B.
interfaces { 
fe-0/0/0 { 
unit 0 { 
family inet { 
filter { 
input route-to-10.1.1.1; 
} 
address 172.17.1.1/24; 
} 
} 
} 
} 
firewall { 
family inet { 
filter route-to-10.1.1.1 { 
term 1 { 
then routing-instance to-10.1.1.1; 
} 
} 
} 
} 
routing-instances { 
to-10.1.1.1 { 
instance-type forwarding; 
routing-options { 
static { 
route 0.0.0.0/0 next-hop 10.1.1.1; 
} 
} 
} 
}
C.
interfaces { 
fe-0/0/0 { 
unit 0 { 
family inet { 
filter { 
input route-to-10.1.1.1; 
} 
address 172.17.1.1/24; 
} 
} 
} 
} 
firewall { 
family inet { 
filter route-to-10.1.1.1 { 
term 1 { 
then next-hop 10.1.1.1; 
} 
} 
} 
}
D.
interfaces { 
fe-0/0/0 { 
unit 0 { 
family inet { 
routing-instance to-10.1.1.1; 
address 172.17.1.1/24; 
} 
} 
} 
} 
routing-instances { 
to-10.1.1.1 { 
instance-type forwarding; 
routing-options { 
static { 
route 0.0.0.0/0 next-hop 10.1.1.1; 
} 
} 
} 
}
A
B.
interfaces { 
fe-0/0/0 { 
unit 0 { 
family inet { 
filter { 
input route-to-10.1.1.1; 
} 
address 172.17.1.1/24; 
} 
} 
} 
} 
firewall { 
family inet { 
filter route-to-10.1.1.1 { 
term 1 { 
then routing-instance to-10.1.1.1; 
} 
} 
} 
} 
routing-instances { 
to-10.1.1.1 { 
instance-type forwarding; 
routing-options { 
static { 
route 0.0.0.0/0 next-hop 10.1.1.1; 
} 
} 
} 
}
53
Q

You want to configure filter-based forwarding.
What are the three required configuration elements? (Choose three.)

A.
routing instance

B.
firewall filter

C.
policy statement

D.
prefix list

E.
RIB group

A

A.
routing instance

B.
firewall filter

E.
RIB group

54
Q

You want to ensure that interface routes appear in multiple routing instances. hich configuration accomplishes this scenario?

A.
Configure each interface under multiple routing instances.

B.
Add an import policy for each routing instance.

C.
Configure the routing instance to be a forwarding type instead of a virtual-router type.

D.
Configure a RIB group and configure the router to install interface routes in the RIB group.

A

D.

Configure a RIB group and configure the router to install interface routes in the RIB group.

55
Q

You want to ensure that all traffic arriving on interface fe-0/0/0.0 will be routed to next-hop 10.1.1.1, regardless of the more specific routes that might appear in the routing table. How can you accomplish this configuration?

A.
Configure a default route with a next hop of 10.1.1.1 and configure the always-use flag for the route.

B.
Configure and apply a firewall filter that sends all traffic to a routing instance, configure a default
route in that routing instance, and configure the router to install interface routes in that routing instance.

C.
Configurea routing policy that matches all traffic and sets the next hop to 10.1.1.1, and configure a RIB group to ensure that the routing policy can resolve the next hop to 10.1.1.1.

D.
Configure a firewall filter that matches all traffic and sets the next hop to 10.1.1.1, apply the firewall filter to a RIB group, and assign the fe-0/0/0.0 interface to that RIB group.

A

B.
Configure and apply a firewall filter that sends all traffic to a routing instance, configure a default
route in that routing instance, and configure the router to install interface routes in that routing instance.

56
Q

Which statement describes the operation of a stub area?

A.
A stub area receives only a default route.

B.
A stub area receives all routes from all other areas.

C.
A stub area receives no external routes from other areas.

D.
A stub area is automatically configured based on the presence of the E-bit in the hello messages sent from the ABR.

A

C.

A stub area receives no external routes from other areas.

57
Q

Which type of protocol is OSPF?

A.
link-state protocol

B.
distance-vector protocol

C.
path-vector protocol

D.
modified distance-vector protocol

A

A.

link-state protocol

58
Q

Why does a router create an ASBRSum (Type 4) LSA?

A.
An ABR creates an ASBRSum (Type 4) LSA with the information contained in NSSA (Type 7) LSAs it receives from NSSAs.

B.
An ABR creates an ASBRSum (Type 4) LSA to describe the router ID of ASBRs located in other areas.

C.
An ASBR creates an ASBRSum (Type 4) LSA to describe its router ID so that routers in other areas can reach the external networks it advertises.

D.
An ABR creates an ASBRSum (Type 4) LSA to summarize routes received from other areas.

A

B.

An ABR creates an ASBRSum (Type 4) LSA to describe the router ID of ASBRs located in other areas.

59
Q

For two OSPF neighbors to establish a full adjacency on a broadcast medium, what information in their hello packets must match? (Choose two.)

A.
network mask

B.
router priority

C.
dead interval

D.
the list of neighbors on the network

A

A.
network mask

C.
dead interval

60
Q

Which protocol is an IGP?

A.
LACP

B.
STP

C.
OSPF

D.
PAGP

A

C.

OSPF

61
Q

You attach six routers (R1, R2, R3, R4, R5, and R6) to a single Ethernet LAN and configure the routers with addresses in the same subnet. You do not modify the default priority of any router. R1 is chosen as the designated router and R2 is chosen as the backup designated router. How many full adjacencies does R3 have?

A.
0

B.
1

C.
2

D.
5

A

C.

2

62
Q

You must configure an OSPF area that must not contain any ASBRs and that must not receive any Extern (Type 5) LSAs. This area should be aware of the entire OSPF network, but it should not be aware of routes external to OSPF. Which area type meets these requirements?

A.
not-so-stubby area

B.
totally stubby area

C.
stub area

D.
backbone area

A

C.

stub area

63
Q

Which statement describes an OSPF area for which no-summaries is configured?

A.
The ABR does not generate any Summary (Type 3) LSAs towards the backbone.

B.
The ABR does not generate any Summary (Type 3) LSAs for other OSPF areas.

C.
The area does not summarize external routes generated within its area.

D.
The area does not accept or create summaries of any kind.

A

B.

The ABR does not generate any Summary (Type 3) LSAs for other OSPF areas.

64
Q

Which type of OSPF area restricts external routes from other areas but allows external routes to be flooded by ASBRs within its own area?

A.
not-so-stubby area

B.
backbone area

C.
stub area with no-summaries configured

D.
stub area

A

A.

not-so-stubby area

65
Q

Which two statements are true of OSPF stub areas? (Choose two.)

A.
Stub areas might contain ASBRs and can receive external Extern (Type 5) LSAs from other areas.

B.
Stub areas cannot be crossed in the creation of a virtual link.

C.
Stub areas cannot receive any Summary (Type 3) LSAs.

D.
Stub areas cannot contain an ASBR.

A

B.
Stub areas cannot be crossed in the creation of a virtual link.

D.
Stub areas cannot contain an ASBR.

66
Q

Which communication protocol does IS-IS use?

A.
CLNP

B.
LACP

C.
STP

D.
L2TP

A

A.

CLNP

67
Q

Which two statements are true of IS-IS? (Choose two.)

A.
When configured on a broadcast segment, IS-IS elects a designated intermediate system that establishes adjacencies with all IS-IS enabled nodes on the segment.

B.
When configured on a broadcast segment, IS-IS forms a full mesh of adjacencies called a mesh group; unlike OSPF, no designated device exists to represent the segment.

C.
When configured on a broadcast segment, IS-IS elects a backup designated intermediate system.

D.
When configured on a broadcast segment, the network itself is called a pseudo-node

A

A.
When configured on a broadcast segment, IS-IS elects a designated intermediate system that establishes adjacencies with all IS-IS enabled nodes on the segment.

D.
When configured on a broadcast segment, the network itself is called a pseudo-node

68
Q

Which two statements are true regarding the election process of the DIS in IS-IS? (Choose two.)

A.
In the event of a priority tie, the DIS is the router with the lowest configured IP address.

B.
In the event of a priority tie, the DIS is the router with the highest MAC address.

C.
A user can configure a priority for DIS election from 0 to 255.

D.
The default DIS election priority is 64 for Level 1 and Level 2.

A

B.
In the event of a priority tie, the DIS is the router with the highest MAC address.

D.
The default DIS election priority is 64 for Level 1 and Level 2.

69
Q

With which type of IS-IS router can an IS-IS Level 1-only router form an adjacency?

A.
any IS-IS Level 1 router of any area

B.
any IS-IS Level 2 router of any area

C.
any properly configured IS-IS router

D.
any IS-IS Level 1 router of the same area

A

D.

any IS-IS Level 1 router of the same area

70
Q

With which type of IS-IS router can an IS-IS Level 2-only router form an adjacency?

A.
only other IS-IS Level 2 routers of the same area

B.
any IS-IS router

C.
any other IS-IS Level 2 router

D.
IS-IS Level 1 routers of the same area

A

C.

any other IS-IS Level 2 router

71
Q

A new BGP session has been configured. Upon monitoring the session state, you notice that the session has just transitioned from connect state to active state. What does the active state indicate for this BGP session?

A.
Something is wrong with your configuration. You must check your configuration and try again.

B.
This is the expected behavior. You should wait longer for the BGP session to establish.

C.
The OPEN messages collided. One BGP peer must be configured with the passive option.

D.
No route exists to the neighbors peering address. Check the IGP forreachability.

A

B.

This is the expected behavior. You should wait longer for the BGP session to establish.

72
Q

How do two BGP peers signal their capabilities to each other?

A.
They include their capabilities in OPEN messages.

B.
They send UPDATE messages with their capabilities after the session is established.

C.
They send CAPABILITIES messages before they send OPEN messages.

D.
The network operator must manually configure the capabilities on both BGP peers.

A

A.

They include their capabilities in OPEN messages.

73
Q

Which protocol is an EGP?

A.
OSPF

B.
TCP

C.
BGP

D.
STP

A

C.

BGP

74
Q

Which statement is true of BGP communities?

A.
Communities are used to identify BGP routes based on the originating route’s attributes, whether it is an internal route, an external route, or unknown.

B.
Communities are added by route reflectors. A route reflector appends its own IP address and the autonomous system number separated by a colon in the community field each time a route traverses it.

C.
Communities are used to determine preference within a network; lower community values are more preferable than higher values.

D.
Communities are used as a tool for sorting and categorizing routes based on user-defined criteria.

A

D.

Communities are used as a tool for sorting and categorizing routes based on user-defined criteria.

75
Q

You want to change the BGP next hop to ensure that internal routers have reachability to networks learned from external peers. Which configuration excerpt applied on the perimeter router achieves this objective?

A.
protocols { 
bgp { 
group internal { 
type internal; 
local-address 10.10.10.1; 
neighbor 10.10.20.1 next-hop-self; 
neighbor 10.10.30.1 next-hop-self; 
neighbor 10.10.40.1 next-hop-self; 
} 
} 
}
B.
protocols { 
bgp { 
group internal { 
type internal; 
local-address 10.10.10.1; 
export change-next-hop; 
neighbor 10.10.20.1; 
neighbor 10.10.30.1; 
neighbor 10.10.40.1; 
} 
} 
} 
policy-options { 
policy-statement change-next-hop { 
term 1 { 
from { 
protocol bgp; 
external; 
} 
then { 
next-hop self; 
} 
} 
} 
}
C.
protocols { 
bgp { 
group internal { 
type internal; 
local-address 10.10.10.1; 
export change-next-hop; 
neighbor 10.10.20.1; 
neighbor 10.10.30.1; 
neighbor 10.10.40.1; 
} 
} 
} 
policy-options { 
policy-statement change-next-hop { 
term 1 { 
from { 
protocol bgp; 
route-type external; 
} 
then { 
next-hop self; 
} 
} 
} 
}
D.
protocols { 
bgp { 
group ext { 
type external; 
export change-next-hop; 
peer-as 111; 
neighbor 10.10.20.1; 
} 
} 
} 
policy-options { 
policy-statement change-next-hop { 
term 1 { 
from { 
protocol bgp; 
} 
then { 
next-hop self; 
} 
} 
} 
}
A
C.
protocols { 
bgp { 
group internal { 
type internal; 
local-address 10.10.10.1; 
export change-next-hop; 
neighbor 10.10.20.1; 
neighbor 10.10.30.1; 
neighbor 10.10.40.1; 
} 
} 
} 
policy-options { 
policy-statement change-next-hop { 
term 1 { 
from { 
protocol bgp; 
route-type external; 
} 
then { 
next-hop self; 
} 
} 
} 
}
76
Q

Under which hierarchy do you configure BGP neighbors?

A.
[edit protocols bgp]

B.
[edit interfaces]

C.
[edit routing-options]

D.
[edit policy-options]

A

A.

[edit protocols bgp]

77
Q

Which two statements are true of GRE? (Choose two.)

A.
GRE can encapsulate and transport protocols other than IP across an IP network.

B.
GRE can create a point-to-point link between two devices separated by multiple hops

C.
GRE encrypts the data it transports to ensure data integrity.

D.
GRE maintains state at Layer 5 of the OSI reference model.

A

A.
GRE can encapsulate and transport protocols other than IP across an IP network.

B.
GRE can create a point-to-point link between two devices separated by multiple hops

78
Q

Which field of the IP header is modified on a payload packet when using GRE?

A.
time to live

B.
source address

C.
protocol

D.
fragment offset

A

A.

time to live

79
Q

You must create an IP-IP tunnel between two routers on your network. These two devices are separated by 10 hops. The tunnel appears to be established, but no traffic is traversing the tunnel.
What causes this behavior?

A.
The tunnel’s TTL has not been modified from the default value of 8.

B.
Traffic is being dropped along the path because a configured MTU is greater than the tunnel’s MTU.

C.
A route that directs traffic into the tunnel is not present.

D.
BGP has not been enabled between tunnel end-points.

A

C.

A route that directs traffic into the tunnel is not present.

80
Q

Which three statements are true about tunnels? (Choose three.)

A.
By default, GRE tunnels copy theToS bits of the inner packet’s IP header to the GRE header.

B.
By default, GRE allows fragmentation of packets traversing nodes whose MTU is lower than the de-encapsulating devices.

C.
IP-IP tunnels transport only IP traffic.

D.
GRE and IP-IP tunnels are configured by defining a logical unit for a tunnel interface.

E.
GRE encapsulations and IP-IP encapsulations both add additional overhead to a packet.

A

C.
IP-IP tunnels transport only IP traffic.

D.
GRE and IP-IP tunnels are configured by defining a logical unit for a tunnel interface.

E.
GRE encapsulations and IP-IP encapsulations both add additional overhead to a packet.

81
Q

An IP-IP tunnel must meet which two requirements to function correctly? (Choose two.)

A.
The tunnel end points must have a valid route to each other.

B.
The tunnel end points must be distributed inside the IGP.

C.
A GRE tunnel must be established first to carry the IP-IP tunnel.

D.
All devices in between the tunnel end points must have a valid route to the tunnel end points.

A

A.
The tunnel end points must have a valid route to each other.

D.
All devices in between the tunnel end points must have a valid route to the tunnel end points.

82
Q

A GRE tunnel is established between two routers. When a user on one end sends traffic with a large packet size to a user on the remote end, the packet never arrives. However, the problem does not exist for smaller packets. What is the problem?

A.
The tunnel is down on the remote end.

B.
The don’t-fragment bit is set on the traffic.

C.
GRE tunnels do not support IP traffic.

D.
No dynamic routing protocol exists to handle the traffic.

A

B.

The don’t-fragment bit is set on the traffic.

83
Q

You have created an IP-IP tunnel which will traverse interface at-0/1/0 and you would like to make sure that the tunnel is operational. Which operational-mode command should you use to verify that the IP-IP tunnel interface is up?

A.
show ip tunnels interfaces

B.
show interfaces at-0/1/0 terse

C.
show interfaces ip-0/0/0 terse

D.
show ip-0/0/0 interfaces terse

A

C.

show interfaces ip-0/0/0 terse

84
Q

You want to configure a redundant trunk group on a switch. You want ge-0/0/0.0 to be the default link; however, if ge-0/0/0.0 fails and the switch begins using ge-0/0/1.0, you want the switch to continue using ge-0/0/1.0 until ge-0/0/1.0 fails. Which configuration will accomplish this scenario?

A.
redundant-trunk-group { 
interface ge-0/0/0.0 { 
primary; 
} 
interface ge-0/0/1.0 { 
primary; 
} 
}
B.
redundant-trunk-group { 
interface ge-0/0/0.0; 
interface ge-0/0/1.0; 
no-preempt; 
}
C.
redundant-trunk-group { 
interface ge-0/0/0.0 { 
primary; 
} 
interface ge-0/0/1.0; 
}
D.
redundant-trunk-group { 
interface ge-0/0/0.0; 
interface ge-0/0/1.0; 
}
A
D.
redundant-trunk-group { 
interface ge-0/0/0.0; 
interface ge-0/0/1.0; 
}
85
Q

Which three steps must you complete for an aggregated Ethernet configuration on a switch? (Choose three.)

A.
Define the aggregated Ethernet interface under the [edit chassis] stanza.

B.
Configure the interface under the [edit protocolslacp] stanza.

C.
Configure the aggregated Ethernet interface.

D.
Assign physical interfaces to the aggregated Ethernet interface.

E.
Configure the minimum number of links required for the bundle to be operational.

A

A.
Define the aggregated Ethernet interface under the [edit chassis] stanza.

C.
Configure the aggregated Ethernet interface.

D.
Assign physical interfaces to the aggregated Ethernet interface.

86
Q

Which configuration allows the virtual IP address to respond to pings?

A.
[edit interfaces fe-0/0/0 unit 50 familyinet address 192.168.0.12/24] user@RouterA# show 
vrrp-group 50 { 
virtual-address 192.168.0.1; 
fast-interval 250; 
preempt; 
accept-data; 
}
B.
[edit interfaces fe-0/0/0 unit 50 familyinet address 192.168.0.12/24] user@RouterA# show 
vrrp-group 50 { 
virtual-address 192.168.0.1; 
fast-interval 250; 
no-preempt; 
no-accept-data; 
}
C.
[edit interfaces fe-0/0/0 unit 50 familyinet address 192.168.0.12/24] user@RouterA# show 
vrrp-group 50 { 
virtual-address 192.168.0.1; 
fast-interval 250; 
accept-icmp; 
}
D.
[edit interfaces fe-0/0/0 unit 50 familyinet address 192.168.0.12/24] user@RouterA# show 
vrrp-group 50 { 
virtual-address 192.168.0.1; 
priority 220; 
advertise-interval 10; 
preempt; 
accept-packets; 
}
A
A.
[edit interfaces fe-0/0/0 unit 50 familyinet address 192.168.0.12/24] user@RouterA# show 
vrrp-group 50 { 
virtual-address 192.168.0.1; 
fast-interval 250; 
preempt; 
accept-data; 
}
87
Q

Router A is configured as the VRRP master and Router B is configured as the backup. Router A has lost the mastership and has become the backup router and you need to find out why. Which two commands should you use to determine why Router A is no longer the VRRP master? (Choose two.)

A.
showvrrp

B.
showvrrp summary

C.
showvrrp detail

D.
showvrrp track

A

C.
showvrrp detail

D.
showvrrp track

88
Q

What is preserved by enabling graceful Routing Engine switchover (GRES)?

A.
control-plane state

B.
link-state protocol adjacencies

C.
interface and kernel information

D.
BGP peering relationships

A

C.

interface and kernel information

89
Q

Which two statements describe nonstop routing? (Choose two.)

A.
RPD is running on the backup RE.

B.
Graceful restart is required for nonstop routing to function.

C.
Peer nodes are not alerted of RE mastership changes.

D.
COSD is running on the backup RE.

A

A.
RPD is running on the backup RE.

C.
Peer nodes are not alerted of RE mastership changes.

90
Q

Click the Exhibit button.

In the output shown in the exhibit, which protocol does the route display?

A.
static

B.
aggregate

C.
generate

D.
BGP

A

C.

generate

91
Q

you run the command show ospf neighbor on R3 and notice that an adjacency with R5 remains in the 2-Way state

Posted by admin on October 2, 2011

Leave a comment (0)

Go to comments

Click the Exhibit button.

In the exhibit, you run the command show ospf neighbor on R3 and notice that an adjacency with R5 remains in the 2-Way state. Which statement is true?

A.
A problem exists with the physical link or Data Link Layer connectivity.

B.
The area type does not match on each end of the link.

C.
The IP MTU does not match on each end of the link.

D.
This output is normal in this configuration.

A

D.

This output is normal in this configuration.

92
Q

On Switch-1, all configured interfaces belong to the default VLAN. Based on the topology and bridge table shown in the exhibit, which two operations will Switch-1 perform if it receives a frame sent by User A with a destination MAC address of 00:26:88:02:74:89? (Choose two.)

A.
Switch-1 will flood the frame out all switch ports that belong to the default VLAN.

B.
Switch-1 will flood the frame out all switch ports except ge-0/0/6.0.

C.
Switch-1 will forward the frame out ge-0/0/9.0.

D.
Switch-1 will update its bridge table with a new MAC entry for the device associated with User

A

B.
Switch-1 will flood the frame out all switch ports except ge-0/0/6.0.

D.
Switch-1 will update its bridge table with a new MAC entry for the device associated with User

93
Q

Click the Exhibit button.

The exhibit shows the Ethernet bridge table on an EX Series switch. What does the asterisk (*) in
the output indicate?

A.
 The asterisk (*) indicates a multicast MAC address.
B.
 The asterisk (*) indicates an invalid MAC address.
C.
 The asterisk (*) indicates the flood entry for all VLANs.
D.
The asterisk (*) indicates all valid destination MAC addresses.
A
D.
The asterisk (*) indicates all valid destination MAC addresses.
94
Q

As shown in the exhibit, Switch-3 receives a superior BPDU from Switch-2 over the ge-0/0/10.0 interface. Which two statements are correct? (Choose two.)

A.
Switch-2′s ge-0/0/10.0 port assumes the backup role and blocking state.

B.
Switch-3′s ge-0/0/10.0 port assumes the designated role and forwarding state.

C.
Switch-2′s ge-0/0/10.0 port assumes the designated role and forwarding state.

D.
Switch-3′s ge-0/0/10.0 port assumes the alternate role and blocking state.

A

C.
Switch-2′s ge-0/0/10.0 port assumes the designated role and forwarding state.

D.
Switch-3′s ge-0/0/10.0 port assumes the alternate role and blocking state.

95
Q

As shown in the exhibit, three switches are connected and participating in RSTP. Switch -1 was elected the root bridge and Switch-2 has a lower-cost path to the root bridge than Switch-3. Based on the details provided, which three statements are correct? (Choose three.)

A.
Switch-3′s ge-0/0/10.0 port assumes the alternate role and blocking state.

B.
Switch-3′s ge-0/0/10.0 port assumes the designated role and forwarding state.

C.
Switch-2′s ge-0/0/10.0 port assumes the designated role and forwarding state.

D.
Switch-1′s ports all assume the root port role and the forwarding state.

E.
Switch-1′s ports all assume the designated port role and the forwarding state.

A

A.
Switch-3′s ge-0/0/10.0 port assumes the alternate role and blocking state.

C.
Switch-2′s ge-0/0/10.0 port assumes the designated role and forwarding state.

E.
Switch-1′s ports all assume the designated port role and the forwarding state.

96
Q

As shown in the exhibit, you recently installed four EX Series switches in your network. These switches are using the default RSTP configuration. Which two statements are correct? (Choose two.)

A.
Switch-4 selects ge-0/0/10.0 as its root port.

B.
Switch-4 selects ge-0/0/9.0 as its root port.

C.
Switch-4′s root cost path is 4000.

D.
Switch-4′s root cost path is 40000.

A

B.
Switch-4 selects ge-0/0/9.0 as its root port.

D.
Switch-4′s root cost path is 40000.

97
Q

Based on the topology and configurations shown in the exhibit, which two statements are true?
(Choose two.)

A.
Switch-3 will be elected the root bridge.

B.
Both of Switch-1′s interfaces will assume the forwarding state.

C.
Switch-2 will be elected the root bridge.

D.
Both of Switch-3′s interfaces will assume the forwarding state.

A

C.
Switch-2 will be elected the root bridge.

D.
Both of Switch-3′s interfaces will assume the forwarding state.

98
Q

Click the Exhibit button.

You just applied the Layer 2 firewall filter shown in the exhibit to a port as an input filter to block traffic from a one source MAC address. After monitoring the port, you notice that all traffic ingressing that port has stopped flowing. What is the problem?

A.
The traffic is being blocked on the egress port. Another Layer 2 firewall filter must be applied on the port to allow this traffic.

B.
All other traffic is matching the default term and being discarded.

C.
The Layer 2 firewall filters will not work at the port level. It must be applied at the VLAN level.

D.
The from criterion must match on destination-mac-address and not source-mac-address.

A

B.

All other traffic is matching the default term and being discarded.

99
Q

Click the Exhibit button.

A router is configured with the configuration shown in the exhibit. Traffic arriving on fe-0/0/0.0 is
not being routed to 10.1.1.1. What can you change to make the device route traffic arriving on fe- 0/0/0.0 to 10.1.1.1?

A.
Add filter-based-forwarding enable to the configuration.

B.
Ensure that the to-10.1.1.1 routing instance has a route to 10.1.1.1.

C.
Adda from statement to the route-to-10.1.1.1 filter.

D.
Explicitly configure an interface in the default route in the to-10.1.1.1 routing instance.

A

B.

Ensure that the to-10.1.1.1 routing instance has a route to 10.1.1.1.

100
Q

Click the Exhibit button.

What is the purpose of the configuration shown in the exhibit?

A.
This configuration causes all routes for directly connected interfaces to be installed inoth the inet.0 routing table and the inet.0 routing table for the blue routing instance.

B.
This configuration causes all routes for directly connected interfaces that are assigned to the blue routing instance to be installed in both the inet.0 routing table and the inet.0 routing table for the blue routing instance.

C.
This configuration causes all routes from inet.0 to also be installed in blue.inet.0.

D.
This configuration allows you to specify my-rib-group in a static route’s next-table statement to cause the static route to first try to resolve the address in inet.0 and then in blue.inet.0.

A

A.
This configuration causes all routes for directly connected interfaces to be installed inoth the inet.0 routing table and the inet.0 routing table for the blue routing instance.

101
Q

k the Exhibit button.

In the exhibit, Area 2.2.2.2 is configured as a not-so-stubby area and Area 1.1.1.1 is configured as a normal area. R5 has an export policy that causes the RIP network prefixes to be announced through OSPF. Which LSA type does R7 receive describing the RIP network prefixes?

A.
Summary (Type 3)

B.
ASBRSum (Type 4)

C.
Extern (Type 5)

D.
NSSA (Type 7)

A

C.

Extern (Type 5)

102
Q

Click the Exhibit button.

In the exhibit, Areas 1.1.1.1 and 2.2.2.2 are configured as normal areas. R5 has an export policy that causes the RIP network prefixes to be announced through OSPF. Which three LSA types does R7 receive for the information advertised by R5? (Choose three.)

A.
Router (Type 1)

B.
Network (Type 2)

C.
Summary (Type 3)

D.
ASBRSum (Type 4)

E.
Extern (Type 5)

A

C.
Summary (Type 3)

D.
ASBRSum (Type 4)

E.
Extern (Type 5)

103
Q

Click the Exhibit button.

In the exhibit, Areas 1.1.1.1 and 2.2.2.2 are configured as normal areas. In R7′s OSPF configuration, the interface on the 172.30.1.0/24 network is configured with the passive option. In which LSA type does R5 receive the announcement for the 172.30.1.0/24 network?

A.
Router (Type 1)

B.
Network (Type 2)

C.
Summary (Type 3)

D.
Extern (Type 5)

A

C.

Summary (Type 3)

104
Q

You configure a network according to the topology shown in the exhibit but find that users attached to R7 are having difficulty communicating with the rest of the network. What are two solutions to the problem? (Choose two.)

A.
Configure Area 3.3.3.3 as a stub area.

B.
Create a virtual link between R3 and R6.

C.
Configure an OSPF export policy on R6 to export routes from Area 2.2.2.2 to Area 3.3.3.3 and from Area 3.3.3.3 to Area 2.2.2.2.

D.
Connect R6 to Area 0.0.0.0.

A

B.
Create a virtual link between R3 and R6.

D.
Connect R6 to Area 0.0.0.0.

105
Q

In the exhibit, R5 is exporting the RIP network prefixes into OSPF. You want to limit the number of LSAs sent to Area 2.2.2.2, but you want to ensure that all routers in other are as will have routes to all networks contained in the LSAs sent by the routers in Area 2.2.2.2. Which configuration change will enable this scenario?

A.
Configure Area 2.2.2.2 as a stub area.

B.
Configure Area 2.2.2.2 as a not-so-stubby area.

C.
Configure an area range on R3.

D.
Configure an export filter for OSPF on R3.

A

B.

Configure Area 2.2.2.2 as a not-so-stubby area.

106
Q

In the exhibit, four routers (R1, R2, R3, and R4) are attached to a single Ethernet LAN and configured with addresses in the same subnet. All devices boot at the same time. Which router or routers will send a Network (Type 2) LSA for the network?

A.
R2

B.
R4

C.
R1 and R2

D.
R3 and R4

A

B.

R4

107
Q

In the exhibit, six routers (R1, R2, R3, R4, R5, and R6) are attached to a single Ethernet LAN and configured with addresses in the same subnet. All devices boot at the same time. Which router will become the designated router (DR), and which router will become the backup designated router (BDR)?

A.
DR:R3
BDR: R4

B.
DR: R4
BDR: R3

C.
DR: R6
BDR: R1

D.
DR: R6
BDR: R2

A

D.
DR: R6
BDR: R2

108
Q

Five routers (R1, R2, R3, R4, and R5) are attached to a single Ethernet LAN and configured with addresses in the same subnet. R1 is chosen as the designated router (DR) and R2 is chosen as the backup designated router (BDR). You add R6 and configure it as shown in the exhibit. Which routers are now the DR and BDR?

A.
DR:R1
BDR: R2

B.
DR: R6
BDR: R1

C.
DR: R6
BDR: R2

D.
DR: R1
BDR: R6

A

A.
DR:R1
BDR: R2

109
Q

Refer to the router configuration shown in the exhibit. To which IS-IS level(s) does this router
belong?

A.
Level 2 only

B.
Level 1 and Level 2

C.
Level 1 only

D.
Level 3 only

A

A.

Level 2 only

110
Q

Click the Exhibit button.

Refer to the router configuration shown in the exhibit. To which IS-IS area does this router belong?

A.
Area 49

B.
Area 0100

C.
Area 49.2020

D.
Area 49.2020.0100.1001.0001

A

C.

Area 49.2020

111
Q

exhibit shows a BGP multihomed network connecting to ISP A and ISP B. The secondary link is to be used only in a failover scenario in which the primary link is not usable. Which BGP attribute should you use to influence inbound traffic to use the primary link t hat is sourced from ISP C?

A.
multiple exit discriminator (MED)

B.
local preference

C.
AS path

D.
origin

A

C.

AS path

112
Q

Click the Exhibit button.

In the configuration shown in the exhibit, you want to form an EBGP peering relationship to the loopback address of a router administered by your ISP, but the session will not establish. What is causing the problem?

A.
EBGP cannot peer to a virtual address.

B.
The EBGP session needs to be explicitly configured with multihop.

C.
The EBGP session needs to be explicitly configured as type external.

D.
The autonomous system information needs to be configured under [protocolsbgp].

A

B.

The EBGP session needs to be explicitly configured with multihop.

113
Q

In the exhibit, the 172.32.1.0/24 prefix is being sent from Router A to Router B through BGP. When the BGP announcement for 172.23.1.0/24 is sent from Router B and received by Router C, which two attributes will be changed by default? (Choose two.)

A.
AS path

B.
origin

C.
multiple exit discriminator (MED)

D.
next hop

A

A.
AS path

D.
next hop

114
Q

Router 2 is peered using EBGP to Router 3′s physical interface. A route is announced from Router 3 to Router 2. Router 2 then announces this route to Router 1 using IBGP. No routing policies are configured on any of the three routers. What will the BGP next-hop attribute of this route be when examined on Router 1?

A.
172.17.5.5

B.
10.10.10.1

C.
10.10.10.2

D.
192.168.5.50

A

B.

10.10.10.1

115
Q

In the exhibit, the route 66.129.237.5 belongs to a Web server within AS 344.
if you view the AS-path attribute of this route on a router in AS 9021, what will it be?

A.
344 11 221 6044

B.
221 6044 11 344

C.
9021 221 6044 11 344

D.
221 6044 11 344 9021

A

B.

221 6044 11 344

116
Q

Company A wants to control how BGP traffic reaches the Internet. What should you configure to ensure that traffic exits the network by way of Router 1 toward ISP 1?

A.
You should change the underlying IGP metric to make Router 1 more preferable.

B.
You should configure Router 1 to have a community with an IBGP export policy, which makes its routes more preferable.

C.
You should configure Router 1 to have a higher local-preference value with an EBGP import policy to make its routes more preferable.

D.
You should set Router 2′s MED to a higher value using an IBGP export policy to make its routes less preferable.

A

C.
You should configure Router 1 to have a higher local-preference value with an EBGP import policy to make its routes more preferable.

117
Q

Refer to the command-line output shown in the exhibit. How many routes has this router received from the BGP peer at 10.10.10.1?

A.
0 routes

B.
2 routes

C.
3 routes

D.
57 routes

A

C.

3 routes

118
Q

Refer to the command-line output shown in the exhibit. How many routes received from the BGP peer at 192.168.1.2 are active for this router?

A.
3 routes

B.
4 routes

C.
46 routes

D.
53 routes

A

C.

46 routes

119
Q

Router-A and Router-B shown in the exhibit are peering between their loopback interfaces. Which operational command on Router-A do you use to display all the BGP routes received from Router- B?

A.
show route receive-protocolbgp 10.10.10.2 all

B.
show route receive-protocolbgp 10.10.10.1 all

C.
showbgp rib-in neighbor 10.10.10.1

D.
showbgp receive-protocol bgp 10.10.10.2

A

A.

show route receive-protocolbgp 10.10.10.2 all

120
Q

Router-A and Router-B shown in the exhibit are peering between their loopback interfaces. Which operational-mode command on Router-B do you use to display the BGP routes advertised to Router-A?

A.
show route advertising-protocolbgp 10.10.10.2

B.
show route advertising-protocolbgp 10.10.10.1

C.
showbgp rib-out neighbor 10.10.10.1

D.
showbgp neighbor 10.10.10.1 advertised-routes

A

B.

show route advertising-protocolbgp 10.10.10.1

121
Q

Router 2 is receiving a route to 10.0.0.0/8 from Router 4 and Router 5. What will Router 2 do with the routes shown in the exhibit?

A.
Router 2 will mark both routes active if the next hops are reachable.

B.
Router 2 will prefer the route received from Router 4 because of a lower origin code value.

C.
Router 2 will prefer the route that arrived first because neither route is necessarily preferable over the other.

D.
Router 2 will prefer the route received from Router 5 because it has a shorter AS path.

A

D.

Router 2 will prefer the route received from Router 5 because it has a shorter AS path.

122
Q

You want traffic destined for the 66.142.1.0/24 network to traverse an IP-IP tunnel. You notice traffic being sent to any address in that subnet is not being received. Upon reviewing the output shown in the exhibit, what is the problem?

A.
The route is in the wrong routing table.

B.
The route is a static route; a dynamic routing protocol must be used.

C.
The route is not active in the inet.2 routing table.

D.
The route does not point to the IP-IP tunnel.

A

D.

The route does not point to the IP-IP tunnel.

123
Q

Router 2 is receiving two announcements of a route to 10.0.0.0/8. Router 2 learned one version of the route from ISP-2; this announcement of the route was received first. The second announcement of the route was received from Router 1 using IBGP. What will Router 2 do with the routes shown in the exhibit?

A.
Router 2 will choose to forward traffic toward ISP 2 because this route was learned first.

B.
Router 2 will choose to forward traffic toward Router 1 because newer routes are preferable.

C.
Router 2 will choose to forward traffic toward ISP 2 because EBGP-learned routes are preferred over IBGP-learned routes.

D.
Router 2 will choose to forward traffic toward Router 1 because IBGP-learned routes are preferred over EBGP-learned routes.

A

C.

Router 2 will choose to forward traffic toward ISP 2 because EBGP-learned routes are preferred over IBGP-learned routes.

124
Q

Devices S1 and S2 have the interface configurations as shown in the exhibit. You attach ge-0/0/0 on S1 to ge-0/0/0 on S2. You attach ge-0/0/1 on S1 to ge-1/0/20 on S2. However, the ae0 interface remains down on both S1 and S2. What should you change to cause the ae0 interface to come up?

A.
You should use consecutive interfaces on S2.

B.
You should use interfaces on S2 that are on the same member of the Virtual Chassis.

C.
You should configure at least one switch to run LACP in active mode.

D.
You should make the list of VLANs on the ae0 interfaces on S1 and S2 match.

A

C.

You should configure at least one switch to run LACP in active mode.

125
Q

You are deploying a Virtual Chassis consisting of four EX4200s. You have powered on all four switches at the same time with the settings shown in the exhibit. Which Virtual Chassis member will become the master?

A.
Switch-1

B.
Switch-2

C.
Switch-3

D.
Switch-4

A

D.

Switch-4

126
Q

In the exhibit, Router A and Router B have a VRRP relationship through Switch A. Router A is the VRRP master and Router B’s VRRP priority is set to the default. Based on the configuration for Router A shown in the exhibit, which two interfaces must go down for Router B to become the VRRP master? (Choose two.)

A.
ge-0/0/0

B.
ge-0/0/2

C.
ge-0/0/3

D.
ge-0/0/7

A

A.
ge-0/0/0

B.
ge-0/0/2