You are on page 1of 260

Brain Dump JNO-360

Number: JNO-360
Passing Score: 800
Time Limit: 120 min
File Version: 1.0

http://www.gratisexam.com/
This is a brain dump that combines multiple brain dumps.

I have updated the graphics from previous dumps as they were sometimes hard to view. I have also tried to answer many of the questions that are in the previous
dumps using Juniper networks material whenever possible.

This has helped me for my JNO-360 exam I hope that it helps you as well and that you continue to improve on this so that it will help others and continue to be
passed along.

Sections
1. STP
2. MPLS
3. Protocol Independant Routing
4. OSPF
5. ISIS
6. BGP
7. Layer 2 Switching VLAN's
8. IPv6
9. Tunnels
10. High Availability

http://www.gratisexam.com/
STP

QUESTION 1
Which two statements are true about virtual switches? (Choose two.)
http://www.gratisexam.com/

A. Multiple virtual switches share a single MAC table.


B. Virtual switches contain separate MAC tables.
C. By default, the direct route associated with a virtual switch's IRB interface is placed in inet.0.
D. By default, the direct route associated with a virtual switch's IRB interface is placed in the associated virtual switch's routing table.

Correct Answer: BC
Section: STP
Explanation

Explanation/Reference:
Explanation:

In a Virtual Chassis, multiple switcheseach with its own set of interfaces with unique MAC addressesare connected together to form one chassis that can be
managed as a single switch. The MAC address assigned to each network-facing interface on the switch changes when the switch joins a Virtual Chassis. Because
all Layer 2 traffic decisions are based on an interfaces MAC address, understanding MAC address assignment is important to understanding how network traffic is
forwarded and received by the Virtual Chassis. For additional information about how a network uses MAC addresses to forward and receive traffic, see
Understanding Bridging and VLANs on EX Series Switches.

http://www.juniper.net/documentation/en_US/junos15.1/topics/concept/virtual-chassis-mac-address-assignment.html

QUESTION 2
In Q-in-Q tunneling, what is the purpose of the pop-swap operation?

A. pop the outer tag and swap the inner tag


B. pop and swap the inner tag
C. pop and swap both outer and inner tags
D. pop the inner tag and swap the outer tag

Correct Answer: A
Section: STP
Explanation

Explanation/Reference:
Explanation:

http://www.gratisexam.com/
The transit route POP's the outer label and swaps the inner label

QUESTION 3
What are three components of the tag portion of an 802.1Q-tagged Ethernet frame? (Choose three.)

A. Tag Protocol Identifier


B. maximum transmission unit
C. canonical format indicator
D. unique VLAN identifier
E. frame check sequence

Correct Answer: ACD


Section: STP
Explanation

Explanation/Reference:
Explanation:

The VLAN tag was invented to distinguish among different VLAN broadcast domains on a group of LAN switches. The VLAN tag is a two-byte field inserted
between the source MAC address and the Ethertype (or length) field in an Ethernet frame. Another two-byte field, the Tag Protocol Identifier (TPI or TPID),
precedes the VLAN tag field.

The Canonical Format Indicator (CFI) bit indicates whether the following 12 bits of VLAN identifier conform to Ethernet or not. For Ethernet frames, this bit is always
set to 0. (The other possible value, CFI=1, is used for Token Ring LANs, and tagged frames should never be bridged between an Ethernet and Token Ring LAN
regardless of the VLAN tag or MAC address.)

http://www.juniper.net/documentation/en_US/junos15.1/topics/concept/layer-2-networking-ethernet-frame-forwarding-802-1q-vlan-tag-mx-solutions.html

QUESTION 4
Which three mechanisms are used by switches to build and maintain bridge tables? (Choose three.)

A. learning
B. rewriting
C. flooding
D. aging
E. blocking

Correct Answer: ACD


Section: STP

http://www.gratisexam.com/
Explanation

Explanation/Reference:
Explanation:

Learning:
A switch begins learning the local MAC addresses as soon as it is connected to other devices or to a network. This learning capability makes switches easy to use
on a network.

Flooding:
As part of the learning process, a switch will flood the single frame out all of its other ports when it cannot find the destination MAC address in the switchs lookup
table.

Aging:
Whenever switch updates an entry in the MAC address table, the switch resets the timer for that entry. Timers are used in aging process of old entries. Aging helps
to remove old entries and free memory of MAC address table to add new entries.

QUESTION 5
What is the purpose of a trunk link?

A. to carry traffic for multiple VLANs between multiple switches


B. to interconnect multiple bridging domains on the same switch
C. to aggregate multiple native VLANs into a single bridging domain
D. to allow Layer 3 functionality for multiple VLANs

Correct Answer: A
Section: STP
Explanation

Explanation/Reference:
Explanation:

A trunk is a line or link designed to handle many VLANs simultaneously, and that connects major switching centers or nodes in a communications system.

QUESTION 6
What are two differences between RSTP and VSTP? (Choose two.)

A. Using VSTP, the BPDU destination address is always 01:00:0C:CC:CC:CD.


B. Using VSTP, the BPDU frame carries an 802.1Q tag.
C. Using RSTP, the BPDU destination address is always 01:00:0C:CC:CC:CD.

http://www.gratisexam.com/
D. Using RSTP, the BPDU frame carries an 802.1Q tag.

Correct Answer: AB
Section: STP
Explanation

Explanation/Reference:
Explanation:

VSTP on Juniper Networks routers has some interoperability with other proprietary per-VLAN vendor solutions; specifically, VSTP can interoperate with per-VLAN
spanning tree (PVST) and Rapid-PVST on IEEE 802.1Q non-proprietary trunks.

In PVST, the IEEE 802.1Q BPDUs are sent untagged on the common spanning-tree VLAN 1 for interoperability with other vendors. The CST BPDUs are sent to
the IEEE standard bridge group: MAC Address 01-80-c2-00-00-00, DSAP 42, SSAP 42.

PVST BPDUs are tagged and sent to MAC address 01-00-0c-cc-cc-cd (SNAP HDLC protocol type 0x010b) for each VLAN on a trunk. PVST per-VLAN BPDUs are
tunneled by pure IEEE 802.1Q bridges.

QUESTION 7
A rogue switch has been added to your network, exchanged BPDUs, and is now part of the spanning tree topology.

Which feature would help prevent this from happening in the future?

A. storm control
B. BPDU control
C. root protection
D. loop protection

Correct Answer: B
Section: STP
Explanation

Explanation/Reference:
Explanation:

EX Series switches support spanning-tree protocols that prevent loops in a network by creating a tree topology (spanning-tree) of the entire bridged network. All
spanning-tree protocols use a special type of frame called bridge protocol data units (BPDUs) to communicate with each other.

When BPDUs generated by other devices are transmitted to switches on which spanning-tree protocols are configured, a misconfiguration can occur in the
spanning tree and a network outage can occur. Therefore, it is necessary to protect an interface in a spanning-tree topology from BPDUs generated from other
devices.

http://www.gratisexam.com/
http://www.juniper.net/documentation/en_US/junos13.3/topics/task/configuration/spanning-trees-bpdu-block-cli.html

QUESTION 8
What is the maximum number of MSTIs supported in an MST region?

A. 32
B. 64
C. 128
D. 256

Correct Answer: B
Section: STP
Explanation

Explanation/Reference:
Explanation:

Multiple Spanning Tree Protocol (MSTP) was first specified in IEEE 802.1s and is standardized in IEEE 802.1Q. MSTP enables multiple VLANs to be mapped to
the same spanning-tree instance, reducing the number of spanning-tree instances needed to support a large number of VLANs. MSTP provides multiple forwarding
paths for data traffic and enables load balancing. It improves the fault tolerance of the network because a failure in one instance, or forwarding path, does not affect
other instances.

MSTP has a backward compatibility mode in which it can fall back to STP or RSTP operation on links with bridges that support only STP or RSTP.

The maximum number of MSTP instances supported in Juniper Networks MX Series 3D Universal Edge Routers is 64.

https://www.juniper.net/documentation/en_US/junos12.3/topics/concept/mx-series-multiple-stp.html

QUESTION 9
Which two statements are true about STP and RSTP? (Choose two.)

A. STP uses a proposal-and-agreement handshake on point-to-point links instead of timers.


B. In RSTP, root ports and edge ports transition to the forwarding state immediately, without exchanging messages with other switches.
C. In RSTP, a TCN is generated when a port transitions to the discarding state.
D. In STP, the forwarding delay timer and maximum age timer define the convergence delay.

Correct Answer: BD
Section: STP
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

Rapid Spanning Tree Protocol (RSTP802.1w/802.1d 2004):


Similar to legacy STP, RSTP implements a single instance of Spanning Tree but dramatically improves the convergence time

For example, in legacy STP, a host port coming online can take up to 30 seconds (2 x FWD_Delay) before it begins forwarding . Direct or indirect node/link failure
convergence can even take up to 50 seconds (MAX_Age + 2 x FWD_Delay) with legacy STP. Such convergence times are not acceptable in todays high-
performance enterprise networks

RSTP overcomes slow convergence times by introducing new port roles (edge port, alternate port and backup port) and new convergence behavior under specific
connectivity conditions (for example, point-to-point or shared medium) . These enhancements enable RSTP to achieve sub-second forwarding and network
convergence

RSTP is backward-compatible with legacy STP; if legacy STP BPDU is detected on a link, then an RSTP-capable bridge will revert to legacy STP on that given port
.

Understanding RSTP for EX Series Switches


http://www.juniper.net/documentation/en_US/junos13.2/topics/concept/spanning-trees-ex-series-rstp-understanding.html

QUESTION 10
What are two types of BPDUs in the Spanning Tree Protocol? (Choose two.)

A. configuration
B. hello
C. topology change notification
D. link state

Correct Answer: AC
Section: STP
Explanation

Explanation/Reference:
Explanation:

Bridge Protocol Data Units (BPDUs) are frames that contain information about the Spanning tree protocol (STP). Switches send BPDUs using a unique MAC
address from its origin port and a multicast address as destination MAC (01:80:C2:00:00:00, or 01:00:0C:CC:CC:CD for Per VLAN Spanning Tree). For STP
algorithms to function, the switches need to share information about themselves and their connections. What they share are bridge protocol data units (BPDUs).
BPDUs are sent out as multicast frames to which only other layer 2 switches or bridges are listening.

http://www.gratisexam.com/
There are three kinds of BPDUs:

Configuration BPDU, used by Spanning tree protocol to provide information to all switches.
TCN (Topology Change Notification), tell about changes in the topology.
TCA (Topology Change Acknowledgment), confirm the reception of the TCN.

https://en.wikipedia.org/wiki/Bridge_Protocol_Data_Unit

QUESTION 11
-- Exhibit

Click the Exhibit button.

In the exhibit, all switches run STP; however, the link between bridge G and bridge E fails.

What does root bridge A do after it receives information about this link failure?

A. Root bridge A sets the acknowledge flag and sends an updated topology BPDU.
B. Root bridge A sends a topology change notification BPDU.
C. Root bridge A sets the topology change flag and sends an updated configuration BPDU.

http://www.gratisexam.com/
D. Root bridge A floods an updated BPDU topology database.

Correct Answer: C
Section: STP
Explanation

Explanation/Reference:
Explanation:

Topology Change and Topology Change Detection

When an 802.1D bridge detects a topology change, the bridge first notifies the root bridge using a reliable mechanism. Once the root bridge is aware of a change in
the topology of the network, the root bridge sets the topology change flag on the BPDUs sent out, which are then relayed to all the bridges in the network. When a
bridge receives a BPDU with the TC flag bit set, the bridge reduces its bridging-table aging time to forward delay seconds, which ensures a relatively quick flushing
of stale information.

There are three kinds of BPDUs:

Configuration BPDU, used by Spanning tree protocol to provide information to all switches.
TCN (Topology Change Notification), tell about changes in the topology.
TCA (Topology Change Acknowledgment), confirm the reception of the TCN.

QUESTION 12
Which two values displayed in the output from the "show spanning-tree MSTP configuration" command must match on all switches participating in the same MSTP
region? (Choose two)

A. root bridge identifier


B. authentication checksum
C. context identifier
D. configuration digest

Correct Answer: CD
Section: STP
Explanation

Explanation/Reference:
Explanation:

MSTP allows switches to be logically grouped into manageable clusters, known as multiple spanning-tree (MST) regions. An MST region is a group of switches that
share the same region name, revision level, and VLAN-to-instance mapping parameters. These values are used to generate the configuration digest for the MST
region, which must match the configuration digest on all switches participating in the same MST region. The system-generated context identifier must also match

http://www.gratisexam.com/
between switches participating in the same MST region

QUESTION 13
You are asked to design a Layer 2 switched topology that can automatically recover from link failures.

Which type of protocol would you consider in your design?

A. GSTP
B. LLDP
C. LFM
D. MSTP

Correct Answer: D
Section: STP
Explanation

Explanation/Reference:
Explanation:

The Multiple Spanning Tree Protocol (MSTP) is used to create multiple spanning-tree instances (MSTIs) within a Layer 2 network. Each MSTI creates separate
topology trees that can be administratively mapped to one or more VLANs.

QUESTION 14
Click the Exhibit button

http://www.gratisexam.com/
In an RSTP network, the root and designated ports have been elected as shown in the exhibit

What will be the port type of port 1?

A. backup port
B. discarding port
C. alternate port
D. listening port

Correct Answer: C
Section: STP
Explanation

Explanation/Reference:
Explanation:

An alternate port is a switch port that has an alternate generally higher-cost-path to the root bridge. In the event that the root port fails, the alternate port assumes
the role of the root port and is placed in the forwarding state. Alternate ports are placed in the discarding state, but receive superior BPDUs from neighboring
switches. Alternate ports are found on switches participating in a shared LAN segment for which they are not functioning as the designated bridge.

http://www.gratisexam.com/
QUESTION 15
Which two elements contribute to the bridge ID when configuring RSTP? (Choose 2)

A. designated MAC address


B. bridge priority

http://www.gratisexam.com/
C. extended system ID
D. root ID
E. bridge address

Correct Answer: BE
Section: STP
Explanation

Explanation/Reference:
Explanation:

A unique 48-bit Universally Administered MAC Address, termed the Bridge Address, shall be assigned to each Bridge. The Bridge Address may be the individual
MAC Address of a Bridge Port, in which case, use of the address of the lowest numbered Bridge Port (Port 1) is recommended.

The unique Bridge Identifier assigned to this Bridge, comprising two componentsthe Bridge Identifier Priority, which may be modified by management and is the
more significant when Bridge Identifiers are compared, and a component derived from

Configuring the Rapid Spanning Tree Protocol


http://www.juniper.net/techpubs/software/junos/junos95/swconfig-layer-2/conf-stp.html#conf- bridge-priority

QUESTION 16
In an RSTP network, which combination of port types can exist on the root bridge?

A. There can be some combination of designated ports and backup ports


B. There can be some combination of root ports and alternate ports
C. All ports will be designated ports

http://www.gratisexam.com/
D. All ports will be root ports

Correct Answer: C
Section: STP
Explanation

Explanation/Reference:
Explanation:

On a root switch all ports will be designated ports

Port Roles in STP

This section describes the function of the port roles in STP. The use and implementation of port roles differs slightly between different versions of STP.

Port roles include:

Designated portResponsible for forwarding the traffic coming from the spanning-tree root bridge onto this segment.
Backup portA backup for the designated port.
Root portThe root port of a bridge is the port closest to the root bridge. It is responsible for carrying the traffic from this segment toward the root bridge, using the
shortest path to reach the root.
Alternate portA backup for the root port.
Master port (MSTP only)The best possible path to reach the common internal spanning-tree (CIST) root bridge from any MSTP region.

http://www.juniper.net/techpubs/en_US/junos12.3/topics/reference/general/mx-series-stp-port-roles.html

QUESTION 17
In the evaluation of an RSTP configuration BPDU, which two values are contained in the Bridge ID value? (Choose two)

A. root bridge address


B. priority
C. originating bridge address
D. port number

Correct Answer: BC
Section: STP
Explanation

Explanation/Reference:
Explanation:

http://www.gratisexam.com/
The bridge ID is a combination of a configurable priority value and the originating bridge address (a unique MAC address for the bridge). The lowest bridge ID
determines the root, or designated bridge

QUESTION 18
Which two configuration elements are defined under an MSTP instance? (Choose two)

A. revision-level
B. bridge-priority
C. mstp-level
D. vlan

Correct Answer: BD
Section: STP
Explanation

Explanation/Reference:
Explanation:

Each MSTI can have different bridge priorities and VLANs assigned

QUESTION 19
Click the Exhibit button

http://www.gratisexam.com/
Which two topologies shown in the exhibit would require the use of a spanning-tree protocol? (Choose two)

A. ring
B. tree
C. star
D. mesh

Correct Answer: AD
Section: STP
Explanation

Explanation/Reference:
Explanation:

Spanning-tree protocols are Layer 2 protocols that prevent loops and calculate the beset path through a switched network that contains redundant paths. Spanning-
tree protocols are only necessary when redundant paths exist within a Layer 2 network

QUESTION 20
An Ethernet bridge is configured such that all interfaces are in a single broadcast domain By default. Which two tasks does the bridge perform in response to
receiving a multicast frame? (Choose two)

http://www.gratisexam.com/

A. It learns the source MAC address


B. It drops the frame
C. It floods the frame out of all interfaces except the one on which it was received
D. It floods the frame out of particular interfaces based on its multicast MAC table

Correct Answer: AC
Section: STP
Explanation

Explanation/Reference:
Explanation:

A switch floods a frame out all of its other ports (Expect the port that it is received on) under the following circumstances:

http://www.gratisexam.com/
If the frame is intended for an unknown unicast destination
If a broadcast frame is received with a destination MAC address ff ff ff ff ff ff, the switch forwards the broadcast frame out all of the other ports. VLAN exceptions to
this rule are discussed later in this section.
If a multicast frame is received, the switch forwards the multicast frame (the first byte contains an odd value such as 01 00 50 00 00 09) out all the switchs
remaining ports. VLAN exceptions apply to flooding by limiting it to the same VLAN as the sender.

The flooding process for broadcast is necessary for protocols such as ARP which maps an IP address to a MAC address via broadcasting. One significant problem
with this flooding process occurs when switches in a network are redundantly connected into physical loops. Flooding broadcast frames can cause a broadcast
storm on a network, causing it to fail.

QUESTION 21
Click the Exhibit button

ge-1/0/3 {
vlan-tagging;
unit 0 {
family bridge {
interface-mode trunk;
vlan-id-list [ 100 200];
}
}
}

An interface is configured as shown in the exhibit.

What must also be configured for this interface to participate in VLAN 100 and 200?

A. broadcast domains
B. VLANs
C. bridge domains
D. encapsulation type

Correct Answer: C
Section: STP
Explanation

Explanation/Reference:
Explanation:

The MX Series supports two methods of configuring bridge interfaces: enterprise and service provider style.

http://www.gratisexam.com/
Service provider style requires explicit configuration of each feature on the interface, and the bridge domains need to reference the interface.

Enterprise style does not require explicit configuration for each feature, which reduces the amount of configuration but also reduces the number of features.

[MX] Interface Bridge Configuration: Enterprise vs Service Provider style


https://kb.juniper.net/InfoCenter/index?page=content&id=KB27291&actp=RSS

QUESTION 22
Which two configuration elements must match on all switches participating in the same MSTP region? (Choose two.)

A. MSTP version
B. configuration name
C. MSTI revision number
D. revision level

Correct Answer: BD
Section: STP
Explanation

Explanation/Reference:
Explanation:

MSTP allows switches to be logically grouped into manageable clusters known as multiple spanning-tree (MST) regions. An MST region is a group of switches that
share the same region, configuration name, revision level, and VLAN-to-instance mapping parameters.

QUESTION 23
Click the Exhibit button.

http://www.gratisexam.com/
Which two topologies shown in the exhibit could be implemented without a spanning-tree protocol? (Choose two.)

A. ring
B. tree
C. star
D. mesh

Correct Answer: BC
Section: STP
Explanation

Explanation/Reference:
Explanation:

Spanning-tree protocols are Layer 2 protocols that prevent loops and calculate the beset path through a switched network that contains redundant paths. Spanning-
tree protocols are only necessary when redundant paths exist within a Layer 2 network

QUESTION 24
Which two values are used by an RSTP bridge to remove stale BPDU information? (Choose two.)

A. Message Age
B. Forwarding Delay
C. Hello Time
D. Max Age

Correct Answer: AD
Section: STP
Explanation

Explanation/Reference:
Explanation:

RSTP uses the message age value in conjunction with the max age value to indicate a communication failure and to determine when to flush the MAC table. The
message age is the number of seconds elapsed since the most recent BPDU was received. The maximum age timer specifies the maximum expected arrival tie of
the hello BPDU. If the maximum age timer expires, the bridge detects that the link to the root bridge has failed and initiates a topology reconvergence.

QUESTION 25
You have recently configured MSTP on two EX Series switches in your network to participate in the same MSTP region. You issue the "show spanning-tree mstp
configuration" command on both switches and notice that the configuration digests do not match. What does this mismatch indicate?

http://www.gratisexam.com/
A. Everything is functioning as expected because the configuration digests should not match.
B. You should ensure that the max-age and hello timers are equal on both switches.
C. You should ensure that the bridge IDs and priority values are unique on both switches.
D. You should ensure that the MSTIs and their VLAN IDs are equal on both switches.

Correct Answer: D
Section: STP
Explanation

Explanation/Reference:
Explanation:

MSTP allows switches to be logically grouped into manageable clusters, known as multiple spanning-tree (MST) regions. An MST region is a group of switches that
share the same region name, revision level, and VLAN-to-instance mapping parameters. These values are used to generate the configuration digest for the MST
region, which must match the configuration digest on all switches participating in the same MST region.

QUESTION 26
Click the Exhibit button.

bridge-domains {
vlan_100 {
vlan-id 100;
routing-interface irb.0;
}
}

user@switch> show interfaces terse irb*


Interface Admin Link Proto Local Remote
irb up up
irb.0 up down inet 1.1.1.254/24

Referring to the exhibit, what must be true of the vlan_100 bridge domain?

A. vlan_100 has at least one Ethernet interface assigned to it.


B. vlan_100 does not have an Ethernet interface assigned to it.
C. vlan_100 might have an active Ethernet interface assigned to it.
D. vlan_100 does not have an active Ethernet interface assigned to it.

Correct Answer: D

http://www.gratisexam.com/
Section: STP
Explanation

Explanation/Reference:
Explanation:

irb.0 is the logical instance (IFL) for this irb. From the above output you can see that the interface is administratively configured as up; however, it is physically
down. Since the IFD irb shows as up up and the IFL irb.0 shows as up down this shows that a physical interface has not been assigned to irb.0 or the interface
assigned to it isn't active

ifd Refers to a physical device


ifl Refers to a logical device
iff Refers to an address family
ifa Refers to an address entry
iif Refers to an incoming interface, either an ifd or an ifl (uses a kernel interface index, not an SNMP index)

https://kb.juniper.net/InfoCenter/index?page=content&id=KB2820&actp=search

QUESTION 27
Which three elements contribute to the bridge ID when configuring RSTP? (Choose three.)

A. designated MAC address


B. priority
C. extended system ID
D. root ID
E. bridge address

Correct Answer: BCE


Section: STP
Explanation

Explanation/Reference:
Explanation:

RSTP uses the bridge priority and unique bridge address similar to STP; RSTP also includes the extended system ID. Although priority and extended system ID are
configured separately, RSTP evaluates a bridge's priority for the root and designated bridge election process by conatenating the two fields together into a single
value.

QUESTION 28
Which three STP protection mechanisms are supported on MX Series, EX Series, and QFX Series devices? (Choose three.)

http://www.gratisexam.com/
A. trunk protection
B. BPDU protection
C. loop protection
D. access protection
E. root protection

Correct Answer: BCE


Section: STP
Explanation

Explanation/Reference:
Explanation:

There is no such thing as trunk protection or access protection

QUESTION 29
Your network runs RSTP and includes a LAN segment shared by two MX Series devices. The two MX Series devices sharing this LAN segment each have two
connections on the shared segment.

Which two statements are true? (Choose two.)

A. The port on the selected MX Series device with the lowest port ID is selected as the designated port.
B. The MX Series device with the highest-cost path to the root bridge is selected as a designated bridge for the shared segment.
C. The port on the selected MX Series device with the highest port ID is selected as the designated port.
D. The MX Series device with the least-cost path to the root bridge is selected as the designated bridge for the shared segment.

Correct Answer: AD
Section: STP
Explanation

Explanation/Reference:
Explanation:

QUESTION 30
Which two Layer 2 protocols are supported on MX Series devices? (Choose two.)

http://www.gratisexam.com/

http://www.gratisexam.com/
A. BGP
B. RIP
C. RSTP
D. MSTP

Correct Answer: CD
Section: STP
Explanation

Explanation/Reference:
Explanation:

Only RSTP and MSTP are Layer 2 protocols. BGP and RIP are Layer 3 protocols

QUESTION 31
Click the Exhibit button

[edit protocols mstp]


user@switch1# show
configuration-name mstp-region1;
revision-level 1;
interface ge-0/0/1;
interface ge-0/0/2;
interface ge-0/0/3;
interface ge-0/0/4;
interface ge-0/0/5;
msti 1 {
bridge-priority 4k;
vlan 100 120;
}
msti 2 {
bridge-priority 8k;
vlan 150-160;
}

[edit protocols mstp]


user@switch2# show
configuration-name mstp-region;
revision-level 2;

http://www.gratisexam.com/
interface ge-0/0/1;
interface ge-0/0/3;
interface ge-0/0/4;
interface ge-0/0/5;
msti 1 {
bridge-priority 8k;
vlan 100-120;
}
msti 2 {
bridge-priority 4k;
vlan 150-160;
}

Switch 1 and Switch 2 are configured to run MSTP. However, MSTP is not working.

Referring to the exhibit, which two actions will correct the problem? (Choose two.)

A. Configure interface ge-0/0/2 on Switch 2


B. Correct the bridge-priority parameter to be identical on both switches.
C. Configure revision-level 2 on Switch 1.
D. Correct the configuration-name parameter to be identical on both switches.

Correct Answer: CD
Section: STP
Explanation

Explanation/Reference:
Explanation:

QUESTION 32
What does an STP BPDU Port ID field contain?

A. bridge priority
B. bridge port priority and bridge port address
C. bridge priority and bridge address
D. port priority and port address

Correct Answer: D
Section: STP
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

Port ID
This field contains a unique value for every port. This value is a combination of the outbound port's priority and a unique value to represent the port. The default port
priority is 128 for every interface on an MX Series 3D Universal Edge Router. The switch automatically generates the port number and you cannot configure it.

The Port ID contains two fields


1.) Port Priority
2.) Port Number

QUESTION 33
For two switches to participate in the same Multiple Spanning Tree Protocol (MSTP) region, which three values must match? (Choose three.)

A. extended system ID
B. region name
C. member VLAN ID list
D. root bridge ID
E. revision number

Correct Answer: BCE


Section: STP
Explanation

Explanation/Reference:
Explanation:

The following values must match on all MSTP switches participating in the same MSTP region
1.) Region (configuration-name) Name
2.) Configuration digest
3.) Revision Number
4.) MST VLAN-to-instance assignmen

QUESTION 34
Which Operational mode command displays the root bridge ID for a Junos device

A. show spanning-tree root-id


B. show spanning-tree bridge
C. show spanning-tree bridge-id

http://www.gratisexam.com/
D. show spanning-tree root

Correct Answer: B
Section: STP
Explanation

Explanation/Reference:
Explanation:

To display the local switches' view of the root bridge ID you should use the "show spanning-tree bridge" command. You can use the output to compare the local
bridge ID and the root bridge ID to determine whether the local device is acting as the root bridge

QUESTION 35
Click the Exhibit button

In an RSTP network, the root and designated ports have been elected as shown in the exhibit. What will be the port type of Port 1?

A. backup port
B. discarding port
C. alternate port
D. listening port

http://www.gratisexam.com/
Correct Answer: A
Section: STP
Explanation

Explanation/Reference:
Explanation:

When a designated bridge has multiple ports connected to a shared LAN segment, it selects one of those ports as the designated port. The designated port is
typically the port with the lower port ID. RSTP considers all other ports on the designated switch that connects to that same shared LAN segment as backup ports.

QUESTION 36
A root bridge in an RSTP network is connect to other neighboring bridge using point-to-point links. Which combination of port types can exist on the root bridge?

A. A combination of designated ports and alternate ports


B. A combination of root ports and alternate ports
C. All ports are designated ports
D. All ports are root ports

Correct Answer: C
Section: STP
Explanation

Explanation/Reference:
Explanation:

All RSTP ports on a root bridge will be in the designated port state unless there are redundant connections to the same network segment. When using point-to-
point links, all ports connect to different network segments

QUESTION 37
What are two ways to prevent Layer 2 loops in a network? (Choose two)

A. BPDU protection
B. LDP protection
C. loop protection
D. Layer 2 protection

Correct Answer: AC
Section: STP
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

It is good practice to enable BPDU protection on interfaces where no BPDUs are expected. If a protected interface receives BPDUs, the switch disables tine
interface and stops forwarding frames by transitioning to a blocking state. Blocking state ensures that an unexpected spanning-tree enabled device cannot be
connected to this port, which could cause an unexpected Layer 2 loop.

If a loop-protection-enabled interface stops receiving BPDUs from its designated port, it reacts as it would react to a problem with the physical connection on the
interface. It does not transition the interface to a forwarding state, wich can avoid potential Layer 2 loops.

QUESTION 38
Which command enables STP on an MX Series device?

A. set protocols rstp force-mode stp


B. set protocols rstp mode stp
C. set protocols rstp version stp
D. set protocols rstp force-version stp

Correct Answer: D
Section: STP
Explanation

Explanation/Reference:
Explanation:

There is no STP configuration hierarchy on Junos devices. To run STP you use force RSTP to operate in STP mode by using the "force-version stp" configuration
option at the [edit protocols rstp] hierarchy

QUESTION 39
Click the Exhibit button

http://www.gratisexam.com/
Based on the designated values show in the exhibit, which three statements are true? (Choose three.)

A. Switch A will become the root bridge


B. Both interfaces on Switch B will be in the forwarding state
C. Switch C will become the root bridge
D. Both interfaces on Switch A will be in the forwarding state
E. Both interfaces on Switch C will be in the forwarding state

Correct Answer: BCE


Section: STP
Explanation

Explanation/Reference:
Explanation:

Switch C has the lowest bridge ID, so it will become the root bridge. All point-to-point interfaces on a root bridge will be assigned the port role of designated with a
port state of forwarding. Switch B is elected the designed bridge because it has a lower bridge ID than Switch A, and its interface ge-0/0/1 is in the root port role and
forwarding state due to lowest path cost to the root bridge.

QUESTION 40
What are two characteristics of an interface that has been placed in the blocking state by STP? (Choose two.)

http://www.gratisexam.com/
http://www.gratisexam.com/

A. It drops all data frames


B. It listens to received BPDUs
C. It uses learned MAC addresses to populate the MAC table
D. It forwards outbound data frames only

Correct Answer: AB
Section: STP
Explanation

Explanation/Reference:
Explanation:

