[Free] 2019(Nov) EnsurePass Cisco 400-101 Dumps with VCE and PDF 351-360
Get Full Version of the Exam
http://www.EnsurePass.com/400-101.html
Question No.351
Refer to the exhibit. When the link between RtrB and RtrC goes down, multicast receivers stop receiving traffic from the source for multicast group 229.1.1.1.Which solution will resolve this?
-
adding a static mroute on RtrB and RtrF
-
adding a static unicast route on RtrB and RtrF
-
creating a GRE tunnel between RtrB and RtrD
-
enabling PIM sparse mode on both ends of the link between RtrB and RtrF
Correct Answer: D
Explanation:
For multicast traffic to flow, PIM must be enabled on all routers in the path of the multicast stream.
Question No.352
DRAG DROP
Correct Answer:
Question No.353
Which three statements about bridge assurance are true? (Choose three.)
-
Bridge assurance must be enabled on both ends of a link.
-
Bridge assurance can be enabled on one end of a link or on both ends.
-
Bridge assurance is enabled on STP point-to-point links only.
-
Bridge assurance is enabled on STP multipoint links only.
-
If a bridge assurance port fails to receive a BPDU after a timeout, the port is put into a blocking state.
-
If a bridge assurance port fails to receive a BPDU after a timeout, the port is put into an error disabled state.
Correct Answer: ACE
Explanation:
Bridge Assurance is enabled by default and can only be disabled globally. Also, Bridge Assurance can be enabled only on spanning tree network ports that are point-to-point links. Finally, both ends of the link must have Bridge Assurance enabled.
With Bridge Assurance enabled, BPDUs are sent out on all operational network ports, including alternate and backup ports, for each hello time period. If the port does not receive a BPDU for a specified period, the port moves into the blocking state and is not used in the root port calculation. Once that port receives a BPDU, it resumes the normal spanning tree transitions.
Reference: http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/configuration/guide/cli/C LIConfigurationGuide/SpanningEnhanced.html
Question No.354
Which three types of traffic are allowed by IEEE 802.1X access control prior to getting authenticated? (Choose three.)
-
EAPOL
-
VTP
-
STP
-
ARP
-
CDP
-
HTTP
Correct Answer: ACE
Explanation:
Until the client is authenticated, IEEE 802.1x access control allows only Extensible Authentication Protocol over LAN (EAPOL), Cisco Discovery Protocol (CDP), and Spanning Tree Protocol (STP) traffic through the port to which the client is connected. After authentication, normal traffic passes through the port.
Reference: http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750/software/release/15- 0_2_se/configuration/guide/scg3750/sw8021x.pdf
Question No.355
Which regular expression will match prefixes from the AS 200 that is directly connected to our AS?
A. ^$
B. ^200) C. _200$ D. _200_ E. ^200_
Correct Answer: E
Explanation:
Table 2 Commonly Used Regular Expressions Expression
Meaning
* Anything
^$
Locally originated routes
^100_
Learned from autonomous system 100
_100$
Originated in autonomous system 100
_100_
Any instance of autonomous system 100
^[0-9] $
Directly connected autonomous system paths Reference:
http://www.cisco.com/c/en/us/td/docs/ios/termserv/configuration/guide/12_4t/tsv_12_4t_book/tsv_ reg_express.html
Question No.356
Refer to the exhibit. ASN 64523 has a multihomed BGP setup to ISP A and ISP B. Which BGP attribute can you set to allow traffic that originates in ASN 64523 to exit the ASN through ISP B?
-
origin
-
next-hop
-
weight
-
multi-exit discriminator
Correct Answer: D
Explanation:
MED is an optional nontransitive attribute. MED is a hint to external neighbors about the preferred path into an autonomous system (AS) that has multiple entry points. The MED is also known as the external metric of a route. A lower MED value is preferred over a higher value.
Example at reference link below:
Reference: http://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/13759- 37.html
Question No.357
DRAG DROP
Correct Answer:
Question No.358
For which three routing protocols can Cisco PfR provide direct route control? (Choose three.)
-
OSPF
-
ISIS
-
BGP
-
EIGRP
-
static routing
-
ODR
Correct Answer: CDE
Explanation:
Q. Can you elaborate more on the Parent Route and why it#39;s so important to PfR?
A. Yes. For any route that PfR modifies or controls (BGP, Static, PIRO, EIGRP, PBR), having a Parent prefix in the routing table eliminates the possibility of a routing loop occurring. This is naturally a good thing to prevent in routed networks.
Reference: http://docwiki.cisco.com/wiki/Performance_Routing_FAQs#Route_Control
Question No.359
Refer to the exhibit. Which two statements about this route table are true? (Choose two.)
-
The BGP routes are internal.
-
The OSPF routes with the E2 flag retain the same metric as they leave the router.
-
The OSPF routes with the IA flag have their administrative distances incremented as they leave the router.
-
The BGP routes are external.
-
The OSPF routes with the E2 flag have their metrics incremented as they leave the router.
Correct Answer: AB
Explanation:
IBGP routes have an Administrative distance of 200, while EBGP have an AD of 20. Here we see that the BGP routes have an AD value of 200.
With OSPF, external routes fall under two categories, external type 1 and external type 2. The difference between the two is in the way the cost (metric) of the route is being calculated. The cost of a type 2 route is always the external cost, irrespective of the interior cost to reach that route. A type 1 cost is the addition of the external cost and the internal cost used to reach that route. The metric for E2 routes do not change when advertising to other routers.
Question No.360
Refer to the exhibit. Which additional information must you specify in this configuration to capture NetFlow traffic?
-
ingress or egress traffic
-
the number of cache entries
-
the flow cache active timeout
-
the flow cache inactive timeout
Correct Answer: A Explanation: Configuring NetFlow
Perform the following task to enable NetFlow on an interface. SUMMARY STEPS
-
enable
-
configure terminal
-
interface type number
-
ip flow {ingress | egress}
-
exit
-
Repeat Steps 3 through 5 to enable NetFlow on other interfaces.
-
end
DETAILED STEPS
Command or Action Purpose
Step 1 enable Example:
Routergt; enable
Enables privileged EXEC mode. Enter your password if prompted.
Step 2
configure terminal Example:
Router# configure terminal Enters global configuration mode. Step 3
interface type number Example:
Router(config)# interface ethernet 0/0
Specifies the interface that you want to enable NetFlow on and enters interface configuration mode.
Step 4
ip flow {ingress | egress} Example:
Router(config-if)# ip flow ingress Enables NetFlow on the interface.
ingressCaptures traffic that is being received by the interface egressCaptures traffic that is being transmitted by the interface Step 5
exit Example:
(Optional) Exits interface configuration mode and enters global configuration mode. Note
You need to use this command only if you want to enable NetFlow on another interface. Step 6
Repeat Steps 3 through 5 to enable NetFlow on other interfaces. This step is optional.
Step 7 end Example:
Router(config-if)# end
Exits the current configuration mode and returns to privileged EXEC mod
Reference: http://www.cisco.com/c/en/us/td/docs/ios/netflow/configuration/guide/12_2sr/nf_12_2sr_book/cfg_ nflow_data_expt.html
Get Full Version of the Exam
400-101 Dumps
400-101 VCE and PDF