Review Questions

1. 

Which of the following is one of the three components of MLS?

  1. MFSC

  2. PCF

  3. MLS-P

  4. MLSP

dmlsp is the proper acronym for multilayer switching protocol. mfsc should be msfc; pcf should be pfc.

2. 

Which of the following is one of the three components of MLS?

  1. MLS

  2. MLS-SW

  3. MLS-ES

  4. MLS-SE

dmultilayer switching switch engine is the name of the component. the proper acronym is provided in the last answer.

3. 

Which of the following is one of the three components of MLS?

  1. RP

  2. RSP

  3. MLS-RP

  4. MLS-MSFC

cmls-rp represents the broad spectrum of route processors. rp, rsp, and msfc are all types of route processors.

4. 

Which of the following describes the router-on-a-stick topology? (Choose all that apply.)

  1. A router connected to a switch with coax

  2. A single external router connected to a single switch

  3. A single internal router (MSFC) installed in a switch

  4. A switch with an MSFC connected to an external router

b, cthe topology name comes from the original look of an external router connected to a switch. with the implementation of msfc, the same functional topology is achieved in the same chassis. the media connection type does not define the topology.

5. 

Which of the following elements are not used to create a flow or shortcut cache entry? (Choose all that apply.)

  1. ToS

  2. Protocol

  3. CRC

  4. Payload

  5. Source MAC

  6. Destination MAC

  7. Destination IP

c, dcrc can vary from packet to packet and is used for error checking. the payload is also unique for each packet. flows are established by using packet similarities.

6. 

Which answer best describes the MLSP discovery process?

  1. The MLS-SE sends hello packets to the multicast address 01-00-0C-DD-DD-DD. MLS- RPs then respond to these hello packets.

  2. The MLS-RP sends hello packets to the multicast address 01-00-0C-DD-DD-DD. MLS- SEs then respond to these hello packets.

  3. The MLS-RP sends hello packets to the multicast address 01-00-0C-DD-DD-DD. MLS- SEs then record the hello packet information.

  4. The MLS-SE sends hello packets to the multicast address 01-00-0C-DD-DD-DD. MLS- RPs then record the hello packet information.

cthe key to this question is twofold. the mls-rp is the only device that sends hello packets. because the packets are sent to a multicast address, the mls-rp doesn t require a response from the switch. the mls-rp doesn t need to establish an actual connection with the switch.

7. 

What is the XTAG used for, and what is its significance?

  1. XTAG is a numerical value assigned by the MLS-SE to identify an MLS-RP. It must be unique throughout the VTP domain.

  2. XTAG is a numerical value assigned by the MLS-SE to identify an MLS-RP. It is locally significant.

  3. The XTAG is the MLS-RP router ID and is used to uniquely identify the MLS-RP to the MLS-SE. It is a unique value throughout the layer 2 network.

  4. The XTAG is the MLS-SE ID and is used to identify each MLS-SE in the layer 2 network. Therefore, it must be unique across all switches.

bxtags are used by the mls-se to identify each mls-rp connected to the layer 2 network. each switch can utilize the same xtag values; they are used only locally.

8. 

What must you do on a 3550 switch before enabling CEF?

  1. Enable IP routing.

  2. Disable layer 2 switching.

  3. Nothing, the box is ready to run CEF.

  4. Nothing, CEF is enabled by default.

athe 3550 is a multilayer switch, but only layer 2 switching is enabled by default. you must specifically enable ip routing.

9. 

What are the two prerequisites before a complete shortcut entry can be entered into cache?

  1. Identification of the MLS-SE

  2. Identification of the candidate packet

  3. Identification of the MLS topology

  4. Identification of the enable packet

b, dboth packets must be identified to complete the shortcut entry.

10. 

Which of the following criteria qualify a packet as a candidate packet?

  1. Any incoming packet that is destined for a MAC address associated with the MLS-RP

  2. Incoming packets sourcing from 224.0.0.1 and destined for the MAC address of the MLS-SE

  3. Incoming packets sourcing a MAC address associated with the MLS-RP

  4. Outbound packets destined for a remote host

aincoming packets must be destined for a mac address that is associated with the mls-rp via the xtag value. if the packet is not destined for this address, the packet is not tagged as a candidate packet.

11. 

Which of the following criteria qualify a packet as an enable packet? (Choose all that apply.)

  1. The packet is sourced from an MLS-RP MAC address.

  2. The XTAG value matches the candidate packet XTAG value.

  3. The destination MAC address is the same as the corresponding candidate packet’s source MAC address.

  4. The destination IP address matches the destination IP of the corresponding candidate packet.

a, b, denable packets have more criteria to match than do candidate packets. because the destination mac address is different for every hop, there is no way that a packet could match using the destination mac address and still use mls.

12. 

Which component or device performs the frame rewrite?

  1. PFC

  2. MLSRP

  3. MSFC

  4. DCAM

amsfcs are layer 3 devices that are used in catalyst switches. pattern matching and frame rewrites are done by the pfc.

13. 

Which of the following fields can be rewritten by the MLS-SE? (Choose all that apply.)

  1. ISL header

  2. DEST MAC

  3. Source MAC

  4. Destination IP address