An STP port in the blocking state will drop all data packets. The port will also listen for incoming BPDUs

http://www.gratisexam.com/
MPLS

QUESTION 1
Which statement is correct about the inet.3 routing table?

A. MPLS creates a copy of the mpls.0 table and stores it in the inet.3 routing table.
B. The inet.3 routing table is used by transit routers to identify label values.
C. BGP can use the inet.3 routing table to resolve next hops.

http://www.gratisexam.com/
D. MPLS uses the inet.3 routing table to assign labels.

Correct Answer: C
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The IGPs and BGP store their routing information in the inet.0 routing table, the main IP routing table. If the traffic-engineering bgp command is configured, thereby
allowing only BGP to use MPLS paths for forwarding traffic, MPLS path information is stored in a separate routing table, inet.3. Only BGP accesses the inet.3
routing table. BGP uses both inet.0 and inet.3 to resolve next-hop addresses. If the traffic-engineering bgp-igp command is configured, thereby allowing the IGPs to
use MPLS paths for forwarding traffic, MPLS path information is stored in the inet.0 routing table.

http://www.juniper.net/documentation/en_US/junos12.3/topics/concept/mpls-routing-tables.html

QUESTION 2
Which two statements are correct about default MPLS behavior on Junos devices? (Choose two.)

A. The MPLS label is popped by the penultimate router.


B. The MPLS label is popped by the ultimate router.
C. The MPLS label is pushed by the ingress router.
D. The MPLS label is swapped by the ingress router.

Correct Answer: AC
Section: MPLS
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

Penultimate hop popping (PHP) is a function performed by certain routers in an MPLS enabled network. It refers to the process whereby the outermost label of an
MPLS tagged packet is removed by a Label Switch Router (LSR) before the packet is passed to an adjacent Label Edge Router (LER).

An "ingress router" is a Label Switch Router that is a starting point (source) for a given Label Switched Path (LSP). An ingress router may be an egress router or an
intermediate router for any other LSP(s). Hence the role of ingress and egress routers is LSP specific. Usually, the MPLS label is attached with an IP packet at the
ingress router and removed at the egress router, whereas label swapping is performed on the intermediate routers.

QUESTION 3
Which two statements regarding the MPLS label information base are correct? (Choose two.)

A. The MPLS label information base is stored in the inet.3 table.


B. The MPLS label information base is stored in the mpls.0 table.
C. The label information base is used by all LSRs to forward LSP traffic.
D. The label information base is used by transit LSRs to forward LSP traffic.

Correct Answer: BD
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

Labels represent the FEC along the LSP from the ingress node to the egress node. The label is prepended to the packet when the packet is forwarded to the next
hop. Each label is valid only between a pair of LSRs. A downstream LSR reached by a packet uses the label as an index into a table that contains both the next hop
and a different label to prepend to the packet before forwarding. This table is usually referred to as a label information base (LIB).

LIB (Label Information Base) is the software table maintained by IP/MPLS capable routers to store the details of port and the corresponding MPLS router label to be
popped/pushed on incoming/outgoing MPLS packets. Entries are populated from label-distribution protocols. LIB functions in the control plane of routers MPLS
layer. It is used by the label distribution protocol for mapping the next hop labels

QUESTION 4
Which two statements are correct about RSVP path messages? (Choose two.)

A. They are sent by the egress router upstream.


B. They are sent by the ingress router downstream.
C. They are used to create an LSP.

http://www.gratisexam.com/
D. They are used to reserve resources for an LSP.

Correct Answer: BC
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

Each sender host transmits path messages downstream along the routes provided by the unicast and multicast routing protocols. Path messages follow the exact
paths of application data, creating path states in the routers along the way, thus enabling routers to learn the previous-hop and next-hop node for the session. Path
messages are sent periodically to refresh path states.

http://www.juniper.net/documentation/en_US/junos15.1/topics/concept/mpls-path-messages.html

QUESTION 5
Which two statements are correct regarding LDP-signaled VPLS instances? (Choose two.)

A. You must enable the Layer 2 VPN signaling NLRI.


B. You must configure the same VPLS identifier on all peers.
C. You must define a the same site-identifier value on all peers.
D. You must define all neighbors using their tunnel end-point IP addresses.

Correct Answer: BD
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The VPLS-ID Identifies the virtual circuit identifier used for the VPLS routing instance or mesh group. This statement is a part of the configuration to enable LDP
signaling for VPLS.

For more details see:


https://inetzero.com/vpls-some-simples-configurations/

QUESTION 6
Which two statements are correct regarding LDP-signaled Layer 2 circuits? (Choose two.)

A. You must enable the Layer 2 VPN signaling NLRI.

http://www.gratisexam.com/
B. You must configure the virtual circuit identifier.
C. You must specify the neighbor using the tunnel end-point IP address.
D. You must define a unique site-identifier value.

Correct Answer: BC
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The VPLS-ID Identifies the virtual circuit identifier used for the VPLS routing instance or mesh group. This statement is a part of the configuration to enable LDP
signaling for VPLS.

For more details see:


https://inetzero.com/vpls-some-simples-configurations/

QUESTION 7
Which two statements are correct regarding BGP-signaled Layer 2 VPNs? (Choose two.)

A. You must enable the Layer 2 VPN signaling NLRI.


B. You must configure the virtual circuit identifier.
C. You must specify the neighbor using the tunnel end-point IP address.
D. You must define a unique site-identifier value.

Correct Answer: AD
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

In the basic MPLS configuration of the PE devices using a circuit cross-connect (CCC), the PE devices are configured to use an interior gateway protocol (IGP),
such as OSPF or IS-IS, as the routing protocol between the MPLS devices and LDP or RSVP as the signaling protocol.

When you are configuring a Layer 2 VPN, you must use BGP signaling. The BGP signaling automates the connections, so manual configuration of the association
between the LSP and the customer edge interface is not required.

A unique site-identifier value is part of this configuration

http://www.gratisexam.com/
See the following for additional details
http://www.juniper.net/documentation/en_US/junos15.1/topics/example/mpls-ex-series-vpn-layer2.html

QUESTION 8
Which two statements regarding VRF tables are correct? (Choose two.)

A. A PE router's VRF table stores routes received from directly connected CE devices.
B. A PE router's VRF table stores routes received from its IGP from remote PE devices.
C. A PE router's VRF table stores routes received from MP-BGP from remote PE devices.
D. A PE router's VRF table stores routes received from all P and PE devices within the same AS.

Correct Answer: AC
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

When a PE device has a Layer 3 peering to a CE device it stores the routes received from the CE in a VRF to separate the routing information from other CE
devices.

PE to PE devices maintain a multi-protocol BGP (mpBGP / mBGP) peering

QUESTION 9
You have been asked to implement routing policy on the PE devices in your AS and to ensure the correct customer routes are installed in the appropriate VRF
tables. Which component should be used as a match condition within your policy?

A. BGP communities
B. VLAN IDs
C. route distinguisher
D. circuit IDs

Correct Answer: A
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

A BGP community is bit of extra information that you can add to one of more prefixes which is advertised to BGP neighbors. This extra information can be used

http://www.gratisexam.com/
for things like traffic engineering or dynamic routing policies

QUESTION 10
What is the purpose of a route target community in a Layer 3 VPN?

A. The community value is used to identify routes that should be imported by remote PEs.
B. The community value is used to determine valid remote devices when signaling a Layer 3 VPN.
C. The community value is used to identify the source of incoming routes.
D. The community value is used to determine transit devices when signaling a Layer 3 VPN.

Correct Answer: A
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

Route Targets
Whereas route distinguishers are used to maintain uniqueness among identical routes in different VRFs, route targets can be used to share routes among them.
We can apply route targets to a VRF to control the import and export of routes among it and other VRFs.

A route target takes the form of an extended BGP community with a structure similar to that of a route distinguisher (which is probably why the two are so easily
confused). One or more route targets can be affixed to routes within a VRF using the VRF configuration command route-target export:

ip vrf Customer_A
rd 65000:100
route-target export 65000:100

http://packetlife.net/blog/2013/jun/10/route-distinguishers-and-route-targets/

A BGP community is a group of destinations that share a common property. Community information is included as a path attribute in BGP update messages. This
information identifies community members and enables you to perform actions on a group without having to elaborate upon each member. You can use community
and extended communities attributes to trigger routing decisions, such as acceptance, rejection, preference, or redistribution.

The name of the community uniquely identifies it to the routing device and serves as the method by which routes are categorized.

http://www.juniper.net/techpubs/en_US/junos15.1/topics/concept/policy-bgp-communities-extended-communities-match-conditions-overview.html

QUESTION 11
You have been asked to deploy a Layer 2 VPN for a new customer. What information will be present in the PE's associated VPN forwarding table? (Choose three.)

http://www.gratisexam.com/
A. The customer site ID
B. The route distinguisher
C. The interface encapsulation
D. The label base
E. The community name

Correct Answer: ACD


Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The forwarding table contains the interface encapsulation, Customer Site ID, and label base

http://www.juniper.net/documentation/en_US/junos14.2/topics/reference/command-summary/show-route-forwarding-table-mpls-ex-series.html
http://www.juniper.net/documentation/en_US/junos16.1/topics/concept/junos-software-routing-forwarding-table-overview.html
http://www.juniper.net/documentation/en_US/junos15.1/topics/example/mpls-ex-series-vpn-layer2.html

QUESTION 12
You have an established Layer 3 VPN where you are using static routing between your PE and CE devices. You must advertise their directly connected subnet to
remote PE devices. Which two methods must you use? (Choose two.)

A. Use a site identifier.


B. Use the VRF table label.
C. Use a VRF export policy.
D. Use a route distinguisher.

Correct Answer: BC
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The vrf-table-label and VRF export policy are used

Site-ID's are used for L2VPNs not L3VPNs


http://www.juniper.net/documentation/en_US/junos12.3/topics/task/configuration/layer-three-vpns-introduction-to-configuration.html
http://www.juniper.net/documentation/en_US/junos12.3/topics/usage-guidelines/vpns-configuring-the-local-site-on-pe-routers-in-layer-2-vpns.html

http://www.gratisexam.com/
vrf-table-label maps the inner label of a packet to a specific VPN routing and forwarding (VRF) table. This allows the examination of the encapsulated IP header. All
routes in the VRF configured with this option are advertised with the label allocated per VRF.
http://www.juniper.net/documentation/en_US/junos12.3/topics/reference/configuration-statement/vrf-table-label-edit-routing-instances-vp.html

QUESTION 13
You have been asked to verify the state of an LDP-signaled Layer 2 circuit. Which two commands would you use to verify the state of the connection? (Choose
two.)

A. show mpls lsp


B. show l2circuit connections
C. show l2circuit statistics
D. show ldp database

Correct Answer: BD
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

show mpls lsp - Display's information about configured and active dynamic Multiprotocol Label Switching (MPLS) label-switched paths (LSPs).
show l2circuit connections - Display's the status information about Layer 2 virtual circuits from the local provider edge (PE) router to its neighbors.
show ldp database - Display's entries in the LDP database.

http://www.juniper.net/documentation/en_US/junos12.3/topics/reference/command-summary/show-mpls-lsp.html
https://www.juniper.net/documentation/en_US/junos15.1/topics/reference/command-summary/show-l2circuit-connections.html
http://www.juniper.net/documentation/en_US/junos13.2/topics/reference/command-summary/show-ldp-database.html

QUESTION 14
--Exhibit--

http://www.gratisexam.com/
Click the Exhibit button.

Referring to the exhibit, you have an established RSVP LSP between R1 and R5 when you experience a link failure between R2 and R4.

Which two statements are correct? (Choose two.)

A. R2 sends a ResvTear message upstream to R1 signaling the link failure.


B. R2 sends a PathTear message upstream to R1 signaling the link failure.
C. R4 sends a ResvTear message downstream to R5 signaling the link failure.
D. R4 sends a PathTear message downstream to R5 signaling the link failure.

Correct Answer: AD
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

ResvTear messages remove reservation states along a path. These messages travel upstream toward senders of the session. In a sense, ResvTear messages
are the reverse of Resv messages. ResvTear messages typically are initiated by a receiver application or by a router when its reservation state times out.

PathTear messages remove (tear down) path states as well as dependent reservation states in any routers along a path. PathTear messages follow the same path
as path messages. A PathTear typically is initiated by a sender application or by a router when its path state times out

QUESTION 15
--Exhibit--

http://www.gratisexam.com/
Based on the illustration of the VPLS topology shown in the exhibit, which statement is true?

A. PE-C must have a spanning-tree protocol enabled


B. CE-C must have BGP enabled
C. Traffic forwarded from PE-C to PE-A is forwarded on to PE-B
D. Traffic forwarded from PE-C to PE-A is not forwarded on to PE-B

http://www.gratisexam.com/

Correct Answer: D
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

Virtual Private LAN Service (VPLS) is a way to provide Ethernet-based multipoint to multipoint communication over IP or MPLS networks. It allows geographically
dispersed sites to share an Ethernet broadcast domain by connecting sites through pseudo-wires. The term 'sites' includes multiplicities of both servers and clients.
The technologies that can be used as pseudo-wire can be Ethernet over MPLS, L2TPv3 or even GRE. There are two IETF standards track RFCs (RFC 4761 and
RFC 4762) describing VPLS establishment.

In a VPLS, the local area network (LAN) at each site is extended to the edge of the provider network. The provider network then emulates a switch or bridge to
connect all of the customer LANs to create a single bridged LAN.

QUESTION 16
You have configured MPLS and RSVP in your network using all of the Junos defaults. You have established an LSP in your network, which is reporting a status of
"Up", but no traffic is using it. Which two statements reflect potential causes for this issue? (Choose two)

A. The LSP egress address is a physical interface address


B. family MPLS was omitted from the router configurations
C. No BGP routes are being advertised from the remote neighbor
D. The LSP egress address does not match the BGP next-hop address

Correct Answer: CD
Section: MPLS
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

The LSP egress router might not be advertising any BGP routers, or the BGP routers and LSP egress address do not match

QUESTION 17
Which operational mode command would you use to verify the presence of VPN routes on a PE device?

A. show route table bgp.l3vpn.0


B. show route protocol bgp terse | count
C. show route table inet.0
D. show route route-type vpn

Correct Answer: A
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The bgp.l3vpn.0 table stores BGP routes learned from other PE routers. Routes in this table are copied into a Layer 3 VRF when there is a matching route table.

QUESTION 18
Which statement is true of a Layer 2 circuit?

A. Layer 2 circuits use BGP for signaling


B. Layer 2 circuits use OSPF for signaling
C. Layer 2 circuits use LDP for signaling
D. Layer 2 circuits rely on RSVP for signaling

Correct Answer: C
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

A Layer 2 circuit is a point-to-point Layer 2 connection that uses LDP for signaling.

QUESTION 19

http://www.gratisexam.com/
You have been asked to provision a service provider's network to accommodate Layer 3 VPNs as defined in RPC 4364. Which three tasks must be performed
before the provider core is ready to carry VPN traffic? (Choose three.)

A. All P routers and PE routers must be configured to support MPLS administrative-groups (colors)
B. All PE routers must be configured to support Multiprotocol BGP (MP-BGP)
C. All P routers and PE routers must have a signaling protocol such as RSVP or LDP enabled
D. All P routers and PE routers must have a discovery protocol such as LLDP or CDP enabled
E. All P routers and PE routers must have MPLS reach ability to PE routers

Correct Answer: BCE


Section: MPLS
Explanation

Explanation/Reference:
Explanation:

Administrative-Groups and Discovery protocols like LLDP & CDP are not a requirement, All other answers are a requirement as per the RFC

https://tools.ietf.org/html/rfc4364

QUESTION 20
You would like two LDP routers on opposite sides of your network to become neighbors. Which LDP message is used to form this relationship?

A. basic discovery
B. extended discovery
C. peer discovery
D. remote discovery

Correct Answer: B
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

Basic discovery is used to discover directly connected LDP peers. Extended discovery is used to discovery LDP peers that are not directly connected.

QUESTION 21
Which label operation is performed by an MPLS ingress router?

http://www.gratisexam.com/
A. Pop
B. Push
C. Replace
D. Swap

Correct Answer: B
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

An "ingress router" is a Label Switch Router that is a starting point (source) for a given Label Switched Path (LSP) and is were the first label is applied to the IP
Packet.

QUESTION 22
An RSVP LSP in your network is operational but you are receiving complaints about network throughput across the LSP. You suspect that the RSVP bandwidth
was omitted from the router configuration.

Which operational mode command will help you verify your suspicions?

A. show interfaces terse


B. show mpls lsp extensive
C. show rsvp neighbor detail
D. show rsvp bandwidth

Correct Answer: B
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The command "show mpls lsp extensive" can be used to provide detailed information about an LSP

QUESTION 23
You want to ensure that your RSVP LSPs are following a particular path across the network. Which RSVP object ensures that your desire will be met?

A. explicit route object


B. record route object

http://www.gratisexam.com/
C. session object
D. traffic specification object

Correct Answer: A
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

Explicit route objects (EROs) are configured to ensure an LSP uses a specific path across the network.

QUESTION 24
Which statement is true about the operation of Layer 2 VPNs?

A. Layer 2 VPNs require that CE devices use the same Layer 2 encapsulation
B. Layer 2 VPNs do not permit CE devices to operate a Layer 3 protocol with each other
C. Service provider routers must evaluate the IP header of packets as they traverse their network
D. Layer 2 VPNs allow CEs to use different encapsulations on either side of the VPN

Correct Answer: D
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The PE and CE do not exchange routing information, and therefore Layer 2 information is used to transport the traffic. CEs can establish protocols such as OSPF
over the L2VPN. L2VPNs can have an encapsulation mismatch on each side of the VPN.

QUESTION 25
Click the Exhibit button

http://www.gratisexam.com/
Based on the illustration shown in the exhibit, what would PE-B do with a VPLS packet received from PE-A if the matching entry in its VPLS routing table showed
the destination was connected to PE-D?

A. PE-B would flood the packet to all attached PEs


B. PE-B would forward the packet to the root PE device
C. PE-B would forward the packet to all attached CE devices
D. PE-B would discard the packet

Correct Answer: C
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

VPLS, in its implementation and configuration, has much in common with a Layer 2 VPN. In VPLS, a packet originating within a service provider customers
network is sent first to a customer edge (CE) device (for example, a router or Ethernet switch). It is then sent to a provider edge (PE) router within the service
providers network. The packet traverses the service providers network over a MPLS label-switched path (LSP). It arrives at the egress PE router, which then
forwards the traffic to the CE device at the destination customer site.

The difference is that for VPLS, packets can traverse the service providers network in point-to-multipoint fashion, meaning that a packet originating from a CE
device can be broadcast to all the PE routers participating in a VPLS routing instance. In contrast, a Layer 2 VPN forwards packets in point-to-point fashion only.

https://www.juniper.net/documentation/en_US/junos12.3/topics/concept/vpn-vpls-introduction.html

http://www.gratisexam.com/
QUESTION 26
You are logged into a PE router participating in a Layer 3 VPN as defined in RFC 4364. You would like to ping the remotely connected CE router's loopback
address. The address of the loopback is 122.161.2.1, the VPN routing-instance is called VPN-C. Which command will accomplish this goal?

A. ping instance VPN-C 122.161.2.1


B. ping routing-instance VPN-C 122.161.2.1
C. ping VPN-C 122.161.2.1
D. ping vpn-instance VPN-C 122.161.2.1

Correct Answer: B
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

To ping a destination from within a routing instance, you must source the ping from that routing instance.

QUESTION 27
By default, which RSVP reservation style is used by the Junos OS?

A. fixed explicit
B. fixed filter
C. shared explicit
D. wildcard filter

Correct Answer: B
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The fixed filter (FF) reservation style consists of distinct reservations among explicit senders. This reservation style is enabled on RSVP LSPs by default.

QUESTION 28
You observe that VPN routes are hidden on your PE router Which situation accounts for these hidden routes?

A. The protocol next-hop is not found in inet.3

http://www.gratisexam.com/
B. The protocol next-hop is not found in mpls.0
C. The protocol next-hop is not found in bgp I3vpn.0
D. The protocol next-hop is not found in inet.2

Correct Answer: A
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

MPLS is used for forwarding, so there must be a next-hop in inet.3. This table stores the egress address of an MPLS label-switched path (LSP), the LSP name, and
the outgoing interface name. This routing table is used only when the local device is the ingress node to an LSP.

QUESTION 29
By default, the Junos OS advertises which address(es) in LDP forwarding equivalency class (FEC) messages?

A. all router addresses


B. all transit interfaces
C. loopback address
D. primary transit interface address

Correct Answer: C
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

By default Junos OS advertises loopback addresses into the LDP forwarding equivalency class (FEC)

QUESTION 30
Which two statements are correct regarding VPLS mesh groups? (Choose two.)

http://www.gratisexam.com/

A. Unicast packets destined to another PE router within the same mesh group are dropped by the local PE router.

http://www.gratisexam.com/
B. Unicast packets destined to another PE router in a different mesh group are dropped by the local PE router.
C. Broadcast, multicast, and unicast packets of unknown origin received from a PE router are flooded to all local CE routers.
D. Broadcast, multicast, and unicast packets of unknown origin received from a PE router are flooded to all remote PE routers.

Correct Answer: AC
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

Unicast packets destined to another PE would be dropped, whereas Broadcast, Multicast, and unicast packets of an unknown origin are flooded to the local CE

QUESTION 31
You are logged into a PE router participating in a Layer 3 VPN as defined in RFC 4364. You would like to ping the locally connected CE router's interface. The
address of the interface is 192.168.1.1; the VPN routing-instance is named VPN-A. Which command will accomplish this task?

A. ping routing-instance VPN-A 192.168.1.1


B. ping instance VPN-A 192.168.1.1
C. ping vpn-instance VPN-A 192.168.1.1
D. ping VPN-A 192.168.1.1

Correct Answer: A
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

Answer A shows the correct command. To ping a destination from within a routing instance, you must source the ping from the routing instance

QUESTION 32
Before configuring an RSVP LSP in your network, you first apply a baseline configuration to all of the routers.

Which three configuration elements are minimally required in the baseline? (Choose three.)

A. family mpls on the loopback interface


B. family mpls on the transit interfaces
C. protocols ldp for the appropriate interfaces

http://www.gratisexam.com/
D. protocols mpls for the appropriate interfaces
E. protocols rsvp for the appropriate interfaces

Correct Answer: BDE


Section: MPLS
Explanation

Explanation/Reference:
Explanation:

Protocol MPLS and RSVP must be configured for the appropriate interfaces, along with the MPLS protocol family on the transit interfaces.

QUESTION 33
In your RSVP network you have configured three separate LSPs to the same egress address. You have made no other configuration changes to the forwarding
decisions made by the router. Which commands can you use to determine which LSP is being used to forward packets?

A. show route table inet.3


B. show route table inet.4
C. show rsvp neighbor
D. show rsvp session

Correct Answer: A
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The command "show route table inet.3" shows which LSP is being used for a given destination.

QUESTION 34
Your customer would like to forward traffic using DLCI 600 and maintain Layer 2 information across a VPN. Which solution will meet these requirements?

A. a Layer 3 VPN
B. a Layer 2 VPN
C. Virtual Private LAN Service (VPLS)
D. an IPsec VPN

Correct Answer: B
Section: MPLS

http://www.gratisexam.com/
Explanation

Explanation/Reference:
Explanation:

VPLS is an Ethernet-based point-to-multipoint L2VPN, whereas a Layer 2 VPN is a point-to-point L2VPN that also can work with frame-relay. The other options are
Layer 3 VPNs.

QUESTION 35
You have been asked to provision a service provider's network to accommodate Layer 3 VPNs as defined in RFC 4364. Which three tasks must be performed
before the provider network is ready to carry VPN traffic? (Choose three.)

A. All Juniper Networks PE routers must be configured with an appropriate router-ID unique to the VPN.
B. All Juniper Networks PE routers must be configured with an appropriate route-target unique to the VPN.
C. All Juniper Networks PE routers must be configured with a routing-instance of type forwarding.
D. All Juniper Networks PE routers must be configured with a routing-instance of type vrf.
E. All Juniper Networks PE routers must be configured with a routing-instance containing the CE- facing interface.

Correct Answer: BDE


Section: MPLS
Explanation

Explanation/Reference:
Explanation:

For a Layer 3 VPN configuration all PE routers must be configured with an appropriate route-target unique to the VPN, a routing-instance type of vrf (to maintain a
sperate routing table), and the routing-instance must contain the CE-facing interface.

QUESTION 36
You have configured an RSVP LSP in your network and have assigned it one primary and two secondary paths.

Which command is used to validate that the LSP is using the primary path?

A. show rsvp interface


B. show rsvp version
C. show rsvp neighbor detail
D. show rsvp session detail

Correct Answer: D
Section: MPLS

http://www.gratisexam.com/
Explanation

Explanation/Reference:
Explanation:

show rsvp interface - shows what interfaces are configured under [edit protocols rsvp]
show rsvp version - displays the RSVP version and timers
show rsvp neighbor detail - display the RSVP neighbor's in detail
show rsvp session detail - displays the current RSVP sessions in detail

http://www.juniper.net/documentation/en_US/junos15.1/topics/reference/command-summary/show-rsvp-session.html#jd0e1115

QUESTION 37
Which LDP message is used to transmit labels and forwarding equivalency class (FEC) information?

A. advertisement
B. discovery
C. notification
D. session

Correct Answer: A
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

Advertisement messages create, change, and delete label mappings for forwarding equivalence classes (FECs). Discovery messages announce and maintain the
presence of a router in a network. Notification messages provide advisory information and signal error information. Session messages establish, maintain, and
terminate sessions between LDP peers.

QUESTION 38
By default, which Junos routing table stores RSVP egress router information?

A. inet.1
B. inet.2
C. inet.3
D. inet.4

Correct Answer: C

http://www.gratisexam.com/
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The inet.3 routing table contains the host address of each LSPs egress router. This routing table is used on ingress routers to route packets to the destination
egress router. BGP uses the inet.3 routing table on the ingress router to help in resolving next-hop addresses.

http://www.juniper.net/documentation/en_US/junos15.1/topics/concept/mpls-routing-tables.html

QUESTION 39
An RSVP enabled router receives an RSVP reservation message for a new RSVP path. The router is unable to accommodate the reservation request.

Which action does the router take?

A. The router sends a ResvErr message to the upstream router.


B. The router sends a ResvErr message to the downstream router.
C. The router sends a ResvTear message to the upstream router.
D. The router sends a ResvTear message to the downstream router.

Correct Answer: B
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

RSVP uses unidirectional and simplex flows through the network to perform its function. The inbound router initiates an RSVP path message and sends it
downstream to the outbound router. The path message contains information about the resources needed for the connection. Each router along the path begins to
maintain information about a reservation.

When the path message reaches the outbound router, resource reservation begins. The outbound router sends a reservation message upstream to the inbound
router. Each router along the path receives the reservation message and sends it upstream, following the path of the original path message. When the inbound
router receives the reservation message, the unidirectional network path is established.

The resv message is sent from the receiver to the sender host along the reverse data path. At each node the IP destination address of the resv message will
change to the address of the next node on the reverse path and the IP source address to the address of the previous node address on the reverse path.

ResvTear messages remove reservation states along a path. These messages travel upstream toward senders of the session. In a sense, ResvTear messages
are the reverse of Resv messages. ResvTear messages typically are initiated by a receiver application or by a router when its reservation state times out.

http://www.gratisexam.com/
ResvErr messages travel downstream towards the appropriate receivers, routed hop-by-hop using the reservation state. At each hop, the IP destination address is
the unicast address of a next-hop node.

http://www.freesoft.org/CIE/RFC/2205/26.htm

QUESTION 40
What are two valid protocols used to signal VPLS in a network? (Choose two.)

A. RSVP
B. CCC
C. BGP
D. LDP

Correct Answer: CD
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

VPLS can use either BGP or LDP for signaling

QUESTION 41
By default, which router in an MPLS LSP removes the MPLS header?

A. penultimate router
B. egress router
C. ingress router
D. ultimate router

Correct Answer: A
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The penultimate pop router is the second to the last router in the MPLS LSP and by default it pop's the last MPLS label

http://www.gratisexam.com/
QUESTION 42
Which table will a Junos-based MPLS ingress router first consult to determine the next hop for BGP routes reachable through an LSP?

A. inet.1
B. mpls.0
C. inet.3
D. inet.0

Correct Answer: C
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The IGPs and BGP store their routing information in the inet.0 routing table, the main IP routing table. If the traffic-engineering bgp command is configured, thereby
allowing only BGP to use MPLS paths for forwarding traffic, MPLS path information is stored in a separate routing table, inet.3. Only BGP accesses the inet.3
routing table. BGP uses both inet.0 and inet.3 to resolve next-hop addresses. If the traffic-engineering bgp-igp command is configured, thereby allowing the IGPs to
use MPLS paths for forwarding traffic, MPLS path information is stored in the inet.0 routing table.

The inet.3 routing table contains the host address of each LSPs egress router. This routing table is used on ingress routers to route packets to the destination
egress router. BGP uses the inet.3 routing table on the ingress router to help in resolving next-hop addresses.

Generally, BGP selects next-hop entries in the inet.3 routing table because their preferences are always lower than OSPF and IS-IS next-hop preferences. When
you configure LSPs, you can override the default preference for MPLS LSPs, which might alter the next-hop selection process.

When BGP selects a next-hop entry from the inet.3 routing table, it installs that LSP into the forwarding table in the Packet Forwarding Engine, which causes
packets destined for that next hop to enter and travel along the LSP. If the LSP is removed or fails, the path is removed from the inet.3 routing table and from the
forwarding table, and BGP reverts to using a next hop from the inet.0 routing table.

http://www.juniper.net/documentation/en_US/junos14.2/topics/concept/mpls-routing-tables.html

QUESTION 43
You are asked to configure a new LSP in your network. The new LSP must take a specific path using a given set of routers.

What must you do to accomplish this task?

A. A named path must be defined and referenced as primary for the LSP.
B. A named path must be defined and referenced as preferred for the LSP.
C. A named path must be defined and given a low priority.

http://www.gratisexam.com/
D. A named path must be defined and given a high priority.

Correct Answer: A
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

To configure the path so that it follows a particular route, create a named path using the path statement, Then apply the named path by including the primary or
secondary statement.

The primary statement creates the primary path, which is the LSPs preferred path. The secondary statement creates an alternative path. If the primary path can no
longer reach the egress router, the alternative path is used.

http://www.juniper.net/documentation/en_US/junos12.3/topics/usage-guidelines/mpls-configuring-primary-and-secondary-lsps.html

QUESTION 44
You are asked to configure an MC-LAG, in active-active mode, between PE1 and PE2.

Which configuration is correct?

A. Option A
B. Option B
C. Option C
D. Option D

Correct Answer: D
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

Consider a sample topology in which a customer edge router, CE, is connected to two provider edge (PE) routers, PE1 and PE2, respectively. The two PE devices
each have a link aggregation group (LAG) connected to the CE device. The configured mode is active -active, meaning that both PE routers LAG ports are active
and carrying traffic at the same time. PE1 and PE2 are connected to a single service provider router, P.

