Home > OSPF-BGP-IPv6-QoS Lab Sim

OSPF-BGP-IPv6-QoS Lab Sim

February 24th, 2012 in LabSim Go to comments

Question

Refer to the exhibit

BGP_IPv6_OSPF_QoS_Sim.jpg

Note: I haven’t had enough information to answer these questions, but below are answers and explanations from candidates who took the exam and shared their experience (thanks Sanjana Chopra & DBurger for sharing this).

Question 1

Which type of the LSA will be added in the OSPF broadcast network type?

A. LSA1
B. LSA2
C. LSA3
D. LSA5
E. LSA7

 

Answer: B

Question 2

Which one is the Designated Router router ID?

A. 7.7.1.1
B. 7.7.5.5
C. 7.7.S.6
D. 22.22.2.2
E. 7.7.2.2

 

Answer: E

Command to answer this question: “show ip ospf database” where there is an LSA type 2 in a broadcast network type ospf.

Explanation

7.7.2.2 is the designated router router ID

—————————————————————————–
For Example :

RouterA# show ip ospf database

OSPF Router with id(192.168.239.66) (Process ID 300)

Displaying Router Link States(Area 0.0.0.0)

Link ID ADV Router Age Seq# Checksum Link count

172.16.21.6 172.16.21.6 1731 0x80002CFB 0x69BC 8

172.16.21.5 172.16.21.5 1112 0x800009D2 0xA2B8 5

172.16.1.2 172.16.1.2 1662 0x80000A98 0x4CB6 9

172.16.1.1 172.16.1.1 1115 0x800009B6 0x5F2C 1

172.16.1.5 172.16.1.5 1691 0x80002BC 0x2A1A 5

172.16.65.6 172.16.65.6 1395 0×80001947 0xEEE1 4

172.16.241.5 172.16.241.5 1161 0x8000007C 0x7C70 1

172.16.27.6 172.16.27.6 1723 0×80000548 0×8641 4

172.16.70.6 172.16.70.6 1485 0x80000B97 0xEB84 6

Displaying Net Link States(Area 0.0.0.0)

Link ID ADV Router Age Seq# Checksum

172.16.1.3 192.168.239.66 1245 0x800000EC 0x82E

Displaying Summary Net Link States(Area 0.0.0.0)

Link ID ADV Router Age Seq# Checksum

172.16.240.0 172.16.241.5 1152 0×80000077 0x7A05

172.16.241.0 172.16.241.5 1152 0×80000070 0xAEB7

172.16.244.0 172.16.241.5 1152 0×80000071 0x95CB

This case 192.168.239.66 is the Designated Router RouterID (where there is an lsa type 2 in a broadcast network type ospf. )

Exam Answer is “7.7.2.2 is the designated router router ID”.

Question 3

IPV6 multicast over the LAN link between R1/R2 two routers. Which statement is true?

A. IPv6 multicast group with the first octet in every route, the RP use sparse mode.
B. IPv6 multicast group with the first octet in every route, the RP use Dense mode.
C. IPv6 multicast group with the first octet in every route, the RP use sparse-dense mode.
D. Composed of (*, G) and (S, G) entries,the multicast distribution trees as understood by the router at this point in the network.

 

Answer: A

Command to answer this question “show ipv6 mroute”.

Explanation

R2#show ipv6 mroute

Multicast Routing Table
Flags: D – Dense, S – Sparse, B – Bidir Group, s – SSM Group,
C – Connected, L – Local, I – Received Source Specific Host Report,
P – Pruned, R – RP-bit set, F – Register flag, T – SPT-bit set,
J – Join SPT
Timers: Uptime/Expires
Interface state: Interface, State

(*, FF08:AAAA::1), 00:04:05/00:03:25, RP 2002:2222::2, flags: SP
Incoming interface: Tunnel2
RPF nbr: 2002:2222::2
Immediate Outgoing interface list:
FastEthernet0/0, Forward, 00:04:05/00:03:25

There is an multicast groups that has joined the router.

The answers are:

The option with the multicast group with the first octet in every route. This case (FF08) check whatever your output (*,G entry) and flag ,Flag = SP ,The RP use sparse mode.

Question 4

Between R3-R1-R2 all interfaces running EIGRPv6, why R3-loopback cannot reach R1-loopback?

A. R1 and R3 EIGRP v6 AS no mismatch.
B. R1 and R2 EIGRP v6 K1 K2 K3 K4 K5 no mismatch.
C. R1 and R3 ipv6 eigrp as-number”, no configure interface mode ”no shutdown”.
D. R1 and R3 authentication no mismatch.

 

Answer: C

Question 5

