All4Certs Cisco Archive,Exam Archive [Newest Version] Free CertBus Cisco 400-101 PDF and Exam Questions Download 100% Pass Exam

[Newest Version] Free CertBus Cisco 400-101 PDF and Exam Questions Download 100% Pass Exam

CertBus 2017 Latest Cisco 400-101 CCIE Exam VCE and PDF Dumps for Free Download!

400-101 CCIE Exam PDF and VCE Dumps : 828QAs Instant Download: https://www.certgod.com/400-101.html [100% 400-101 Exam Pass Guaranteed or Money Refund!!]
☆ Free view online pdf on CertBus free test 400-101 PDF: https://www.certgod.com/online-pdf/400-101.pdf
☆ CertBus 2017 Latest 400-101 CCIE exam Question PDF Free Download from Google Drive Share: https://drive.google.com/file/d/0B_3QX8HGRR1mdEpkTFZvSDJDc2c/view?usp=sharing

Following 400-101 828QAs are all new published by Cisco Official Exam Center

There is no need to worry when you are suffering the difficult time in the CCIE Latest 400-101 pdf dumps exam preparation, CertBus will assist you to pass the CCIE Latest 400-101 pdf dumps exam with latest update CCIE Hotest 400-101 study guide CCIE Routing and Switching Written v5.0 PDF and VCE dumps. CertBus has the most comprehensive Cisco exam preparation materials, covering each and every aspect of CCIE Latest 400-101 study guide CCIE Routing and Switching Written v5.0 exam curriculum. We ensure you 100% success in CCIE Nov 27,2017 Newest 400-101 vce dumps exam.

CertBus – our goal is to help all candidates pass their 400-101 exams and get their certifications in their first attempt. money back guarantee. best multis CertBus study guide | pass the CertBus exam with ease. CertBus certification 400-101 practice exams. pass 400-101 certification exam with CertBus braindumps!

We CertBus has our own expert team. They selected and published the latest 400-101 preparation materials from Cisco Official Exam-Center: https://www.certgod.com/400-101.html

QUESTION NO:3

A new backup connection is being deployed on a remote site router. The stability of the connection

has been a concern. In order to provide more information to EIGRP regarding this interface, you

wish to incorporate the “reliability” cost metric in the EIGRP calculation with the command metric

weights 1 0 1 0 1.

What impact will this modification on the remote site router have for other existing EIGRP

neighborships from the same EIGRP domain?

A. Existing neighbors will immediately begin using the new metric.

B. Existing neighbors will use the new metric after clearing the EIGRP neighbors.

C. Existing neighbors will resync, maintaining the neighbor relationship.

D. All existing neighbor relationships will go down.

Answer: D

Explanation:


QUESTION NO:5

Refer to the exhibit.

A small enterprise connects its office to two ISPs, using separate T1 links. A static route is used

for the default route, pointing to both interfaces with a different administrative distance, so that one

of the default routes is preferred.

Recently the primary link has been upgraded to a new 10 Mb/s Ethernet link.

After a few weeks, they experienced a failure. The link did not pass traffic, but the primary static

route remained active. They lost their Internet connectivity, even though the backup link was

operating.

Which two possible solutions can be implemented to avoid this situation in the future? (Choose

two.)

A. Implement HSRP link tracking on the branch router R1.

B. Use a track object with an IP SLA probe for the static route on R1.

C. Track the link state of the Ethernet link using a track object on R1.

D. Use a routing protocol between R1 and the upstream ISP.

Answer: B,D

Explanation:

Interface Tracking

Interface tracking allows you to specify another interface on the router for the HSRP process to

monitor in order to alter the HSRP priority for a given group.

If the specified interface’s line protocol goes down, the HSRP priority of this router is reduced,

allowing another HSRP router with higher priority can become active (if it has preemption

enabled).

To configure HSRP interface tracking, use the standby [group] track interface [priority] command.