In this example, the CE router is not aware that its aggregated Ethernet links are connected to two separate PE devices. The two PE devices each have a LAG
connected to the CE device. The configured mode is active-active, meaning that both PE routers LAG ports are active and carrying traffic at the same time.

http://www.gratisexam.com/
http://www.juniper.net/techpubs/en_US/junos13.3/topics/example/interfaces-active-active-bridging-mc-lag-scenario.html

QUESTION 45
Your customer requests that you provide a transparent Layer 2 service between two of their remote locations. This service must allow them to pass tagged traffic
from multiple VLANs. You decide to use Q-in-Q tunneling on the two provider edge MX Series routers that connect to the customer's CE devices.

Which two statements are true? (Choose two.)

http://www.gratisexam.com/

A. The CE-facing interfaces on the PE devices must be configured as trunk ports.


B. The CE-facing interfaces on the PE-devices must be configured as access ports.
C. The PE-facing interfaces on the CE devices must be configured as trunk ports.
D. The PE-facing interfaces on the CE devices must be configured as access ports.

Correct Answer: BC
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The CE-facing interfaces on the PE-devices must be configured as access ports.


http://www.juniper.net/documentation/en_US/junos15.1/topics/task/configuration/ccpe-mei-qinq-tunnel-pe-configure.html

QUESTION 46
An established RSVP-signaled LSP suffers a link failure. What is one action taken by the local RSVP-enabled router?

A. A PathTear message is sent downstream.


B. A PathErr message is sent upstream.
C. A PathErr message is sent downstream.
D. A PathTear message is sent upstream.

Correct Answer: A
Section: MPLS
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

PathTear messages are sent downstream and remove (tear down) path states as well as dependent reservation states in any routers along a path. PathTear
messages follow the same path as path messages. A PathTear typically is initiated by a sender application or by a router when its path state times out.

PathTear messages are not required, but they enhance network performance because they release network resources quickly. If PathTear messages are lost or
not generated, path states eventually time out when they are not refreshed, and the resources associated with the path are released.

QUESTION 47
Which two formats are valid route distinguisher formats? (Choose two.)

A. <MPLS label> : <VPN assigned number>


B. <autonomous system number> : <VPN assigned number>
C. <inbound interface index> : <VPN assigned number>
D. <loopback IP address> : <VPN assigned number>

Correct Answer: BD
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

route-distinguisher (as-number:number | ip-address:number);

as-number:numberas-number is an assigned AS number and number is any 2-byte for 4-byte value. The AS number can be from 1 through 4,294,967,295. If the
AS number is a 2-byte value, the administrative number is a 4-byte value. If the AS number is 4-byte value, the administrative number is a 2-byte value. A route
distinguisher consisting of a 4-byte AS number and a 2-byte administrative number is defined as a type 2 route distinguisher in RFC 4364 BGP/MPLS IP Virtual
Private Networks.

ip-address:numberip-address is an IP address in your assigned prefix range (a 4-byte value) and number is any 2-byte value.

https://www.juniper.net/techpubs/en_US/junos12.1/topics/reference/configuration-statement/route-distinguisher-edit-routing-instances.html

QUESTION 48
You are using RSVP in your network to signal MPLS LSPs. You are asked to ensure that the egress MPLS router receives the full label stack, containing both the
hop-by-hop and VPN label.

A. Use the set protocols mpls explicit-null command.


B. Use the set protocols mpls expand-loose-hop command.

http://www.gratisexam.com/
C. Use the set protocols rsvp keep-multiplier command.
D. Apply set protocols rsvp interface <:interface> no-aggregate to the egress interface.

Correct Answer: A
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

explicit-null advertises label 0 to the egress router of an LSP. Label 0 is the explicit NULL label, whereas label 3 is the implicit NULL label,

The implicit NULL label is the label that has a value of 3. An egress LSR assigns the implicit NULL label to a FEC if it does not want to assign a label to that FEC,
thus requesting the upstream LSR to perform a pop operation.

The use of implicit NULL at the end of an LSP is what causes the penultimate hop popping (PHP) router to POP the last label within the MPLS label static.

QUESTION 49
What is the role of the route distinguisher (RD) in a Layer 3 VPN?

A. The RD controls the allocation of MPLS labels within a VRF.


B. The RD allows different VRFs to contain the same IP prefixes.
C. The RD is used to create unique routing processes within the global routing instance.
D. The RD is used to control the import and export of routes within a VRF.

Correct Answer: B
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

A route distinguisher is an address qualifier used only within a single internet service provider's Multiprotocol Label Switching (MPLS) network. It is used to
distinguish the distinct virtual private network (VPN) routes of separate customers who connect to the provider.

The route distinguisher has only one purpose: to make IPv4 prefixes globally unique. It is not used for IP forwarding by the provider's core (non-edge) routers
(within the MPLS cloud), but it is used by the edge routers to identify which VPN a packet belongs to.

QUESTION 50
In a Junos device functioning as an MPLS transit router, which routing table is used when performing a forwarding lookup for an incoming packet?

http://www.gratisexam.com/
A. mpls.3
B. inet.0
C. inet.3
D. mpls.0

Correct Answer: D
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The IGPs and BGP store their routing information in the inet.0 routing table, the main IP routing table. If the traffic-engineering bgp command is configured, thereby
allowing only BGP to use MPLS paths for forwarding traffic, MPLS path information is stored in a separate routing table, inet.3. Only BGP accesses the inet.3
routing table. BGP uses both inet.0 and inet.3 to resolve next-hop addresses. If the traffic-engineering bgp-igp command is configured, thereby allowing the IGPs to
use MPLS paths for forwarding traffic, MPLS path information is stored in the inet.0 routing table.

The inet.3 routing table contains the host address of each LSPs egress router. This routing table is used on ingress routers to route packets to the destination
egress router. BGP uses the inet.3 routing table on the ingress router to help in resolving next-hop addresses.

MPLS also maintains an MPLS path routing table (mpls.0), which contains a list of the next label-switched router in each LSP. This routing table is used on transit
routers to route packets to the next router along an LSP.

When a transit or egress router receives an MPLS packet, information in the MPLS forwarding table is used to determine the next transit router in the LSP or to
determine that this router is the egress router.

http://www.juniper.net/documentation/en_US/junos15.1/topics/concept/mpls-routing-tables.html

QUESTION 51
Your customer requests that you provide a transparent Layer 2 service between two of their remote locations. This service must allow the customer to pass tagged
traffic from multiple VLANs. You decide to use Q-in-Q tunneling on the two provider edge MX Series routers that connect to the customer's CE devices.

Which two statements are true? (Choose two.)

A. As traffic leaves the Q-in-Q tunnel, the S-VLAN tag will be removed from the frames.
B. As traffic enters the Q-in-Q tunnel, an S-VLAN tag will be added to the frames.
C. As traffic enters the Q-in-Q tunnel, a C-VLAN tag will be added to the frames.
D. As traffic leaves the Q-in-Q tunnel, the C-VLAN tag will be removed from the frames.

Correct Answer: AB

http://www.gratisexam.com/
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

Q-in-Q tunneling allows service providers on Ethernet access networks to extend a Layer 2 Ethernet connection between two customer sites. Using Q-in-Q
tunneling, providers can also segregate or bundle customer traffic into fewer VLANs or different VLANs by adding another layer of 802.1Q tags. Q-in-Q tunneling is
useful when customers have overlapping VLAN IDs, because the customers 802.1Q (dot1Q) VLAN tags are prepended by the service VLAN (S-VLAN) tag. The
Juniper Networks Junos operating system (Junos OS) implementation of Q-in-Q tunneling supports the IEEE 802.1ad standard.

https://www.juniper.net/documentation/en_US/junos12.3/topics/concept/qinq-tunneling-ex-series.html

QUESTION 52
You are asked to establish an MPLS LSP between two sites. You are required to ensure the LSP traverses specific routers within your network. Which solution is
correct?

A. Enable traffic engineering within LDP and define the explicit route the LSP must follow.
B. Implement RSVP and define the explicit route the LSP must follow.
C. Enable traffic engineering within RSVP and define the explicit route the LSP must follow.
D. Implement LDP and define the explicit route the LSP must follow.

Correct Answer: B
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

On the ingress router, create an explicit-path LSP, and specify the transit routers between the ingress and egress routers. In this configuration, no constrained-path
computation is performed. For the primary path, all intermediate hops are strictly specified so that its route cannot change. The secondary path must travel through
router 14.1.1.1 first, then take whatever route is available to reach the destination. The remaining route taken by the secondary path is typically the shortest path
computed by the IGP.

http://www.juniper.net/documentation/en_US/junos15.1/topics/example/mpls-lsp-explicit-path-configuring.html

QUESTION 53
You are designing a new MPLS network that contains 1000 nodes. To provide for any-to-any connectivity for your customer base, you have decided to build a full
mesh of RSVP LSPs. You are concerned with scalability of the overall network and with the resources used by the devices. Which RSVP feature is used to
accomplish your design goals.

http://www.gratisexam.com/
A. authentication
B. fast reroute
C. hello interval
D. refresh reduction

Correct Answer: D
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The RSVP refresh reduction, based on RFC 2961, addresses the problem of scalability and reliability that result from relying on periodic refresh messages.

QUESTION 54
Your RSVP network is being designed to support end-to-end class of service (CoS) using best practices.

Which MPLS label should be advertised by the egress router in this situation?

A. 0
B. 1
C. 2
D. 3

Correct Answer: A
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

MPLS label 0, or explicit null, should be used so that the label is popped at the egress router.

QUESTION 55
Which statement is true about the operation of a Layer 3 VPN as defined in RFC 4364?

A. BGP is used for forwarding and MPLS is used for routing


B. LDP is used for routing and RSVP is used for forwarding
C. BGP is used for routing and MPLS is used for forwarding

http://www.gratisexam.com/
D. LDP is used for forwarding and MPLS is used for routing

Correct Answer: C
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

BGP is used for routing and MPLS is used for forwarding. LDP and RSVP can be used as the signaling protocol.

QUESTION 56
Which two RSVP messages are used to establish a new LSP? (Choose two.)

A. path
B. pathconfirm
C. Resv
D. ResvConfirm

Correct Answer: AC
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

RSVP path messages are sent downstream from the ingress router to the egress router. RSVP Resv messages are then sent upstream from the egress router to
the ingress router. The path messages contain information about resources needed, and the Resv messages reserve these resources.

QUESTION 57
By default, the Junos OS advertises which address(es) in LDP forwarding equivalency class (FEC) messages?

A. all device addresses


B. all transit interfaces
C. the loopback address
D. the primary transit interface address

Correct Answer: C
Section: MPLS
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

By default, the loopback address is advertised in the FEC.

QUESTION 58
Which label operation is performed by an MPLS transit router?

A. pop
B. push
C. replace
D. swap

Correct Answer: D
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The swap operation removes an existing MPLS label from an IP packet and replaces it with an new MPLS label.

QUESTION 59
Where does the Junos OS place an MPLS header in a data packet?

A. before the Layer 2 header


B. encoded within the Layer 2 header
C. before the Layer 3 header
D. after the Layer 3 header

Correct Answer: C
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The MPLS header is placed before the Layer 3 header.

http://www.gratisexam.com/
QUESTION 60
You have configured refresh reduction in your RSVP network but you suspect that some of the Junos devices are not correctly operating in that mode. Which
operational mode command can be used to view the refresh messages sent and received?

http://www.gratisexam.com/

A. show rsvp interface


B. show rsvp version
C. show rsvp neighbor detail
D. show rsvp session detail

Correct Answer: C
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The command "show rsvp neighbor detail" provides information about refresh reduction.

QUESTION 61
Which two statements are correct about provider-provisioned Layer 3 VPNs? (Choose two.)

A. PE routers maintain forwarding tables for each customer VPN


B. PE routers offer a Layer 2 circuit to each CE device
C. PE routers and CE routers participate in conventional IP routing
D. PE routers exchange VPN traffic through their internal routing protocols

Correct Answer: AC
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

Each routing instance you created on the PE will create a separate table. PE routers and CE routers participate in conventional IP routing, each using a dynamic or
static routing protocol

http://www.gratisexam.com/
QUESTION 62
Your customer needs to communicate between four remote sites using Ethernet and would like to maintain IP reachability between devices using a single /24
network. The customer will need to use ARP from one site to another.

Which solution will meet these requirements?

A. a Layer 2 VPN
B. a Layer 2 circuit
C. a virtual private LAN service (VPLS)
D. a Layer 3 VPN as defined in RFC 4364

Correct Answer: C
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

VPLS is an Ethernet-based point-to-multipoint L2VPN, whereas a Layer 2 VPN or Layer 2 circuit is a point-to-point L2VPN.

QUESTION 63
Which statement is true about the operation of a Layer 2 VPN?

A. The service provider will use a routing protocol from the PE to CE


B. A Layer 2 VPN transports packets based on Data Link Layer headers
C. Layer 2 VPNs cannot transport Layer 3 protocol information
D. VPN signaling will be performed by RSVP

Correct Answer: B
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The PE and CE do not exchange routing information, and therefore Layer 2 information is used to transport the traffic. CEs can establish protocols such as OSPF
over the L2VPN.

QUESTION 64

http://www.gratisexam.com/
Customers complain that they cannot reach remote sites. You notice that your VPN routes are hidden on PE routers and you suspect that a labe-switched path
(LSP) is down.

Which command will confirm MPLS reachability to a remote PE?

A. show route table mpls.0


B. show route table inet.3
C. show route protocol bgp terse
D. show route protocol mpls

Correct Answer: B
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

MPLS is used for forwarding, so there must be a next hop in inet.3. This table stores the egress address of an MPLS label-switched path (LSP), the LSP name, and
the outgoing interface name. This routing table is sued only when the local device is the ingress node to an LSP.

QUESTION 65
An RSVP LSP in your network is not operational and you suspect that the "family mpls" statement was omitted from the device configuration.

Which operational mode command will help you to verify your suspicions?

A. show interface terse


B. show mpls lsp
C. show rsvp session
D. show rsvp interface

Correct Answer: A
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The "show interfaces terse" command will show you which families are configured.

QUESTION 66

http://www.gratisexam.com/
Which statement is true about the operation of a Layer 3 VPN as defined in RFC 4364?

A. The majority of the configuration is performed on the service provider's PE routers


B. The majority of the configuration is performed on the service provider's P routers
C. The majority of the configuration is performed on the customer's CE routers
D. The majority of the configuration is performed on the customer's PE routers

Correct Answer: A
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The routing-instance configuration for the L3VPN is performed on the PE's which is the majority of the configuration

QUESTION 67
In your network, you have two LDP routers connected across four physical interfaces. You also have enabled LDP to separate on all four of those interfaces.

What is the resulting outcome of your configuration between those two devices?

A. One session is built across one neighbor relationship


B. One session is built across four neighbor relationships
C. Four sessions are built across one neighbor relationship
D. Four sessions are built across four neighbor relationships

Correct Answer: B
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

One LDP session is established across the four interfaces

QUESTION 68
You are troubleshooting the status of an RSVP LSP and the output of the "show mpls interface" command is blank.

Which statements describes the reason for the blank output?

http://www.gratisexam.com/
A. Authentication was not configured on the local interface
B. "family mpls" was not configured on the logical interface
C. No configuration was added to the [edit protocols mpls] hierarchy
D. No configuration was added to the [edit protocol rsvp] hierarchy

Correct Answer: C
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

You must add the mpls configuration within the [edit protocols mpls] hierarchy.

Example

configure
set protocols mpls interface ge-1/1/0.0
commit and-quit

QUESTION 69
Your global MPLS network is using LDP end-to-end across 5000 nodes. Within the core of the network, you are tunneling LDP across an RSVP core.

When an MPLS packet reaches the ingress RSVP router, which label operation is performed?

A. push
B. double push
C. pop and push
D. swap and push

Correct Answer: D
Section: MPLS
Explanation

Explanation/Reference:
Explanation

When an MPLS packet reaches the ingress RSVP router, it swaps the LDP label that is on top of the stack and pushes an RSVP label onto the top of the stack so
that the packet can now be switched by the RSVP LSP.

http://www.gratisexam.com/
QUESTION 70
Your network is using the Junos default MPLS settings.

Which label operation is performed by penultimate router?

http://www.gratisexam.com/

A. pop
B. push
C. replace
D. swap

Correct Answer: A
Section: MPLS
Explanation

Explanation/Reference:
Explanation:

The pop operation removes a label from the beginning of the packet. Once the label is removed, the TTL is copied from the label into the IP packet header, and the
underlying IP packet is forwarded as a native IP packet.

http://www.gratisexam.com/
Protocol Independant Routing

QUESTION 1
--Exhibit--

[edit policy-options]
user@router# show

policy-statement load-balance {
from {
route-filter 10.243.0.0/24 exact;
route-filter 10.224.1.0/24 exact;
}
then {
load-balance per-packet;
}
}

Click the Exhibit button.

You have been asked to configure per-packet load balancing. Referring to the exhibit, which configuration correctly applies the load-balancing policy?

http://www.gratisexam.com/

A. [edit routing-options]
user@router# show
forwarding-options {
export load-balance;
}
B. [edit routing-options]
user@router# show
static {
export load-balance;
}
C. [edit routing-options]
user@router# show
forwarding-table {
export load-balance;

http://www.gratisexam.com/
}
D. [edit routing-options]
user@router# show
routing-table {
export load-balance;
}

Correct Answer: C
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

QUESTION 2
[edit]
user@router# show routing-options

rib-groups {
test {
import-rib [ walter.inet.0 nancy.inet.0 ];
}
}

Click the Exhibit button.

Referring to the exhibit, what is the result of the RIB group configuration?

A. All routes from the walter.inet.0 and the nancy.inet.0 routing tables will be imported into the default master routing instance.
B. Routes from the walter.inet.0 routing table will be imported into the nancy.inet.0 routing table.
C. All routes will be shared between the walter.inet.0 and the nancy.inet.0 routing tables.
D. Routes from the nancy.inet.0 routing table will be imported into the walter.inet.0 routing table.

Correct Answer: B
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

A RIB group is a way to have a routing protocol, in most cases, place information in multiple route tables. Within the Junos software configuration language, RIB

http://www.gratisexam.com/
groups must first be defined, before being applied.

The format of the import-rib statement in a RIB group is:

routing-option {
rib-group {
<rib-group name> {
import-rib [ source-routing table destination routing table1 destination routing table2 ......... ]

https://kb.juniper.net/InfoCenter/index?page=content&id=kb16133&actp=search

QUESTION 3
You are logged into a router and have navigated to the [edit routing-options] level of the hierarchy. You have been asked to create a static route that will use
10.10.10.1 as its primary next-hop and 10.10.10.5 as its secondary next-hop.

Which command correctly configures this scenario?

A. set static route 8/8 10.10.10.1 qualified-next-hop 10.10.10.5 pref 10


B. set static route 8/8 next-hop 10.10.10.1 secondary-next-hop 10.10.10.5 preference 10
C. set static route 8/8 next-hop 10.10.10.1 qualified-next-hop 10.10.10.5 preference 10
D. set static route 8/8 next-hop [10.10.10.1 10.10.10.5] pref 10

Correct Answer: C
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

"set static route 8/8 next-hop 10.10.10.1 qualified-next-hop 10.10.10.5 preference 10", uses the correct syntax to configure a static route that will use 10.10.10.1,
with a default route preference of 5, as its primary next hop, and 10.10.10.5 as an alternate next hop, with a configured route preference value of 10. The next hop
with the lowest route preference will then be selected as the primary route. In this scenario it would be 10.10.10.1 with a default route preference of 5.

QUESTION 4
Which Junos operational mode command is used to verify that load balancing is working as expected?

A. show route all


B. show route extensive
C. show route balancing
D. show route forwarding-table

http://www.gratisexam.com/
Correct Answer: D
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

The command "show route forwarding-table" is used to verify that load balancing is working. Under the "Type" column in the output look for the value "ulst", which
indicates a list of unicast next hops.

QUESTION 5
You are logged into a router and have navigated to the [edit routing-options] level of the hierarchy. You have been asked to create a static route that will use
43.18.7.1 as its primary next-hop and 76.13.10.2 as its secondary next-hop.

Which command correctly configures this setup?

A. set static route 0/0 76.13.10.2 qualified-next-hop 43.18.7.1 pref 10


B. set static route 0/0 next-hop 43.18.7.1 secondary-next-hop 76.13.10.2 preference 10
C. set static route 0/0 next-hop [76.13.10.2 10.10.10.5] pref 10
D. set static route 0/0 next-hop 43.18.7.1 qualified-next-hop 76.13.10.2 preference 10

Correct Answer: D
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

Answer "set static route 0/0 next-hop 43.18.7.1 qualified-next-hop 76.13.10.2 preference 10" uses the correct syntax to configure a static route that will use
43.18.7.1, with a default route preference of 5, as its primary next hop, and 76.13.10.2 as an alternate next hop, with a configured route preference value of 10. The
next hop with the lowest route preference will then be selected as the primary route. In this scenario, it would be 43.18.7.1 with a default route preference of 5.

QUESTION 6
You have been asked to define a default gateway for traffic leaving a router. This route should use interface so-0/0/0 as its next-hop. Which type of route would be
suited for this scenario?

A. a static route
B. a generated route
C. a martian route

http://www.gratisexam.com/
D. an aggregate route

Correct Answer: A
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

You should use a static route for this scenario. Generated and aggregate routes are single routes that represent a group of more specific routes. The Junos OS can
define address ranges that should not be globally routed in the Internet. These routes are called martian routes.

QUESTION 7
--Exhibit--

policy-options {
policy-statement load-balance {
from {
route-filter 10.0.0.0/8 orlonger;
route-filter 172.16.0.0/12 orlonger;
route-filter 192.168.0.0/16 orlonger;
then {
load-balance per-packet;
}
}
}

Click the Exhibit button

When the Junos configuration shown in the exhibit is applied to the router, which routes in the forwarding table will begin load-balancing packet flows?

A. all routes in the forwarding table


B. all OSPF routes in the forwarding table
C. all BGP routes in the forwarding table
D. all RFC 1918 routes in the forwarding table

Correct Answer: D
Section: Protocol Independant Routing
Explanation

Explanation/Reference:

http://www.gratisexam.com/
Explanation:

All of the routes in the "from" statement of the policy are RFC 1918 routes. So in this scenario, the device would load-balance all RFC 1918 routes in the forwarding
table.

QUESTION 8
Under which Junos configuration hierarchy is a load-balancing policy applied?

A. [edit routing-options family inet]


B. [edit forwarding-options family inet]
C. [edit routing-options forwarding-table]
D. [edit forwarding-options forwarding-table]

Correct Answer: C
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

On a Junos device, a load-balancing policy is applied under the [edit routing-options forwarding-table] hierarchy. Keep in mind that a load-balancing policy affects
only the local device's forwarding behavior. To have all devices in the network load balance, you must create and apply a similar policy on each device.

QUESTION 9
How many equal-cost paths can be assigned to a single route in the Junos OS?

A. 4
B. 16
C. 32
D. 64

Correct Answer: B
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

On Juniper Networks security devices, the maximum number of next-hop addresses in an ECMP set that can be installed in the forwarding table is 16. If there are
more than 16 next-hop addresses in an ECMP set, only the first 16 addresses are used.

http://www.gratisexam.com/
http://www.juniper.net/techpubs/en_US/junos15.1/topics/concept/routing-policy-security-ecmp-flow-based-forwarding-understanding.html

QUESTION 10
In your network, you have two LDP routers connected across four physical interfaces. You have also enabled LDP to operate on all four of those interfaces. What is
the resulting outcome of your configuration between those two routers?

A. One session is built across one neighbor relationship


B. One session is built across four neighbor relationships
C. Four sessions are built across one neighbor relationship
D. Four sessions are built across four neighbor relationships

Correct Answer: B
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

QUESTION 11
By default, which three criteria are used by the Junos load-balancing algorithm to determine a traffic flow? (Choose three.)

A. protocol
B. source port
C. destination port
D. source address
E. destination address

Correct Answer: ADE


Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

The tree criteria used by the Junos load-balancing algorithm to determine flow are protocol, source address, and destination address. The fourth parameter is the
incoming interface index. The Junos OS also allows you to add Layer 3 and Layer 4 port data to determine flow. By default, IPv6 packets are automatically load-
balanced based on Layer 3 and Layer 4 information and traffic class.

QUESTION 12

http://www.gratisexam.com/
Which two statements reflect benefits of performing per-flow load balancing over per-packet load balancing? (Choose two.)

A. All physical links in the network are used equally.


B. Packets arrive at the destination in the order they were sent.
C. Provides easier implementation of class of service policies.
D. Allows the destination host to re-order packets and increase performance.

Correct Answer: BC
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

Unlike per-packet load balancing, per-flow load balancing maintains individual flow between end stations. This results in a number of benefits, such as the packets
generally arriving at the destination in the order in which they were sent, thereby eliminating the need for the receiving device to reorder packets. In addition,
because similar traffic uses the same path through the network, network-wide policies such as class of service (CoS) are easier to implement.

QUESTION 13
You have been asked to identify what the contributing routes are for route 204.7.15/21. Which command will show this information?

A. show route 204.7.15/21


B. show route 204.7.15/21 extended
C. show route 204.7.15/21 exact summary
D. show route 204.7.15/21 detail

Correct Answer: D
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

The command "show route 2014.7.15/21 detail" will identify the contributing routes for prefix 204.7.15/21. The command "show route 204.7.15/21" defaults to the
brief level of information and will not show you contributing routes. Answers B and C are incorrect because of syntax and invalid options.

QUESTION 14
When displaying the forwarding table, which designation indicates that load balancing is working correctly?

A. ucst

http://www.gratisexam.com/
B. msct
C. ulst
D. mlst

Correct Answer: C
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

You can use the command "show route forwarding-table" to check load balancing. The "ulst" forwarding table designation is used to indicate that load balancing is
working correctly. The "ulst" value indicates a list of unicast next hops. A packet sent to this next hop goes to any next hop in the list.

QUESTION 15
Click the Exhibit button.

From the output shown in the exhibit, what would happen to a packet destined for address 172.29.3.5?

A. The address is not in the aggregate range; the packet is sent to the Routing Engine.
B. The address is in the aggregate range; the packet will be silently dropped.
C. The address is not in the aggregate range; the packet will be forwarded.

http://www.gratisexam.com/
D. The address is in the aggregate range; the packet will be dropped.

Correct Answer: D
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

Although the destination address associated with 172.29.3.5 matches the aggregate route, it does not match any of the contributing routes for the aggregate route.
Because 172.29.3.5 does not match any of the contributing routes, the software drops the packet and generates and sends ICMP network unreachable messages
back to the source device. The described behavior assumes the default next-hop type of reject.

QUESTION 16
You are logged into a router and have navigated to the [edit routing-options] level of the hierarchy. You have been asked to create a static route that will use
43.18.7.1 as its primary next-hop and 76.13.10.2 as its secondary next-hop.

Which command correctly configures this setup?

A. set static route 0/0 76.13.10.2 qualified-next-hop 43.18.7.1 pref 10


B. set static route 0/0 next-hop 43.18.7.1 secondary-next-hop 76.13.10.2 preference 10
C. set static route 0/0 next-hop [76.13.10.2 10.10.10.5] pref 10
D. set static route 0/0 next-hop 43.18.7.1 qualified-next-hop 76.13.10.2 preference 10

Correct Answer: D
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

QUESTION 17
You are logged into a router and have navigated to the [edit routing-options] level of the hierarchy. You have been asked to define an aggregate route for
172.30/16. Which command correctly configures this setup?

A. set summary route 172.30/16


B. set aggregate route 172.30/16
C. set route aggregate 172.30/16
D. set route summary 172.30/16

http://www.gratisexam.com/
Correct Answer: B
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

QUESTION 18

Click the Exhibit button.

You work for the regional Internet service provider shown in the exhibit. You have a partial BGP table and are receiving a 10.100/16 route from your upstream ISP.
You have been asked to configure a default route that can be sent to your downstream customer. This route should forward customer traffic toward your upstream
Tier 1 ISP as long as the 10.100/16 route is present.

What would accomplish this goal?

A. Create and announce an aggregate default route.


B. Create and announce a static default route with a next-hop of discard.
C. Create and announce a static default route with a next-hop of reject.
D. Create and announce a generated default route.

Correct Answer: D
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

Based on this scenario, you should create a generated default route. The generated default route receives the next hop of the primary contributing route of
10.100/16 from teh ISP as long as the route is present.

http://www.gratisexam.com/
QUESTION 19
You have three aggregate routes all with the same route preference. What is the second parameter used to determine the active route?

A. lowest metric value


B. secondary route preference
C. highest metric value
D. lowest community value

Correct Answer: B
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

The Junos OS provides support for alternate and tiebreaker preferences, and some of the routing protocols, including BGP and label switching, use these
additional preferences. With these protocols, you can specify a primary route preference (by including the preference statement in the configuration), and a
secondary preference that is used as a tiebreaker (by including the preference2 statement). You can also mark route preferences with additional route tiebreaker
information by specifying a color and a tiebreaker color (by including the color and the tiebreaker color2 statements in the configuration).color and color2 statements
are even finer-grained preference values that Junos OS uses when preference and preference2 statements fail to break the tie during route selection.

http://www.juniper.net/documentation/en_US/junos14.2/topics/concept/routing-protocols-route-preferences-overview.html

QUESTION 20
Which two statements are correct about a generated route? (Choose two.)

A. A generated route requires at least two contributing active routes to be active.


B. A generated route has a route preference of 150.
C. The primary contributing route is the route with the lowest preference that falls within the aggregate range of prefixes.
D. A generated route receives the next hop for the primary contributing route.

Correct Answer: CD
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

QUESTION 21
Exhibit

http://www.gratisexam.com/
10.10.14.0/24
10.10.15.0/24
10.10.16.0/24
10.10.17.0/24

Which aggregate route would represent all four routes shown in the exhibit?

A. 10.10.0.0/19
B. 10.10.0.0/21
C. 10.10.0.0/20
D. 10.10.0.0/22

Correct Answer: A
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

QUESTION 22
Click the Exhibit button.

[edit routing-options]
user@host# show
rib-groups {
test {
import-rib [inet.0 user-a.inet.0];
}
}

Referring to the exhibit, which two statements are correct? (Choose two.)

A. The routes in inet.0 are imported into user-a.inet.0


B. The RIB group can be applied to OSPF.
C. The RIB group cannot be applied to OSPF.
D. The routes in user-a.inet.0 are imported into inet.0

Correct Answer: AB
Section: Protocol Independant Routing

http://www.gratisexam.com/
Explanation

Explanation/Reference:
Explanation:

QUESTION 23
Click the Exhibit button.

[edit]
user@host# show routing-options
static {
route 172.29.0.0/24 {
next-hop 172.15.27.1;
no-readvertise;
}
route 172.28.0.0/24 next-hop 172.15.27.1;
route 172.29.0.0/16 next-hop 172.15.27.1;
route 172.29.0.0/17 next-hop 172.15.27.1;
route 172.29.0.0/8 next-hop 172.15.27.1;
}
}

[edit]
user@host# show policy-options
policy-statement export-static-to-ospf {
term match-key-static-routes {
from {
protocol static;
route-filter 172.29.0.0/16 longer;
}
then accept;
}
}

Referring to the exhibit, which static route will be exported into OSPF?

A. 172.29.0.0/16
B. 172.29.0.0/17
C. 172.28.0.0/24
D. 172.29.0.0/24

http://www.gratisexam.com/
Correct Answer: D
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

QUESTION 24
A Junos device has a route in the inet.0 routing table with four valid physical next hops assigned to it.

By default, how many next hops are entered into the forwarding table?

A. 1
B. 4
C. 8
D. 16

Correct Answer: A
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

By default, the Junos OS randomly selects one next hop to enter into the forwarding table. You can alter this behavior by using a policy.

QUESTION 25
You have been asked to identify the contributing prefixes for aggregate route 181.77.5/24. Which command will display this information?

A. show route 181.77.5/24 detail


B. show route 181.77.5/24
C. show route 181.77.5/24 exact summary
D. show route 181.77.5/24 extended

Correct Answer: A
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

http://www.gratisexam.com/
The command "show route 181.77.5/24 detail" will display the contributing routes for route 181.77.5/24

QUESTION 26
Click the Exhibit button

policy-options {
policy-statement load-balance {
then {
load-balance per-packet;
}
}
}

When the configuration shown in the exhibit is applied, which routes in the forwarding table will begin load-balancing packet flows?

A. all routes in the forwarding table


B. all OSPF routes in the forwarding table
C. all BGP routes in the forwarding table
D. all RFC 1918 routes in the forwarding table

Correct Answer: A
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

Because the policy in the exhibit has no from statement, all routes in the forwarding table match the policy. Note that the "load-balancing per-packet" statement
actually means load balance per flow on modern Junos devices.

QUESTION 27
Your Junos device has a route in the inet.0 routing table with four valid physical next hops assigned to it.

Which to events prompt an update to the information in the forwarding table for this route? (Choose two.)

A. A fifth physical next hop is added to the route


B. A configuration change is committed on the device
C. A packet is forwarded towards the route destination
D. One of the four physical next hops is removed from the route

http://www.gratisexam.com/
Correct Answer: AD
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

Forwarding table information will be updated for this route when a fifth physical next hop is added to the route, or when one of the four physical next hops is
removed from the route.

QUESTION 28
By default, which load-balancing algorithm does the Junos OS use for BGP routes?

A. per-flow
B. per-prefix
C. per-packet
D. per-neighbor

Correct Answer: B
Section: Protocol Independant Routing
Explanation

Explanation/Reference:
Explanation:

By default, the Junos OS uses per-prefix load balancing for BGP routes.

QUESTION 29
From the [edit routing-options] hierarchy, which command correctly configures an aggregate route for 64.18.128/17

A. set aggregate route 64.18.128/17


B. set summary route 64.18.128/17
C. set route aggregate 64.18.128/17
D. set route summary 64.18.128/17

Correct Answer: A
Section: Protocol Independant Routing
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

The set aggregate route 64.18.128/17 command correctly defines an aggregate route for 64.18.128/17. The default next hop for aggregate routes is reject, which
sends an ICMP unreachable message when incoming traffic does not match one of the contributing routes.

QUESTION 30
Exhibit

[edit]
user@router# show routing-options
static {
router 0.0.0.0/0 {
next hop 10.10.10.1;
qualified-next hop 10.10.10.2 {
preference 6;
}
}
}
aggregate {
route 0.0.0.0/0;
}
generate {
route 0.0.0.0/0;
}

Based on the exhibit, how will traffic using the 0.0.0.0 route exit the device?

http://www.gratisexam.com/

A. It will use the next hop 10.10.10.2 when available


B. It will use the next hop 10.10.10.1 when available
C. It will use the next hop of the generated route
D. It will use the next hop of the aggregate route

Correct Answer: B
Section: Protocol Independant Routing
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

Based on the exhibit, all traffic using the 0.0.0.0 route will exit the device using the route with the lowest route preference. In this case it is the static route 0.0.0.0
with a next hop of 10.10.10.1, which has the default route preference of 5.

http://www.gratisexam.com/
OSPF

QUESTION 1
Which OSPF LSA type is sent from the ABR to describe an ASBR that is in an area to which it is connected?

A. Type 7
B. Type 5
C. Type 4

http://www.gratisexam.com/
D. Type 3

Correct Answer: C
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 2
What are two functions of an OSPF BDR? (Choose two.)

A. The BDR advertises link-state information with all other OSPF routers on the segment.
B. The BDR forms an adjacency with all other OSPF routers on the segment.
C. The BDR is ready to assume the role of the DR device if it fails.
D. The BDR functions can be distributed to the DR device on the segment.

Correct Answer: BC
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 3
Which OSPF adjacency state is reached when a hello packet has been sent, but bidirectional communication has not been established?

http://www.gratisexam.com/
A. Down
B. Init
C. 2-way
D. ExStart

Correct Answer: B
Section: OSPF
Explanation

Explanation/Reference:

QUESTION 4
What is a reason for an OSPF router to display a designated router ID of 0.0.0.0?

A. The MTU is mismatched.


B. The subnet mask is mismatched.
C. The interface type is point-to-point.
D. The interface type is broadcast.

Correct Answer: C
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 5
Which two OSPF areas allow external routes? (Choose two.)

A. backbone area
B. not-so-stubby area
C. stub area
D. totally stubby area

Correct Answer: AB
Section: OSPF
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

QUESTION 6
Which LSA packet types are originated only by an OSPF ABR router?

A. Type 2 and Type 3


B. Type 3 and Type 4
C. Type 5 and Type 6
D. Type 6 and Type 7

Correct Answer: B
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 7
In an OSPF environment, which two configuration parameters are used to determine which router is the DR? (Choose two.)

A. The router with the highest priority


B. The router with the lowest priority
C. The router with the highest RID
D. The router with the lowest RID

Correct Answer: AC
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 8
You have entered the show ospf route command and see routes with a metric type of EXT2.

What does this indicate?

A. These routes are OSPF interarea routes.


B. These routes have been redistributed into OSPF and are using a Type 2 metric.

http://www.gratisexam.com/
C. These routes are preferred over the same routes with an EXT1 metric.
D. These routes are OSPF intra-area routes.

Correct Answer: B
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 9
You want to verify the frequency and type of SPF calculations on your JunOS device.

Which command displays this information?

A. show ospf database | match log


B. show spf log
C. show ospf log
D. show ospf statistics

Correct Answer: C
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 10
You are troubleshooting an OSPF adjacency that is stuck in the ExStart state.

What would be the correct step to resolve the problem?

A. Look for a mismatched IP subnet or mask.


B. Determine whether the neighbor is a DR-Other.
C. Determine whether the hello and dead intervals are the same on both sides.
D. Review the MTU settings to ensure that they match.

Correct Answer: D
Section: OSPF
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

QUESTION 11
You are asked to redistribute routes into OSPF.

Which action accomplishes this task?

A. Create a redistribution policy and apply it as an export policy under the [edit protocols ospf area] hierarchy.
B. Create a redistribution policy and apply it as an import policy in the [edit protocols ospf] hierarchy.
C. Create a redistribution policy and apply it as an import or an export policy in the [edit protocols ospf] hierarchy.
D. Create a redistribution policy and apply it as an export policy in the [edit protocols ospf] hierarchy.

Correct Answer: D
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 12
You are configuring OSPF on a Junos device; however, you have not configured a router ID.

What is the default behavior in this situation?

A. If the loopback is configured with a 127/8 address, it will be used.


B. If the loopback is not configured, it will use the interface with the highest IP address.
C. If the loopback is configured and does not have a usable address, the IP address associated with the first hardware interface is used.
D. If you configure a dedicated management address and include that interface in OSPF, it will be used as the router ID.

Correct Answer: C
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 13
-- Exhibit --

http://www.gratisexam.com/
user@router> show route 0/0 exact detail

inet.0: 14 destinations, 14 routes (14 active, 0 holddown, 0 hidden)


0.0.0.0/0 (1 entry, 1 announced)
*Aggregate Preference. 130
Next hop type. Router, Next hop index:
Next-hop reference count: 4
Next hop: 172.30.25.1 via ge-0/0/1.100, selected
State.
Local AS: 65400
Age. 1:03:46
Task: Aggregate
Announcement bits (2): 0-KRT 2-OSPF
AS path: I
Flags: Generate Depth: 0 Active
Contributing Routes (1):
10.0.0.0/16 proto BGP

Click the Exhibit button.

You are advertising the route in the exhibit to your OSPF neighbors.

What happens if the 10.0.0.0/16 route is unavailable?

A. The default route will remain active and will "blackhole" all traffic from your OSPF peers.
B. The default route will become unavailable and will no longer be advertised to your OSPF peers.
C. The default route will remain active and will continue to be advertised to your OSPF peers.
D. The default route will become unavailable and will continue to be advertised to your OSPF peers.

Correct Answer: B
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 14
-- Exhibit --

interfaces {

http://www.gratisexam.com/
ge-1/0/3 {
unit 0 {
family inet {
address 192.168.1.1/30;
}
}
}
ge-1/1/0 {
unit 0 {
family inet {
address 10.100.10.1/30;
}
}
}
fxp0 {
unit 0 {
family inet {
address 10.2.1.13/28;
}
}
}
lo0 {
unit 0 {
family inet {
address 10.100.1.1/32;
address 127.0.0.1/32;
}
}
}
}
protocols {
ospf {
area 0.0.0.0 {
interface ge-1/0/3.0;
interface ge-1/1/0.0;
}
}
}

The router was just powered on.

Referring to the exhibit, what is the OSPF RID?

http://www.gratisexam.com/
A. 192.168.1.1
B. 10.100.1.1
C. 127.0.0.1
D. 10.2.1.13

Correct Answer: B
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 15
You must configure an OSPF area that does not accept type 3 link-state advertisements (LSAs) from area 0 (other than the default route) You have configured your
area to be stub, but you still see type 3 LSAs.

What will account for this behavior?

A. You should have configured your area as totally stubby


B. You should have used a not-so-stubby-area
C. You are experiencing a routing loop
D. You have exported routes into OSPF

Correct Answer: A
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

A totally stubby area is a stub area that receives only the default route from the backbone. ABRs do not flood LSA types 3, 4, or 5 into totally stubby areas.

QUESTION 16
Router A is an OSPF router connected to both Area 0 and Area 1 Area 1 has been configured as a stub area Which two LSA types does Router A suppress from
Area 1 ?

A. Router LSA
B. External LSA

http://www.gratisexam.com/
C. Summary LSA
D. ASBR Summary LSA

Correct Answer: BD
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 17
Click the Exhibit button

In the exhibit, OSPF routers R1, R2, R3, and R4 come up, in order, at 1-minute intervals

Which router will be the designated router?.

A. R1
B. R2
C. R3
D. R4

Correct Answer: A
Section: OSPF

http://www.gratisexam.com/
Explanation

Explanation/Reference:
Explanation:

The election of the very first designated router on a segment occurs within 40 seconds of the first device transmitting a hello packet. This wait time is honored every
time an election is held. When multiple devices boot within these 40 seconds the one with the higher priority will become the DR.

QUESTION 18
Click the Exhibit button

In the exhibit, how many full OSPF adjacencies will R3 have?

A. 0
B. 1
C. 2
D. 3

Correct Answer: C
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

http://www.gratisexam.com/
DROther devices form a full state adjacency with both the DR and BDR. DROther devices form the two-way neighbor state with all other DROther devices.

QUESTION 19
You want to configure support for an IPv6 environment In which hierarchy would you configure an OSPF area?

A. [edit protocols ospf-v6]


B. [edit protocols ipv6-ospf]
C. [edit protocols ipv6]
D. [edit protocols ospf3]

Correct Answer: D
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

A Junos device supports OSPFv3 configuration at the [edit protocols ospf3] hierarchy level. OSPFv3 supports both IPv4 and IPv6.

QUESTION 20
Which three functions are performed by an OSPF area border router (ABR)? (Choose three)

A. flooding Summary LSAs to connected areas


B. flooding ASBR Summary LSAs to connected areas
C. generating all Router LSAs for connected neighbors
D. performing summarization on routes headed to Area 0
E. flooding NSSA External LSAs to Area 0

Correct Answer: ABD


Section: OSPF
Explanation

Explanation/Reference:
Explanation:

Summary LSAs describe IP prefixes learned from router and network LSAs. These LSAs are sent by the ABR attached to the area from where the prefix
information was learned and sent to other OSPF areas (nterarea).

ASBR summary LSAs describe the router ID of ASBRs located in remote areas. These LSAs are sent by the ABR attached to the area in which the ASBR is
located to other OSPF areas (interarea).

http://www.gratisexam.com/
In addition to adding new OSPF areas that restrict LSA flooding, you can also perform route summarization on the borders between OSPF areas.

http://www.gratisexam.com/

QUESTION 21
Your area border router (ABR) receives type 1.2 and 5 link-state advertisements (LSAs) from a non-backbone area.

What would the ABR do with the information learned from the non-backbone area?

A. The ABR will generate type 2 and 3 LSAs and flood type 5 LSAs to the backbone area
B. The ABR will generate only type 3 LSAs and flood only type 5 LSAs to the backbone area
C. The ABR will generate type 3 and 4 LSAs. And flood type 5 LSAs to the backbone area
D. The ABR will generate only type 4 LSAs and flood only type 5 LSAs to the backbone area

Correct Answer: C
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 22
After configuring OSPF between two routers you check for an adjacency. You see that the adjacencies are not coming up on an Ethernet segment.

What are two reasons that would cause this situation? (Choose two)

A. You have a mismatched IP subnet/mask


B. Your hello timer intervals are mismatched
C. You are not using the same Junos version on each side
D. You priority values are mismatched

Correct Answer: AB
Section: OSPF
Explanation

Explanation/Reference:

http://www.gratisexam.com/
Explanation:

Fields in the OSPF hello packet that must match to form an adjacency include:

- Hello Interval
- Dead Interval
- Network Mask (on broadcast media only)
- Options (such as authentication settings, etc.)

QUESTION 23
What is contained in an IS-IS CSNP message?

A. all of the headers of the LSPs in a router's link-state database


B. all of the IP routes in a router's link-state database
C. all of the IP routes in a router's routing table
D. all of the LSPs in a router's link-state database

Correct Answer: A
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 24
Click the Exhibit button

http://www.gratisexam.com/
Given the OSPF network topology shown in the exhibit, you would like to inject external (non-OSPF) routes into the network on Router D

Which two OSPF area types will support this configuration? (Choose two)

A. stub area
B. totally stubby area
C. not-so-stubby area
D. non-backbone area

Correct Answer: CD
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

Any normal area (non-stub), allows the presence of AS external LSAs. A not-so-stubby-area (NSSA) allows external routes to be flooded within the area as well.

QUESTION 25
--Exhibit--

2bfc:0000:0000:0000:0217:cbff:fe8c:5c85
2bfc::0217:cbff:fe8c:5c85
2bfc:0:0:0:0217:cbff:fe8c:5c85

http://www.gratisexam.com/
In the exhibit, three IPv6 addresses are listed. Which two statements are true? (Choose two.)

A. The first address is complete and correct.


B. The third address is not formatted correctly.
C. All three addresses are the same.
D. The second address is incomplete and not correct.

Correct Answer: AC
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 26
What are two benefits of using an OSPF designated router (DR)? (Choose two.)

A. Reduces the size of the link-state database.


B. Reduces LSA flooding on a broadcast segment.
C. Reduces LSA flooding throughout an OSPF area.
D. Reduces router resources used.

Correct Answer: BD
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

Using a designated router to represent the broadcast link can significantly reduce traffic on the segment. As a result it reduces the amount of resources used.

QUESTION 27
You notice that the RID of your router is being taken from the address of your management interface.

What could cause this scenario?

A. The loopback address was configured with a /32 address.


B. The loopback address was not configured under [edit protocols ospf].

http://www.gratisexam.com/
C. A suitable loopback address was not configured on the router.
D. The loopback address was configured under [edit routing-options].

Correct Answer: C
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

If you do not manually define a RID, the Junos OS uses one fo the IP addresses configured on the device at the time of the OSPF process starts. If the loopback
interface is configured with a non-127/8 IP address, the Junos OS uses that address first. If a loopback interface is not configured, the Junos OS uses the next
suitable address, typically the dedicated management interface.

QUESTION 28
R8 is an OSPF router connected to both Area 0 and Area 2. Area 2 has been configured as a totally stubby area. Which three LSA types does R8 suppress from
Area 2? (Choose three.)

A. Router LSA
B. Network LSA
C. External LSA
D. Summary LSA
E. ASBR Summary LSA

Correct Answer: CDE


Section: OSPF
Explanation

Explanation/Reference:
Explanation:

A totally stubby area is a stub area that receives only the default route from the backbone. ABRs do not flood LSA types 3, 4, or 5 into totally stubby areas.

QUESTION 29
You have a stub OSPF area running in your network. Your supervisor has asked you to build a virtual link across this area to connect new equipment acquired in a
recent ISP acquisition. Which statement is correct about this scenario?

A. Type 5 LSAs would be blocked in a stub area.


B. Type 5 LSAs would carry external information across your transit area to the backbone.
C. Type 5 LSAs would be seen only in the newly attached area.

http://www.gratisexam.com/
D. Type 5 LSAs would be converted to type 7 LSAs.

Correct Answer: A
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 30
You have two OSPF routers that are trying to form an adjacency. When you issue the command show ospf neighbor, you see that one router is in the loading state
and the other is in the full state.
Why are you seeing the router's state as loading?

A. The router does not know about the received LSA header and has transmitted a link-state request.
B. The router has finished transmitting, but is still receiving database information.
C. The router is waiting for a start event.
D. The router has established bidirectional communication with its peer.

Correct Answer: B
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 31
Click the Exhibit button.

[edit policy-options]
user@r1# show
policy-statement to-OSPF {
term match-direct-route {
from {
protocols direct;
route-filter 172.18.1.0/24 exact;
}
then accept;
}
}

http://www.gratisexam.com/
[edit protocols]
user@r1# show
ospf {
export to-ospf;
area 0.0.0.1;
interface ge-1/0/0.0;
interface lo0.0;
}
}

The policy shown in the exhibit has been configured and installed on your router.

What is the result of applying this policy?

A. The 172.18.1.0/24 network will be redistributed into OSPF as an external route.


B. The 172.18.1.0/24 network will be redistributed into OSPF as an internal route.
C. The 172.18.1.0/32 network will be redistributed into OSPF as an external route.
D. The 172.18.1.0/32 network will be redistributed into OSPF as an internal route.

Correct Answer: A
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

External (type 5): External LSAs describe IP prefixes redistributed from other routing protocols, such as RIP, BGP, or even static routes. These routing prefixes are
exported into OSPF via a routing policy and are considered AS external routes from the perspective of the OSPF protocol.

QUESTION 32
You are asked to deploy OSPF between two routers over a broadcast medium.

Which three fields in the OSPF hello packet must match? (Choose three.)

A. hello interval
B. options
C. backup designated router
D. network mask
E. designated router

http://www.gratisexam.com/
Correct Answer: ABD
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 33
Which statement is correct about OSPF Type 7 LSAs?

A. They are converted into Type 5 LSAs by the ASBR.


B. They are converted into Type 5 LSAs by the ABR.
C. They are converted into Type 3 LSAs by the ABR.
D. They are converted into Type 4 LSAs by the ABR.

Correct Answer: B
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 34
What are two destination addresses used for OSPF link-state update packets? (Choose two.)

A. 224.0.0.1
B. 224.0.0.4
C. 224.0.0.6
D. 224.0.0.5

Correct Answer: CD
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 35
R1 is an OSPF router with a priority of 100 and has been elected as the designated router (DR). R2 is the backup designated router (BDR) with a priority of 50. A
third router, R3, comes online with a priority of 200.

http://www.gratisexam.com/
Which routers will be the DR and BDR after R3 comes online?

A. R1 will be the DR and R2 will be the BDR.


B. R3 will be the DR and R1 will be the BDR.
C. R2 will be the DR and R1 will be the BDR.
D. R3 will be the DR and R1 will be the BDR.

Correct Answer: A
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 36
Click the Exhibit button.

Referring to the exhibit, which two statements are correct about R2? (Choose two.)

A. If R2 remains in the ExStart state, then you should verify the MTU setting on R2 and R3.
B. R2 LSDB is synchronized with R1.
C. If R2 remains in the ExStart state, then you should verify Physical Layer and Data Link Layer connectivity on R2 and R3.
D. R2 LSDB is not synchronized with R1.

Correct Answer: AB

http://www.gratisexam.com/
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 37
You are asked to deploy OSPF between two routers over a point-to point link.

Which three fields in the OSPF hello packet must match? (Choose three.)

A. network mask
B. hello interval
C. options
D. dead interval
E. backup designated router

Correct Answer: BCD


Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 38
On an Ethernet segment, OSPF DROther routers from which type of adjacency with each other?

A. Full
B. 2Way
C. ExStart
D. Exchange

Correct Answer: B
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 39

http://www.gratisexam.com/
To which OSPF state does a device transaction once it receives an initial hello packet?

A. 2Way
B. Full
C. ExStart
D. Exchange

Correct Answer: A
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

QUESTION 40
Your area boarder router (ABR) receives type 1, 2, and 5 link-state advertisements (LSAs) from a nonbackbone area. What would the ABR do with the information
learned from the nonbackbone area?

A. It will generate type 2 and 3 LSAs and flood type 5 LSAs to the backbone area
B. It will generate only type 3 LSAs and flood only type 5 LSAs to the backbone area
C. It will generate type 3 and 4 LSAs, and flood type 5 LSAs to the backbone area

http://www.gratisexam.com/
D. It will generate only type 4 LSAs and flood only type 5 LSAs to the backbone area

Correct Answer: C
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

Summary LSAs describe IP prefixes learned from router and network LSAs. These LSAs are sent by the ABR attached to the area from where the prefix
information was learned and sent to other OSPF areas (interarea). ASBR summary LSAs describe the router ID of ASBRs located in remote areas. These LSAs
are sent by the ABR attached to the area in which the ASBR is located to other OSPF areas (interareas). External LSAs are flooded to all OSPF areas except areas
defined as stub areas.

http://www.gratisexam.com/
QUESTION 41
You are troubleshooting an adjacency formation problem in OSPF using traceoptions. Which command is used to view the output of a traceoptons file called trace-
ospf?

A. show log trace-ospf


B. file show /log/trace-ospf
C. monitor trace-ospf
D. show system syslog

Correct Answer: A
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

The trace output (debug information) is directed to the named log file, which is stored in the /var/log directory. You can view the output as a log file using the "show
log" command, or in real-time using the "monitor start" command

QUESTION 42
You have been asked to use an interior gateway protocol (IGP) to design your network. You have been told that your design should allow for fast reconvergence
and scalability for future growth. Which IGP would accommodate these criteria?

A. static routing
B. Routing Information Protocol (RIP)
C. Open Shortest Path First (OSPF)
D. Border Gateway Protocol (BGP)

Correct Answer: C
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

Static routing is static and not a protocol. BGP is an EGP rather than an IGP. OSPF has a faster convergence due to its link-state architecture compared to RIP,
which is a distance vector protocol.

QUESTION 43
R3 is an OSPF router connect to both Area 0 and Area 1. Area 1 has been configured as a stub area. Which two LSA types does R3 suppress from Area 1?

http://www.gratisexam.com/
(Choose two.)

A. Router LSA
B. External LSA
C. Summary LSA
D. ASBR Summary LSA

Correct Answer: BD
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

Stub areas are areas through which, or into which, AS external advertisements are not flooded (LSA types 4 and 5).

QUESTION 44
What is the purpose of the designated router in OSPF?

A. to connect a stub area to the backbone area


B. to connect a totally stub area to the backbone area
C. to form adjacencies with other OSPF routers in a backbone area
D. to form adjacencies with other OSPF routers in a broadcast domain

Correct Answer: D
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

It is the designated router's job to form an adjacency with all other OSPF routers on the link and to advertise the link-state information to the AS.

QUESTION 45
Your OSPF network design uses stub areas extensively due to 5000 external routes within the backbone and resource constraints in the nonbackbone areas. You
now have a device in Area 2 that must perform as an ASBR. Which OSPF area types should you use for Area 2?

A. stub
B. non-backbone area

http://www.gratisexam.com/
C. not-so-stubby-area
D. totally stubby area

Correct Answer: C
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

An OSPF stub area has no external routes in it, so you cannot redistribute routes from another protocol into a stub area. A not-so-stubby-area (NSSA) allows
external routes to be flooded within the area. These routes are then leaked into other areas. However, external routes from other areas still do not enter the NSSA.
(ABR does not flood LSA types 4 and 5 into an attached NSSA.)

QUESTION 46
Your OSPF network is currently operating with a single backbone area and you are concerned with the scalability of your design.

Which network design is a best practice for providing the scalability you desire?

A. Eliminate all designated routers


B. Implement areas in your network
C. Reduce the database refresh timer value
D. Allow each device to perform ASBR duties

Correct Answer: B
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

Using OSPF, you can segment an AS into smaller groups referred to as areas. Using areas achieves an OSPF hierarchy that can facilitate growth and scalability.

QUESTION 47
Which configuration parameter allows a Junos device to include an interface route into OSPF while prohibiting adjacencies from forming?

A. inactive
B. no-peer-advertise
C. disable
D. passive

http://www.gratisexam.com/
Correct Answer: D
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

To include an interface route into OSPF as an internal OSPF route while prohibiting adjacency formation for that interface, you should include the interface under
the [edit protocols ospf area area-number] hierarchy level along with the passive configuration option.

QUESTION 48
-- Exhibit --

Given the OSPF topology shown in the exhibit, how many unique link-state databases are present in the network?

A. 1
B. 2
C. 3
D. 6

Correct Answer: C
Section: OSPF
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

Each OSPF router maintains a separate LSDB for each area to which it is connnected.

QUESTION 49
You have been asked to provide three commands helpful in troubleshooting OSPF adjacencies.

Which three commands would be helpful? (Choose three.)

A. show ospf database


B. show ospf summary
C. show ospf interface
D. show ospf adjacency
E. show ospf neighbor

Correct Answer: ACE


Section: OSPF
Explanation

Explanation/Reference:
Explanation:

show ospf database, interface, and neighbor would provide detailed information about the OSPF database, interfaces running OSPF, and information about the
OSPF neighbors. show ospf summary only provides a high-level information, while show ospf adjacency does not exist.

QUESTION 50
Two Junos devices are trying to form an OSPF adjacency. When you issue the "show ospf neighbor" command, you see that one device is in the Loading state and
the other is in the Full state. Why is one device in the Loading state?

A. The device does not know about the received LSA header and has transmitted a link-state request
B. The device has finished transmitting, but is still receiving database information

http://www.gratisexam.com/
C. The device is waiting for a start event
D. The device has established bidirectional communication with its peer

http://www.gratisexam.com/
Correct Answer: B
Section: OSPF
Explanation

Explanation/Reference:
Explanation:

The Loading state indicates that a device has finished transmitting its database to its peer but is still receiving database information from the neighboring device.

http://www.gratisexam.com/
ISIS

QUESTION 1
Which two statements correctly describe IS-IS adjacencies? (Choose two.)

http://www.gratisexam.com/

A. Level 1 adjacencies can form in the same (intra) area only.


B. Level 2 adjacencies are formed between (inter) areas only.
C. Level 2 adjacencies can be established either interarea or intra-area.
D. Level 2 adjacencies can form within the same (intra) area only.

Correct Answer: AC
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 2
Which IS-IS PDU is used to request a retransmission of a missing link-state packet?

A. the complete sequence number PDU


B. the partial sequence number PDU
C. a hello PDU with a request PDU TLV specifying the missing LSP
D. a hello PDU with a refresh PDU TLV requesting all LSPs

Correct Answer: B
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 3
Which statement is true regarding the IS-IS designated intermediate system (DIS)?

http://www.gratisexam.com/
A. The DIS function is used only on broadcast or multi-access networks.
B. The DIS function is used on both broadcast and point-to-point link types.
C. On a broadcast network, adjacencies are formed only between the non-DIS nodes and the DIS to help reduce adjacency overhead.
D. IS-IS supports a backup DIS mechanism to provide rapid failover in the event of a DIS failure.

Correct Answer: A
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 4
You want to establish an IS-IS Level 1 adjacency between two routers. The adjacency is not forming.

Which three reasons would account for this issue? (Choose three.)

A. A lack of or a malformed ISO network entity title (NET) on the loopback interface would cause this issue.
B. The interface MTU might be less than 1492.
C. The IS-IS protocol on the loopback interface has not been enabled.
D. The area IDs might be matched and should be set differently.
E. An ISO NET might not be configured on the physical interface.

Correct Answer: ABC


Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 5
Which three statements are true regarding the IS-IS link-state database (LSDB)? (Choose three.)

A. An L1 router has a single database reflecting the connectivity of its area.


B. An L1 router often relies on a default route generated by attached routers to reach interarea destinations.
C. The Level 2 database contains only backbone area routes unless route leaking is configured.
D. Route leaking can be used to optimize Level 2 to Level 1 routing.
E. An attached router has at least two LSDBs: one for each Level 1 area and a single LSDB for the Level 2 backbone.

http://www.gratisexam.com/
Correct Answer: ABE
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 6
Which PDU type is sent by an IS-IS router when it detects that its link-state database is out of date?

A. hello
B. link state
C. complete sequence number
D. partial sequence number

Correct Answer: D
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 7
What are two similarities between OSPF and IS-IS? (Choose two.)

A. Both use hello packets to form and maintain adjacencies.


B. Both use the Dijkstra algorithm to construct a shortest-path tree.
C. Both elect a designated router and a backup designated router.
D. Both have a built-in mechanism to provide address summarization between areas.

Correct Answer: AB
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 8
-- Exhibit --

http://www.gratisexam.com/
protocols {
isis {
level 1 disable;
interface ge-1/0/0.0 {
level 2 disable;
}
interface ge-1/1/0.0;
interface lo0.0;
}
}

Click the Exhibit button.

Referring to the exhibit, what is the resulting behavior on interface ge-1/0/0?

A. Level 1 is enabled.
B. Level 1 is disabled.
C. Level 2 is enabled.
D. Level 1 and Level 2 are disabled.

Correct Answer: A
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 9
-- Exhibit --

[edit]
user@router# run show isis interface
IS-IS interface database:
Interface L CirID Level 1 DR Level 2 DR L1/L2 Metric
ge-1/0/2.0 3 0x1 router.00 router.00 10/10
lo0.0 0 0x1 Passive Passive 0/0

Click the Exhibit button.

Referring to the exhibit, which two statements are true regarding the GE interface? (Choose two.)

http://www.gratisexam.com/
A. It operates at both Level 1 and Level 2.
B. It operates at Level 3, which supports hierarchical backbone areas.
C. The local router is the IS-IS designated intermediate system at all levels.
D. The local router is the IS-IS designated router at all levels.

Correct Answer: AC
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 10
-- Exhibit --

user@R2> show

protocols {
isis {
export leak;
interface ge-1/1/0.0;
interface ge-1/1/1.0 {
level 1 disable;
}
interface lo0.0;
}
}
policy-options {
policy-statement leak {
term 1 {
from level 1;
to level 2;
then accept;
}
}
}

Click the Exhibit button.

R1 and R2 have a Level 1 IS-IS adjacency. R2 participates in both Level 1 and Level 2, and is receiving routes from a Level 2 neighbor. A policy on R2 has been
created to leak routes to Level 1, but R1 is not receiving the routes.

http://www.gratisexam.com/
Referring to the exhibit, what is the solution on R2?

A. The policy must be applied as an export policy at the interface level.


B. The policy must be changed to include from protocol isis.
C. The policy must be changed to specify from level 2 and to level 1.
D. The policy must be applied as an import policy.

Correct Answer: C
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 11
-- Exhibit --

user@R1> show

interfaces {
ge-1/1/0 {
unit 0 {
family inet {
address 10.100.1.1/30;
}
family iso;
}
}
lo0 {
unit 0 {
family inet {
address 10.100.10.1/32;
}
family iso {
address 49.1001.0010.0100.00;
}
}
}
}
protocols {

http://www.gratisexam.com/
isis {
interface ge-1/1/0.0 {
level 2 disable;
}
interface lo0.0;
}
}

user@R2> show

interfaces {
ge-1/1/0 {
unit 0 {
family inet {
address 10.100.1.2/30;
}
}
}
lo0 {
unit 0 {
family inet {
address 10.100.10.2/32;
}
family iso {
address 49.1001.0010.0200.00;
}
}
}
}
protocols {
isis {
interface ge-1/1/0.0;
interface lo0.0;
}
}

Click the Exhibit button.

Referring to the exhibit, R1 and R2 are directly connected using interface ge-1/1/0.

What happens as a result of the configurations?

http://www.gratisexam.com/
A. No adjacency forms
B. Level 2 adjacency forms
C. Level 1 adjacency forms
D. Level 1 and Level 2 adjacencies form

Correct Answer: C
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 12
-- Exhibit --

user@R1> show

interfaces {
ge-1/1/0 {
unit 0 {
family inet {
address 10.100.1.1/30;
}
family iso;
}
}
lo0 {
unit 0 {
family inet {
address 10.100.10.1/32;
}
family iso {
address 49.1001.0010.0100.00;
}
}
}
}
protocols {
isis {
level 1 disable;
interface ge-1/1/0.0 {

http://www.gratisexam.com/
level 2 disable;
}
interface lo0.0;
}
}

user@R2> show

interfaces {
ge-1/1/0 {
unit 0 {
family inet {
address 10.100.1.2/30;
}
family iso {
mtu 1496;
}
}
}
lo0 {
unit 0 {
family inet {
address 10.100.10.2/32;
}
family iso {
address 49.1002.0010.0200.00;
}
}
}
}
protocols {
isis {
interface ge-1/1/0.0 {
level 2 disable;
}
interface lo0.0;
}
}

Click the Exhibit button.

Referring to the exhibit, R1 and R2 are directly connected using interface ge-1/1/0.

http://www.gratisexam.com/
What is the reason the IS-IS adjacency fails?

A. R2 has an MTU value of 1496 configured on ge-1/1/0.


B. R2 and R1 have different area IDs.
C. R1 is configured for Level 2, and R2 is configured for Level 1.
D. R1 is configured for both Level 1 and Level 2 to be disabled.

Correct Answer: B
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 13
Which IS-IS packet is used to determine the level of an IS-IS neighbor?

A. IIH
B. LSP
C. PSNP
D. CSNP

Correct Answer: A
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

IS-IS Hello packets are used to discover neighbors and they also determine the level fo the peer.

QUESTION 14
Click the Exhibit button

http://www.gratisexam.com/
An operator is unable to establish any IS-IS adjacencies on a router in the network.

Based on the configuration shown in the exhibit, what is the problem?

A. Interface loO must be configured in the IS-IS hierarchy


B. Each network interface needs a unique family ISO address

http://www.gratisexam.com/
C. The IS-IS level for an each interface must be specified
D. The ISO address for interface loO is not in hex format

Correct Answer: A
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 15
Your company has purchased two new Juniper Networks MX480 routers. Your manager has asked you to add these two devices to the existing ISIS network.

Which two rules about ISIS adjacencies must you consider when carrying out the configuration? (Choose two)

A. For Level 1 adjacencies, area IDs must be the same


B. For Level 2 adjacencies area IDs must be the same
C. The IS-IS levels configured on the interfaces must be the same
D. The IS-IS levels on the interfaces can be different

Correct Answer: AC
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

IS-IS adjacencies can only form when the level is the same for both peers. Also for Level 1, the neighbor must be in the same area.

QUESTION 16
-- Exhibit --

You have two Junos devices connected over a Gigabit Ethernet link as shown in the exhibit. It is required that an IS-IS adjacency be established without the need
for a designated intermediate system (DIS)

http://www.gratisexam.com/
Which configuration statement entered on both routers will achieve this goal?

A. set interface ge-0/0/2 unit 0 family iso no-dis


B. set interface ge-0/0/2 unit 0 family iso point-to-point
C. set protocols isis interface ge-0/0/2.0 no-dis
D. set protocols isis interface ge-0/0/2.0 point-to-point

Correct Answer: D
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

In IS-IS protocol a default interface type fo broadcast is set on Ethernet interfaces, which means that the determination of a DIS is required. To get around this, an
administrator can set the Ethernet's logical interface to point-to-point at the [edit protocols isis] hierarchy level.

QUESTION 17
-- Exhibit --

protocols {
isis {
level 1 disable;
interface ge-0/0/0.100 {
level 2 disable;
}
interface all;
interface fxp0.0 {
disable;
}
}
}

Based on the configuration shown in the exhibit, what will be the state of the IS-IS levels on interface ge-0/0/0.100?

A. Level 1 is enabled and Level 2 is disabled.


B. Level 1 is disabled and Level 2 is enabled.
C. Level 1 is enabled and Level 2 is enabled.
D. Level 1 is disabled and Level 2 is disabled.

http://www.gratisexam.com/
Correct Answer: D
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

In the configuration, Level 1 is disabled globally for all interfaces and Level 2 is specifically disabled for ge-0/0/0.100. As a result, both levels are disabled for
interface ge-0/0/0.100.

QUESTION 18
Which packet type does a Junos device use to request up-to-date link-state information?

A. IIH
B. LSP
C. PSNP
D. CSNP

Correct Answer: C
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

With IS-IS, a partial sequence number PDU (PSNP) performs a similar function as a Link State Request packet does in OSPF, which is to request link-state data.

QUESTION 19
Click the Exhibit button.

http://www.gratisexam.com/
What does IS-IS/18 mean in the output displayed in the exhibit?

A. These routes are internal Level 1 routes.


B. These routes are internal Level 2 routes.
C. These routes are external Level 1 routes.
D. These routes are external Level 2 routes.

Correct Answer: B
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

The default IS-IS route preferences are:


- Level 1 internal - 15
- Level 2 internal - 18
- Level 1 External - 160
- Level 2 External - 165

QUESTION 20
In an IS-IS network, which device represents the pseudonode?

http://www.gratisexam.com/

http://www.gratisexam.com/
A. a designated intermediate system
B. an area border router
C. a router with an IS-IS export policy
D. a router connected to the backbone

Correct Answer: A
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

On broadcast networks in the IS-IS protocol, the elected DIS creates the pseudo-node, which represents itself and advertises it into the network at the appropriate
level.

QUESTION 21
Which type of router can provide connectivity between areas in an IS-IS domain?

A. a Level 1 router with adjacencies within a single area


B. a Level 2 router with adjacencies in more than one area
C. an area border router with adjacencies in more than one area
D. a Level 2 router with adjacencies in a single area

Correct Answer: B
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

inter-area connectivity is provided by Level 2 routers with connectivity into multiple areas

QUESTION 22
Which IS-IS packet is used to carry routing updates?

A. IIH
B. LSP
C. PSNP
D. CSNP

http://www.gratisexam.com/
Correct Answer: B
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

Link-state PDUs (LSPs) area used to carry link-state update information in IS-IS protocol.

QUESTION 23
-- Exhibit --

interfaces {
ge-0/0/0 {
vlan-tagging;
unit 100 {
vlan-id 100;
family inet {
address 192.168.100.97/30;
}
family iso;
}
}
unit 200 {
vlan-id 200;
family inet {
address 192.168.100.94/30;
}
family iso;
}
}
}
fxp0 {
description "MGMT INTERFACE - DO NOT DELETE";
unit 0 {
family inet {
address 10.210.10.11/27;
}
}
}
lo0 {

http://www.gratisexam.com/
unit 0 {
family inet {
address 192.168.100.1/32;
}
family iso {
address 49.1111.1921.6801.0001.00;
}
}
}
}
protocols {
isis {
interface ge-0/0/0.100;
interface ge-0/0/0.200;
}
}