Look at the configuration in R3. Of the following routes (30.30.0.0/16,40.40.0.0/16, and 200.200.0.0/16), which ones will show up in R2?

A. 40.40.0.0/16 and 200.200.0.0/16 will show up to R2.
B. 30.30.0.0/16 and 200.200.0.0/16 will show up to R2.
C. 30.30.0.0/16 and 40.40.0.0/16 will show up to R2.
D. 30.30.0.0/16, 40.40.0.0/16 and 40.40.0.0/16 will show up to R2.

 

Answer: A

Explanation

Relevant R3 config is the following:
router BGP 1000
neighbor {R2 Loop IP address} remote-as 10
neighbor {R2 Loop IP address} route-map BGP out
neighbor {R2 Loop IP address} send community

route-map 5 BGP permit
match ip address 1
set community no export
route-map 10 BGP permit

access-list 1 30.0.0.0 0.255.255.255

Answer – 40.40.0.0/16 and 200.200.0.0/16 will show up. 30.30.0.0 will not be sent to R2 because it is now in the community of ‘no export’

Question 6

Which statements are true about the following policy map?

A. Packets between 200 and 1000 bytes will be marked with prec 2.
B. Packets less that 488 will be marked with ip prec 2.
C. Packets more that 500 will be marked with ip prec 2.
D. Packets with size that 200 will be marked with ip prec 2.

 

Answer: D (may have more than one answer)

Explanation

R1#show service-policy Gig1/0

Class Somename1 Match-All
ip dscp 40
match packets size 200 min 1000 max
NO match packets size min 500 max 500
Set IP Prec 2

Class Somename1 Match-All
match packets size 500 min 500 max
Set IP Prec 1

Class default match any

Answer…I forget the answers (there were 6 to choose from) but I believe I chose the ones that stated the following:
1.) packets between 200 and 1000 bytes will be marked with prec 2
2.) packets less that 488 will be marked with ip prec 2
3.) I forget what I put for this one.

Comments (15) Comments
  1. Blueberrymaiden
    May 28th, 2012

    Awesome site! Explanations are great for understanding.

    Would be great if the configs were put above the answer, so one can try to answer on their own first. Should be alright, even though it’s sort of part of the answer in a way, since you have the “?” and can enter multiple show commands if you can’t remember the right one (would be silly to expect someone to memorize EVERY show command for any little thing, lol, as long as you have an idea of what it is…).

    Great practice stuff here, really helps me out. Thanks.

  2. Lucas
    June 9th, 2012

    The administrative ditsnace of Internal EIGRP is 90. Other options dose not fit in.1. Router1 will have 6 directly connected networks. (wrong it will have only 3 directly connected, other networks will be connected Dynamically via EIGRP)2. The metric for routes to 172.16.0.0 will be 1. (Wrong, EIGRP metric = bandwidth + delay ).3. The interface that is used to forward packets to 172.16.0.0 will always be the S0/1 interface (EIGRP support load balancing so it can use either interfaces s0/1, s0/0 to send data).

  3. Mafacho
    June 12th, 2012

    Hie guys does anyone have an idea where i can get Cisco CCNP Service Provider Operations Certification Exams Training Materials? if u do pliz kindly email me on f_makina@yahoo.com

  4. Chaitanya kvss (DRDO)
    June 20th, 2012

    Hi team can any one tell me the The administrative ditsnace of Internal EIGRP is 90. Other options dose not fit in.1

  5. Chaitanya kvss (DRDO)
    June 20th, 2012

    i have achived a lot via this site

  6. Chaitanya kvss (DRDO)
    June 20th, 2012

    Thanks for helping me dude………………

  7. Kaxy
    July 1st, 2012

    Pls Can anyone assist with a link to CCIE study book. Thanks – kaxyto@gmail.com

  8. anonymous
    July 11th, 2012

    hey these labs are for the ccie written exam or the actual CCIE LAB exam???
    silly doubt but just wanna make sure
    thnx

  9. Ishaque
    July 31st, 2012

    Please share the latest dumps of ccie RnS.

  10. Ishaque
    July 31st, 2012

    Please share the latest dumps of ccie RnS.

    shahishaque@gmail.com

  11. FFF
    August 3rd, 2012

    NO SimLABS in CCIE written exam

  12. Anonymous
    August 16th, 2012

    Hello All,
    Please share the latest version of the Dumps and kindly let me know which course material is best for studying CCIE.

  13. soniya
    December 5th, 2012

    is this lab is coming in exams……

  14. ND3k
    December 18th, 2012

    pl anybody can tell me about the sim/lab above is comming?

  15. ben
    May 9th, 2013

    Anyone with a link to CCIE R&S videos. please send to benkamau05@gmail.com

Add a Comment