Review Questions

1. 

Which of the following commands are necessary in order for multicast to work? (Choose all that apply.)

  1. ip mroute cache

  2. ip pim [sparse-mode | dense-mode | sparse-dense-mode]

  3. ip cgmp

  4. ip multicast-routing

b, dthese two commands must be entered for multicast forwarding to work. the ip mroute cache command enhances performance but is not necessary. cgmp is necessary only when hosts are connected to a router via a catalyst switch using cgmp.

2. 

Which of the following addresses are within the range of valid IP multi-cast addresses? (Choose all that apply.)

  1. 242.127.1.1

  2. 224.0.0.1

  3. 239.255.255.254

  4. 225.128.1.1

b, c, dthe first response is outside of the valid range for ip multicast addresses. the other choices are valid host addresses within the range.

3. 

What three configuration tasks are necessary to enable multicast Auto-RP?

  1. Perform IP multicast routing.

  2. Assign the default RP (for existing multicast networks).

  3. Assign the RP Mapping Agent.

  4. Advertise RP/group associations.

b, c, dip multicast routing is not part of the auto-rp configuration.

4. 

What is the main difference between broadcast and multicast communication?

  1. Multicast data is distributed to subscribed hosts on specific groups.

  2. Broadcast data is distributed to subscribed hosts on specific groups.

  3. Multicast data uses unicast route tables to flood the network instead of using the network's broadcast address.

  4. There really is no difference.

abroadcast communications use the broadcast ip or mac address to communicate information to all hosts. multicast data is sent only to hosts subscribing to groups that are active on the network.

5. 

What is the destination of the reserved IP multicast address 224.0.0.2?

  1. All DVMRP routers

  2. All routers

  3. All hosts

  4. All CGMP-enabled routers

biana reserved the address 224.0.0.2 to indicate all local multicast routers. this address is not forwarded by any routers in the network.

6. 

How many layer 3 IP multicast addresses can be represented by the same layer 2 MAC address?

  1. 1

  2. 23

  3. 32

  4. 24

cdue to the lost 5 bits in the mapping, 32 ip addresses may be represented by the same multicast mac address (2 5 = 32).

7. 

Which of the following multicast route notations indicates the operation of sparse mode?

  1. (*, G)

  2. (G, *)

  3. (S, G)

  4. (G, S)

a(s, g) and ( * , g) are the only valid notations. ( * , g) indicates a shared root tree distribution. sparse mode uses shared root trees.

8. 

What are the primary functions of RP Mapping Agents? (Choose all that apply.)

  1. Mapping unicast addresses of all RP routers in a multicast network

  2. Sourcing multicast traffic

  3. Resolving multicast group/RP conflicts

  4. Providing member topologies to the RP routers in the network

a, crp mapping agents keep track of all rp routers in the network via their unicast addresses. they then provide the nearest rp for the multicast groups it sources to all leaf routers in the multicast network.

9. 

Which of the following is a method of limiting the scope of a multicast network?

  1. Passive interface applied to border interfaces

  2. Distribution lists within an IGP such as EIGRP or OSPF

  3. TTL threshold setting on border interfaces

  4. RPF settings within the RP routers

cthe correct way to limit the scope of the multicast network is to configure ttl thresholds for external or border interfaces. rpf is used strictly for reverse path lookup.

10. 

What is the layer 2 MAC address for the layer 3 IP address 224.2.127.254?

  1. 01-00-5E-02-7E-FF

  2. 01-00-5E-02-7F-FE

  3. 01-00-5E-00-7E-FF

  4. 01-00-5E-00-7F-FE

bthe mac prefix is 01-00-5e. you know you don t have to worry about the lost bits because the second octet of the ip address is less than 127. therefore, the value is 02. the last two octets are mapped with no problem.

11. 

Which are tools that can be used to troubleshoot multicast connectivity? (Choose all that apply.)

  1. Ping

  2. show ip mroute

  3. traceroute

  4. mtrace

a, b, dtraceroute is used for unicast connectivity; mtrace, however, is used for multicast connectivity.

12. 

Which of the following protocols can hosts use to subscribe to a multicast group? (Choose all that apply.)

  1. IBMP

  2. IGMPv1

  3. IGMPv2

  4. CGMP

  5. DVMRP

  6. MOSPF

  7. PIM (DM/SM)

  8. CBT

b, ccgmp is cisco s proprietary version of igmp. ibmp is not a valid protocol. the other protocols are for routing purposes and group management within a network.

13. 

From which direction is the mtrace established?

  1. From the default RP of the multicast network to the source

  2. From the source to the RP

  3. From the source to the router interface

  4. From the router interface to the source

cfrom the examples given in this chapter, you can see that the path is established from the source toward the multicast router interface.

14. 

What two address values does CGMP use compared to IGMP?

  1. CGMP uses the USA and GDA.

  2. CGMP uses the MAC address and IP address.

  3. CGMP uses the GSA and UDA.

  4. CGMP uses the MAC address and switch port.

athe usa is the unicast source address (the unique mac address of the machine) and the gda is the group destination address (the newly mapped layer 2 multicast mac address). by using these two values, the switch knows which port to make a cam entry for.

15. 