When multiple tracked interfaces are down, the priority is reduced by a cumulative amount. If you

explicitly set the decrement value, then the value is decreased by that amount if that interface is

down, and decrements are cumulative. If you do not set an explicit decrement value, then the

value is decreased by 10 for each interface that goes down, and decrements are cumulative.

The following example uses the following configuration, with the default decrement value of 10.

Note: When an HSRP group number is not specified, the default group number is group 0.

interface ethernet0

ip address 10.1.1.1 255.255.255.0

standby ip 10.1.1.3

standby priority 110

standby track serial0

standby track serial1

The HSRP behavior with this configuration is:

0 interfaces down = no decrease (priority is 110)

1 interface down = decrease by 10 (priority becomes100)

2 interfaces down = decrease by 10 (priority becomes 90)

Reference

http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a0080094a91.shtml#i

ntracking


QUESTION NO:14

Which three options are features of VTP version 3? (Choose three.)

A. VTPv3 supports 8K VLANs.

B. VTPv3 supports private VLAN mapping.

C. VTPv3 allows for domain discovery.

D. VTPv3 uses a primary server concept to avoid configuration revision issues.

E. VTPv3 is not compatible with VTPv1 or VTPv2.

F. VTPv3 has a hidden password option.

Answer: B,D,F

Explanation:

Key Benefits of VTP Version 3

Much work has gone into improving the usability of VTP version 3 in three major areas:

The new version of VTP offers better administrative control over which device is allowed to update

other devices’ view of the VLAN topology. The chance of unintended and disruptive changes is

significantly reduced, and availability is increased. The reduced risk of unintended changes will

ease the change process and help speed deployment.

Functionality for the VLAN environment has been significantly expanded. Two enhancements are

most beneficial for today’s networks:


QUESTION NO:16

In 802.1s, how is the VLAN to instance mapping represented in the BPDU?

A. The VLAN to instance mapping is a normal 16-byte field in the MST BPDU.

B. The VLAN to instance mapping is a normal 12-byte field in the MST BPDU.

C. The VLAN to instance mapping is a 16-byte MD5 signature field in the MST BPDU.

D. The VLAN to instance mapping is a 12-byte MD5 signature field in the MST BPDU.

Answer: C

Explanation:

MST Configuration and MST Region

Each switch running MST in the network has a single MST configuration that consists of these

three attributes:

1. An alphanumeric configuration name (32 bytes)

2. A configuration revision number (two bytes)

3. A 4096-element table that associates each of the potential 4096 VLANs supported on the

chassis to a given instance.

In order to be part of a common MST region, a group of switches must share the same

configuration attributes.

It is up to the network administrator to properly propagate the configuration throughout the region.

Currently, this step is only possible by the means of the command line interface (CLI) or through

Simple Network

Management Protocol (SNMP). Other methods can be envisioned, as the IEEE specification does

not explicitly mention how to accomplish that step.

Note: If for any reason two switches differ on one or more configuration attribute, the switches are

part of different regions. For more information refer to the Region Boundary section of this

document.

Region Boundary

In order to ensure consistent VLAN-to-instance mapping, it is necessary for the protocol to be able

to exactly identify the boundaries of the regions. For that purpose, the characteristics of the region

are included in the BPDUs. The exact VLANs-to-instance mapping is not propagated in the BPDU,

because the switches only need to know whether they are in the same region as a neighbor.

Therefore, only a digest of the VLANs-toinstance mapping table is sent, along with the revision

number and the name. Once a switch receives a BPDU, the switch extracts the digest (a

numerical value derived from the VLAN-to-instance mapping table through a mathematical

function) and compares this digest with its own computed digest. If the digests differ, the port on

which the BPDU was received is at the boundary of a region.

In generic terms, a port is at the boundary of a region if the designated bridge on its segment is in

a different region or if it receives legacy 802.1d BPDUs. In this diagram, the port on B1 is at the

boundary of region A, whereas the ports on B2 and B3 are internal to region B:

MST Instances

According to the IEEE 802.1s specification, an MST bridge must be able to handle at least these

two instances:

One Internal Spanning Tree (IST)

One or more Multiple Spanning Tree Instance(s) (MSTIs)

The terminology continues to evolve, as 802.1s is actually in a pre-standard phase. It is likely

these names will change in the final release of 802.1s. The Cisco implementation supports 16

instances: one IST (instance 0) and 15 MSTIs.

show vtp status

Cisco switches “show vtp status” Field Descriptions has a MD5 digest field that is a 16-byte

checksum of the

VTP configuration as shown below

Router# show vtp status

VTP Version: 3 (capable)

Configuration Revision: 1

Maximum VLANs supported locally: 1005

Number of existing VLANs: 37

VTP Operating Mode: Server

VTP Domain Name: [smartports]

VTP Pruning Mode: Disabled

VTP V2 Mode: Enabled

VTP Traps Generation: Disabled

MD5 digest : 0x26 0xEE 0x0D 0x84 0x73 0x0E 0x1B 0x69

Configuration last modified by 172.20.52.19 at 7-25-08 14:33:43

Local updater ID is 172.20.52.19 on interface Gi5/2 (first layer3 interface fou)

VTP version running: 2

Reference

http://www.cisco.com/en/US/tech/tk389/tk621/technologies_white_paper09186a0080094cfc.shtml

http://www.cisco.com/en/US/docs/ios-xml/ios/lanswitch/command/lsw-cr-book.pdf


QUESTION NO:18

Refer to the exhibit.

Which statement is correct about the prefix 160.0.0.0/8?

A. The prefix has encountered a routing loop.

B. The prefix is an aggregate with an as-set.

C. The prefix has been aggregated twice, once in AS 100 and once in AS 200.

D. None of these statements is true.

Answer: B

Explanation:


Latest 400-101 Dumps400-101 VCE Dumps400-101 Braindumps

QUESTION NO:20

Refer to the exhibit.

What is the potential issue with this configuration?

A. There is no potential issue; OSPF will work fine in any condition.

B. Sub-optimal routing may occur since there is no area 1 adjacency between the ABRs.

C. This is a wrong OSPF configuration because all routers must be in area 0 only.

D. This is a wrong OSPF configuration because /30 requires 0.0.0.3 wild card.

Answer: B

Explanation:


QUESTION NO:22

Refer to the exhibit.

Which path is selected as best path?

A. path 1, because it is learned from IGP B.

path 1, because the metric is the lowest C.

path 2, because it is external

D. path 2, because it has the higher router ID

Answer: B

Explanation:


QUESTION NO:23

What action will a BGP route reflector take when it receives a prefix marked with the community

attribute NO ADVERTISE from a client peer?

A. It will advertise the prefix to all other client peers and non-client peers.

B. It will not advertise the prefix to EBGP peers.

C. It will only advertise the prefix to all other IBGP peers.

D. It will not advertise the prefix to any peers.

Answer: D

Explanation:


QUESTION NO:25

Refer to the exhibit.

After a link flap in the network, which two EIGRP neighbors will not be queried for alternative

paths? (Choose two.)

A. 192.168.1.1

B. 192.168.3.7

C. 192.168.3.8

D. 192.168.3.6

E. 192.168.2.1

F. 192.168.3.9

Answer: B,C

Explanation:

Explanation

Both 192.168.3.7 and 192.168.3.8 are in an EIGRP Stub area

The Enhanced Interior Gateway Routing Protocol (EIGRP) Stub Routing feature improves network

stability, reduces resource utilization, and simplifies stub router configuration.

Stub routing is commonly used in a hub and spoke network topology. In a hub and spoke network,

one or more end (stub) networks are connected to a remote router (the spoke) that is connected to

one or more distribution routers (the hub). The remote router is adjacent only to one or more

distribution routers. The only route for IP traffic to follow into the remote router is through a

