New CCNA – HSRP VRRP GLBP
Note: If you are not sure about HSRP and GLBP, please read our HSRP tutorial and GLBP tutorial.
Question 1
Which one of these is a valid HSRP Virtual Mac Address?
A. 0000.0C07.AC01
B. 0000.5E00.0110
C. 0007.B400.1203
D. 0000.C007.0201
Answer: A
Explanation
With HSRP, two or more devices support a virtual router with a fictitious MAC address and unique IP address. There are two version of HSRP.
+ With HSRP version 1, the virtual router’s MAC address is 0000.0c07.ACxx , in which xx is the HSRP group.
+ With HSRP version 2, the virtual MAC address if 0000.0C9F.Fxxx, in which xxx is the HSRP group.
Note: Another case is HSRP for IPv6, in which the MAC address range from 0005.73A0.0000 through 0005.73A0.0FFF.
-> A is correct.
(Good resource for HSRP: http://www.cisco.com/en/US/docs/switches/datacenter/sw/5_x/nx-os/unicast/configuration/guide/l3_hsrp.html)
Question 2
Which three statements about HSRP operation are true? (Choose three)
A. The virtual IP address and virtual MAC address are active on the HSRP Master router.
B. The HSRP default timers are a 3 second hello interval and a 10 second dead interval.
C. HSRP supports only clear-text authentication.
D. The HSRP virtual IP address must be on a different subnet than the routers’ interfaces on the same LAN.
E. The HSRP virtual IP address must be the same as one of the router’s interface addresses on the LAN.
F. HSRP supports up to 255 groups per interface, enabling an administrative form of load balancing.
Answer: A B F
Explanation
The virtual MAC address of HSRP version 1 is 0000.0C07.ACxx, where xx is the HSRP group number in hexadecimal based on the respective interface. For example, HSRP group 10 uses the HSRP virtual MAC address of 0000.0C07.AC0A. HSRP version 2 uses a virtual MAC address of 0000.0C9F.FXXX (XXX: HSRP group in hexadecimal)
For more information about HSRP operation, please read our HSRP tutorial.
Question 3
Which statement describes VRRP object tracking?
A. It monitors traffic flow and link utilization.
B. It ensures the best VRRP router is the virtual router master for the group.
C. It causes traffic to dynamically move to higher bandwidth links
D. It thwarts man-in-the-middle attacks.
Answer: B
Explanation
Object tracking is the process of tracking the state of a configured object and uses that state to determine the priority of the VRRP router in a VRRP group -> B is correct.
Note: Unlike HSRP which can track interface status directly, VRRP can only track interface status through a tracked object.
Question 4
In GLBP, which router will respond to client ARP requests?
A. The active virtual gateway will reply with one of four possible virtual MAC addresses.
B. All GLBP member routers will reply in round-robin fashion.
C. The active virtual gateway will reply with its own hardware MAC address.
D. The GLBP member routers will reply with one of four possible burned in hardware addresses.
Answer: A
Explanation
One disadvantage of HSRP and VRRP is that only one router is in use, other routers must wait for the primary to fail because they can be used. However, Gateway Load Balancing Protocol (GLBP) can use of up to four routers simultaneously. In GLBP, there is still only one virtual IP address but each router has a different virtual MAC address. First a GLBP group must elect an Active Virtual Gateway (AVG). The AVG is responsible for replying ARP requests from hosts/clients. It replies with different virtual MAC addresses that correspond to different routers (known as Active Virtual Forwarders – AVFs) so that clients can send traffic to different routers in that GLBP group (load sharing).
Question 5
In a GLBP network, who is responsible for the arp request?
A. AVF
B. AVG
C. Active Router
D. Standby Router
Answer: B
Question 6
What are three benefits of GLBP? (Choose three)
A. GLBP supports up to eight virtual forwarders per GLBP group.
B. GLBP supports clear text and MD5 password authentication between GLBP group members.
C. GLBP is an open source standardized protocol that can be used with multiple vendors.
D. GLBP supports up to 1024 virtual routers.
E. GLBP can load share traffic across a maximum of four routers.
F. GLBP elects two AVGs and two standby AVGs for redundancy.
Answer: B D E
can i pass if i study 9tut questions ??
i need answer plz
Looks like these were added today
please does any one have the lastest dumps? kindly send to rayid8@gmail.com
this one is new and this is the same questions and answers in examtut.
i passed my ccna exam on 24th april Alhamdulillah i Got 972/1000
read these dumps download from http://www.examcollection.com
Cisco.Actualtests.200-120.v2014-02-12.by.GillBeast.299q.vce
Cisco.visualexams.200-120.v2014-02-10.by.N.S.32q.vce
Cisco.Passguide.200-120.v2013-12-30.by.Matthew.319q.vce
Cisco.Actualtests.200-120.v2013-12-10.by.Watson.314q.vce
Cisco.Visualexams.200-120.v2014-03-06.by.Gloria.188q.vce
Cisco.Exactexams.200-120.v2014-01-10.by.Leah.135q.vce
in online exam give access to host b in ACL LAB only other deny A,C,D to access finance webserver.
configuration here.
aacess-list 100 permit tcp host 192.168.33.3 host 172.22.242.23 eq 80
access-list 100 deny tcp any host 172.22.242.23 eq 80
access-list 100 permit ip any any
interface fa0/1
ip access-group 100 out
after that chek each host browser finance webserver ip 172.22.242.23
if access only host B other deny then finaly save your configuration.
copy running-config starup-config & press next
EIGP LAB
we set eigrp autonomous system number same as given each router.
like this
ROuter3>router eigrp 22
network 192.168.60.0
network 192.168.77.0
no auto-summary
Router2>
router eigrp 212
network 192.168.60.0
network 192.168.77.0
no auto-summary
router1>
router eigrp 212
network 192.168.36.0
network 192.168.60.0
network 198.0.18.0
no auto-summary
now we start eigrp lab
show run command on router3
find eigrp eigrp autonomous system if you see 22 then we solve this problem like this
No router eigrp 22
router eigrp 212
network 192.168.66.0
network 192.168.77.0
no auto-summary
copy running-config startup-config
after that go to router 1 add network on router 1 like this
router eigrp 212
network 192.168.77.0
no auto-summary
copy running-config starup-config
Thats All & press NEXT always be happy dear.
if you need help contact me here its my email id aadicisco@gmail.com
facebook: onealoneaadi@yahoo.com
Hi mate this is sarma,i have taken my CCNA exam last week and got fail by 25 marks.so im planning to take by this week again,do you know that i will get same questions which they have asked last time or completely different quest will get?including ACL and Eigrp? please help me if anyone knows?Thanks.
@Sarm
You might get a few of the same questions, but you definitely will NOT get the same exact exam.
@Adnan
can u give me the link to download VCE Pro 1.0.1 to open these
dumps this is my email Oday_fetyani@hotmail.com
thank you
dear oday ceck your email i send you lastest vce software & dumps & labs
Hey Guys, Can you email me the latest dumps for CCNA 200-120
Thanks :)
Forgot to inc the email add puven10@gmail.com
@Adnan
can u give me the link to download VCE Pro 1.0.1 to open these
dumps this is my email tamer2988@gmail.com
thank you
hey Adnan,
can you also send me the latest vce SW and dumps,labs to sami.dsami@gamil.com
am sitting for CCNA 6th of may 2014.
thanks a lot!
sami
if you need ccna exam discount voucher 58% contact me here aadicisco@gmail.com
only for pakistani nationality holder……
@Adnan
can u give me the link to download VCE Pro 1.0.1 to open these
dumps this is my email shareffmrm@gmail.com
thank you
@Adnan
can u give me the link to download VCE Pro 1.0.1 to open these
dumps this is my email shareffmrm@gmail.com
thank you
hi all
subscribe to that channel https://www.youtube.com/watch?v=rwBAZWTFfMw for free
that trainer is excellent , he makes the technology easy to understand
@Adnan
Can you also please forward me the link to download VCE Pro 1.0.1 and latest dumps to anjanaakshar@gmail.com. I am taking CCNA exam end of this month.
Thank you very much in advance !
Hello @Adnan
Could u please send me the link for the dumps plzz. Poyaga213@gmail.com
i passed my exam which was before week .
I guarantee if you study 9tut questions you can pass this exam.
thanx 9 tut :)
Dear Adnan
Congratulation to passed CCNA exam.
Pls can give me last version of VCE and last dumps to socar1650@hotmail.com because i decide to get exam next week
Hey guys can you please send me dumps for CCNA 200-120 on tusharkeskar@gmail.com.. Thanks
please can anyone send me vce pro 1.1 software plus latest dump for ccna 200-120?
@Adan please send me the lates VCE. rjgarcia20007@gmail.com thanks and more power
Adman can you PS send me the dumps for ccna
200-120 and the vce program. To ramosd169@gmail. Com
Thank you.
can any one please share latest dumps @ murtaza.iscs@gmail.com
http://www.examcollection.com/cisco/Cisco.Passguide.200-120.v2013-12-30.by.Matthew.319q.vce.file.html
passed 958/1000 !!!
Seky_ hows the exam? can you please send me your reviewer, thanks. rjgarcia20007@gmail.com
Hi All,
Can you send me any link or latest dumps? Or where can i find latest dumps?
-sam
Can you email me the latest dumps for CCNA 200-120 gamdabo@gmail.com
I have passed CCNA 200-120 Exam no qouestion came out of Damp Cisco.Actualtests.200-120.v2013-12-10.by.Watson.314q(1).vce
and
Cisco.Passguide.200-120.v2013-12-30.by.Matthew.319q
any one solve and keep two damps he will pass 4 sure and will get 1000-1000
Thnx 9 tut
I cleared my ccna in May 5
U just need to biheart those above Questions
U will get above 950
the labs are ACL , ACL2, EIGRP
in acl2 instead of host b there is allow the host d and block others to finance web server
in EIGRP the main eigrp is 12
All the best
@ Ramy, wat sims were covered in the exam. and which dump do you recommend.
hello guys did anybody ever saw GLBP, VRRP, HSRP SNMP, SYSLOG, NTP questions and labs in recent exams?
@ramy ahmed
I need latest dumps, could you share with me, aaliabutt500@gmail.com
get VCE Player new version just for 1$ email me if you want copy abidlatki9@gmail.com
pls give me dump questions i really want it because it give exam last year and i failed and i want to pass it this time so pllls anyone give me dump questions links at my gmail; gargankit0123456789@gmail.com
@Adnan
can u give me the link to download VCE Pro 1.0.1 to open these
dumps this is my email gargankit0123456789@gmail.com
thank you
can any one give me the link to download VCE Pro 1.0.1 to open these
dumps please this is my email Haajir2@yahoo.com
thank you
i want dumps hedgi23@hotmail.com
*****************LOOKING FOR DUMPS******************
Email me at gattumania@outlook.com
Hi to all! Kindly email me the latest dumps for CCNA 200-120, I plan to take CCNA exam by end of May. Email me at jamjamalaca@yahoo.com
Thanks!
@Adnan
can u give me the link to download VCE Pro 1.0.1 to open these
dumps this is my email lethaivuong@gmail.com
thank you
hi all
subscribe to that channel http://www.youtube.com/user/Joynetworks for free
that trainer is excellent , he makes the technology easy to understad.
@Adnan
can u give me dumps to this is my email karthi1503@yahoo.com.au
thank you