a, b, calthough the rewrite engine can modify some fields in the ip header, it does not change the ip addresses.

14. 

Which of the following fields can be rewritten by the MLS-SE? (Choose all that apply.)

  1. Source IP address

  2. ToS

  3. CRC

  4. Payload

b, cthe mls-se has to rewrite the crc because it changes the values for the source mac and destination mac addresses. it calculates a new crc for the new frame.

15. 

At what MLS cache size does the probability of involving the router increase dramatically?

  1. 8KB

  2. 64KB

  3. 32KB

  4. 128KB

  5. 256KB

cafter the mls cache size exceeds 32kb, chances are that the mls-se will not be able to shortcut-switch all flows, and packets will be sent to the router.

16. 

What command can inadvertently disable MLS on a router or interface? (Choose all that apply.)

  1. no ip routing

  2. ip security

  3. ip access-group access-list-number [in|out]

  4. no tcp-small-servers

a, bother commands also can inadvertently disable mls, but access control lists no longer do. they can cause the cache to be cleared, but since ios 12.0(2), inbound as well as outbound access control lists are supported and do not disable mls.

17. 

What command can inadvertently disable MLS on a router or an MLS-configured interface?

  1. clear ip route

  2. ip tcp header-compression

  3. route-map

  4. ip router rip

busing header compression disables mls on the configured interface. clear ip route is not a correct answer because it temporarily clears the cache but it doesn t disable mls.

18. 

Which of the following caches does CEF consider when forwarding a packet? (Choose all that apply.)

  1. The CEF table

  2. The adjacency table

  3. The forwarding table

  4. The optimum route cache

b, ccef looks at the route forwarding table and then the adjacency table.

19. 

Which of the following commands enables MLS on an external router?

  1. set mls ip enable

  2. set mls enable

  3. mls rp ip

  4. mls ip

cthe command set mls enable is used to enable mls on a 6500 series switch, and the command mls rp ip is used to enable mls on an external router.

20. 

When must you configure the VTP domain on an interface of an external router?

  1. Always

  2. When it uses ISL encapsulation

  3. When it doesn’t use ISL or 802.1Q encapsulation

  4. When it is connected to a VTP server or client

dinternal routers such as msfcs don t require a vtp domain configuration because they are physically connected to a single switch. however, external routers that have connections to vtp servers or clients must configure the interface for the vtp domain.

Answers

1. 

D MLSP is the proper acronym for Multilayer Switching Protocol. MFSC should be MSFC; PCF should be PFC.

2. 

D Multilayer Switching Switch Engine is the name of the component. The proper acronym is provided in the last answer.

3. 

C MLS-RP represents the broad spectrum of route processors. RP, RSP, and MSFC are all types of route processors.

4. 

B, C The topology name comes from the original look of an external router connected to a switch. With the implementation of MSFC, the same functional topology is achieved in the same chassis. The media connection type does not define the topology.

5. 

C, D CRC can vary from packet to packet and is used for error checking. The payload is also unique for each packet. Flows are established by using packet similarities.

6. 

C The key to this question is twofold. The MLS-RP is the only device that sends hello packets. Because the packets are sent to a multicast address, the MLS-RP doesn’t require a response from the switch. The MLS-RP doesn’t need to establish an actual connection with the switch.

7. 

B XTAGs are used by the MLS-SE to identify each MLS-RP connected to the layer 2 network. Each switch can utilize the same XTAG values; they are used only locally.

8. 

A The 3550 is a multilayer switch, but only layer 2 switching is enabled by default. You must specifically enable IP routing.

9. 

B, D Both packets must be identified to complete the shortcut entry.

10. 

A Incoming packets must be destined for a MAC address that is associated with the MLS-RP via the XTAG value. If the packet is not destined for this address, the packet is not tagged as a candidate packet.

11. 

A, B, D Enable packets have more criteria to match than do candidate packets. Because the destination MAC address is different for every hop, there is no way that a packet could match using the destination MAC address and still use MLS.

12. 

A MSFCs are layer 3 devices that are used in Catalyst switches. Pattern matching and frame rewrites are done by the PFC.

13. 

A, B, C Although the rewrite engine can modify some fields in the IP header, it does not change the IP addresses.

14. 

B, C The MLS-SE has to rewrite the CRC because it changes the values for the source MAC and destination MAC addresses. It calculates a new CRC for the new frame.

15. 

C After the MLS cache size exceeds 32KB, chances are that the MLS-SE will not be able to shortcut-switch all flows, and packets will be sent to the router.

16. 

A, B Other commands also can inadvertently disable MLS, but access control lists no longer do. They can cause the cache to be cleared, but since IOS 12.0(2), inbound as well as outbound access control lists are supported and do not disable MLS.

17. 

B Using header compression disables MLS on the configured interface. clear ip route is not a correct answer because it temporarily clears the cache but it doesn’t disable MLS.

18. 

B, C CEF looks at the route forwarding table and then the adjacency table.

19. 

C The command set mls enable is used to enable MLS on a 6500 series switch, and the command mls rp ip is used to enable MLS on an external router.

20. 

D Internal routers such as MSFCs don’t require a VTP domain configuration because they are physically connected to a single switch. However, external routers that have connections to VTP servers or clients must configure the interface for the VTP domain.



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