Click the Exhibit button.

An operator is unable to establish any IS-IS adjacencies on a router in the network.

Based on the configuration shown in the exhibit, what is the problem?

A. Interface lo0 must be configured in the IS-IS hierarchy.


B. Each network interface needs a unique family ISO address.
C. The IS-IS level for an each interface must be specified.
D. The ISO address for interface lo0 is not in hex format.

Correct Answer: A
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 24
-- Exhibit --

protocols {
isis {
interface lo0.0;

http://www.gratisexam.com/
interface ge-0/0/0.100;
}
}

Referring to the exhibit, what will be the IS-IS levels enabled on the interface ge-0/0/0.100?

A. Level 1 only
B. Level 2 only
C. Level 1 and Level 2
D. Level 1, Level 2, and Level 3

Correct Answer: C
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

When configuring interfaces in the IS-IS protocol, if no level is explicitly assigned then the default is to enable both Level 1 and Level 2.

QUESTION 25
A IS-IS TLV includes which two attributes? (Choose two.)

A. topology
B. vector
C. length
D. value

Correct Answer: CD
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 26
Which two routing protocols make use a designated router, or pseudo node, to represent a broadcast network? (Choose two.)

A. BGP
B. OSPF

http://www.gratisexam.com/
C. MPLS
D. IS-IS

Correct Answer: BD
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 27
Click the Exhibit button.

Referring to the exhibit, what is required to establish an IS-IS adjacency between these two routers?

A. The interface connecting the two routers must be configured as a Level 2 interface.
B. Both routers will require wide metrics to be enabled.
C. The interface connecting the two routers must be configured as a Level 1 interface/
D. Router A must be configured as the designated intermediate system (DIS).

Correct Answer: A
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 28
You are asked to deploy a large-scale IS-IS network with multiple areas.

Which two statements are true? (Choose two.)

A. A collection of Level 1 routers in different areas constitute the backbone in the network.

http://www.gratisexam.com/
B. Level 2 routers can route between areas.
C. Level 1 routers can route between areas.
D. A collection of Level 2 routers in different areas constitute the back bone in the network.

Correct Answer: BD
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 29
Click the Exhibit button.

In the exhibit, which configuration is required to establish a single adjacency between the two IS- IS routers?

A. set protocols isis interface xe-0/0/0.0 point to point


B. set protocols isis level 2 wide-metrics-only
C. set protocols isis interface xe-0/0/0.0 level 1 disable
D. set protocols isis interface xe-0/0/0.0 level 1 priority 0

Correct Answer: A
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 30
In an IS-IS network, Router A is the current DIS with a priority of 64. Router B comes online with a priority of 100.

In this scenario, which statement is correct?

http://www.gratisexam.com/
A. Router A remains as the DIS.
B. Router A remains the DIS and Router B becomes the backup DIS.
C. Router B becomes the DIS.
D. Router B becomes the DIS and router A becomes the backup DIS.

Correct Answer: C
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 31
Click the Exhibit button.

An ISO NET has been configured on R2's lo0.0 interface and ge-0/0/2.0 has been configured to run IS-IS. However, IS-IS adjacency on ge-0/0/2.0 is not coming
up.

Referring to the exhibit, what is required to enable IS-IS?

A. Configure the family iso parameter under the ge-0/0/2.0 interface.


B. Disable Level 2 for interface ge-0/0/2.0
C. Add the lo0.0 interface under the [edit protocols isis] hierarchy.
D. Configure the interface priority for ge-0/0/2.0.

Correct Answer: A
Section: ISIS

http://www.gratisexam.com/
Explanation

Explanation/Reference:
Explanation:

QUESTION 32
You are asked to deploy a large-scale IS-IS network with multiple areas.

In this scenario, which statement is true?

A. A router configured for Level 1 only informs all Level 2 routers in the area of external reachability.
B. A router configured for Level 1 and Level 2 informs all Level 2 routers in the area of external reachability.
C. A router configured for Level 2 only informs all level 1 routers in the area of external reachability.
D. A router configured for Level 1 and Level 2 informs all Level 1 routers in the area of external reachability.

Correct Answer: D
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 33
Click the Exhibit button.

http://www.gratisexam.com/
Referring to the exhibit, four IS-IS routers have been deployed on a multi-access Ethernet segment. Router C came online first.

After all routers are online, which two statements are true? (Choose two.)

A. Adjacencies are only formed with designated intermediate system (DIS).


B. Router D is the designated intermediate system (DIS).
C. Adjacencies are formed between all four routers.
D. Router C is the designated intermediate system (DIS).

Correct Answer: BC
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 34
You are deploying IS-IS in your network to enable the routing of only IPv6. Assume that the loopback interface has been properly configured.

What is the minimum required configuration to enable only IPv6 routing in IS-IS?

A. user@host# show protocols isis

http://www.gratisexam.com/
rib-group inet6;
interface ge-0/0/0.0;
interface lo0.0 {
passive;
}
user@host# show interfaces ge-0/0/0
unit 0 {
family inet6 address fd85:5944:1aee:026::1/64;
}
B. user@host# show protocols isis
interface ge-0/0/0.0;
interface lo0.0 {
passive;
}
user@host# show interfaces ge-0/0/0
unit 0 {
family iso;
family inet6 address fd85:5944:1aee:026::1/64;
}
C. user@host# show protocols isis
no-ipv4-routing;
interface ge-0/0/0.0
interface lo0.0 {
passive;
}
user@host# show interfaces ge-0/0/0
unit 0 {
family iso;
family inet6 address fd85:5944:1aee:026::1/64;
}
D. user@host# show protocols isis
no-ipv4-routing;
interface ge-0/0/0.0;
interface lo0.0 {
passive;
}
user@host# show interfaces ge-0/0/0
unit 0 {
family iso;
family inet6;
}
E. user@host# show protocols isis

http://www.gratisexam.com/
traffic-engineering {
family inet6 {
shortcuts;
}
}
interface ge-0/0/0.0;
interface lo0.0 {
passive;
}
user@host# show interfaces ge-0/0/0
unit 0 {
family inet6 address fd85:5944:1aee:026::1/64;
family iso;
}

Correct Answer: C
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 35
What are three IS-IS PDU types? (Choose three.)

A. type length value


B. link-state
C. partial sequence number
D. database description
E. complete sequence number

Correct Answer: BCE


Section: ISIS
Explanation

Explanation/Reference:
Explanation:

QUESTION 36
What are three circumstances under which a router sends link-state PDUs (LSPs)? (Choose three)

http://www.gratisexam.com/
A. LSPs are sent periodically every 9 seconds
B. LSPs are sent when there is a network change
C. LSPs are sent during adjacency formation
D. LSPs are sent in response to CSNP messages
E. LSPs are sent in response to PSNP messages

Correct Answer: BCE


Section: ISIS
Explanation

Explanation/Reference:
Explanation:

Link-state PDUs are sent as a response to a link-state request with a PSNP and during the formation of an IS-IS neighbor relationship. They are also sent as a
triggered event when network changes occur.

QUESTION 37
Which two IS-IS packet types are used to maintain IS-IS database synchronization? (Choose two.)

A. IIH
B. LSP
C. PSNP
D. CSNP

Correct Answer: CD
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

Periodically, a designated intermediate system (DIS) will send CSNPs, which are a summary of its LSDB, to maintain database synchronization with other IS-IS
routers attached to the LAN. If a device has different information in its LSDB than advertised in the CSNP, it will send a PSNP requesting the specific link-state
data.

QUESTION 38
-- Exhibit --

http://www.gratisexam.com/
In the exhibit, Router A and Router B are operating on the LAN with Router B acting as the designated intermediate system (DIS).

When Router C and Router D are added to the LAN, which statement is true?

A. Router C becomes the new DIS with no backup DIS


B. Router D becomes the new DIS with no backup DIS
C. Router C becomes the new DIS with Router B as the backup DIS
D. Router D becomes the new DIS with Router A as the backup DIS

Correct Answer: A
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

In IS-IS, DIS elections are deterministic, which means that if a device with a higher priority is added to the LAN it will take over as the DIS. Unlike OSPF, there is no
backup DIS.

QUESTION 39
By default, what is the maximum metric that can be advertised for any interface in IS-IS?

http://www.gratisexam.com/
A. 1
B. 10
C. 63
D. 1023

Correct Answer: C
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

By default, any single link can have a maximum metric value of 63. Wide metrics allow for higher metric values, and can be enabled on a per-level basis.

QUESTION 40
In the Junos OS, where do you configure the area value for IS-IS?
http://www.gratisexam.com/

A. [edit protocols isis level 2]


B. [edit routing-options]
C. [edit protocols isis level 1]
D. [edit interfaces lo0]

Correct Answer: D
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

To enable IS-IS on a Junos device, one of the parameters you must configure is the network entity title (NET), which is usually set on the lo0 interface. The NET
contains the area ID, system ID, and selector.

QUESTION 41
By default, how often does a designated intermediate system (DIS) send IS-IS hello messages on a LAN?

http://www.gratisexam.com/
A. every 3 seconds
B. every 9 seconds
C. every 10 seconds
D. every 30 seconds

Correct Answer: A
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

The default time period for most IS-IS hellos is every 9 seconds, however a DIS sends them every 3 seconds.

QUESTION 42
-- Exhibit --

Referring to the network illustrated in the exhibit, how does R1 reach destinations in Area 49.2222?

A. It uses the routes from Area 49.2222, which it learns from R2

http://www.gratisexam.com/
B. It sees the attached bit from R2 and creates a default route
C. It must have a default route manually configured
D. It receives a default route in the IS-IS update from R2

Correct Answer: B
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

When an IS-IS Level 1 router discovers that its neighbor has inter-area connectivity because the attached bit is set, it automatically creates a default route with that
peer as the next hop.

QUESTION 43
-- Exhibit --

user@router> show isis database


IS-IS level 2 link-state database:
LSP ID Sequence Checksum Lifetime Attributes
Tokyo.00-00 0x6 0xb978 1154 L1 L2
host.00-00 0x4 0x140c 1154 L1 L2
Wash-DC.00-00 0x1d7 0x7f37 683 L1 L2
Beijing.00-00 0x1d3 0xe603 1024 L1 L2
Beijing.02-00 0x9 0xea81 1175 L1 L2
Amsterdam.00-00 0x1c8 0x8b1c 677 L1 L2
Cairo.00-00 0x1ca 0x1571 1103 L1 L2
Sydney.00-0 0x1dd 0x178a 779 L1 L2
8 LSPs

The exhibit displays the output of the command "show isis database" on a Junos device. Why are there two entries for the Beijing device?

A. There are two devices in the network with the host name Beijing; this problem should be repaired
B. The Beijing device is routing both IPv4 and IPv6
C. The Beijing device is a designated intermediate system (DIS)
D. The Beijing device is going through a graceful restart

Correct Answer: C
Section: ISIS
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

All IS-IS routers enabled for a given level generate an LSP that is present in the LSDB. The pseudo portion is always 00. If a DIS exists, that device will advertise an
additional LSP representing 'the network'. with a value other than 00, such as 01 or 02.

QUESTION 44
Which command will display the number of IS-IS packets sent and received on a Junos device?

A. show isis packets


B. show isis spf log
C. show isis statistics
D. show isis exchanges

Correct Answer: C
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

The "show isis statistics" command verifies whether the device is sending and receiving IS-IS packets.

QUESTION 45
How can you control the selection of the designated intermediate system (DIS) on a specific link in an IS-IS network?

A. Configure the interface as passive


B. Configure a priority on the interface
C. Configure the hello interval on the interface
D. DIS selection is random in the Junos OS

Correct Answer: B
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

The highest priority (and then highest MAC address) is the criterion used to select the DIS. This priority is set on the interface in the IS-IS protocol configuration.

http://www.gratisexam.com/
QUESTION 46
Which statement correctly describes the metric used for IS-IS?

A. The IS-IS metric is calculated based on a reference bandwidth of 10 Mbps by default


B. By default, IS-IS interface routes are assigned a metric of 10, regardless of actual link speed
C. By default, the Junos OS sends only wide metrics to allow any single link to have a metric as high as 63
D. For proper operation, the same metric value should be specified at both ends of an IS-IS link

Correct Answer: B
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

The protocol IS-IS does have an ability to use reference bandwidth to dynamically calculate link costs, but the default behavior has a value of 10 assigned to all
transit interfaces.

QUESTION 47
Which statement is true regarding IS-IS?

A. IS-IS PDUs are also known as LSAs


B. IS-IS PDUs are transmitted at Layer 3
C. All IS-IS routers run a single routing algorithm
D. IS-IS PDUs are hosts that send and receive packets

Correct Answer: C
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

Once IS-IS adjacencies are formed, the devices will run the Shortest Path First algorithm to build a shortest path tree to determine the least cost path to destination
networks and devices.

QUESTION 48
What is the default metric for IS-IS interfaces?

http://www.gratisexam.com/
A. 1
B. 10
C. it depends on the bandwidth
D. it depends on the link type

Correct Answer: B
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

The default metric of an IS-IS transmit interface is 10

QUESTION 49
-- Exhibit --

In the exhibit, R3 and R4 have the level 2 disable statements applied to their global IS-IS configuration

Which two statements are true regarding R2?

http://www.gratisexam.com/
A. R2 has a Level 1 adjacency with R1
B. R2 has a Level 2 adjacency with R1
C. R2 has a Level 1 adjacency with R4
D. R2 has a Level 2 adjacency with R4

Correct Answer: BC
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

To form IS-IS adjacencies between Level 1 routers, devices must have Level 1 enabled on their facing interfaces. To form adjacencies with devices in other areas,
the facing interfaces must be configured for Level 2.

QUESTION 50
What is contained in an IS-IS CSNP message?

A. all of the headers of the LSPs in a device's link-state database

http://www.gratisexam.com/
B. all of the IP routes in a device's link-state database
C. all of the IP routes in a devices's routing table
D. all of the LSPs in a device's link-state database

Correct Answer: A
Section: ISIS
Explanation

Explanation/Reference:
Explanation:

Periodically, IS-IS routers will generate CSNPs for database synchronization. These packets contain summary contents of the sender's LSDB in the form of LSP
headers.

http://www.gratisexam.com/
BGP

QUESTION 1
Which three statements correctly describe IBGP and EBGP interaction? (Choose three.)

http://www.gratisexam.com/

A. IBGP is used within an AS, whereas EBGP is used between two different ASs.
B. EBGP peering is normally loopback-based to provide tolerance for interface or link failures.
C. By default, EBGP updates the next-hop attribute, whereas IBGP does not.
D. IBGP speakers can re-advertise IBGP-learned or EBGP-learned routes to other IBGP speakers.
E. EBGP speakers can re-advertise IBGP-learned or EBGP-learned routes to other EBGP speakers.

Correct Answer: ACE


Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 2
Which two statements correctly describe how the AS path attribute is used by BGP? (Choose two.)

A. The AS path attribute is updated whenever an EBGP-learned route is re-advertised using IBGP.
B. The AS path attribute is updated in EBGP advertisements only and is the primary loop- avoidance mechanism for BGP.
C. When local preference is the same, the AS path attribute is a common tiebreaker, where paths with fewer AS hops are preferred.
D. When local preference is the same, the AS path attribute is a common tiebreaker, where paths with more AS hops are preferred.

Correct Answer: BC
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 3
Which statement describes the role of local preference in the BGP route selection process?

http://www.gratisexam.com/
A. Local preference is evaluated early in the BGP route selection process and results in the route with the highest numerical local preference being selected.
B. Local preference is evaluated early in the BGP route selection process and results in the route with the lowest numerical local preference being selected.
C. Local preference is used to break ties when all other received BGP attributes are otherwise equal.
D. Local preference is sent by an EBGP speaker to a neighboring AS in an attempt to influence how the remote peer's traffic will ingress into your network.

Correct Answer: A
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 4
Which three BGP attributes are used for loop prevention? (Choose three.)

A. AS path
B. originator ID
C. next hop
D. cluster list
E. origin

Correct Answer: ABD


Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 5
You are attempting to influence return traffic into your autonomous system by preferring one router as an entry point.

Which two BGP attributes will affect this behavior? (Choose two.)

A. originator ID
B. local preference
C. AS path
D. MED

http://www.gratisexam.com/
Correct Answer: CD
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 6
Which three BGP attributes must be sent to EBGP peers? (Choose three.)

A. local preference
B. atomic aggregator
C. origin
D. next hop
E. AS path

Correct Answer: CDE


Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 7
What is a valid BGP neighbor state?

A. OpenEstablished
B. OpenConnect
C. OpenConfirm
D. OpenActive

Correct Answer: C
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 8
Which statement is true regarding BGP?

http://www.gratisexam.com/
A. Using BGP within your AS eliminates the need for an IGP.
B. EBGP sessions have a TTL value of 64 by default.
C. If an EBGP peer is more than one hop away, a multihop BGP session must be established.
D. BGP devices require a direct connection to peer with each other.

Correct Answer: C
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 9
A route to the same destination is received from two different BGP sources.

Which criterion is considered first to determine the active BGP route?

A. cluster length
B. AS-path length
C. lowest RID
D. local preference

Correct Answer: D
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 10
You are troubleshooting a BGP-learned prefix that is not being installed in the routing table.

Which command shows you the missing route?

A. show route advertising-protocol bgp


B. show route state
C. show route hidden extensive
D. show bgp summary

http://www.gratisexam.com/
Correct Answer: C
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 11
You are asked to configure a new external BGP connection to a peer's loopback interface. You verify that the peer's loopback interface is reachable, but the BGP
connection remains in Idle state.

Which BGP parameter is required to establish the BGP connection?

A. multipath
B. multihop
C. as-override
D. advertise-inactive

Correct Answer: B
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 12
-- Exhibit --

{master}[edit]
user@router-RE0# run show task replication
Stateful Replication: Enabled
RE mode. Master
Protocol Synchronization Status
OSPF Complete
RIP Complete
BGP Complete
MPLS Complete
LDP Complete

{master}[edit]

http://www.gratisexam.com/
user@router-RE0# run show bgp summary | match 192.168.1.1
192.168.1.1 65056 288 327 0 2 1:05 Establ

{backup}[edit]
user@router-RE1# run show system switchover
Graceful switchover: On
Configuration database. Ready
Kernel database. Ready
Peer state. Steady State

{backup}[edit]
user@router-RE1# run show bgp summary | find 192.168.1.1
192.168.1.1 65056 592 737 3778 2 1:33 Establ

{backup}[edit]
user@router-RE1# run show bgp replication
Synchronization master:
Session state. Up, Since. 6d 20:42:51
Flaps: 1, Last flap reason: Commit-sync error
Protocol state. Idle, Since. 5d 19:41:52
Synchronization state. Complete
Number of peers waiting. AckWait: 0, SoWait: 0, ScheduleD. 0
rsync walk at: inet.0 - , queued 0
Messages sent: Open 1, Establish 7415, Update 17, Error , Complete 48
Messages received. Open 1, Request 1 wildcard 47 targeted, EstablishAck 2827, CompleteAck 4

Click the Exhibit button.

Referring to the exhibit, which statement is correct?

A. An RE switchover is likely to result in BGP disruption, but no dataplane impact will be seen.
B. An RE switchover is likely to result in BGP disruption which will also effect the dataplane.
C. The system is not yet GRES ready, you need to wait for kernel synchronization to complete.
D. The system is NSR ready and a switchover should be hitless to the BGP control and data plane.

Correct Answer: D
Section: BGP
Explanation

Explanation/Reference:

http://www.gratisexam.com/
Explanation:

QUESTION 13
-- Exhibit --

{master}[edit]
user@router-RE0# run show task replication
Stateful Replication: Enabled
RE mode. Master
Protocol Synchronization Status
OSPF Complete
RIP Complete
BGP Complete
MPLS Complete
LDP Complete

{master}[edit]
user@router-RE0# run show bgp summary | find 192.168.1.1
192.168.1.1 65056 0 0 11:14 Establ
inet.0: 0/0/0/0
inet.2: 0/0/0/0
bgp.l3vpn.0: 0/0/0/0
...

{backup}[edit]
user@router-RE1# run show system switchover
Graceful switchover: On
Configuration database. Ready
Kernel database. Synchronizing
Peer state. Steady State

{backup}[edit]
user@router-RE1# run show bgp summary | find 192.168.1.1
192.168.1.1 65056 306 581 0 7 7 Idle

Click the Exhibit button.

You have been asked to determine if an NSR switchover will be hitless for a given BGP peer.

Referring to the exhibit, which statement is true?

A. The BGP session is idle on the backup RE indicating that the session will flap at switchover.

http://www.gratisexam.com/
B. The task replication process has completed on the master indicating a hitless switchover can be expected.
C. The GRES synchronization process is underway and must complete before the protocol state can be checked.
D. The BGP session is idle on the backup RE which is normal; it toggles to established at mastership change.

Correct Answer: A
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 14
-- Exhibit --

[edit]
user@router> show bgp summary
...
Peer AS InPkt OutPkt OutQ Flaps Last Up/Dwn State...
5.1.1.1 100 10 0 1 14:06 Established
10.1.1.1 200 10 0 1 14:06 Active
20.1.1.1 300 10 0 1 14:06 Idle

Click the Exhibit button.

Referring to the BGP peering sessions shown in the exhibit, which two statements are true? (Choose two.)

A. The peering session with the 10.1.1.1 neighbor is fully operational.


B. The peering session with the 5.1.1.1 neighbor is fully operational.
C. The local router peering with the 20.1.1.1 neighbor is waiting for a start event.
D. The local router peering with the 20.1.1.1 neighbor is waiting for a BGP refresh message.

Correct Answer: BC
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 15
-- Exhibit --

http://www.gratisexam.com/
user@router> show bgp summary
Groups: 2 Peers: 2 Down peers: 2
Table Tot Paths Act Paths Suppressed History Damp State Pending
inet.0
000000
Peer AS InPkt OutPkt OutQ Flaps Last Up/Dwn State...
5.1.1.1 100 1 0 0 14:06 OpenConfirm
10.1.1.1 200 0 1 14:06 Active

Click the Exhibit button.

Two newly configured BGP peers have remained in the states shown in the exhibit for several hours.

Which two statements are true? (Choose two.)

A. The TCP three-way handshake has completed successfully with the 10.1.1.1 peer.
B. The TCP three-way handshake has completed successfully with the 5.1.1.1 peer.
C. The local router has received a BGP keepalive message from the 5.1.1.1 peer.
D. The local router is initiating a transport protocol connection with the 10.1.1.1 peer.

Correct Answer: BD
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 16
-- Exhibit --

user@router# run show route advertising-protocol bgp 192.168.12.1

user@router# run show route