What are the two types of distribution trees?

  1. RP trees

  2. Multicast trees

  3. Shared root trees

  4. Source root trees

c, dmulticast trees don t exist. some protocols that are based in shared root trees can create rpts (or rp trees) that are parallel to the shortest path tree, but this is a flavor of shared root tree distribution.

16. 

What command is used to manually configure a router to be an RP?

  1. ip multicast RP ip_address

  2. ip pim RP ip_address

  3. ip pim rp-address ip_address

  4. ip igmp rp-address ip_address

cthe correct syntax is provided by the third answer. the other answers are not valid.

17. 

Which of the following criteria activates an interface that is configured to use dense mode? (Choose all that apply.)

  1. Directly connected hosts

  2. Directly connected PIM routers

  3. Router configured as a border router

  4. When the interface receives a prune statement from a directly connected PIM router

a, bhosts activate the interface through membership reports. pim interfaces automatically receive multicast forwarding until a prune request is received.

18. 

What are two types of shared root tree distributions?

  1. Unidirectional

  2. Unicast

  3. Multidirectional

  4. Bidirectional

a, dwe are discussing multicast in this chapter, so unicast is not a valid answer. because there are only two directions on a tree, the correct answers are bidirectional and unidirectional.

19. 

Which criteria activates an interface in sparse mode when the interface is configured to use sparse-dense mode? (Choose all that apply.)

  1. Directly connected DVMRP neighbor.

  2. Explicit join request.

  3. Any PIM-configured interface is made active.

  4. The interface has directly connected hosts.

a, b, da pim-configured interface is considered active only when in dense mode.

20. 

How does PIM DM differ from PIM SM? (Choose all that apply.)

  1. PIM DM assumes that all PIM neighbors have active members directly connected and initially forwards multicast data out every interface.

  2. PIM SM requires an explicit join from a router before the router is added to the shared tree.

  3. PIM DM is based on a source root tree distribution mechanism.

  4. PIM SM is based on bidirectional shared root tree distribution.

a, b, cthe problem with the last answer is that pim sm is based on unidirectional shared root tree distribution. the other answers are correct.

Answers

1. 

B, D These two commands must be entered for multicast forwarding to work. The ip mroute cache command enhances performance but is not necessary. CGMP is necessary only when hosts are connected to a router via a Catalyst switch using CGMP.

2. 

B, C, D The first response is outside of the valid range for IP multicast addresses. The other choices are valid host addresses within the range.

3. 

B, C, D IP multicast routing is not part of the Auto-RP configuration.

4. 

A Broadcast communications use the broadcast IP or MAC address to communicate information to all hosts. Multicast data is sent only to hosts subscribing to groups that are active on the network.

5. 

B IANA reserved the address 224.0.0.2 to indicate all local multicast routers. This address is not forwarded by any routers in the network.

6. 

C Due to the lost 5 bits in the mapping, 32 IP addresses may be represented by the same multicast MAC address (25 = 32).

7. 

A (S, G) and (*, G) are the only valid notations. (*, G) indicates a shared root tree distribution. Sparse mode uses shared root trees.

8. 

A, C RP Mapping Agents keep track of all RP routers in the network via their unicast addresses. They then provide the nearest RP for the multicast groups it sources to all leaf routers in the multicast network.

9. 

C The correct way to limit the scope of the multicast network is to configure TTL thresholds for external or border interfaces. RPF is used strictly for reverse path lookup.

10. 

B The MAC prefix is 01-00-5E. You know you don't have to worry about the lost bits because the second octet of the IP address is less than 127. Therefore, the value is 02. The last two octets are mapped with no problem.

11. 

A, B, D Traceroute is used for unicast connectivity; mtrace, however, is used for multicast connectivity.

12. 

B, C CGMP is Cisco's proprietary version of IGMP. IBMP is not a valid protocol. The other protocols are for routing purposes and group management within a network.

13. 

C From the examples given in this chapter, you can see that the path is established from the source toward the multicast router interface.

14. 

A The USA is the Unicast Source Address (the unique MAC address of the machine) and the GDA is the Group Destination Address (the newly mapped layer 2 multicast MAC address). By using these two values, the switch knows which port to make a CAM entry for.

15. 

C, D Multicast trees don't exist. Some protocols that are based in shared root trees can create RPTs (or RP trees) that are parallel to the shortest path tree, but this is a flavor of shared root tree distribution.

16. 

C The correct syntax is provided by the third answer. The other answers are not valid.

17. 

A, B Hosts activate the interface through membership reports. PIM interfaces automatically receive multicast forwarding until a prune request is received.

18. 

A, D We are discussing multicast in this chapter, so unicast is not a valid answer. Because there are only two directions on a tree, the correct answers are bidirectional and unidirectional.

19. 

A, B, D A PIM-configured interface is considered active only when in dense mode.

20. 

A, B, C The problem with the last answer is that PIM SM is based on unidirectional shared root tree distribution. The other answers are correct.



CCNP. Building Cisco Multilayer Switched Networks Study Guide (642-811)
CCNP: Building Cisco Multilayer Switched Networks Study Guide (642-811)
ISBN: 078214294X
EAN: 2147483647
Year: 2002
Pages: 174
Authors: Terry Jack

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net