distribution router. This type of configuration is commonly used in WAN topologies where the

distribution router is directly connected to a WAN. The distribution router can be connected to

many more remote routers. Often, the distribution router will be connected to 100 or more remote

routers. In a hub and spoke topology, the remote router must forward all nonlocal traffic to a

distribution router, so it becomes unnecessary for the remote router to hold a complete routing

table. Generally, the distribution router need not send anything more than a default route to the

remote router.

When using the EIGRP Stub Routing feature, you need to configure the distribution and remote

routers to use EIGRP, and to configure only the remote router as a stub. Only specified routes are

propagated from the remote (stub) router. The router responds to queries for summaries,

connected routes, redistributed static routes, external routes, and internal routes with the message

“inaccessible.” A router that is configured as a stub will send a special peer information packet to

all neighboring routers to report its status as a stub router. Any neighbor that receives a packet

informing it of the stub status will not query the stub router for any routes, and a router that has a

stub peer will not query that peer. The stub router will depend on the distribution router to send the

proper updates to all peers.

Reference

http://www.cisco.com/en/US/docs/ios/12_0s/feature/guide/eigrpstb.html#wp1021949


QUESTION NO:27

Refer to the exhibit.

What triggered the first SPF recalculation?

A. changes in a router LSA, subnet LSA, and external LSA

B. changes in a router LSA, summary network LSA, and external LSA

C. changes in a router LSA, summary network LSA, and summary ASBR LSA

D. changes in a router LSA, summary ASBR LSA, and external LSA

Answer: B

Explanation:

OSPFv2

Is built around links, and any IP prefix change in an area will trigger a full SPF. It advertises IP

information in Router and Network LSAs. The routers thus, advertise both the IP prefix information

(or the connected subnet information) and topology information in the same LSAs. This implies

that if an IP address attached to an interface changes, OSPF routers would have to originate a

Router LSA or a Network LSA, which btw also carries the topology information. This would trigger

a full SPF on all routers in that area, since the same LSAs are flooded to convey topological

change information. This can be an issue with an access router or the one sitting at the edge,

since many stub links can change regularly.

Only changes in interarea, external and NSSA routes result in partial SPF calculation (since type

3, 4, 5 and 7 LSAs only advertise IP prefix information) and thus IS-IS


CertBus exam braindumps are pass guaranteed. We guarantee your pass for the 400-101 exam successfully with our Cisco materials. CertBus CCIE Routing and Switching Written v5.0 exam PDF and VCE are the latest and most accurate. We have the best Cisco in our team to make sure CertBus CCIE Routing and Switching Written v5.0 exam questions and answers are the most valid. CertBus exam CCIE Routing and Switching Written v5.0 exam dumps will help you to be the Cisco specialist, clear your 400-101 exam and get the final success.

400-101 Latest questions and answers on Google Drive(100% Free Download): https://drive.google.com/file/d/0B_3QX8HGRR1mdEpkTFZvSDJDc2c/view?usp=sharing

400-101 Cisco exam dumps (100% Pass Guaranteed) from CertBus: https://www.certgod.com/400-101.html [100% Exam Pass Guaranteed]

Why select/choose CertBus?

Millions of interested professionals can touch the destination of success in exams by certgod.com. products which would be available, affordable, updated and of really best quality to overcome the difficulties of any course outlines. Questions and Answers material is updated in highly outclass manner on regular basis and material is released periodically and is available in testing centers with whom we are maintaining our relationship to get latest material.

BrandCertbusTestkingPass4sureActualtestsOthers
Price$45.99$124.99$125.99$189$69.99-99.99
Up-to-Date Dumps
Free 365 Days Update
Real Questions
Printable PDF
Test Engine
One Time Purchase
Instant Download
Unlimited Install
100% Pass Guarantee
100% Money Back
Secure Payment
Privacy Protection

Leave a Reply

Your email address will not be published. Required fields are marked *