inet.0: 11 destinations, 12 routes (11 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
2.2.2.2/32 *[Direct/0] 3w6d 03:57:51
> via lo0.0
192.168.12.0/24 *[Direct/0] 01:07:34
> via xe-0/0/0.0
192.168.12.2/32 *[Local/0] 01:07:34

http://www.gratisexam.com/
Local via xe-0/0/0.0
200.1.0.0/16 *[Aggregate/130] 00:00:58
Reject
[IS-IS/165] 00:10:57, metric 10
> to 200.1.1.2 via xe-0/0/3.0
200.1.1.0/24 *[Direct/0] 00:29:21
> via xe-0/0/3.0
200.1.1.1/32 *[Local/0] 00:29:21
Local via xe-0/0/3.0
iso.0: 1 destinations, 1 routes (1 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
49.0000.0020.0200.2002/72
*[Direct/0] 3w4d 21:07:32
> via lo0.0
inet6.0: 3 destinations, 4 routes (3 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
2:2:2::2/128 *[Direct/0] 3w4d 21:22:24
> via lo0.0

[edit]
user@router# show policy-options
policy-statement adv-route {
term t1 {
from {
protocol isis;
route-filter 200.1.0.0/16 exact;
}
then accept;
}
term t2 {
then reject;
}
}

[edit]
user@router# show protocols bgp
group ebgp {
type external;
export adv-route;
neighbor 192.168.12.1 {
peer-as 65000;
}
}

http://www.gratisexam.com/
Click the Exhibit button.

Referring to the exhibit, why is the 200.1.0.0/16 prefix failing to be advertised in BGP?

A. BGP needs a next-hop self policy.


B. The aggregate route is set to reject.
C. The policy works for internal BGP only.
D. The IS-IS route is less preferred than the aggregate route.

Correct Answer: D
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 17
-- Exhibit

http://www.gratisexam.com/
Click the Exhibit button.

You are asked to configure a new external BGP peering. You have configured BGP on R1 as shown in the exhibit, however the BGP peering remains in Active
state.

Which additional configuration is required on R1 to establish the BGP peering?

A. Configure the local-address.


B. Configure the BGP type as external.
C. Remove the local-as statement.
D. Remove the autonomous-system statement.

Correct Answer: C
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 18
-- Exhibit --

user@R1> show route protocol bgp


inet.0: 6 destinations, 6 routes (6 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
200.200.0.0/24 *[BGP/170] 00:00:47, localpref 100
AS path: 65001 I
> to 192.168.100.1 via ge-1/1/5.435
200.200.1.0/24 *[BGP/170] 00:00:47, localpref 100
AS path: 65001 I
> to 192.168.100.1 via ge-1/1/5.435
200.200.2.0/24 *[BGP/170] 00:00:47, localpref 100
AS path: 65001 I
> to 192.168.100.1 via ge-1/1/5.435
200.200.3.0/24 *[BGP/170] 00:00:47, localpref 100
AS path: 65001 I
> to 192.168.100.1 via ge-1/1/5.435

user@R2> show route 200.200/16


inet.0: 36 destinations, 36 routes (36 active, 0 holddown, 0 hidden)
Restart Complete

http://www.gratisexam.com/
+ = Active Route, - = Last Active, * = Both
200.200.0.0/24 *[Static/5] 00:09:12
Reject
200.200.1.0/24 *[Static/5] 00:09:12
Reject
200.200.2.0/24 *[Static/5] 00:09:12
Reject
200.200.3.0/24 *[Static/5] 00:09:12
Reject
200.200.4.0/24 *[Static/5] 00:09:12
Reject

user@R2> show configuration protocols bgp


export export-200;
group c5 {
neighbor 192.168.100.2 {
export export-200.200;
peer-as 65002;
}
}

user@R2> show configuration policy-options policy-statement export-200.200

term 1 {
from {
route-filter 200.200.0.0/22 longer;
}
then accept;
}

user@R2> show configuration policy-options policy-statement export-200


term 1 {
from {
route-filter 200.200.0.0/21 longer;
}
then accept;
}

Click the Exhibit button.

R2 is exporting static routes to R1 using BGP. R1 is not receiving one of the five static routes that is configured on R2.

Referring to the exhibit, what should be changed under the BGP configuration to resolve this issue?

http://www.gratisexam.com/
A. Delete the global export policy.
B. Delete the neighbor export policy.
C. Move policy export-200 to the group level.
D. Move policy export-200.200 to the group level.

Correct Answer: B
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 19
-- Exhibit --

user@router> show configuration interfaces ge-1/0/0


unit 0 {
family inet {
address 192.168.100.1/30;
}
}

user@router> show configuration routing-options


autonomous-system 65001;

user@router> show configuration protocols bgp


group 65002 {
traceoptions {
file bgp-trace;
flag open detail;
}
neighbor 192.168.100.3 {
peer-as 65002;
}
}

user@router> show log bgp-trace


Feb 5 20:31:01 R4 clear-log[5510]: logfile cleared
Feb 5 20:32:22.658155 bgp_connect_complete. error connecting to 192.168.100.3 (External AS 65002): Socket is not connected

http://www.gratisexam.com/
user@router> run monitor traffic interface ge-1/0/0 extensive
Address resolution is ON. Use to avoid any reverse lookup delay.
Address resolution timeout is 4s.
Listening on ge-1/0/0, capture size 1514 bytes
20:45:44.212833 Out
Juniper PCAP Flags [Ext], PCAP Extension(s) total length 22
Device Media Type Extension TLV #3, length 1, valuE. Ethernet (1)
Logical Interface Encapsulation Extension TLV #6, length 1, valuE. Ethernet (14)
Device Interface Index Extension TLV #1, length 2, valuE. 35328
Logical Interface Index Extension TLV #4, length 4, valuE. 70
Logical Unit Number Extension TLV #5, length 4, valuE. 32767

-----original packet-----

80:71:1f:c7:f8:60 > 84:18:88:8e:3b:3f, ethertype 802.1Q (0x8100), length 82: vlan 435, p 6, ethertype IPv4, (tos 0xc0, ttl 255, id 19548, offset 0, flags [DF], proto:
TCP (6), length: 64) 192.168.100.1.bgp > 192.168.100.2.49373: S 1088527795:1088527795(0) ack 214564428 win 16384
20:45:44.213226 In
Juniper PCAP Flags [Ext, no-L2, In], PCAP Extension(s) total length 22
Device Media Type Extension TLV #3, length 1, valuE. Ethernet (1)
Logical Interface Encapsulation Extension TLV #6, length 1, valuE. Ethernet (14)
Device Interface Index Extension TLV #1, length 2, valuE. 35328
Logical Interface Index Extension TLV #4, length 4, valuE. 70
Logical Unit Number Extension TLV #5, length 4, valuE. 32767

-----original packet-----

PFE proto 2 (ipv4): (tos 0xc0, ttl 1, id 2367, offset 0, flags [none], proto: TCP (6), length: 52) 192.168.100.2.49373 > 192.168.100.1.bgp: . 1:1(0) ack 1 win 17376

Click the Exhibit button.

You are asked to configure an EBGP peering to AS 65002. The EBGP peering is stuck in a Connect state.

Referring to the exhibit, what should be changed to the BGP configuration to bring up the peering?

A. Configure the neighbor to 192.168.100.2.


B. Configure the local-as to 65001.
C. Configure the peer-as to 65001.
D. Configure the peering as passive.

Correct Answer: A
Section: BGP
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

QUESTION 20
-- Exhibit --

user@router> show configuration routing-options


autonomous-system 65001;

user@router> show configuration protocols bgp


group 65002 {
traceoptions {
file bgp-trace;
flag open detail;
}
neighbor 192.168.100.2 {
peer-as 65002;
}
}

user@router> show log bgp-trace


Feb 5 20:07:08 trace_on: Tracing to "/var/log/bgp-trace" started
Feb 5 20:08:23.477912 bgp_senD. sending 63 bytes to 192.168.100.2 (External AS 65002)
Feb 5 20:08:23.478040
Feb 5 20:08:23.478040 BGP SEND 192.168.100.1+62776 -> 192.168.100.2+179
Feb 5 20:08:23.478077 BGP SEND message type 1 (Open) length 63
Feb 5 20:08:23.478100 BGP SEND version 4 as 65001 holdtime 90 id 10.200.1.4 parmlen 34
Feb 5 20:08:23.478119 BGP SEND MP capability AFI=1, SAFI=1
Feb 5 20:08:23.478138 BGP SEND Refresh capability, code=128
Feb 5 20:08:23.478155 BGP SEND Refresh capability, code=2
Feb 5 20:08:23.478176 BGP SEND Restart capability, code=64, time=120, flags=
Feb 5 20:08:23.478196 BGP SEND Restart capability AFI=1, SAF=1, Flags=ForwardingSaved
Feb 5 20:08:23.478217 BGP SEND 4 Byte AS-Path capability (65), as_num 65001
Feb 5 20:08:23.478820
Feb 5 20:08:23.478820 BGP RECV 192.168.100.2+179 -> 192.168.100.1+62776
Feb 5 20:08:23.478859 BGP RECV message type 1 (Open) length 59
Feb 5 20:08:23.478880 BGP RECV version 4 as 65003 holdtime 90 id 192.168.1.1 parmlen 30
Feb 5 20:08:23.478899 BGP RECV MP capability AFI=1, SAFI=1
Feb 5 20:08:23.478918 BGP RECV Refresh capability, code=128
Feb 5 20:08:23.478935 BGP RECV Refresh capability, code=2
Feb 5 20:08:23.478955 BGP RECV Restart capability, code=64, time=120, flags=

http://www.gratisexam.com/
Feb 5 20:08:23.478974 BGP RECV 4 Byte AS-Path capability (65), as_num 65003
Feb 5 20:08:23.479057 bgp_process_open: : NOTIFICATION sent to 192.168.100.2 (External AS 65002): code 2 (Open Message Error) subcode 2 (bad peer AS
number), Reason: peer 192.168.100.2 (External AS 65002) claims 65003, 65002 configured
Feb 5 20:08:23.479083 bgp_send. sending 21 bytes to 192.168.100.2 (External AS 65002)
Feb 5 20:08:23.479104
Feb 5 20:08:23.479104 BGP SEND 192.168.100.1+62776 -> 192.168.100.2+179
Feb 5 20:08:23.479136 BGP SEND message type 3 (Notification) length 21
Feb 5 20:08:23.479156 BGP SEND Notification code 2 (Open Message Error) subcode 2 (bad peer AS number)

Click the Exhibit button.

You have been asked to configure an EBGP peering to AS 65002. The EBGP peering is stuck in an Active state.

Referring to the exhibit, what would be changed to bring up the peering?

A. Configure the local-as to 65003.


B. Configure the autonomous-system to 65003.
C. Configure the EBGP peering as passive.
D. Configure the peer-as to 65003.

Correct Answer: D
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 21
-- Exhibit --

[edit]
user@router# show protocols bgp
group ibgp {
type internal;
local-address 3.3.3.3;
family inet;
neighbor 2.2.2.2;
}

[edit]

http://www.gratisexam.com/
user@router# show routing-instances

VRF {
instance-type vrf;
interface xe-0/0/1.0;
route-distinguisher 3.3.3.3:100;
vrf-target target:100:100;
vrf-table-label;
}

[edit]
user@router# show protocols mpls
interface all;

[edit]
user@router# show protocols rsvp
interface all;

Click the Exhibit button.

Referring to the exhibit, what is missing in the configuration to make the Layer 3 VPN functional? (Choose two.)

A. a label-switched path
B. the LDP protocol configuration
C. a virtual circuit ID
D. an NLRI of family inet-vpn unicast

Correct Answer: AD
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 22
Which role does the router ID (RID) have in the BGP route selection process?

A. The router ID is evaluated immediately after MED to determine route preference


B. The router ID is evaluated last in the route selection process
C. The router ID is evaluated after the cluster length and a lower router ID is chosen

http://www.gratisexam.com/
D. The router ID is evaluated after analyzing the IGP metric cost

Correct Answer: C
Section: BGP
Explanation

Explanation/Reference:
Reference:

http://www.juniper.net/techpubs/en_US/junos10.0/information-products/topic-collections/nog- baseline/bgp-routes-and-selection-introduction.html

QUESTION 23
Which BGP state denotes a fully operational session?

A. Established
B. Active
C. Operational
D. Connect

Correct Answer: A
Section: BGP
Explanation

Explanation/Reference:
Explanation:

A fully operational BGP session is in the Established state.

Other BGP states include:


- Active: BGP is initiating a transport protocol connection in an attempt to connect to a peer. If the connection is successful, BGP sends an Open message.
- Connect: BGP is waiting for the transport protocol connection to complete
- Established: The BGP session has been established, and the peers are exchanging update messages.
- Idle: Either the BGP license check failed, or this is the first stage of a connection and BGP is waiting for a start event.
- OpenConfirm: BGP has acknowledge receipt of an open message from the peer and is waiting to receive a keepalive or notification message.
- OpenSent: BGP has sent an open message and is waiting to receive an open message form the peer

QUESTION 24
Click the Exhibit button

http://www.gratisexam.com/
You work for the regional Internet service provider shown in the exhibit You have a partial BGP table and are receiving a 10 100/16 route from your upstream ISP
You have been asked to configure a default route that can be sent to your downstream customer This route should forward customer traffic toward your upstream
Tier 11SP as long as the 10.100/16 route is present.

What would accomplish this goal?

A. Create and announce an aggregate default route


B. Create and announce a static default route with a next-hop of discard
C. Create and announce a static default route with a next-hop of reject
D. Create and announce a generated default route
E. Create an advertise-map with exist-map

Correct Answer: E
Section: BGP
Explanation

Explanation/Reference:
Reference:

http://www.juniper.fr/techpubs/en_US/junose10.0/information-products/topic-collections/swconfig- bgp-mpls/advertising-a-default-route-only-when-another-route-is-
present.html

QUESTION 25
Using industry best practices, what is true regarding an external BGP session?

A. BGP neighbors belong to the same AS


B. BGP neighbors belong to a different AS
C. BGP sessions rely on a static route for reach ability
D. BGP sessions will be established between loopback interface addresses.

http://www.gratisexam.com/
Correct Answer: C
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 26
Which two BGP attributes are modified by default when they are passed between external BGP peers? (Choose two)

A. MED
B. AS-Path
C. Communities
D. Next Hop

Correct Answer: BD
Section: BGP
Explanation

Explanation/Reference:
Explanation:

As-path and next-hop values are modified by default when they are passed between external BGP peers. BGP attributes are included in the update messages and
describe the BGP prefixes received from a peer.

QUESTION 27
Which two statements about BGP are accurate? (Choose two.)

A. BGP uses UDP port 500 for connectivity.


B. BGP uses TCP port 179 for connectivity.
C. External peering sessions require an underlying IGP.
D. Internal peering sessions require an underlying IGP.

Correct Answer: BD
Section: BGP
Explanation

Explanation/Reference:
Explanation:

http://www.gratisexam.com/
BGP uses TCP as its transport protocol, using port 179. Because IBGP connections often exist between non-adjacent devices, an IGP must be used to provide
reachability.

QUESTION 28
Using industry best practices, which two BGP attributes would you modify to influence how traffic enters your network? (Choose two)

A. AS Path
B. Local Preference
C. Next Hop
D. MED

Correct Answer: AD
Section: BGP
Explanation

Explanation/Reference:
Explanation:

Based on industry best practices, you can use the BGP attributes AS-path and MED to influence how traffic enters your network. The AS-path attribute is
mandatory; thus, it must always be present for all BGP routes.

QUESTION 29
In which two environments would BGP add value? (Choose two)

A. an enterprise environment with a single upstream connection


B. an enterprise environment with multiple upstream connections
C. a service provider environment
D. a home office environment

Correct Answer: BC
Section: BGP
Explanation

Explanation/Reference:
Explanation:

Normally, a single-homed network uses addresses assigned by the provider from the provider's aggregate, while the customer typically creates a default static
route toward its provider. This is the simplest method to obtain Internet connectivity and does not have the complexity of BGP. When an enterprise has multihomed
connections to one or more multiple ISPs, they can use BGP path attributes to control inbound and outbound traffic. Because providers are used primarily for transit

http://www.gratisexam.com/
to Internet locations, they employ BGP and its attributes to control traffic.

QUESTION 30
-- Exhibit --

[edit protocols bgp]


user@Router-X# show
import policy-a;
export policy-b;
group external {
export policy-c;
peer-as 4;
neighbor 172.18.7.7;
neighbor 172.18.4.5;
import policy-d;
}
neighbor 172.16.1.3;
}

Referring to the exhibit, which policy(s) will be applied to neighbor 172.18.4.5?

http://www.gratisexam.com/

A. Import policy-a and policy-d, export policy-b and policy-c


B. Import policy-d, export policy-b and policy-c
C. Import policy-d, export policy-c.
D. Import policy-d only

Correct Answer: C
Section: BGP
Explanation

Explanation/Reference:
Explanation:

Based on the scenario, "import policy-d, export policy-c", is correct. You can apply import and export policies to BGP sessions at the neighbor, group, or protocol
level of the configuration hierarchy. However, a Junos device applies only the most specific import or export policy. Import or export polices applied at higher levels
of the configuration hierarchy will be inherited at lower levels of the configuration if no policy is configured at that lower level. However, if a policy is configured at a
lower level, the device applies only that more specific policy.

http://www.gratisexam.com/
QUESTION 31
-- Exhibit --

In the exhibit Router A and Router B are operating on the LAN with Router B acting as the designated intermediate system (DIS).

When Router C and Router D are added to the LAN. Which statement is true?

A. Router C becomes the new DIS with no backup DIS.


B. Router D becomes the new DIS with no backup DIS.
C. Router C becomes the new DIS with Router B as the backup DIS.
D. Router D becomes the new DIS with Router A as the backup DIS.

Correct Answer: A
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 32
You are logged into a Junos device and issue the command show route protocol bgp. You see that the device has received the route 10 0.4/24 from two different
IBGP peers. Local preference, MED, origin, and AS-path values are equal.

Which criterion is used to determine which path will be preferred?

http://www.gratisexam.com/
A. cluster length
B. router ID (RID)
C. peer ID
D. IGP cost

Correct Answer: D
Section: BGP
Explanation

Explanation/Reference:
Explanation:

Based on the scenario, IGP cost will be used.

QUESTION 33
Which action does the local router take after sending a Notification message to a remote peer?

A. It begins to send route update information


B. It tears down the TCP session and attempts to re-establish it
C. It waits for the remote router to acknowledge that it is ready to receive routes
D. It changes its local state to Established

Correct Answer: B
Section: BGP
Explanation

Explanation/Reference:
Explanation:

After sending a notification message to a remote peer, the local device tears down the TCP session and attempts to reestablish it.

BGP uses notification messages to signal when something is wrong with the BGP session. A notification is sent when an unsupported option is sent in an open
message and when a peer fails to send an update to keepalive message. When an error is detected, the BGP session is closed.

QUESTION 34
Click the Exhibit button

http://www.gratisexam.com/
In the exhibit, all devices are sending routes to Router B

Which routes will be advertised from Router B to Router D?

A. BGP routes learned from Router A only


B. BGP routes learned from Router E only
C. BGP routes learned from Routers A and C only
D. BGP routes learned from Routers A, C and E only

Correct Answer: D
Section: BGP
Explanation

Explanation/Reference:
Explanation:

Router B will advertise BGP routes learned from Router A, C, and E

QUESTION 35
Which three statements are true about BGP? (Choose three)

A. iBGP peering adds value in small networks with a single upstream connection

http://www.gratisexam.com/
B. iBGP peering adds value in small networks with multiple upstream connections
C. eBGP peering adds value in small networks with multiple upstream connections
D. iBGP peering adds value in large enterprise environments with multiple upstream connections
E. eBGP peering adds value in large enterprise environments with multiple upstream connections

Correct Answer: CDE


Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 36
What are three valid BGP message types? (Choose three.)

A. Refresh
B. Hello
C. Route
D. Keepalive
E. Open

Correct Answer: ADE


Section: BGP
Explanation

Explanation/Reference:
Explanation:

BGP message types include:


- open
- update
- keepalive
- notification
- refresh

QUESTION 37
Your Junos device receives two similar route advertisements from different BGP peers.

What would cause a route to be selected in this scenario?

http://www.gratisexam.com/
A. having a lower MED value
B. having a lower local preference
C. learning a route from a peer with a higher peer ID
D. learning a route from a peer with a higher IGP metric

Correct Answer: A
Section: BGP
Explanation

Explanation/Reference:
Explanation:

When a Junos device receives two similar route advertisements from different BGP peers, it will select the route will the lowest MED value. BGP route selection
proceeds in this manner:

Prefer the highest local-preference value


Prefer the shortest AS-path length
Prefer the lowest origin value
Prefer the lowest MED value
Prefer routes learned from an EBGP peer over an IBGP peer
Prefer best exit from AS
For EBGP-receive routes, prefer the current active route:
otherwise, prefer routes from the peer with the lowest RID
Prefer paths with the shortest cluster length
Prefer routes from the peer with the lowest peer ID

QUESTION 38
Your customer complains that their Layer 3 VPN is not passing traffic from one site to another. You assigned that customer to VPN-A. Which command on the PE
router will confirm the presence of customer routes?

A. show route VPN-A


B. show route VPN-A table bgp.l2vpn.0
C. show route table inet.3 VPN-A
D. show route table VPN-A.inet.0

Correct Answer: D
Section: BGP
Explanation

Explanation/Reference:

http://www.gratisexam.com/
Explanation:

QUESTION 39
You notice that a route from internal BGP peer 192.168.1.1 is missing from the local route table. Which two commands would be used to help identify the source of
the problem? (Choose two.)

A. show route bgp


B. show route protocol bgp hidden
C. show route receive-protocol bgp 192.168.1.1
D. show route advertising-protocol bgp 192.168.1.1

Correct Answer: BC
Section: BGP
Explanation

Explanation/Reference:
Explanation:

Based on the scenario, you would use the show route protocol bgp hidden command to display routes that are hidden because of an import policy. You would use
the show route receive-protocol bgp 192.168.1.1 command to determine whether the route was sent by the advertising peer.

QUESTION 40
Click the Exhibit button.

http://www.gratisexam.com/
In the exhibit, all routers are sending routes to Router B.

Which routes will be advertised from Router B to Router E?

A. BGP routes learned from Router A only


B. BGP routes learned from Router D only
C. BGP routes learned from Routers A and C only
D. BGP routes learned from Routers A, C, and D only

Correct Answer: D
Section: BGP
Explanation

Explanation/Reference:
Explanation:

Router B will advertise BGP routes learned from Routers A, C, and D.

QUESTION 41
Which two events could cause the BGP Active state to appear? (Choose two.)

A. The local device does not have a route to the peer device.
B. The local device failed to establish a TCP connection with the peer device.
C. A firewall is stopping all UDP packets.
D. The BGP configuration is incomplete.

Correct Answer: BD
Section: BGP
Explanation

Explanation/Reference:
Explanation:

In the Active state, BGP is trying to acquire a peer by initiating a transport protocol connection. If the transport protocol connection succeeds, the local system
sends an open message to its peer and transitions to the OpenSent state. If the local system's BGP state remains in the Active state, you should check physical
connectivity as well as the configuration of both peers.

QUESTION 42
By default, which BGP attribute is only compared when two route advertisements are received from the same neighboring AS?

http://www.gratisexam.com/
A. MED
B. AS-Path
C. Communities
D. Next Hop

Correct Answer: A
Section: BGP
Explanation

Explanation/Reference:
Explanation:

By default, BGP uses the multiple exit discriminator (MED) value only when the local AS has two or more connections to the same upstream AS.

QUESTION 43
What are two uses of the AS-path attribute? (Choose two.)

A. It is used in BGP route selection.


B. It is used to ensure that a packet traverses the least number of routers.
C. It is used by IGPs to avoid loops within an autonomous system.
D. It is used to avoid routing loops between autonomous systems.

Correct Answer: AD
Section: BGP
Explanation

Explanation/Reference:
Explanation:

The AS-path attribute is used as part of the BGP route selection process. It is also used to avoid routing loops between autonomous systems.

The AS-path attribute describes the path of autonomous systems that a prefix has passed through since it was sourced into BGP. By deafult, the AS-path length
expands as a prefix is shared between autonomous systems.

QUESTION 44
How are BGP routes grouped when being sent in an update message?

A. by grouping aggregated address ranges together


B. by using a complete set of matching attributes

http://www.gratisexam.com/
C. by the originating autonomous system
D. by the originating router

Correct Answer: B
Section: BGP
Explanation

Explanation/Reference:
Explanation:

When BGP routes are sent in an update message they are grouped by using a complete set of matching attributes. BGP uses update messages to transport
routing information between BGP peers. Depending on receiving device's routing polciy, this routing information is either added to the routing table or ignored.

QUESTION 45
How are BGP routes originated?

A. BGP routes are created using policies associated with BGP peering sessions.
B. BGP routes are created using IP subnet definitions at each defined BGP peer.
C. BGP routes are created based on interface subnets used for peering sessions.
D. BGP routes are created based on all interface subnets on all BGP routers.

Correct Answer: A
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 46
Which three statements are true about BGP default operations? (Choose three.)

A. IBGP peers advertise routes received from EBGP peers to other IBGP peers.
B. IBGP peers do not advertise routes received from IBGP peers to other IBGP peers.
C. IBGP peers do not advertise routes received from EBGP peers to other IBGP peers.
D. IBGP peers change the next hop for routes received from EBGP peers.
E. EBGP peers advertise routes learned from IBGP or EBGP peers to other EBGP peers.

Correct Answer: ABE


Section: BGP

http://www.gratisexam.com/
Explanation

Explanation/Reference:
Explanation:

QUESTION 47
Click the Exhibit button.

http://www.gratisexam.com/
Which two statements are correct according to the output shown in the exhibit? (Choose two.)

A. The peering session is enabled for graceful restart.

http://www.gratisexam.com/
B. The peering session uses the default route preference.
C. The peering session is in a state in which routes can be exchanged.
D. The peering session uses a 4-byte AS number.

Correct Answer: BC
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 48
Click the Exhibit button.

http://www.gratisexam.com/
Which two statements are correct according to the output shown in the exhibit? (Choose two.)

A. The peering session can pass inet-vpn routes.

http://www.gratisexam.com/
B. The peering session uses an altered route preference.
C. The peering session is enabled for multihop support.
D. The peering session is enabled for multipath support.

Correct Answer: BC
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 49
-- Exhibit --

[edit protocols bgp]


user@host# show
export my-statics;
group my-group {
type external;
export my-aggregates;
neighbor 176.241.12.4 {
peer-as 396;
}
neighbor 75.217.12.10 {
export my-specifics;
peer-as 3275;
}
}

Referring to the exhibit, which policy would be applied to the 75.217.12.10 neighbor?

A. The my-statics policy would be applied.


B. The my-aggregates policy would be applied.
C. The my-specifics policy would be applied.
D. The my-statics, my-aggregates, and my-specifics policies would be applied.

Correct Answer: D
Section: BGP
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

QUESTION 50
Click the Exhibit button.

In the exhibit, R1, R2, and R3 are all IBGP peers within AS 65505. R1 receives a BGP advertisement from an external BGP peer in AS 65555, and BGP
advertisement from R3. The default BGP advertisement behavior is in effect in this environment.

In this scenario, which two statements are true? (Choose two.)

A. R1 will advertise the route received from R3 to R2 and its external BGP peer.
B. R1 will advertise the route received from R3 only to its external BGP peer.
C. R1 will advertise the route received from its external peer to R2 and R3.
D. R1 will not advertise the route received from its external peer to R2 or R3.

Correct Answer: BC
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 51
Which two BGP attributes are mandatory? (Choose two.)

A. next hop
B. aggregator
C. AS path
D. community

Correct Answer: AC
Section: BGP

http://www.gratisexam.com/
Explanation

Explanation/Reference:
Explanation:

QUESTION 52
Which two elements are valid in the BGP path selection algorithm? (Choose two.)

A. lowest local preference value


B. lowest multi-exit discriminator
C. highest multi-exit discriminator
D. highest local preference value

Correct Answer: BD
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 53
Click the Exhibit button.

http://www.gratisexam.com/
Referring to the exhibit, MED is being used in your BGP network. All other BGP configurations use the default settings.

Which statement is correct regarding traffic destined to the 151.213.0.0/16 prefix in AS 358?

A. A traffic black hole will be created at Router A and Router B.


B. Traffic will load-balance across both the A-to-C and B-to-D paths.
C. Traffic will prefer the A-to-C path.
D. Traffic will prefer the B-to-D path.

Correct Answer: C
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 54

http://www.gratisexam.com/
Click the Exhibit button.

In the exhibit, R1 is sending the 172.16.100.0/24 route to R2 through EBGP. R2 has IBGP sessions to R3 and R4, but they are not installing the route. All BGP
sessions are established.

A. Advertise the R1-R2 link into the IGP.


B. Configure the cluster-id parameter under the R2 IBGP group.
C. Configure a BGP export policy with a next-hop self action on R2.

http://www.gratisexam.com/
D. Configure an IGP export policy with a next-hop self action on R2.

Correct Answer: AC
Section: BGP
Explanation

Explanation/Reference:
Explanation:

QUESTION 55
You are logged in to an MX80 and issue the command "show route protocol bgp" You see that you have received the route 10.0.4/24 from two different peers. One
peer is an external peer and the other is an internal peer. The route received from the internal peer is active.

By the rules of BGP preference, what would cause the internal path for this prefix to be preferred over the external one?

A. Internally learned prefix is preferred over an externally learned prefix


B. The local-preference value of the internally learned prefix is higher than the externally learned peer
C. The peer ID of the internally learned prefix is lower than that of the externally learned peer
D. The internally learned prefix has a shorted cluster length

Correct Answer: B
Section: BGP
Explanation

Explanation/Reference:
Explanation:

Based on the scenario, the prefix from the internal peer would be preferred if it has a higher local-preference value than the default value.

QUESTION 56
Which two statements are true about the BGP MED attribute? (Choose two.)

A. It has a default value of 100


B. It has an assumed value of 0
C. It is designed for use when multiple connections exist between the same two autonomous systems
D. It is designed for use when a BGP router is peering with at least two different autonomous systems

Correct Answer: BC
Section: BGP
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

MED is used to help influence the preferred path back into the autonomous system when multiple links exist between the same two autonomous systems. BGP
routes do not require the MED attribute. If it is missing, BGP assumes the MED value is 0.

QUESTION 57
What are three BGP attributes used in the route-selection process? (Choose three.)

A. local preference
B. communities
C. MED
D. origin
E. atomic aggregate

Correct Answer: ACD


Section: BGP
Explanation

Explanation/Reference:
Explanation:

- local preference
- MED
- Origin

QUESTION 58
Which two commands would you use to see the export policy that has been applied to a BGP neighbor? (choose two.)

A. show bgp neighbor


B. show bgp summary
C. show bgp group
D. show bgp policy

Correct Answer: AC
Section: BGP
Explanation

Explanation/Reference:

http://www.gratisexam.com/
Explanation:

The "show bgp neighbor" and "show bgp group" commands display polices applied at the neighbor and group levels

QUESTION 59
Which method can be used to reduce the size of the upstream BGP routing table?

A. confederations
B. prefix aggregation
C. atomic aggregate
D. route reflection

Correct Answer: B
Section: BGP
Explanation

Explanation/Reference:
Explanation:

Prefix aggregation is a method that can be used to reduce the size of upstream BGP routing tables. This method is commonly used in ISP deployments of BGP.

QUESTION 60
Once the initial route exchange has been completed, how frequently does BGP automatically sent route updates?

A. every hour
B. when the configured timer expires
C. whenever a routing policy is updated
D. as needed

Correct Answer: D
Section: BGP
Explanation

Explanation/Reference:
Explanation:

Once the initial route exchange has been completed BGP automatically sends route updates as needed. BGP uses TCP to provide reliable communication, which
ensures that BGP neighbors never miss an update. A system of keepalives also allows each BGP peer to ensure that its neighbors are still function properly. If a
neighbor goes down, the BGP speaker deletes all routes learned from that peer and updates its other peers accordingly.

http://www.gratisexam.com/
QUESTION 61
-- Exhibit --

In the exhibit, all devices are sending routes to Router B.

Which routes will be advertised from Router B to Router C?

A. BGP routes learned from Router A only


B. BGP routes learned from Router E only
C. BGP routes learned from Routers D and E only
D. BGP routes learned from Routers A, D, and E

Correct Answer: C
Section: BGP
Explanation

Explanation/Reference:
Explanation:

Router B will advertise BGP routes learned from Routers D and E to Routers A and C (EBGP to IBGP). A BGP router never readvertises IBGP learned routes to
other IBGP peers.

http://www.gratisexam.com/
QUESTION 62
Which three statements area true regarding BGP local preference? (Choose three.)

A. A higher value is preferred over a lower value


B. A lower value is preferred over a higher value
C. Local preference is not shared between autonomous systems
D. Local preference can be altered by policy or configuration
E. Local preference has a default value of 128

Correct Answer: ACD


Section: BGP
Explanation

Explanation/Reference:
Explanation:

A higher local preference value is preferred over a lower value. These values are not shared between autonomous systems, and can be altered by policy or
configuration. you can use the local preference attribute to direct outbound traffic through a specific peer.

QUESTION 63
Using industry best practices, which BGP attribute would you modify to influence how traffic leaves your network?

A. MED
B. local preference
C. AS-path
D. communities

Correct Answer: B
Section: BGP
Explanation

Explanation/Reference:
Explanation:

The BGP local-preference attribute can be used to influence how traffic leaves your network. BGP uses the local-preference attribute only within an AS. Local
preference values are not transmitted across EBGP links.

QUESTION 64
What are the differences between EBGP and IBGP?

http://www.gratisexam.com/
A. EBGP peering requires a full mesh because EBGP speakers cannot readvertise EBGP-learned routes
B. IBGP peering requires a full mesh because IBGP speakers cannot readvertise IBGP-learned routes
C. Both EBGP and IBGP require a full mesh because BGP speakers cannot readvertise BGP-learned routes
D. EBGP speakers can use route reflectors or confederations to avoid the full-mesh requirement

Correct Answer: B
Section: BGP
Explanation

Explanation/Reference:
Explanation:

IBGP peering generally requires a full mesh because IBGP speakers cannot readvertise IBGP-learned routes. IBGP sessions are usually established between
loopback addresses, whereas EBGP sessions are usually established using the IP addresses of the physically connected interfaces.

QUESTION 65
Which criterion is evaluated first when selecting a BGP route?

A. MED
B. origin
C. local preference
D. AS-path

Correct Answer: C
Section: BGP
Explanation

Explanation/Reference:
Explanation:

The highest local-preference value is the fist criterion used in selecting a BGP route. There are nine selection criteria that can be used when selecting BGP route
preference:

The highest local-preference value


The shortest AS-path length
The lowest origin value
The lowest MED value
Routers learned from an EBGP peer over an IBGP peer
Best exit from AS
For EBGP-received routes, the current active route:

http://www.gratisexam.com/
otherwise, routes from the peer with the lowest RID
Paths with the shortest cluster length
Routes from the peer with the lowest peer ID

QUESTION 66
-- Exhibit --

[edit protocols bgp]


user@router# show
group external {
neighbor 10.0.21.2;
}

The exhibit shows a partial configuration for an external BGP session.

What must be added to complete the configuration?

A. the type external statement


B. the peer-as statement
C. the multi-hop statement
D. the next-hop-self statement

Correct Answer: B
Section: BGP
Explanation

Explanation/Reference:
Explanation:

Based on the exhibit, you need to add the peer-as statement. Adding this statement is necessary to indicate that the peer's AS value is different from that of the
local device.

QUESTION 67
Which type of BGP message is used to perform a soft clearing of a BGP session?

A. refresh
B. update
C. notification
D. open

http://www.gratisexam.com/
Correct Answer: A
Section: BGP
Explanation

Explanation/Reference:
Explanation:

A refresh message is used to perform a soft clearing of a BGP session. Normally a BGP speaker cannot be made to readvertise routes that have already been sent
and acknowledged. The route refresh message supports soft clearing of BGP sessions by allowing a peer to readvertise routes that have already been sent.

QUESTION 68
-- Exhibit --

[edit protocols bgp]


user@router# show
group internal {
neighbor 10.0.16.2;
}

The exhibit shows a partial configuration fo an internal BGP session.

Which two statements must be added to complete the configuration (Choose two.)

A. a local-address statement
B. a type ibgp statement
C. a next-hop-self statement
D. a type internal statement

Correct Answer: AD
Section: BGP
Explanation

Explanation/Reference:
Explanation:

Based on the scenario, you would need to add the local-address and type internal statements. A configuration error will occur if these statements are not added.

QUESTION 69
-- Exhibit --

http://www.gratisexam.com/
In the exhibit, all devices are sending routes to Router B.

Which routes will be advertised from Router B to Router A?

A. BGP routes learned from Router C only


B. BGP routes leaned from Router E only
C. BGP routes learned from Routers D and E only
D. BGP routes learned from Routers C, D, and E

Correct Answer: C
Section: BGP
Explanation

Explanation/Reference:
Explanation:

Router B will advertise BGP routes learned from Routers D and E only

QUESTION 70
-- Exhibit --

-- Exhibit --

http://www.gratisexam.com/
[edit]
user@Router-X# show policy-options
policy-statement nhs
term 1 {
from {
protocol bgp;
neighbor 10.0.21.2;
}
then next-hop self;
}
}

A Junos device has an external peering session to 10.0.21.2 and several internal peers.

How can the policy reference in the exhibit be used to ensure routes are usable?

http://www.gratisexam.com/

A. Apply it as an import policy to internal BGP peers


B. Apply it as an export policy to internal BGP peers
C. Apply it as an import policy to external BGP peers
D. Apply it as an export policy to external BGP peers

Correct Answer: B
Section: BGP
Explanation

Explanation/Reference:
Explanation:

As a best practice, always apply a next-hop self policy as an export policy to internal peers or to the BGP group to wich those peers belong. Improper application of
a next-hop-self policy can cause suboptimal routing or result in hidden routes.

http://www.gratisexam.com/
Layer 2 Switching VLAN's

QUESTION 1
-- Exhibit

-- Exhibit --

Click the Exhibit button.

In the exhibit, A1 sends a broadcast frame with destination MAC address FFFF.FFFF.FFFF, and all other stations have sent a response .

What would be the correct MAC address table on the MX240?

ge-0/0/0 0140.5501.1111

http://www.gratisexam.com/

A. ge-0/0/0 FFFF.FFFF.FFFF
B. ge-0/0/0 FFFF.FFFF.FFFF
C. ge-0/0/0 0140.5501.2222
ge-0/0/1 0140.5501.3333
ge-0/0/1 0140.5501.4444
ge-0/0/0 0140.5501.1111
D. ge-0/0/0 0140.5501.2222
ge-0/0/1 0140.5501.3333

http://www.gratisexam.com/
ge-0/0/1 0140.5501.4444

Correct Answer: D
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

QUESTION 2
-- Exhibit --

user@router# show interfaces


xe-0/0/0 {
unit 0 {
family inet {
address 192.168.12.1/24;
}
family mpls;
}
}
xe-0/0/1 {
encapsulation ethernet-ccc;
unit 0 {
family ccc;
}
}
lo0 {
unit 0 {
family inet {
address 1.1.1.1/32;
}
}
}

[edit]
user@router# show protocols
mpls {
interface all;
}
ospf {
traffic-engineering;

http://www.gratisexam.com/
area 0.0.0.0 {
interface all;
}
}
ldp {
interface all;
}
l2circuit {
neighbor 2.2.2.2 {
interface xe-0/0/1.0 {
}
}
}

-- Exhibit --

Click the Exhibit button.

In the exhibit, which configuration element is missing to bring up the Layer 2 circuit?

A. the route target


B. the virtual circuit ID
C. a targeted LDP session
D. an MPLS LSP

Correct Answer: B
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

QUESTION 3
What are two valid actions that can be applied to a frame by a Layer 2 firewall filter? (Choose two)

A. Log
B. loss-priority
C. sample
D. count

http://www.gratisexam.com/
Correct Answer: BD
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation: The correct answers are B, D.
Reference:

You can specify the following filter actions:

* accept
* count counter-name
* discard
* dscp code-point (family inet only)
* forwarding-class class-name
* ipsec-sa ipsec-sa (family inet only)
* load-balance group-name (family inet only)
* log (family inet and inet6 only)
* logical-system logical-system-name (family inet and inet6 only)
* loss-priority (high | medium-high | medium-low | low)
* next term
* next-hop-group group-name (family inet only)
* policer policer-name
* port-mirror (family bridge, ccc, inet, inet6, and vpls only)
* prefix-action action-name (family inet only)
* reject <message-type> (family inet and inet6 only)
* routing-instance routing-instance-name (family inet and inet6 only)
* sample (family inet, inet6, and mpls only)
* service-accounting (service filters and family inet or inet6 only)
* service-filter-hit (service filters and family inet or inet6 only)
* syslog (family inet and inet6 only)
* three-color-policer policer-name
* topology topology-name (family inet and inet6 only)
* traffic-class code-point (family inet6) only

QUESTION 4
Which protocol is used by wired Ethernet to manage frame collisions?

A. IEEE 802.3 active monitoring


B. IEEE 802.5 active monitoring
C. carrier-sense multiple access with collision avoidance

http://www.gratisexam.com/
D. carrier-sense multiple access with collision detection

Correct Answer: D
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

In a shared Ethernet LAN, node transmissions are managed using a mechanism known as carrier-sense multiple access with collision detection, or CSMA/CD.

QUESTION 5
A customer configures a bridge domain using a VLAN ID of 222.

Which configuration will allow for the switch to potentially look at the IP header of incoming frames tagged with a VLAN ID of 222?

A. [edit]
user@switch# show bridge-domains
vlan-222
vlan-id 222;
layer3-interface irb.0;
}
B. [edit]
user@switch# show bridge-domains
vlan-222
vlan-id 222;
layer3-interface lt.0;
}
C. [edit]
user@switch# show bridge-domains
vlan-222
vlan-id 222;
routing-interface lt.0;
}
D. [edit]
user@switch# show bridge-domains
vlan-222
vlan-id 222;
routing-interface irb.0;
}

