You are implementing the route summarization feature of OSPF.
Which two results do you achieve in this scenario? (Choose two.)
B, C
Explanation:
OSPF inter-area route summarization reduces the routing information exchanged between areas and
the size of routing tables, and improves routing performance. OSPF inter-area route summarization
enables an ABR to summarize contiguous networks into a single network and advertise the network
to other areas.
Your organization has recently acquired another company. You must carry all of the company’s
existing VLANs across the corporate backbone to the existing branch locations without changing
addressing and with minimal configuration.
Which technology will accomplish this task?
A
Your enterprise network uses routing instances to support multitenancy. Your Junos devices use BGP
to peer to multiple BGP devices. You must ensure that load balancing is achieved within the routing
instance.
Which two statements would accomplish this task? (Choose two.)
B, C
Explanation:
Fortunately, the Juniper Networks BGP implementation supports the notion of a bandwidth
community. This extended community encodes the bandwidth of a given next hop, and when
combined with multipath, the load-balancing algorithm distributes flows across the set of next hops
proportional to their relative bandwidths. Put another way, if you have a 10-Mbps and a 1-Mbps next
hop, on average nine flows will map to the high-speed next hop for every one that uses the low
speed.
Use of BGP bandwidth community is supported only with per-packet load balancing.
The configuration task has two parts:
Configure the external BGP (EBGP) peering sessions, enable multipath, and define an import policy
to tag routes with a bandwidth community that reflects link speed.
Enable per-packet (really per-flow) load balancing for optimal distribution of traffic.
https://www.juniper.net/documentation/us/en/software/junos/bgp/topics/topic-map/load-balancing-bgp-session.html
You are asked to enforce user authentication using a captive portal before users access the corporate
network.
Which statement is correct in this scenario?
D
Explanation:
You can set up captive portal authentication on your switch to redirect all Web browser requests to a
login page that requires users to input a username and password before they are allowed access.
Upon successful authentication, users are allowed access to the network and redirected to the
original page requested. Junos OS provides a customizable template for the captive portal window
that allows you to easily design and modify the look of the captive portal login page. You can modify
the design elements of the template to change the look of your captive portal login page and to add
instructions or information to the page. You can also modify any of the design elements of a captive
portal login page. The first screen displayed before the captive login page requires the user to read
the terms and conditions of use. By clicking the Agree button, the user can access the captive portal
login page.
https://www.juniper.net/documentation/us/en/software/junos/user-access/topics/topic-map/user-authentication-captive-portal.html
Referring to the exhibit, ServerA sends a single IP packet destined to 10.0.0.127.
Which two statements correctly describe the behavior of the resulting outbound VXLAN packets that
contain the original packet destined to 10.0.0.127? (Choose two.)
A, D
A BGP network has been designed to provide resiliency and redundancy to a multihomed customer
network.
Which two statements are correct in this scenario? (Choose two.)
B, D
You are asked to troubleshoot voice quality issues on your newly implement VoIP network. You
notice that the voice packets are being dropped. You have verified that the packets are correctly
marked for expedited forwarding queue.
Referring to the exhibit, what must you configure to solve the problem?




C
Remote branches connect to the corporate WAN through access switches. The access switches
connect to access ports on the WAN distribution switch, as shown in the exhibit. L2PT has previously
been configured on the tunnel Layer 2 traffic across the WAN. You decide to move the L2PT tunnel
endpoints to the access switches. When you apply the L2PT configuration to the access switches, the
ports that connect the access switches to the distribution switch shut down.
Which action would solve this problem?
A
Explanation:
Access interfaces in an L2PT-enabled VLAN should not receive L2PT-tunneled PDUs. If an access
interface does receive L2PT-tunneled PDUs, there might be a loop in the network, and the device will
shut down the interface.
https://www.juniper.net/documentation/us/en/software/junos/multicast-l2/topics/topic-map/layer-2-protocol-tunneling.html
You want to provide Layer 2 connectivity between campus sites using Ethernet switches through a
metro Ethernet service provider who is using Q-in-Q tagging on their network.
Referring to the exhibit, what are two design considerations in this environment? (Choose two.)
C, D
Explanation:
https://www.juniper.net/documentation/us/en/software/junos/multicast-l2/topics/ref/statement/layer2-protocol-tunneling-edit-vlans-l2pt-ex-series.html
You must ensure that all routes in the 10.0.0/8 address range are not advertised outside of your AS.
Which well-known BGP community should be assigned to these addresses to accomplish this task?
A
Explanation:
For specifying the BGP community attribute only, you also can specify community-ids as one of the
following well-known community names defined in RFC 1997:
no-advertise—Routes containing this community name are not advertised to other BGP peers.
no-export—Routes containing this community name are not advertised outside a BGP confederation
boundary.
no-export-subconfed—Routes containing this community are advertised to IBGP peers with the same
AS number, but not to members of other confederations.
llgr-stale—Adds a community to a long-lived stale route when it is readvertised.
no-llgr—Marks routes which a BGP speaker does not want to be retained by LLGR. The Notification
message feature does not have any associated configuration parameters.
https://www.juniper.net/documentation/us/en/software/junos/bgp/topics/ref/statement/community-edit-routing-options.html