http://www.gratisexam.com/
Correct Answer: D
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

QUESTION 6
Which configuration can be applied to ensure that no more than 600 MAC addresses are learned by a virtual switch?

A. protocols {
l2-learning {
global-mac-limit {
600;
}
}
}
B. switch-options {
mac-table-size {
600;
}
}
C. bridge-domains {
vlan_100 {
vlan-id 100;
bridge-options {
mac-table-size {
600;
}
}
}
}
D. bridge-domains {
bridge-options {
mac-table-size {
600;
}
}
vlan_100 {
vlan-id 100;
}

http://www.gratisexam.com/
}

Correct Answer: B
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

To limit the number of MAC addresses that can be learned by a switch at a global level, use the global-mac-limit statement under the [edit protocols l2-learning]
hierarchy. To limit at the virtual switch level, use the mac-table-size statement under the [edit switch-options] hierarchy.

QUESTION 7
Which two problems occur when increasing numbers of users are added to an Ethernet LAN with no switches present? (Choose two.)

A. There is a greater chance for collisions to occur


B. The MAC table sizes increase
C. Some devices will not see certain traffic
D. There is unnecessary consumption of network bandwidth "Pass Any Exam. Any Time." - www.actualtests.com 108 Juniper JN0-360 Exam

Correct Answer: AD
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

QUESTION 8
-- Exhibit --

firewall {
family bridge {
filter filterA {
term 10 {
then count countA;
}
}
filter filterB
term 10
then count countB
}

http://www.gratisexam.com/
}
interfaces
ge-1/0/3 {
unit 0 {
family bridge {
filter {
input filterA;
}
interface-mode trunk;
vlan-id-list 121;
}
}
}
}
bridge-domains {
customer {
vlan-id 121;
forwarding-options {
filter {
input filterB;
}
}
}
}

Which firewall filter action(s) will be applied to incoming frames to ge-1/0/3?

A. Frames will be counted initially by filterB and then counted by filterA.


B. Frames will be counted initially by filterA and then counted by filterB.
C. Frames will be counted by filterA only.
D. Frames will be counted by filterB only.

Correct Answer: B
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

QUESTION 9
Click the Exhibit button.

http://www.gratisexam.com/
[edit]
user@switch# show bridge-domains
vlan_100 {
vlan-id 100;
interface ge-1/0/3.100;
}
vlan_200 {
vlan-id 200;
interface ge-1/0/3.200;
}

Two bridge domains are configured as shown in the exhibit.

What must be configured as part of the ge-1/0/3 interface configuration to accept tagged frames of VLANs 100 and 200?

A. encapsulation vlan-bridge
B. encapsulation ethernet-bridge
C. interface-mode trunk
D. vlan-id-range [100 200]

Correct Answer: C
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

QUESTION 10
What are two characteristics of a traditional Ethernet LAN? (Choose two.)

A. Nodes share a physical medium.


B. Nodes can successfully transmit simultaneously.
C. It consists of a single broadcast domain.
D. Nodes use a step-up algorithm when collisions are detected.

Correct Answer: AC
Section: Layer 2 Switching VLAN's
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

In a shared Ethernet LAN, all nodes are in the same broadcast domain and collision domain

QUESTION 11
What is the size of the unique address used to identify each node on an Ethernet LAN?

A. 3 bytes
B. 6 bytes
C. 9 bytes
D. 12 bytes

Correct Answer: B
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

An Ethernet MAC address is 6 bytes, or 48 bits, long.

QUESTION 12
-- Exhibit --

bridge-domains {
bd {
vlan-id 100;
bridge-options {
mac-table-size {
3000;
}
}
}
}

After the MAC learning limit of 3000 is reached for the bd bridge domain as shown in the exhibit, what happens to frames that arrive that contain unknown unicast
destination addresses?

A. They are flooded.


B. The are forwarded to the default gateway.

http://www.gratisexam.com/
C. They are dropped.
D. They are forwarded to the IRB interface.

Correct Answer: A
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

The default behavior when the bridge table reaches the maximum number of MAC addresses is to flood all packets containing unknown destination MAC
addresses. This default behavior can be changed by adding the packet-option drop statement to the existing configuration.

QUESTION 13
An Ethernet bridge is configured such that all interfaces are in a single broadcast domain. Which two tasks does an Ethernet bridge perform in response to
receiving a frame with an unknown unicast destination MAC address? (Choose two.)

A. It drops the frame.


B. It floods the frame out of all interfaces except the one on which is was received.
C. It learns the destination MAC address when it sees return traffic from the device.
D. It learns the source MAC address when it sees return traffic from that device.

Correct Answer: BC
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

When a bridge receives a data frame with an unknown destination MAC address, the frame is flooded out all other ports in the same broadcast domain. Once the
bridge sess return traffic from this MAC address, it adds the address to the bridge table.

QUESTION 14
You are configuring a trunk interface on an MX Series device and want to ensure that any outgoing frames associated with VLAN 100 are transmitted as untagged
frames.

Which configuration will achieve this objective?

A. routing-interface irb.0
B. vlan-id-list [100]

http://www.gratisexam.com/
C. native-vlan-id 100
D. vlan-id 100

Correct Answer: A
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

QUESTION 15
Click the Exhibit button.

Referring to the exhibit, all interswitch links are configured as trunks supporting all VLANs. Host A sends a frame with an unknown destination MAC address to S2.

Which switches will receive this frame?

A. S1, S3 and S4
B. S1 only
C. S1 and S3 only
D. S1 and S4 only

Correct Answer: C
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

QUESTION 16
Which Layer 2 mechanism logically groups network nodes into separate broadcast domains?

http://www.gratisexam.com/
A. IS-IS levels
B. OSPF areas
C. VLAN
D. IP subnets

Correct Answer: C
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

QUESTION 17
You have multiple Layer 2 interfaces associated with different VLANs configured on an MX Series router. You have been asked to ensure Layer 3 reachability
through the MX Series router for the subnets associated with the different VLANs.

How would you meet this objective?

A. Use gateway IRB interfaces to forward traffic between VLANs.


B. Use the BPDU protect feature to direct traffic between VLANs.
C. Use a Layer 2 routing policy to forward traffic between VLANs.
D. Use filter-based forwarding to direct traffic between VLANs.

Correct Answer: A
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

QUESTION 18
What are two valid statements for virtual switches on MX Series devices? (Choose two.)

A. Integrating routing and bridging (IRB) interfaces are supported.


B. Layer 2 interfaces are supported.
C. Interfaces are inherently loop free.
D. Trunk interfaces are not supported.

Correct Answer: AB

http://www.gratisexam.com/
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

QUESTION 19
Which two problems occur when increasing numbers of users are added to traditional hub-based Ethernet LAN? (Choose two.)

A. There is a greater chance for collisions to occur


B. The MAC table sizes increase
C. Some devices will not see certain traffic
D. There is unnecessary consumption of network bandwidth

Correct Answer: AD
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

As nodes are added to a shared Ethernet LAN, the likelihood of collisions increases, which in turn consumes more network bandwidth, adversely effecting
performance.

QUESTION 20
On an MX Series device, which parameter is used to configure the timeout interval fo entries in the MAC table?

A. global-mac-table-aging-time
B. global-mac-limit
C. switch-mac-table-aging-time
D. switch-mac-limit

Correct Answer: A
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

Switches have an efficient method of managing stale MAC addresses, which is an aging timer. For MX Series devices, the aging timer defaults to a value of 300

http://www.gratisexam.com/
seconds. This value can be changed using the global-mac-table-aging-time parameter under the [edit protocols l2-learning] hierarchy.

QUESTION 21
Which bridging mechanism is used to ensure that only active entries are in the bridge table?

A. learning
B. forwarding
C. flooding
D. filtering
E. aging

Correct Answer: E
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

Aging is used to ensure that the bridge table remains current.

QUESTION 22
What are two benefits of using MVRP? (Choose two.)

A. It reduces network administration and overhead


B. It dynamically creates and prunes VLANs
C. It provides redundancy for Layer 2 interfaces
D. It dynamically translates Layer 2 addresses to Layer 3 addresses

Correct Answer: AB
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

The Multiple VLAN Registration Protocol (MVRP) simplifies VLAN management by dynamically managing VLAN registration in a LAN. MVRP helps reduce
administration and network overhead by dynamically pruning VLAN information when a switch no longer has active access ports, and by dynamically creating newly
configured VLANs.

QUESTION 23

http://www.gratisexam.com/
By default, which two tasks does an Ethernet bridge perform in response to receiving a multicast frame? (Choose two.)

A. It learns the MAC address of any responding nodes and updates its bridge table with the source MAC address and ingress port
B. It drops the frame
C. It floods the frame out of all interfaces except the one on which it was received
D. It floods the frame out of particular interfaces based on its multicast MAC table.

Correct Answer: AC
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

Multicast packets are flooded out all ports except for the port on which it was received. When an unknown destination responds to traffic that has been flooded
through a switch, the switch learns the MAC address fo that node and updates its bridge table with the source MAC address and ingress port.

QUESTION 24
Where would you configure MVRP in a multiswitch environment?

A. on all interfaces
B. on access ports
C. on trunk ports
D. within the bridge domain

Correct Answer: C
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

The implementation of MVRP, which is used to dynamically learn and delete VLANs, is configured at the [edit protocols mvrp] hierarchy level. Only trunk points
should be included; access ports are configured normally.

QUESTION 25
Which command is used to display the Layer 2 forwarding table on an MX Series device?

A. show bridge-switching table


B. show ethernet-switching table

http://www.gratisexam.com/
C. show bridge-mac table
D. show bridge table

Correct Answer: C
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

On an MX Series device, the command to display the forwarding table is show bridge-mac table.

QUESTION 26
What are three functions of a provider edge bridge when implementing provider bridging? (Choose three.)

A. to forward frames based only on the S-VLAN tag


B. to encapsulate customer frames and append a C-VLAN tag
C. to forward IEEE 802.1Q frames to customers
D. to encapsulate customer frames using the IEEE 802.1ad format
E. to forward customer frames across a provider bridged network

Correct Answer: CDE


Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

A provider network can provide Layer 2 forwarding services for customers wishing to connect their remote sites together. The provider uses 802.1ad double-tagged
frames across their network and delivers the 802.1Q frames to the customer network at the remote end.

QUESTION 27
Which configuration correctly enables an IRB interface on an MX Series device?

A. [edit]
user@switch# show bridge-domains
vlan-222
vlan-id 222;
layer3-interface irb.0;
}

http://www.gratisexam.com/
B. [edit]
user@switch# show bridge-domains
vlan-222
vlan-id 222;
layer3-interface lt.0;
}
C. [edit]
user@switch# show bridge-domains
vlan-222
vlan-id 222;
routing-interface lt.0;
}
D. [edit]
user@switch# show bridge-domains
vlan-222
vlan-id 222;
routing-interface irb.0;
}

Correct Answer: D
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

The following configuration (show above in xml format) is the correct answer as it correctly includes the routing-interface irb

set bridge-domains vlan-222 vlan-id 222


set bridge-domains vlan-222 routing-interface ibr.0

QUESTION 28
As frames are processed by a switch, which statement is true about how the switch builds its MAC table?

A. The source addresses fo the frames are associated with the inbound interface
B. The source addresses fo the frames are associated with the outbound interface
C. The destination addresses fo the frames are associated with the inbound interface
D. The destination addresses fo the frames are associated with the outbound interface

Correct Answer: A
Section: Layer 2 Switching VLAN's

http://www.gratisexam.com/
Explanation

Explanation/Reference:
Explanation:

The initial function a bridge performs when it receives a frame is to update the bridge table with the source MAC address and the port it came in on if the MAC
address was not previously known.

QUESTION 29
What are two port modes for a Layer 2 interface? (Choose two.)

A. access mode
B. dual mode
C. trunk mode
D. tag mod

Correct Answer: AC
Section: Layer 2 Switching VLAN's
Explanation

Explanation/Reference:
Explanation:

Access ports typically connect to end systems such as PCs and printers, while trunk ports typically connect to other switches.

QUESTION 30
Which command is used to configure an IRB interface?

A. set family inet interface irb unit 0 address 192.168.1.1/24


B. set interface irb unit 0 family inet address 192.168.1.1/24

http://www.gratisexam.com/
C. set interface unit 0 family irb address 192.168.1.1/24
D. set bridge-domain 0 interface irb address 192.168.1.1/24

Correct Answer: B
Section: Layer 2 Switching VLAN's

http://www.gratisexam.com/
Explanation

Explanation/Reference:
Explanation:

An IRB interface is configured similar to a physical Layer 3 interface, by specifying an interface type irb, a logical unit, a protocol family, and an IP address (using
CIDR notation).

http://www.gratisexam.com/
IPv6

QUESTION 1
What are two valid IPv6 addresses? (Choose two.)

http://www.gratisexam.com/

A. 2bfc::02:0:0:fec:5c
B. 2bfc::2::fec:5c
C. 2bfc:2:0:0:fec:5c
D. 2bfc:0:0:2::fe c:5c

Correct Answer: AD
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

QUESTION 2
Which new field is added to the IPv6 header when compared to IPv4?

A. version
B. fragment offset
C. checksum
D. flow label

Correct Answer: D
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

From the viewpoint of the network layer, a flow is a sequence of


packets sent from a particular source to a particular unicast,
anycast, or multicast destination that a node desires to label as a

http://www.gratisexam.com/
flow. From an upper-layer viewpoint, a flow could consist of all
packets in one direction of a specific transport connection or media
stream. However, a flow is not necessarily 1:1 mapped to a transport
connection.

Traditionally, flow classifiers have been based on the 5-tuple of the


source address, destination address, source port, destination port,
and the transport protocol type. However, some of these fields may
be unavailable due to either fragmentation or encryption, or locating
them past a chain of IPv6 extension headers may be inefficient.
Additionally, if classifiers depend only on IP-layer headers, later
introduction of alternative transport-layer protocols will be easier.

The usage of the 3-tuple of the Flow Label, Source Address, and
Destination Address fields enables efficient IPv6 flow
classification, where only IPv6 main header fields in fixed positions
are used.

The flow label could be used in both stateless and stateful


scenarios. A stateless scenario is one where any node that processes
the flow label in any way does not need to store any information
about a flow before or after a packet has been processed. A stateful
scenario is one where a node that processes the flow label value
needs to store information about the flow, including the flow label
value.

https://tools.ietf.org/html/rfc6437

QUESTION 3
Which three are valid IPv6 extension headers? (Choose three.)

A. multicast header
B. authentication header
C. autoconfiguration options
D. fragment
E. hop-by-hop options

Correct Answer: BDE


Section: IPv6
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

QUESTION 4
What are two components of an IPv6 router advertisement message? (Choose two.)

A. DHCPv6 request
B. Layer 2 address of advertising router
C. duplicate address detection notification
D. link MTU

Correct Answer: BD
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

QUESTION 5
Which two statements are correct about neighbor discovery in IPv6? (Choose two.)

A. Neighbor discovery relies on ARP to find neighbors on a local link.


B. A neighbor is considered reachable when the neighboring device responds to a neighbor solicitation message.
C. A neighbor is considered reachable when the neighboring device responds to a router solicitation message.
D. Neighbor discovery does not use ARP to find neighbors on a local link.

Correct Answer: BD
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

QUESTION 6
You want to configure an interface on your router to use an IPv6 global IP address.

Which three methods accomplish this task? (Choose three.)

A. Use stateless autoconfiguration to assign only the 64 bit interface ID.


B. Use stateful autoconfiguration to assign only the 64 bit interface ID.

http://www.gratisexam.com/
C. Use stateful autoconfiguration to assign the entire global IPv6 address.
D. Use a statically assigned global IPv6 address.
E. Use stateless autoconfiguration to assign the entire global IPv6 address

Correct Answer: ACD


Section: IPv6
Explanation

Explanation/Reference:
Explanation:

QUESTION 7
Which two statements describe differences between IPv4 and IPv6? (Choose two)

A. IPsec is built into IPv6


B. IPv6 uses a 32-bit (4-byte) address and can support up to 4,294,967,296 addresses
C. IPv4 supports extension headers whereas IPv6 options are integrated into the base
D. IPv6 eliminates the need for NAT

Correct Answer: AD
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

A few of the benefits fo IPv6 include more efficient routing, CoS, no need for NAT, stateless address autoconfiguration, reduced header size, and built-in Network
Layer security using IPSec.

QUESTION 8
You have been asked to configure an IPv6 address for a group of interfaces that could belong on different devices. If a packet is sent to that address, it should be
received by all routers in the group.

Which address type would be suited for these requirements?

A. Unicast
B. Multicast
C. Anycast
D. Broadcast

http://www.gratisexam.com/
Correct Answer: B
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

There are three types fo IPv6 address: unicast, multicast, and anycast.

A unicast address is a unique address that identifies an interface or node. A packet with a unicast address travels only to the interface identified.

A multicast address is an identifier for a group fo IPv6 interfaces that might belong to different nodes. An IPv6 packet with the multicast address as the destination
travels to all interfaces in the group.

An anycast address is an identifier for a group of IPv6 interfaces that might belong to different nodes. However, unlink multicast addresses, an IPv6 packet with the
anycast address as the destination travels to only one of the nodes identified in the group - typically the nearest node.

QUESTION 9
What is the function of the hop limit field in the IPv6 header?

A. It limits the diameter of the network to 20 hops


B. It sets the number of hops in the network to be equal to the MPLS header time-to-live (TTL)
C. It replaces the time-to-live (TTL) field in IPv4
D. It represents future extensibility to the protocol

Correct Answer: C
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

The 8-bit hop limit field replaces the time-to-live (TTL) field in an IPv4 header.

QUESTION 10
You own a home network connecting through an always-on connection and need to assign IPv6 addresses to your routers because you want to follow the
guidelines spelled out in RFC 3177. You want to design your network with the correct prefixes.

Which prefix would your ISP likely allocate to your network?

http://www.gratisexam.com/
A. 47-bit prefix
B. 48-bit prefix
C. 64-bit prefix
D. 128-bit prefix

Correct Answer: B
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

From RFC 3177: This document provides recommendations to the addressing registries (APNIC, ARIN and RIPE-NCC) on policies for assigning IPv6 address
blocks to end sites. In particular, it recommends the assignment of /48 in the general case, /64 when it is known that one and only one subnet is needed and /128
when it is absolutely known that one and only one device is connecting.

QUESTION 11
You have been asked to configure and assign addresses for your IPv6 routers in your network using dynamic assignment of DNS servers. You do not want the
MAC address included as part of the IPv6 address.

Which method of address assignment would accomplish these requirements?

A. DHCP
B. stateless auto configuration
C. DHCPv6
D. stateful auto configuration

Correct Answer: C
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

Stateless autoconfiguration uses the interfaces MAC address by default to generate the unique interface address. Standard DHCP supports only IPv4 addressing.
DHCPv6 should be used to automatically assign IPv6 addresses based on scenarios requirements.

QUESTION 12
You have just configured IPv6 in your network. A packet arrives on your router that exceeds the MTU size. How does the device respond?

http://www.gratisexam.com/
A. The fragment offset is referenced and the packet is fragmented.
B. The packet is kept intact and not fragmented.
C. The packet is dropped.
D. The packet is fragmented based on extension headers.

Correct Answer: C
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

In IPv6 fragmentation must be handled by the source device. If a packet is received on an IPv6 interface that requires fragmentation because of the MTU, the
packet is dropped.

QUESTION 13
You have been asked to use a convention that allows for auto configuration of interface addresses. You are not allowed to use DHCPv6. What do you do?

A. Use IPv4 with the autoconfig parameter under the family inet statement.
B. Use IPv6 in the network to configure hosts.
C. Use a program (e.g. Vector-Wiz) to auto configure IP addresses.
D. Use an IPv6 static configuration.

Correct Answer: B
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

One of the enhancements to IPv6 is the implementation of stateless autoconfiguration, which allows IPv6 nodes to effectively eliminate the need for static address
assignment and DHCP

QUESTION 14
What are three ways to configure IPv6 addresses in your network? (Choose three.)

A. Statically configure your IPv6 addresses.


B. Configure your IPv6 addresses using stateless auto configuration.
C. Configure your IPv6 addresses by setting up a DHCPv6 server.

http://www.gratisexam.com/
D. Configure your IPv6 addresses by assigning your router a prefix list.
E. Configure your IPv6 addresses by configuring support for unicast-arp-negotiation.

Correct Answer: ABC


Section: IPv6
Explanation

Explanation/Reference:
Explanation:

QUESTION 15
You own a small company and need to assign IPv6 addresses to your routers. Because you want to follow the guidelines spelled out in RFC 3177, you want to
design your network with the correct prefixes. Which prefix would your ISP likely allocate to your company?

A. 47-bit prefix
B. 48-bit prefix
C. 64-bit prefix
D. 128-bit prefix

Correct Answer: B
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

QUESTION 16
Your network consists of multiple remote locations using both IPv4 and IPv6. You have an IPv4- based Internet connection at each site provided by different, local
service providers. You are asked to ensure that the remote IPv6 networks are able to communicate.

What should you do?

A. Create GRE tunnels between the remote locations to connect the IPv6 networks.
B. Create IPsec tunnels between the remote locations to connect the IPv6 networks.
C. Create IP-IP tunnels between the remote locations to connect the IPv6 networks.
D. Create MPLS tunnels between the remote locations to connect the IPv6 networks.

Correct Answer: C
Section: IPv6
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

QUESTION 17
Which three IPv6 addresses are valid equivalents for the address 2001:0000:0000:0000:0134:fc0e:cc8b:458a? (Choose three?)

A. 2001:134:fc0e:cc8b:458a
B. 2001:0:0:0:0134:fc0e:cc8b:458a
C. 2001:0:0:0134:fc0e:cc8b:458a
D. 2001::134:fc0e:cc8b:458a
E. 2001:0::0:134:fc0e:cc8b:458a

Correct Answer: BDE


Section: IPv6
Explanation

Explanation/Reference:
Explanation:

QUESTION 18
-- Exhibit --

[edit]
user@host# show protocols ospf3
area 28.32.69.49 {
interface all;
}

Click the Exhibit button.

Which statement is true regarding the output shown in the exhibit?

A. The configuration supports IPv4 multicast routes.


B. The configuration supports IPv4 unicast routes.
C. The configuration supports IPv6 unicast routes.
D. The configuration supports IPv6 multicast routes.

Correct Answer: C
Section: IPv6

http://www.gratisexam.com/
Explanation

Explanation/Reference:
Explanation:

QUESTION 19
What are two ways to assign an IPv6 to an interface? (Choose two.)

A. Use static addressing.


B. Use neighbor discovery.
C. Use an auto-configuration based on the interface MAC address.
D. Use an IPv6 routing protocol.

Correct Answer: AC
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

QUESTION 20
What is the correct format for an IPv4 address mapped into IPv6?

A. ::192:168:0:1
B. ::FFFF:192.168.0.1
C. ::FFFE:192:168:0:1
D. ::192.168.0.1:FFFF

Correct Answer: B
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

QUESTION 21
Which routing table is used to store known IPv6 routes?

A. inet0

http://www.gratisexam.com/
B. inet.6
C. inet6.0
D. inet.2

Correct Answer: C
Section: IPv6
Explanation

Explanation/Reference:
Explanation

IPv6 routes are stored in the inet6.0 routing table on Junos devices.

QUESTION 22
What are three ways to configure IPv6 addresses in your network? (Choose three.)

A. static configuration
B. stateless autoconfiguration
C. using a DHCPv6 server
D. by assigning your device a prefix list
E. by configuring support for unicast ARP negotiation

Correct Answer: ABC


Section: IPv6
Explanation

Explanation/Reference:
Explanation:

IPv6 addresses can be assigned to an interface in three methods. Similarly to IPv6, an address can be statically assigned. IPv6 addresses also can be assigned
using DHCPv6 server to assign the addresses dynamically. A third method, stateless autoconfiguration, is unique to IPv6 and facilitates automatic assignment of
IPv6 address to neighbor devices.

QUESTION 23
An IPv6 address consists of how many bits?

A. 256
B. 128
C. 64

http://www.gratisexam.com/
D. 32

Correct Answer: B
Section: IPv6
Explanation

Explanation/Reference:
Explanation

IPv6 addresses are 128 bits long.

QUESTION 24
You have been asked to configure your Junos device for IPv6. Your addressing must be unique and the packets can travel only to the interface defined in your
configuration.

Which address type would be suited for these requirements?

A. Unicast
B. Multicast
C. Anycast
D. Broadcast

Correct Answer: A
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

There are three types fo IPv6 address: unicast, multicast, and anycast.

A unicast address is a unique address that identifies an interface or node. A packet with a unicast address travels only to the interface identified.

A multicast address is an identifier for a group fo IPv6 interfaces that might belong to different nodes. An IPv6 packet with the multicast address as the destination
travels to all interfaces in the group.

An anycast address is an identifier for a group of IPv6 interfaces that might belong to different nodes. However, unlink multicast addresses, an IPv6 packet with the
anycast address as the destination travels to only one of the nodes identified in the group - typically the nearest node.

QUESTION 25
Which two extension headers are supported in IPv6 (Choose two.)

http://www.gratisexam.com/
A. fragment header
B. traffic class header
C. encapsulation header
D. authentication header

Correct Answer: AD
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

IPv6 uses six extension headers:


- hop-by-hop options
- routing
- fragment
- destination options
- authentication
- encrypted security payload

QUESTION 26
You have been asked to configure the interfaces on your Junos device with the IPv6 addresses. You are aware that some IPv6 addresses are reserved. Based on
RFC 4291, which IPv6 address is available for public use?

A. ::/128
B. fe80::/10
C. ff00::/8
D. 2bfc::0/64

Correct Answer: D
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

Just like the reserved IPv4 prefixes in RFC 1918, certain IPv6 prefixes are reserved and should be used only for specific types of traffic. RFC 4291 defines the
latest rules regarding these prefixes, which include ::/128, ::1/128, FF00::/8, FE80::/10.

http://www.gratisexam.com/
QUESTION 27
Which two statements are true regarding MAC address resolution for IPv6? (Choose two.)

A. IPv6 uses ARP to resolve the MAC address of a remote host


B. IPv6 MAC addresses are learned in router solicitation messages
C. IPv6 uses multicast packets to resolve the MAC address
D. To view the link-layer address of IPv6 neighbors, use the show ipv6 neighbors command

Correct Answer: CD
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

IPv4 uses ARP to resolve Layer 2 addresses; however, ARP relies on the use of broadcast packets. IPv6 does not have the concept of broadcasts. Therefore, IPv6
uses the solicited-node multicast method to resolve Layer 2 addresses. IPv6 uses five types of ICMP messages to perform neighbor discovery functions, including
router advertisement, router solicitation, neighbor solicitation, neighbor advertisement, and redirects. You can use the show ipv6 neighbors command to review
information about known IPv6 neighbors.

QUESTION 28
Which multicast address is used for sending neighbor solicitation messages?

A. solicited-node multicast
B. all-nodes multicast
C. solicited-router multicast
D. all-routers multicast

Correct Answer: A
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

Neighbor discovery uses three common multicast addresses for sending messages to neighbors:

- Neighbor solicitation messages use the solicited -node multicast address.


- Router advertisements use the all-nodes multicast address.
- Router solicitation messages use the all-routers multicast address.

http://www.gratisexam.com/
QUESTION 29
Which multicast address is used for sending router solicitation messages?

A. solicited-node multicast
B. all-nodes multicast
C. solicited-router multicast
D. all-routers multicast

Correct Answer: D
Section: IPv6
Explanation

Explanation/Reference:
Explanation:

Neighbor discovery uses three common multicast addresses for sending messages to neighbors:

- Neighbor solicitation messages use the solicited -node multicast address.


- Router advertisements use the all-nodes multicast address.
- Router solicitation messages use the all-routers multicast address.

QUESTION 30
You are analyzing traffic on an IPv6-speaking device and notice periodic and regular ARP and ICMP transmissions.

Why might these transmissions be occurring?

http://www.gratisexam.com/

A. A device in the network is suffering from a broadcast storm attack


B. A device in the network has been configured to automatically assign IPv6 addresses to downstream devices
C. Neighbor discovery is configured on your device and ICMP is being used to determine whether a neighbor is reachable
D. DHCPv6 has been configured on a downstream device and it is requesting an address assignment

Correct Answer: C
Section: IPv6
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

Neighbor discovery (ND) uses ICMP messages to detect whether neighbors are reachable. A device views a neighbor as reachable when the device receives
recent confirmation that the neighbor receives and processed IP traffic or neighbor solicitation requests. Otherwise, the device considers the neighbor unreachable.
An IPv6 router with ND enabled can send ND information to downstream nodes. ND is optional on IPv6 devices.

http://www.gratisexam.com/
Tunnels

QUESTION 1
Which two support tunneling for non-IP protocols on Junos devices? (Choose two.)

http://www.gratisexam.com/

A. ATM AAL2
B. GRE
C. IP-IP
D. ATM AAL1

Correct Answer: BC
Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

QUESTION 2
Which two support the tunneling of IP traffic on Junos devices? (Choose two.)

A. ATM AAL2
B. GRE
C. IP-IP
D. ATM AAL1

Correct Answer: BC
Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

QUESTION 3
Which two statements are true regarding GRE tunnels? (Choose two.)

http://www.gratisexam.com/
A. GRE can be used to tunnel IP packets only.
B. A GRE tunnel can be applied only at the physical interface level.
C. GRE tunnels can be used to send non-routable packets over a public IP network.
D. GRE tunnels can be used as backup links.

Correct Answer: CD
Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

QUESTION 4
Which two statements are true regarding GRE tunnel overhead? (Choose two.)

A. If the host sends a packet larger than the MTU, that packet must be dropped.
B. Packets are not dropped because the router clears the DF bit for GRE traffic by default.
C. Packets larger than the MTU are fragmented or dropped depending on the DF bit setting.
D. You can change the tunnel MTU to avoid packet fragmentation or drops.

Correct Answer: CD
Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

QUESTION 5
-- Exhibit

http://www.gratisexam.com/
-- Exhibit --

Click the Exhibit button.

Based on the exhibit, which configuration will permit end-to-end routing through the GRE tunnel for R1?

A. [edit]
user@R1# show routing-options static
route 192.168.2.1/32 next-hop gr-0/0/0.0;
route 172.20.111.0/24 next-hop 192.168.1.1;
B. [edit]
user@R1# show routing-options static
route 192.168.2.1/32 next-hop gr-0/0/0.0;
route 172.20.111.0/24 next-hop 172.18.1.1;
C. [edit]
user@R1# show routing-options static
route 192.168.2.1/32 next-hop 172.18.1.1;
route 172.20.111.0/24 next-hop gr-0/0/0.0;
D. [edit]
user@R1# show routing-options static
route 192.168.2.1/32 next-hop 172.18.2.2;
route 172.20.111.0/24 next-hop 172.18.1.1;

Correct Answer: C
Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

http://www.gratisexam.com/
Topic 2, Volume B

QUESTION 6
You have configured an IP-IP tunnel between Router A and Router B

Which Junos operational mode command is used to verify that the tunnel interface is up and operational?

A. show chassis tunnel status


B. show tunnel interface
C. show interfaces terse
D. show interfaces tunnel

Correct Answer: C
Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

The "show interface terse" command displays the status fo the tunnel interface.

QUESTION 7
-- Exhibit --

Click the Exhibit button

Given the network topology shown in the exhibit, you are configuring a GRE tunnel from Router A to Router C

Which interface configuration on Router A will successfully allow the tunnel to pass IPv4 traffic to Router C?

http://www.gratisexam.com/
A. gr-0/0/0 {
unit 0 {
tunnel {
source 192.168.1.1;
destination 192.168.2.1;
}
}
}
B. gr-0/0/0 {
unit 0 {
tunnel {
source 192.168.1.1;
destination 192.168.2.1;
}
family inet;
}
}
C. gr-0/0/0 {
unit 0 {
tunnel {
source 192.168.2.1;
destination 192.168.1.1;
}
}
}
D. gr-0/0/0 {
unit 0 {
tunnel {
source 192.168.2.1;
destination 192.168.1.1;
}
family inet;
}
}

Correct Answer: B
Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

http://www.gratisexam.com/
The tunnel source and destination are specified, along with the family inet statement to enable support for IPv4 traffic.

QUESTION 8
To prevent fragmentation issues across a GRE tunnel, which MTU value is recommended for the tunnel to accommodate most IP packets?

A. 1476
B. 1492
C. 1500
D. 1524

Correct Answer: D
Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

An MTU size of 1524 allows for packets up to 1500 bytes, along with the 4-byte GRE header and 20-byte IP header.

QUESTION 9
You have configured multiple IP-IP tunnels across your network to provide connectivity to remote sites.

Which technique is used to help the IP endpoints in your network determine the optimal packet size to send across your tunnels?

A. path MTU discovery


B. fragmentation discovery
C. end-to-end MTU discovery
D. packet throughput discovery

Correct Answer: A
Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

Path MTU discovery (PMTUD) is a technique used to determine the MTU size on a path between two endpoints. If an intermediary device on the path has an MTU
smaller than the packet sent by the tunnel endpoint, that device drops the packet and sends back an ICMP Fragmentation Needed (type 3, Code 4) message
containing its MTU. The received message allows the tunnel endpoint to reduce its path MTU. The tunnel endpoint repeats this discovery process until the MTU is

http://www.gratisexam.com/
small enough that packets can pass through the entire path without fragmentation.

QUESTION 10
Which three statements are true about GRE and IP-IP tunnels? (Choose three.)

A. All intermediary devices must have reachability to the tunnel endpoints.


B. Tunnel endpoints must use the loopback interface for reachability.
C. Tunnel endpoints must have a route that directs traffic into the tunnel.
D. Tunnel endpoints must have a route to the remote endpoint learned by a dynamic routing protocol.
E. Tunnel endpoints require a tunnel interface.

Correct Answer: ACE


Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

QUESTION 11
You are asked to configure a GRE tunnel between two remote sites to support the exchange of IPv6 traffic. The two sites are separated by an IPv4 network.

Which two configuration elements are required? (Choose two.)

A. You must enable the GRE interface for IPv6 operations.


B. You must increase the MTU to no less than 2500.
C. You must add a static route for the remote IPv6 destination subnet with the remote tunnel endpoint as the next hop at each site.
D. You must enable the GRE interface for IPv4 operations.

Correct Answer: CD
Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

QUESTION 12
Which three statements are true about tunneling IPv6 traffic over IPv4 networks? (Choose three.)

A. The source tunnel endpoint encapsulates the native IPv6 packet inside IPv4

http://www.gratisexam.com/
B. The source tunnel endpoint disassembles the IPv6 packet and reassembles it as IPv4
C. The intermediary hops are responsible for de-encapsulating and re-encapsulating the IPv4 packet to process the IPv6 payload
D. The source tunnel endpoint forwards the IPv4 network with the encapsulated IPv6 payload through the IPv4 network
E. The destination tunnel endpoint de-encapsulates the IPv6 packet and forwards/processes the packet natively

Correct Answer: ADE


Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

Tunneling requires encapsulation of the IPv6 packet within an IPv4 header. The new IPv4 packet is then forwarded across the IPv4 network to the other end of th
etunnel, where the IPv4 header is removed and the IPv6 packet is either processed or forwarded.

QUESTION 13
Which three protocols can be encapsulated within a GRE tunnel on a Junos device? (Choose three.)

A. AppleTalk
B. Aggregated Ethernet
C. IPv6
D. MPLS
E. Ethernet

Correct Answer: ACD


Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

GRE can encapsulate a wide variety of Network Layer protocol packet types inside IP tunnels.

QUESTION 14
Which two interface names can be used within the Junos OS to reference GRE or IP-IP tunnels? (Choose two.)

A. gr-1/2/0.0
B. gre-1/2/0.0
C. ip-2/3/0.0

http://www.gratisexam.com/
D. ipip-2/3/0.0

Correct Answer: AC
Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

GRE interfaces are notated as gr; IP-IP interfaces are notated as ip.

QUESTION 15
-- Exhibit --

Click on the exhibit

In the network shown in the exhibit, you want to configure a GRE tunnel on Router B that is destined for Router C.

Which route should be used on Router B to provide reachability to the tunnel destinations?

A. static route to the loopback address of Router A


B. static route to the loopback address of Router B
C. static route to the loopback address of Router C
D. static route to the loopback address of Router D

Correct Answer: C
Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

http://www.gratisexam.com/
A tunnel must have a valid route to the remote tunnel endpoint. In this case, Router B must have a route to Router C

QUESTION 16
The gr-0/0/0.0 interface on your Junos device has a link state of up/up and you have correctly added static routes to reach the remote subnets. However, you are
not seeing traffic pass over the tunnel. What might be causing the issue?

A. The tunnel interfaces are disabled


B. You have not configured keepalives on the endpoints
C. The endpoints do not have valid routes to the remote tunnel endpoints
D. The intermediary devices do not have valid routes to the route tunnel endpoints

Correct Answer: D
Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

For proper tunnel operation, the intermediary devices, located in the forwarding path between the tunnel endpoints, must be able to route to each of the tunnel
endpoints.

QUESTION 17
Which two statements are true about IP-IP tunnels on Junos devices? (Choose two.)

A. They support only IP traffic


B. Tunnel endpoints use the interface ipt
C. They add no additional overhead to packets
D. Each tunnel interface is point-to-point

Correct Answer: AD
Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

IP-IP tunnels support only IP traffic, and add an additional 20-byte header to a packet. They use the interface name ip, and each interface is point-to-point

QUESTION 18
Which two statements about GRE tunnels are true? (Choose two.)

http://www.gratisexam.com/
A. GRE can be used to tunnel non-IP protocols, such as IPX
B. GRE can provide encrypted communication
C. GRE adds overhead of 16 bytes per packet
D. GRE can be used to tunnel IPv6 traffic

Correct Answer: AD
Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

GRE is a tunneling protocol that can encapsulate a wide variety of Network Layer protocol packet types inside IP tunnels, such as IPX and AppleTalk. GRE tunnels
are also commonly used to tunnel IPv6 and MPLS protocol traffic over an IP transport network.

QUESTION 19
How much overhead does the IP-IP tunnel header add to an IPv4 packet?

A. 20 bytes
B. 32 bytes
C. 48 bytes
D. 64 bytes

Correct Answer: A
Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

IP-IP is a tunneling protocol used to encapsulate on IP packet in another IP packet. To encapsulate an IP packet using IP-IP encapsulation, an outer IP header is
inserted before the packet's existing IP header. The additional IP header adds 20 bytes of overhead to the packet.

QUESTION 20
Which three statements are true of GRE tunnels? (Choose three.)

http://www.gratisexam.com/
http://www.gratisexam.com/

A. The local tunnel endpoint must have a valid route to the remote endpoint
B. GRE tunnels must authenticate at both ends fo the tunnel
C. Tunnel endpoints must have a route that directs traffic into a tunnel
D. The gr interface can only route packets that are IP protocol packets
E. All intermediary devices must have a route to the tunnel endpoints

Correct Answer: ACE


Section: Tunnels
Explanation

Explanation/Reference:
Explanation:

For proper tunnel operations, this route must resolve to the physical next hop in the end-to-end communications path and should never use a recursive route. The
tunnel endpoints also need a route with the tunnel interface as the next hop to direct traffic destined to the remote subnet into the tunnel. The intermediary devices,
located in the forwarding path between the tunnel endpoints, must also be able to route each of the tunnel endpoints.

http://www.gratisexam.com/
High Availability

QUESTION 1
-- Exhibit --

user@R1> show configuration interfaces ge-1/1/0


unit 0 {
family inet {
address 10.100.1.1/24 {
vrrp-group 1 {
virtual-address 10.200.12.254;
priority 150;
accept-data;
track {
interface ge-1/0/0 {
priority-cost 40;
}
}
}
}
}
}

user@R2> show configuration interfaces ge-1/1/0


unit 0 {
family inet {
address 10.100.1.2/24 {
vrrp-group 1 {
virtual-address 10.200.12.254;
accept-data;
}
}
}
}

Click the Exhibit button.

R1 and R2 are using VRRP for high availability.

Referring to the exhibit, which two statements are correct about the configuration? (Choose two.)

http://www.gratisexam.com/
http://www.gratisexam.com/

A. R2 is the backup router and will become the master router if ge-1/0/0 on R1 goes down.
B. R2 is the backup router and will remain the backup router if ge-1/0/0 on R1 goes down.
C. If R1 goes down, R2 will become the master and will relinquish mastership once R1 comes back online.
D. If R1 goes down, R2 will become the master and will remain the master once R1 comes back online.

Correct Answer: AD
Section: High Availability
Explanation

Explanation/Reference:
Explanation:

QUESTION 2
You have recently implemented a graceful Routing-Engine switchover (GRES) and want to further reduce down time if a Routing Engine (RE) failure occurs.

Which two features can be configured on this device to reduce its downtime in this situation? (Choose two)

A. VRRP
B. graceful restart (GR)
C. BFD
D. NSR

Correct Answer: BD
Section: High Availability
Explanation

Explanation/Reference:
Explanation:

GRES enables a routing platform with redundant RE's to continue forwarding packets even if one RE fails; however, it does not preserve the control plane. Graceful
restart helps to prevent disruption to the control plane. NSR saves routing protocol information by running the routing protocol process (rpd) on the backup RE.
Note that NSR and graceful restart cannot be used together on a Junos device.

QUESTION 3

http://www.gratisexam.com/
On a Junos device with dual Routing Engine (RE), which two statements correctly describe the expected behavior if the primary RE fails? (Choose two.)

A. The backup RE will assume the master role once the packet forwarding engine (PFE) restarts
B. The backup RE will immediately assume the master role
C. The new master RE restarts the routing protocol process (rpd) and establishes any required adjacencies based on the configuration.
D. The new master RE maintains the existing protocol adjacencies initially established by the previous master RE

Correct Answer: AC
Section: High Availability
Explanation

Explanation/Reference:
Explanation:

When a Junos device has redundant RE's but no HA features enabled, and the master RE fails, the PFE restarts and all hardware and interfaces are discovered by
the new master RE. The new master RE starts rpd so that all adjacencies are aware fo the topological changes.

QUESTION 4
Which three statements are true regarding the show system switchover operational mode command? (Choose three.)

A. This command can only be issued on the master Routing Engine.


B. This command displays the status of graceful switchover.
C. This command can only be issued on the backup Routing Engine.
D. This command displays the status of the interface and process databases.
E. This command displays the status of the kernel database.

Correct Answer: BCE


Section: High Availability
Explanation

Explanation/Reference:
Explanation:

QUESTION 5
Which statement is true about routing instances on Junos devices?

A. Routing information cannot be shared between routing instances.


B. Each routing protocol runs in a separate routing instance.
C. Junos devices support only one routing instance.

http://www.gratisexam.com/
D. Each routing instance is a unique grouping of routing tables, interfaces, and routing protocol parameters.

Correct Answer: D
Section: High Availability
Explanation

Explanation/Reference:
Explanation:

QUESTION 6
Which three statements are correct about VRRP? (Choose three.)

A. It requires speakers to be configured with BFD.


B. It uses a virtual router MAC address for LAN communications.
C. It uses multicast address 224.0.0.18.
D. It is confined to the local network with a TTL of 255.
E. It uses the virtual router's lo0 address for LAN communications.

Correct Answer: BCD


Section: High Availability
Explanation

Explanation/Reference:
Explanation:

QUESTION 7
On an MX Series device with dual Routing Engines, which two conditions cause a unified ISSU to fail? (Choose two.)

A. Graceful restart is disabled.


B. BFD is enabled.
C. GRES is disabled.
D. NSR is disabled.

Correct Answer: CD
Section: High Availability
Explanation

Explanation/Reference:
Explanation:

http://www.gratisexam.com/
QUESTION 8
Which standards-based election protocol facilitates redundancy in a LAN environment by eliminating a single point of failure through the use of master and backup
routers.

A. VRRP
B. BFD
C. graceful restart
D. ISSU

Correct Answer: A
Section: High Availability
Explanation

Explanation/Reference:
Explanation:

QUESTION 9
Which high availability feature allows uninterrupted packet forwarding and temporary suppression of all routing protocol updates?

A. Virtual Router Redundancy Protocol (VRRP)


B. graceful Routing Engine switchover (GRES)
C. graceful restart (GR)
D. nonstop active routing (NSR)

Correct Answer: B
Section: High Availability
Explanation

Explanation/Reference:
Explanation:

QUESTION 10
You have an OSPF network. On certain applications and links, you need OSPF recovery to be faster than can be provided by OSPF timers.

Which protocol would meet this requirement?

A. BFD
B. OSPFv3

http://www.gratisexam.com/
C. GRES
D. NSR

Correct Answer: A
Section: High Availability
Explanation

Explanation/Reference:
Explanation:

Bidirectional Forwarding Detection (BFD) accomplishes this task for a number of protocols, including OSPF.

QUESTION 11
What is a requirement for link aggregation?

A. Member links must be on contiguous ports


B. Member links must be on the same switch in a Virtual Chassis
C. The speed of the member links must be the same
D. LACP must be configured

Correct Answer: C
Section: High Availability
Explanation

Explanation/Reference:
Explanation:

Both the duplex and the speed of the member interfaces must match. Member links need not be contiguous nor on the same chassis. LACP does not have to be
configured for a LAG to operate.

QUESTION 12
Which two statements are true about nonstop active routing (NSR)? (Choose two.)

A. Graceful Routing Engine Switchover (GRES) must be configured for NSR to function properly
B. NSR and graceful restart can be enabled at the same time
C. NSR relies on helper support on neighboring devices
D. When NSR is enabled, the rpd process runs on the backup Routing Engine

Correct Answer: AD

http://www.gratisexam.com/
Section: High Availability
Explanation

Explanation/Reference:
Explanation:

In addition to maintaining interface and kernel information, NSR also saves routing protocol information by running the rpd process on the backup RE. By saving
this additional information, NSR is self-contained and does not rely on helper routers to assist the routing platform in restoring routing protocol information. In
addition to enabling NSR and GRES, you should also ensure that the commit operation synchronizes the configuration file by adding the commit synchronize
statement under the [edit system] hierarchy.

QUESTION 13
Which three statements are true regarding the show system switchover operational mode command? (Choose three.)

A. It must be issued on the master Routing Engine


B. It displays the status of the configuration database
C. It displays the status of peers
D. It displays the status of the interface and process databases
E. It displays the status of the kernel database

Correct Answer: BCE


Section: High Availability
Explanation

Explanation/Reference:
Explanation:

The show system switchover command can be issued only on the backup RE. It displays information such as configuration database status, peer state, and kernel
database readiness.

QUESTION 14
You have recently installed a second Routing Engine (RE) in your Junos device and implemented Graceful Routing Engine Switchover (GRES).

Which two statements correctly describe the expected behavior if the primary RE fails? (Choose two.)

A. The backup RE will assume the master role once the packet forwarding engine (PFE) restarts
B. The backup RE will immediately assume the master role
C. The new master RE restarts the routing protocol process (rpd) and establishes any required adjacencies based on the configuration.
D. The new master RE maintains the existing protocol adjacencies initially established by the previous master RE

http://www.gratisexam.com/
Correct Answer: BC
Section: High Availability
Explanation

Explanation/Reference:
Explanation:

Once the RE's are synchronized, the y exchange keepalives. If the backup RE does not receive a keepalive from the master RE after a specified timeout (typically 2
seconds), it determines that the master RE has failed and takes mastership. When a mastership change occurs, the PFE seamlessly disconnects from the old
master RE and reconnects to the new master RE. The PFE does not reboot and continues forwarding traffic based on the existing forwarding table entries.

QUESTION 15
What is the default value of the TTL in a VRRP advertisement?

A. 0
B. 1
C. 64
D. 255

Correct Answer: D
Section: High Availability
Explanation

Explanation/Reference:
Explanation:

The VRRP advertisement packet uses a time-to-live (TTL) value of 255 and cannot be forwarded beyond the local subnet on which it is sent. This value cannot be
adjusted, and any packet that has a TTL value other than 255 is discarded.

QUESTION 16
Which statement is true about link aggregation?

A. It facilitates control plane redundancy through link aggregation


B. It provides an active-passive failover mechanism for redundant Layer 2 links
C. It combines multiple Ethernet interfaces into a single link-layer interface
D. It combines multiple Ethernet interfaces into a multilink-layer interface.

Correct Answer: C
Section: High Availability
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:

The IEEE 802.3ad link aggregation specification enables multiple Ethernet interfaces to be grouped together and form a single link layer interface, also known as a
link aggregation group (LAG) or bundle. The physical links participating in a LAG are known as member links. LAGs are commonly used to aggregate trunk links
between access and aggregation switches.

QUESTION 17
Which two statements are true about unified in-service software upgrade (ISSU)? (Choose two.)

A. Unified ISSU is supported only on dual Routing Engine (RE) platforms


B. To perform a unified ISSU, it is not necessary for the master RE and backup RE to be running the same version of the Junos OS
C. Unified ISSUE causes minimal disruption on both the control and forwarding planes
D. Graceful Routing Engine Switchover (GRES) and nonstop active routing (NSR) must be enabled to perform a unified ISSU

Correct Answer: AD
Section: High Availability
Explanation

Explanation/Reference:
Explanation:

Unified ISSU enables you to upgrade between two different Junos OS releases with no disruption on the control plane and with minimal disruption of traffic. Unified
ISSUE is supported only on dual RE platforms. In addition, GRES and NSR must be enabled. The RE's must be running the same software release before you can
perform a unified ISSU.

QUESTION 18
Which command verifies that graceful Routing Engine Switchover (GRES) is operational?

A. show system switchover on the master RE


B. show system switchover on the backup RE
C. show task replication on the master RE
D. show task replication on the backup RE

Correct Answer: B
Section: High Availability
Explanation

Explanation/Reference:

http://www.gratisexam.com/
Explanation:

The show system switchover command, which is used to verify whether graceful Routing Engine switchover is enabled and that the databases are synchronized,
must be issued on the backup RE to get the desired output.

QUESTION 19
Which three statements about nonstop active routing (NSR) are correct? (Choose three.)

A. NSR uses the graceful Routing Engine switchover infrastructure


B. NSR and graceful restart work together to reduce downtime during a Routing Engine failure
C. NSR preservers routing information and protocol sessions on both Routing Engines
D. NSR requires that both Routing Engines run the same version of software
E. NSR enables chassisd on both Routing Engines to allow for a smooth transition during a failure

Correct Answer: ACD


Section: High Availability
Explanation

Explanation/Reference:
Explanation

- NSR uses the graceful Routing Engine switchover infrastructure.


- NSR preservers routing information and protocol sessions on both Routing Engines
- NSR requires that both Routing Engines run the same version of software

NSR and graceful restart cannot be configured or used together

QUESTION 20
What is the default interval for a VRRP advertisement?

A. 1 second
B. 2 seconds
C. 10 seconds
D. 30 seconds

Correct Answer: A
Section: High Availability
Explanation

Explanation/Reference:

http://www.gratisexam.com/
Explanations

The default interval for VRRP advertisements is 1 second. You can modify this interval to a value in the range of 1-255 seconds. If subsecond VRRP
advertisements are required, configure the fast-interval parameter with a range of 100-999 milliseconds. Note that to use this feature, all participating VRRP routers
must support the option.

http://www.gratisexam.com/

http://www.gratisexam.com/

You might also like