LAB. 答案 : DLswitch#conf t DLswitch(config)#vtp mode server. ALswitch(config)#vtp domain CISCO. DLswitch(config)#int vlan 20. DLswitch(config)#vlan 21

Size: px
Start display at page:

Download "LAB. 答案 : DLswitch#conf t DLswitch(config)#vtp mode server. ALswitch(config)#vtp domain CISCO. DLswitch(config)#int vlan 20. DLswitch(config)#vlan 21"

Transcription

1 1: LAB 答案 : DLswitch#conf t DLswitch(config)#vtp mode server DLswitch(config)#vtp domain CISCO DLswitch(config)#vlan 20 DLswitch(config)#vlan 21 DLswitch(config)#int vlan 20 DLswitch(if-config)#ip add DLswitch(if-config)#no shut DLswitch(if-config)#int vlan 21 DLswitch(if-config)#ip add DLswitch(if-config)#no shut DLswitch(if-config)#end DLswitch#ip routing DLswitch#copy run start ALswitch#conf t ALswitch(config)#vtp mode client ALswitch(config)#vtp domain CISCO ALswitch(config)#end ALswitch#copy run start

2 2: Which three are characteristics of IPv6? (Choose three.) An IPv6 address is 128 bits long. An IPv6 header is 20 bits long. An IPv6 header contains the next header field. An IPv6 header contains the protocol field. IPv6 routers send RA messages. F. An IPv6 header contains the header checksum field. 答案 : A C E 3: Refer to the exhibit. Which command will create a default route on Router B to reach all networks beyond router A? ip route

3 ip route ip route s0/0/0 ip route s0/0/0 ip route 答案 : A 4: Which three restrictions apply to OSPF stub areas? (Choose three.) No virtual links are allowed. The area cannot be a backbone area. Redistribution is not allowed unless the packet is changed to a type 7 packet. The area has no more than 10 routers. No autonomous system border routers are allowed. F. Interarea routes are suppressed. 答案 : A B E 5: What is a characteristic of a static VLAN membership assignment? VMPS server lookup

4 easy to configure ease of adds, moves, and changes based on MAC address of the connected device 答案 : B 6: Refer to the exhibit. Both host stations are part of the same subnet but are in different VLANs. On the basis of the information presented in the exhibit, which statement is true about an attempt to ping from host to host? A trunk port will need to be configured on the link between Sw_A and Sw_B for the ping command to be successful. The two different hosts will need to be in the same VLAN in order for the ping command to be successful. A Layer 3 device is needed for the ping command to be successful.

5 The ping command will be successful without any further configuration changes. 答案 : D 7: LAB 答案 : ASW1(config)#aaa new-model

6 ASW1(config)#radius-server host key rad123 ASW1(config)#aaa authentication dot1x default group radius ASW1(config)#dot1x system-auth-control ASW1(config)#inter fastethernet 0/1 ASW1(config-if)#swithcport mode access ASW1(config-if)#dot1x port-control auto ASW1(config-if)#exit ASW1#copy run start DSW1(config)#ip access-list standard 10 DSW1(config-ext-nacl)#permit ip DSW1(config-ext-nacl)#exit DSW1(config)#vlan access-map PASS 10 DSW1(config-access-map)#match ip address 10 DSW1(config-access-map)#action forward DSW1(config-access-map)#exit DSW1(config)#vlan access-map PASS 20 DSW1(config-access-map)#action drop DSW1(config-access-map)#exit DSW1(config)#vlan filter PASS vlan-list 40 DSW1#copy run start 8: Which VTP information does a Catalyst switch advertise on its trunk ports when using VTP? (Choose two.) VTP mode STP root status negotiation status management domain configuration revision number 答案 : D E

7 9: Refer to the exhibit. What is the correct output of the command show ip route on router R2? R2# show ip route

8 <output omitted> /8 is variably subnetted, 6 subnets, 2 masks i L /32 [115/20] via , Serial1/0 i L /32 [115/30] via , Serial1/1 i L /24 [115/20] via , Serial1/0 i L /24 is directly connected, Serial1/0 i L /24 [115/20] via , Serial1/1 i L /24 is directly connected, Serial1/1 R2# show ip route <output omitted> /8 is variably subnetted, 6 subnets, 2 masks i L /32 [115/20] via , Serial1/0 i L /32 [115/30] via , Serial1/1 i L /24 [115/20] via , Serial1/0 C /24 is directly connected, Serial1/0 i L /24 [115/20] via , Serial1/1 C /24 is directly connected, Serial1/1 R2# show ip route <output omitted> /8 is variably subnetted, 6 subnets, 2 masks i L /32 [115/20] via , Serial1/0 i L /32 [115/30] via , Serial1/1 i L /24 [115/20] via , Serial1/0 C /24 is directly connected, Serial1/0 i L /24 [115/20] via , Serial1/1 C /24 is directly connected, Serial1/1 R2# show ip route <output omitted> /8 is variably subnetted, 7 subnets, 3 masks i L /32 [115/20] via , Serial1/0 i L /32 [115/30] via , Serial1/1 i L /24 [115/20] via , Serial1/0 C /24 is directly connected, Serial1/0 i su /23 [115/10] via , Null0 C /24 is directly connected, Serial1/1 i L /23 [115/20] via , Serial1/1 R2# show ip route

9 <output omitted> /8 is variably subnetted, 6 subnets, 2 masks i L /32 [115/20] via , Serial1/0 i L /32 [115/30] via , Serial1/0 [115/30] via , Serial1/1 i L /24 [115/20] via , Serial1/0 C /24 is directly connected, Serial1/0 i L /24 [115/20] via , Serial1/1 C /24 is directly connected, Serial1/1 答案 : C 10: Refer to the exhibit. EIGRP has been configured on all routers in the network. What additional configuration statement should be included on router R4 to advertise a default route to its neighbors? R4(config)# ip default-network R4(config)# ip route R4(config)# ip route R4(config-router)# default-information originate 答案 : A

10 11: LAB 答案 : Virtual link configuration on R2 and R3 R2 ipv6 router ospf 1 area 11 virtual-link exit copy run start R3 ipv6 router ospf 1 area 11 virtual-link exit copy run start 12: LAB

11 答案 : DSW1> enable DSW1# conf t DSW1(config)# spanning-tree vlan 20 priority DSW1(config)# int g1/0/6 DSW1(config-if)# sw trunk allow vlan 30 DSW1(config-if)# no shutdown DSW1(config-if)# int g1/0/5 DSW1(config-if)# sw trunk allow vlan 40 DSW1(config-if)# no shutdown DSW1(config-if)# end DSW1# copy run start 13: Which show command will display only the Type 5 LSAs in the OSPF topology database?

12 show ip route show ip route ospf show ip ospf database summary show ip ospf database nssa-external show ip ospf database external 答案 : E 14: Refer to the exhibit. Router A has interfaces with addresses and Router B, which is connected to router A over a serial link, has interfaces with address and Which sequence of commands will configure RIPv2 on router B?

13 答案 : A 15: Which two statements are true about voice VLANs? (Choose two.) Voice VLANs allow IP phones to be moved around without worrying about subnets. Voice VLANs allow voice and data packets to be logically combined.

14 Implementing voice VLANs causes network administrators to change their existing IP topology. Using voice VLANs makes it easier for network administrators to identify and troubleshoot network problems. Voice VLANs are available on all Cisco switches. 答案 : A D 16: Which two provide intra-area routing services? (Choose two.) L1 IS L1 ES L2 IS L2 ES L1/L2 IS 答案 : A E 17: LAB

15 答案 : R3#conf t R3(config)#router eigrp 123 R3(config-router)#no eigrp stub recieve-only R3(config-router)#eigrp stub R3(config-router)#end R3#copy run start R4>enable R4#conf t R4(config)#int S0/0 R4(config-if)#ip summary-address eigrp R4(config-if)#ip summary-address eigrp

16 R4(config-if)#no shutdown R4(config-if)#end R4#copy run R4#show ip route 18: Refer to the exhibit. What radio button option on the Aironet Desktop Utility (ADU) Security tab includes the option of Advanced Encryption Standard (AES) and Extensible Authentication Protocol-Flexible Authentication via Secure Tunneling? WPA/WPA2/CCKM WPA/WPA2 Passphrase 802.1x Pre-Shared Key (Static WEP) 答案 : A

17 19: Which protocol enables a group of routers to form a single virtual router and use the real IP address of a router as the gateway address? Proxy ARP HSRP IRDP VRRP GLBP 答案 : D 20: In a customer's network, VLAN Trunking Protocol (VTP) is running with a domain named main1. VLANs 1,2,3,4,5,10,20 are active on the network. Suddenly the whole network goes down. No traffic is being passed on VLANs 2,3,4,5,10,20, however traffic passes on VLAN 1 and indicates all switches are operational. Right before the network problem occurred, a switch named TEST1 was added to the network. What three conditions must exist on TEST1 to cause this network outage? (Choose three.) TEST1 is configured as a VTP server with a different domain name. TEST1 is not configured to participate in VTP. TEST1 is configured as a VTP server with the domain name main1. TEST1 has a lower VTP configuration revision than the current VTP revision.

18 TEST1 has a higher VTP configuration revision than the current VTP revision. F. TEST1 is configured with only VLAN1. 答案 : C E F 21: Refer to the exhibit. The lightweight wireless architecture splits the processing of the data and management protocols and the access point functionality between the access point and the WLAN controller using split MAC approach. Which three functionalities are handled by the WLAN controller? (Choose three.) the transmission of beacon frames the portions of the protocol that have real-time requirements the response to Probe Request frames from clients authentication association and re-association (mobility) F frame translation and bridging 答案 : D E F

19 22: LAB 答案 : Blockade(config)# router isis Blockade(config-router)# redistribute eigrp 100 level-1 metric 50 Blockade(config)# router eigrp 100 Blockade(config-router)# redistribute isis level-1 metric Blockade(config-router)# redistribute connected Blockade# copy run start 23: Refer to the exhibit. A network associate needs to configure the switches and router in the graphic so that the hosts in VLAN3 and VLAN4 can communicate with the enterprise server in VLAN2. Which two Ethernet segments would need to be configured as trunk links? (Choose two.)

20 A B C D E F. F 答案 : C F 24: What are the basic configuration steps to enable IS-IS? Configure the net system-id command under router isis and enable IS-IS on each interface with the ip router isis command. Configure the network net-id command(s) under router isis and enable IS-IS on each interface

21 with the ip router isis command. Configure the network net-id command(s) and the is-type level-1-2 command under router isis. Configure the net system-id and the network net-id commands under router isis. Configure the net system-id and the network net-id commands under router isis and enable IS-IS on each interface with the ip router isis command. 答案 : A 25: Which three IP multicast address related statements are true? (Choose three.) Multicast addresses through are always forwarded because they are transmitted with Time to Live (TTL) greater than 1. Multicast addresses and are source multicast addresses for OSPF routers. Multicast addresses and are reserved link-local addresses used by PIMv2 and IGMPv3. Because they would map to overlapping IP multicast MAC addresses, multicast addresses and could not be used together. Multicast address has been reserved for the Network Time Protocol (NTP) by the IAN F. The administratively scoped multicast addresses through are similar in purpose to RFC 1918 private unicast addresses. 答案 : C E F 26:

22 Which two statements about a wireless repeater topology are true? (Choose two.) A wireless repeater is an access point that is not connected to the wired LAN. The repeater feature is only available in lightweight access point topologies. The SSID of the root access point must be configured on the repeater access point. This topology requires a percent overlap between a wired access point and the wireless repeater. This topology requires a percent overlap between a wired access point and the wireless repeater. F. To avoid interference, the repeater access point must use a different channel from what the root access point uses. 答案 : A C 27: A Cisco Aironet Wireless LAN Adapter CB21AG is inserted into a PC cardbus slot. Both the green status LED and the amber activity LED are blinking slowly. What is the condition of the adapter? The adapter is not receiving power. The adapter is in power save mode. The adapter is scanning for the wireless network for which it is configured. The adapter is associated to an access point or another client.

23 The adapter is transmitting or receiving data while associated to an access point or another client. 答案 : D 28: Refer to the exhibit. Routers RTA and RTB are running BGP but the session is active. What command needs to be added to establish the BGP session? ip route s0/0 ip route s0/1 network neighbor next-hop-self no synchronization 答案 : A

24 29: Which three components are included in the Cisco autonomous WLAN solution? (Choose three.) Wireless LAN Solution Engine (WLSE) Access Control Server (ACS) Wireless Control System (WCS) Wireless Services Module (WiSM) Wireless Domain Services (WDS) F. Lightweight Access Point Protocol (LWAPP) 答案 : A B E 30: Refer to the exhibit. On the basis of the information in the exhibit, which two statements are true? (Choose two.)

25 The output was generated by entering the show ip bgp command on the ISP router. The output was generated by entering the show ip bgp command on the SanJose1 router. The serial 0/0/1 interface on the ISP router has been configured with the set metric 50 command. The serial 0/0/1 interface on the ISP router has been configured with the set metric 75 command. When traffic is sent from the ISP to autonomous system 64512, the traffic will be forwarded to SanJose1 because of the lower MED value of SanJose1. F. When traffic is sent from the ISP to autonomous system 64512, the traffic will be forwarded to

26 SanJose2 because of the higher MED value of SanJose2. 答案 : A E 31: A network administrator assigns a multicast address of to an application running on a device with an Ethernet MAC address of 01.b2.7d.05.f1.80. Which Layer 2 multicast address will this device use? e.7F b2.7d.05.f b2.7d.0a e.05.f1.80 ff.ff.ff.ff.ff.ff 答案 : A 32: Refer to the exhibit. Why does the trust state of interface FastEthernet 0/3 show "not trusted"?

27 DSCP map needs to be configured for VOIP.

28 ToS has not been configured. ToS has been misconfigured. The command mls qos needs to be turned on in global configuration mode. There is not a Cisco Phone attached to the interface. 答案 : E 33: Refer to the exhibit. The command spanning-tree guard root is configured on interface Gi0/0 on both switch S2 and S5. The global configuration command spanning-tree uplinkfast has been configured on both switch S2 and S5. The link between switch S4 and S5 fails. Will Host A be able to reach Host B? Yes. Traffic can pass either from switch S6 to S3 to S2 to S1, or, from switch S6 to S5 to S2 to S1. No. Traffic will pass from switch S6 to S5 and dead-end at interface Gi 0/0. No. Traffic will loop back and forth between switch S5 and S2. Yes. Traffic will pass from switch S6 to S3 to S2 to S1. No. Traffic will either pass from switch S6 to S5 and dead-end, or traffic will pass from switch S6

29 to S3 to S2 and dead-end. 答案 : D 34: Which command displays the number of times that the OSPF Shortest Path First (SPF) algorithm has been executed? show ip protocol show ip ospf interface show ip ospf show ip ospf database 答案 : C 35: How is the configuration of a totally stubby area different from that of a stub area? The totally stubby area requires the no-summary command on the ABR. The totally stubby area requires the totally stubby command on the ABR. The no-summary command should be included on all routers within the totally stubby area. The totally stubby command should be included on all routers within the totally stubby area. The totally stubby area requires the no-summary command on the ASBR. 答案 : A

30 36: When the BGP path selection process is being performed on a Cisco router, which BGP attribute is used first when determining the best path? local preference MED weight origin next-hop F. AS-path 答案 : C 37: Given the network diagram, which address would successfully summarize only the networks seen?

31 / / / / /21 F. These networks cannot be summarized. 答案 : C 38: What are the two effects of the IP multicast global configuration command ip pim

32 send-rp-announce loopback0 scope 31 group-list 5 issued on multicast router RTA? (Choose two.) RTA will drop all RP announcements it receives if the TTL field is greater than 31. RTA will forward RP announcements provided they are within the scope of 31. RTA will originate RP announcements with TTL set to 31. RTA will forward RP announcements from any neighbor router with a source IP address that matches access-list 5. RTA will originate RP announcements for multicast groups that match access-list 5. 答案 : C E 39: Refer to the exhibit. This network is running IS-IS. Router RTC is inside Cloud#1. From the output on RTD, which two statements are true? (Choose two.)

33 The SNPA for RTE is the source data link address that is used to transmit frames to RT IP routing updates between RTC and RTD will be IP datagrams that are encapsulated by HDL IP routing updates between RTC and RTD will be IP datagrams that are encapsulated by CLNS. IP routing updates between RTC and RTD will be CLNS datagrams that are encapsulated by HDL Because it is running IS-IS in IP-only mode, RTD will not transmit CLNS packets. F. The NET for RTE will be b7.fd5f.00. 答案 : A D 40: Refer to the exhibit. Assume that Switch_A is active for the standby group and the standby device has only the default HSRP configuration. What conclusion is valid? If port Fa1/1 on Switch_A goes down, the standby device will take over as active. If the current standby device were to have the higher priority value, it would take over the role of active for the HSRP group. If port Fa1/1 on Switch_A goes down, the new priority value for the switch would be 190. If Switch_A had the highest priority number, it would not take over as active router.

34 答案 : C 41: What are three examples of call control signaling? (Choose three.) MGCP RTP G.711 G.729 H.323 F. SIP 答案 : A E F 42: Which two methods advertise internal networks to external ISPs via BGP? (Choose two.) using aggregate routes disabling synchronization forcing the next-hop address defining routes via the network statement 答案 : A D

35 43: Which method enables GLBP to forward traffic from a LAN segment via multiple routers simultaneously? Clients need to have different default gateway IP addresses coded. Separate GLBP groups are coded on the routers. The AVG assigns different virtual MAC addresses. Multiple AVG designated routers respond to ARP requests. Proxy ARP allows multiple routers to respond to ARP requests from clients. 答案 : C 44: When the passive-interface command is used on a router, which two routing protocols will continue to receive routing updates on an interface that is configured as passive? (Choose two.) OSPF RIP RIPv2 EIGRP 答案 : B C 45:

36 Refer to the exhibit. What does the output of the debug command indicate on VRRP router RTA? VRRP is not active on RT RTB does not have VRRP active. RTA does not have VRRP preempt active. RTB has a different IP address coded for VRRP group 1 than RT RTB has the same IP address coded on its Ethernet interface as RT 答案 : D 46: Refer to the exhibit diagram and configuration. RTB is summarizing its networks from AS with the aggregate-address command. However, the show ip route command on RTA reveals the RTB individual networks as well as its summary route. Which option would ensure that only the summary route would appear in the routing table of RTA?

37 Delete the four network statements and leave only the aggregate-address statement in the BGP configuration. Add the keyword summary-only to the aggregate-address command. Add a static route with a prefix of pointing to the null0 interface. Create a route map permitting only the summary address. 答案 : B 47: Refer to the exhibit. What must be configured on router RTA to summarize all routes from area 0 to area 1?

38 area 0 range area 0 range area 1 range area 1 range summary-address F. summary-address 答案 : A 48: Refer to the exhibit. All routers have simultaneously been reloaded, and the DR election has concluded as expected. Which state is RTC in?

39 2WAY/DROTHER 2WAY/BDR 2WAY/DR FULL/DROTHER FULL/BDR F. FULL/DR 答案 : E 49:

40 An access list has been designed to prevent HTTP traffic from the Accounting Department from reaching the HR server attached to the Holyoke router. Which of the following access lists will accomplish this task when grouped with the e0 interface on the Chicopee router? permit ip any any deny tcp eq 80 permit ip any any deny tcp eq 80 deny tcp eq 80 permit ip any any deny tcp eq 80 permit ip any any 答案 : D 50: The network is not being propagated throughout the network. Observe the BGP configuration commands from the advertising router. What is the reason the route is not being advertised? router bgp neighbor remote-as neighbor remote-as 65112

41 network network ! ip route null0 The network statement is missing mask The network statement is missing mask The network statement is missing mask The network statement is missing mask The auto-summary configuration is missing. 答案 : A 1: Based on the show ip bgp summary output, which two statements are true? (Choose two.) The BGP session to the neighbor is established. The BGP session to the neighbor is established. The BGP session to the neighbor is established. The router is attempting to establish a BGP peering session with the neighbor.

42 The BGP session to the neighbor is established, but the router has not received any BGP routing updates from the neighbor. F. The router is attempting to establish a BGP peering session with the neighbor. 答案 : A F 2: Which two are characteristics of the IS-IS protocol but not OSPF? (Choose two.) provides for network scalability by allowing the network to be separated into areas provides routing support for multiple network layer protocols three layers of hierarchical routing utilizes SPF algorithm forms adjacencies with all neighbors F. supports demand circuit routing 答案 : B E 3: Drop

43 4: Which two statements about voice traffic are true? (Choose two.) Voice packets are typically around 60 to 120 bytes. Voice packets are typically around 600 to 1200 bytes. Voice packets are typically around 60 to 120 K For voice quality, packet loss should be less than 1 percent and delay should be no more than 150 ms. For voice quality, packet loss should be less than 2 percent and delay should be no more than 250 ms. F. A typical voice call requires 17 kbps to 106 kbps of guaranteed priority bandwidth plus an additional 15 kbps per call for voice-control traffic. 答案 : A D 5: Refer to the exhibit. Switch P1S1 is not applying VLAN updates from switch P2S1. What are three reasons why this is not occurring? (Choose three.)

44 Switch P2S1 is in server mode. Switch P1S1 is in transparent mode. The MD5 digests do not match. The passwords do not match. The VTP domains are different. F. VTP trap generation is disabled on both switches.

45 答案 : B D E 6: Which statement is true about Protocol Independent Multicast Dense Mode (PIM DM) multicast routing? PIM DM supports shared distribution trees. If a port is pruned, the administrator must re-enable the port to support multicast traffic. The (S,G) state exists in every router, regardless of the presence of an RPF interface. Flooding of traffic only occurs in the beginning stages of routing. Afterwards, all necessary ports are pruned and multicast traffic is not sent across those interfaces. 答案 : C 7: Refer to the exhibit. OSPF has been configured on all routers in the network. However, router R1 does not receive a default route to router R2 as intended. Which configuration change would ensure that R1 would receive a default route from R2?

46 Add the area 1 stub command on routers R1. Add the always keyword to the default-information originate configuration command on router R2. Remove the default information originate configuration command from router R2 and place it on router R1. Add the ip route command to router R2. 答案 : B 8: Which enhancement was added to IGMP version 3? membership query message

47 membership report message leave group message source filtering destination filtering 答案 : D 9: Which BGP attribute is used by BGP to prevent routing loops? AS-path next-hop MED weight local preference F. origin 答案 : A 10: Refer to the exhibit. What type of message will be used by the lightweight access point (LAP) in an attempt to locate the wireless LAN controller (WLC)?

48 The LAP will send out a Layer 2 LWAPP discovery request to the WLC on the wireless network. The LAP will send out a Layer 3 LWAPP discovery request to the WLC on the wireless network. The LAP will send out a DHCP request. In return, the DHCP server will provide the IP addresses for the LAP and the WL The LAP will send out a DNS request. In return, the DNS server will provide the WLC domain name. 答案 : B 11: How are VRRP messages exchanged between routers sharing a common LAN segment? VRRP relies on TCP to open a connection and to maintain that connection using TCP keepalives. Unicast IP addresses with UDP port ID 112. Destination IP address with IP Protocol ID 112.

49 VRRP messages are directly encapsulated into the Ethernet data field using type code 0x112. 答案 : C 12: Refer to the exhibit. A trunk link is connected between switch A_SW and switch D_SW. Based on the configuration shown in the exhibit, how would the traffic coming from the switch A_SW be managed? The trunk port Fa0/1 on switch A_SW will trust all CoS values on the frames coming from the IP phone. The trunk port Fa0/1 on switch A_SW will trust all CoS values on the frames received on the IP phone. The trunk port Fa0/1 on switch D_SW will trust all CoS values on the frames coming from port Fa0/1 on A_SW. The trunk port Fa0/1 on switch D_SW will trust all CoS values on the frames received on the A_SW switch port Fa0/4.

50 The trunk port Fa0/1 on switch D_SW will trust all CoS values on the frames received on the IP phone port. 答案 : C 13: Refer to the exhibit. GLBP has been configured on the network. When the interface serial0/0/1 on router R1 goes down, how is the traffic coming from Host1 handled? The traffic coming from Host1 and Host2 is forwarded through router R2 with no disruption. The traffic coming from Host2 is forwarded through router R2 with no disruption. Host1 sends an ARP request to resolve the MAC address for the new virtual gateway. The traffic coming from both hosts is temporarily interrupted while the switchover to make R2 active occurs.

51 The traffic coming from Host2 is forwarded through router R2 with no disruption. The traffic from Host1 is dropped due to the disruption of the load balancing feature configured for the glbp group. 答案 : A 14: Which IPv6 address correctly compresses the IPv6 unicast address 2001:0:0:0:0DB8:0:0:417A? 2001:0DB8:417A 2001::0DB8::417A 2001:::0DB8::417A 2001:0DB8:0:0:417A 2001::DB8:0:0:417A F. 2001:::0DB8:0:0:417A 答案 : E 15: Refer to the exhibit. OSPF has been configured on all routers in the network and Area 1 has been configured as a NSS Which statement is true about the NSSA Area 1?

52 Redistributed RIP and IGRP routes will appear in Area 1. They will be advertised via type 5 LSAs. Only redistributed RIP routes will appear in Area 1. They will be advertised via type 7 LSAs. Only redistributed IGRP routes will appear in Area 1. They will be advertised via type 7 LSAs. No redistributed routes can appear in Area 1, only summary routes. 答案 : C 16: When other routing protocol routes are being redistributed into OSPF, what is one of the most common problems? missing the tag option in the redistribute command. missing the subnet option in the redistribute command. missing the metric option in the redistribute command.

53 misconfiguring the metric-type option in the redistribute command to type-1. misconfiguring the metric-type option in the redistribute command to type-2. 答案 : B 17: Which three statements are true about IP multicast configuration? (Choose three.) PIM sparse mode interfaces are always added to the multicast routing table in a router. PIM dense mode interfaces are always added to the multicast routing table in a router. PIM sparse-dense mode acts as PIM dense mode if an RP is not known. PIM sparse-dense mode and PIM dense mode require an RP on the network. PIM sparse mode and PIM sparse-dense mode require an RP on the network. F. PIM sparse mode and PIM dense mode require an RP on the network. 答案 : B C E 18: Refer to the exhibit. Which one statement is true?

54 Traffic from the /16 network will be blocked by the ACL. The /8 network will not be advertised by Router B because the network statement for the /8 network is missing from Router The /8 network will not be in the routing table on Router Users on the /8 network can successfully ping users on the /24 network, but users on the /24 cannot successfully ping users on the /8 network. Router B will not advertise the /8 network because it is blocked by the ACL. 答案 : E 19: Refer to the exhibit. OSPF is configured on all routers in the network. Area 5 is configured as an NSSA area. The RIPv2 routes are redistributed into the OSPF domain on router R5. What two types of LSAs will be originated by router R5? (Choose two.)

55 type 1 Router LSA type 2 Network LSA type 3 Network Summary LSA type 4 ASBR Summary LSA type 5 AS External LSA F. type 7 NSSA External LSA 答案 : A F 20: Which two statements are true about voice VLANs? (Choose two.) Voice VLANs are only used when connecting an IP phone and a host to distinct switch ports. Access ports that are configured with voice VLANs will always trust the CoS that is received from IP phones. Access ports that are configured with voice VLANs may or may not override the CoS value that is

56 received from an IP phone. Voice VLANs are configured using the switchport voice vlan vlan-id interface configuration command. Voice VLANs provide a trunking interface between an IP phone and an access port on a switch to allow traffic from multiple devices that are connected to the port. F. Enabling Voice VLAN on a switch port will automatically configure the port to trust the incoming CoS markings. 答案 : C D 21: Refer to the exhibit. On the basis of the configuration that is provided, how would the BGP updates that come from router R1 be replicated inside autonomous system 65200?

57 All BGP updates that are received on router R2 will be sent to routers R3 and R4. Routers R3 and R4 will then forward those BGP updates to router R5. All BGP updates that are received on router R2 will not be sent to routers R3 and R4. All BGP updates that are received on router R2 will be sent directly to router R5. None of the BGP updates that are received on router R2 will ever be received by router R5. 答案 : D 22: Which two statements are true of the OSPF link-state routing protocol? (Choose two.) Using the Bellman-Ford algorithm, each OSPF router independently calculates its best paths to all destinations in the network. Using the DUAL algorithm, each OSPF router independently calculates its best paths to all destinations in the network. OSPF sends summaries of individual link-state entries every 30 minutes to ensure LSDB synchronization. OSPF sends triggered updates when a network change occurs. OSPF sends updates every 10 seconds. F. When a link changes state, the router that detected the change creates a link-state advertisement (LSA) and propagates it to all OSPF devices using the multicast address. 答案 : C D 23:

58 Drop 24: Refer to the exhibit. Three different wireless groups of users are allowed to gain access to the wireless LAN. What type of security policy should be enforced for the users in the Guest group? static WEP and MAC authentication LEAP authentication primary SSID with open or no WEP authentication open authentication with WEP plus MAC authentication 答案 : C

59 25: Refer to the exhibit and the partial configuration on routers R1 and R2. Hot Standby Routing Protocol (HSRP) is configured on the network to provide network redundancy for the IP traffic. The network administrator noticed that R2 does not became active when the R1 serial0 interface goes down. What should be changed in the configuration to fix the problem? R2 should be configured with a HSRP virtual address. R2 should be configured with a standby priority of 100. The Serial0 interface on router R2 should be configured with a decrement value of 20. The Serial0 interface on router R1 should be configured with a decrement value of 20. 答案 : D 26: Which two statements about voice VLANs are correct? (Choose two.) Voice VLANs eliminate the need for QoS configuration.

60 Voice VLANs are used on trunk links to eliminate the need for QoS CoS markings. Voice VLANs are mainly used to reduce the number of access switch ports that are used in the network. Voice VLANs can be configured to forward existing CoS priorities or override them. Voice VLANs are mainly used between access layer switches and distribution layer switches. F. Voice VLANs can be configured on Layer 2 ports only. 答案 : D F 27: Which two routing protocols require a metric to be configured when redistributing routes from other protocols? (Choose two.) RIP OSPF EIGRP IS-IS BGP 答案 : A C 28: What is the IPv6 address FF02::2 used for?

61 all hosts in a local segment all routers in a local segment all hosts in a particular multicast group all routers in an autonomous system 答案 : B 29: Which three interface commands will configure the switch port to support a connected Cisco phone and to trust the CoS values received on the port if CDP discovers that a Cisco phone is attached? (Choose three.) mls qos trust override cos mls qos trust cos mls qos trust device cisco-phone switchport priority extend cos_value switchport voice vlan vlan-id 答案 : B C E 30: Examine the router output above. Which two items are correct? (Choose two.)

62 Router A will assume the active state if its priority is the highest. If Ethernet 0/2 goes down, the standby router will take over. When Ethernet 0/3 of RouterA comes back up, the priority will become 105. The local IP address of Router A is The local IP address of Router A is 答案 : A C 31: How are GLBP messages exchanged between routers that share a common LAN segment? GLBP messages are multicast to UDP port ID GLBP messages are directly encapsulated into the Ethernet data field using type code GLBP relies on TCP to open a connection and to maintain that connection using TCP keepalives.

63 Routers inform clients with GLBP messages and use ARP messages to exchange information about first-hop redundancy. 答案 : A 32: Given the network diagram, which routers currently make up the IS-IS backbone? R3,R4,R6 R3,R4,R5,R6 R2,R3,R6,R7 R2,R3,R4,R6,R7

64 R1 through R8 答案 : D 33: Which three characteristics are true about voice traffic in the campus network? (Choose three.) TCP retransmits benign greedy drop sensitive smooth F. delay insensitive 答案 : B D E 34: Which three statements are correct about the differences in IS-IS and OSPF? (Choose three.) IS-IS LSP contains TLV fields and OSPF LSU contains the LSAs. New additions to the protocol are easily implemented in OSPF but not with IS-IS. For greater fine tuning there are more IS-IS timers. OSPF has more area types than does IS-IS.

65 IS-IS is more CPU-intensive than is OSPF. 答案 : A C D 35: Which two WLAN client utility statements are true? (Choose two.) In a Windows XP environment, a client adapter can only be configured and managed with the Microsoft Wireless Configuration Manager. The Aironet Desktop Utility (ADU) can be used to enable or disable the adapter radio and to configure LEAP authentication with dynamic WEP. The Cisco Aironet Desktop Utility (ADU) and the Microsoft Wireless Configuration Manager can both be enabled at the same time to setup WLAN client cards. The Microsoft Wireless Configuration Manager can be configured to display the Aironet System Tray Utility (ASTU) icon in the Windows system tray. 答案 : B D 36: A router is running BGP and receives more than one route for a particular prefix. Assume all the routes for this prefix have the same attributes. Which three path features would be reasons be for the router to ignore some of the routes and not consider them as candidates for the best path? (Choose three.) paths that are marked as synchronized in the show ip bgp output paths that are marked as not synchronized in the show ip bgp output paths for which the NEXT_HOP is accessible

66 paths for which the NEXT_HOP is inaccessible paths from an external BGP (ebgp) neighbor if the local autonomous system (AS) appears in the AS_PATH F. paths from an internal BGP (ibgp) neighbor if the local autonomous system (AS) appears in the AS_PATH 答案 : B D E 37: The Dev-1 and Dev-3 routers are OSPF neighbors over the Ethernet 0/0 connection. Based on the show ip ospf neighbor output from the Dev-1 and Dev-3 routers, which statement is true? Dev-1 is the DR because it has a higher OSPF router priority. Dev-1 is the DR because it has a lower OSPF router I Dev-3 is the DR because it has a higher OSPF router priority. Dev-3 is the DR because it has a lower OSPF router I Both Dev-1 and Dev-3 are using the default OSPF router priority. 答案 : A

67 38: Refer to the exhibit. Which configuration is reflected in the output that is displayed in the exhibit? neighbor route-map cisco in! access-list 66 permit ! route-map cisco permit 10 match ip address 66 set local-preference 90 neighbor route-map cisco out! access-list 66 permit ! route-map cisco permit 10 match ip address 66 set metric 90 neighbor route-map cisco out! access-list 66 permit ! route-map cisco permit 10 match ip address 66 set metric 90 neighbor route-map cisco in! access-list 66 permit

68 ! route-map cisco permit 10 match ip address 66 set local-preference 90 答案 : D 39: What are two differences between the Autonomous WLAN solution and the Lightweight WLAN solution? (Choose two.) TACACS+ can only be used for authentication with the Cisco Lightweight WLAN solution. CiscoWorks Wireless LAN Solution Engine can be used for management with the Autonomous WLAN Solution. CiscoWorks Wireless LAN Solution Engine can be used for management with the Lightweight WLAN Solution. Cisco Wireless LAN Controller is used to configure the access points in the Lightweight WLAN solution. Cisco Wireless LAN Controller is used to configure the access points in the Autonomous WLAN solution. 答案 : B D 40: Which two statements are true about the rendezvous point (RP) in a multicast network? (Choose two.) An RP is required only in networks running Protocol Independent Multicast dense mode (PIM DM). An RP is required only in networks running Protocol Independent Multicast sparse mode (PIM

69 SM). An RP is required only in networks running Protocol Independent Multicast sparse-dense mode (PIM-SDM). The multicast sources must register with the RP to form the multicast distribution tree. The multicast receivers must register with the RP to form the multicast distribution tree. F. To form the multicast distribution tree, the multicast sources register with and the receivers join the RP. 答案 : B F 41: Which two statements are true about Internet Group Management Protocol (IGMP) snooping? (Choose two.) IGMP snooping and Cisco Group Membership Protocol (CGMP) can be used simultaneously on a switch. IGMP snooping and Cisco Group Membership Protocol (CGMP) were developed to help Layer 3 switches make intelligent forwarding decisions on their own. IGMP snooping examines IGMP join/leave messages so that multicast traffic is forwarded only to hosts that sent an IGMP message toward the router. IGMP snooping is an IP multicast constraining mechanism for Layer 2 switches. IGMP snooping is enabled with the ip multicast-routing global configuration command. 答案 : C D 42:

70 Which set of statements describes the correct order and process of a wireless client associating with a wireless access point? 1. Client sends probe request. 2. Access point sends probe response. 3. Client initiates association. 4. Access point accepts association. 5. Access point adds client MAC address to association table. 1. Client sends probe request. 2. Access point sends probe response. 3. Client initiates association. 4. Access point accepts association. 5. Client adds access point MAC address to association table. 1. Client sends probe request. 2. Access point sends probe response. 3. Access point initiates association. 4. Client accepts association. 5. Access point adds client MAC address to association table. 1. Access point sends probe request. 2. Client sends probe response. 3. Client initiates association. 4. Access point accepts association. 5. Access point adds client MAC address to association table. 1. Access point sends probe request. 2. Client sends probe response. 3. Client initiates association. 4. Access point accepts association. 5. Client adds access point MAC address to association table. 答案 : A 43: Which routing protocol will continue to receive and process routing updates from neighbors after the passive-interface router configuration command is entered?

71 EIGRP RIP OSPF IS-IS 答案 : B 44: Refer to the show interface Gi0/1 switchport command output shown in the exhibit. Which two statements are true about this interface? (Choose two.)

72 This interface is a dot1q trunk passing all configured VLANs. This interface is configured for access mode. This interface is a member of VLAN1. This interface is a member of VLAN7. This interface is a member of a voice VLAN. 答案 : B D

73 45: Which two statements about WLAN components are true? (Choose two.) Cisco Aironet autonomous access points cannot be supported by the Cisco Unified Wireless Network. Cisco Aironet lightweight access points cannot be supported by the Cisco Unified Wireless Network. In the autonomous access point solution, control is provided by the Wireless Domain Services (WDS). In the autonomous access point solution, control is provided by the WLAN controller. In the lightweight access point solution, WLAN management is provided by the WLAN Solution Engine (WLSE). F. In the lightweight access point solution, WLAN management is provided by the WLAN Control System (WCS). 答案 : C F 46: Refer to the exhibit. It is desired to set up a BGP neighbor relationship between routers R1 and R4. BGP packets between them could travel through R2 or R3. What is the simplest configuration that will allow for failover? Configure BGP neighbor relationships between all interfaces on R1 and R4.

74 Install a direct connection between R1 and R4. Configure loopback interfaces on R1 and R4 to provide the update source address for BGP packets. Configure only one neighbor relationship between R1's interface and R4's interface. 答案 : C 47: On an Aironet card, LED 0 and LED 1 are blinking alternately. What does this indicate? The Aironet card is in power save mode. The Aironet card is looking for a network association. The Aironet card is joined to a network, but there is no network activity. The Aironet card is joined to a network, and there is network activity. 答案 : B 48: Which two statements are true about IBGP neighbor relationships? (Choose two.) An EGP or static routing is required between IBGP neighbors. A full-mesh IBGP requires that neighbor relationships be established between all BGP enabled routers in the autonomous system. IBGP neighbors must be in different autonomous systems.

75 The BGP split-horizon rule specifies that routes learned via EBGP are never propagated to other IBGP peers. The BGP split horizon rule specifies that routes learned via IBGP are never propagated to other IBGP peers. 答案 : B E 49: Refer to the exhibit. Will redistributed RIP routes from OSPF Area 2 be allowed in Area 1? Because Area 1 is an NSSA, redistributed RIP routes will not be allowed. Redistributed RIP routes will be allowed in Area 1 because they will be changed into type 5 LSAs in Area 0 and passed on into Area 1. Because NSSA will discard type 7 LSAs, redistributed RIP routes will not be allowed in Area 1. Redistributed RIP routes will be allowed in Area 1 because they will be changed into type 7 LSAs in Area 0 and passed on into Area 1. RIP routes will be allowed in Area 1 only if they are first redistributed into EIGRP. 答案 : A

76 50: Which BGP attribute will not be advertised in routing updates to its neighboring routers? weight local preference origin AS_path next hop 答案 : A 1: Observe the diagram. RTC is the hub router and RTA and RTB are the spokes. There are no virtual circuits between the spoke locations. What is needed to successfully route traffic to the /24 network from RTA? The neighbor next-hop-self command on RT

77 The neighbor next-hop-self command on RT The neighbor next-hop-self command on RT Nothing is required. This is the default behavior on this topology. 答案 : C 2: Which statement is true about OSPF Network LSAs? They are originated by every router in the OPSF network. They include all routers on the link, interfaces, the cost of the link, and any known neighbor on the link. They are originated by the DR on every multi-access network. They include all attached routers including the DR itself. They are originated by Area Border Routers and are sent into a single area to advertise destinations outside that area. They are originated by Area Border Router and are sent into a single area to advertise an Autonomous System Border Router. 答案 : B 3: Which two Aironet enterprise solution statements are true? (Choose two.) A Cisco Aironet AP handles the transmission of beacon frames and also handles responses to probe-request frames from clients. A Cisco Aironet solution includes intelligent Cisco Aironet access points (APs) and Cisco Catalyst switches.

78 In the Cisco Aironet solution, each AP is locally configured by the use of either a web interface or the command line interface. The Cisco Aironet AP handles real-time portions of the LWAPP protocol, and the WLAN controller handles those items which are not time sensitive. Virtual MAC architecture allows the splitting of the protocol between the Cisco Aironet AP and a LAN switch. 答案 : A D 4: Which three IP multicast related statements are true? (Choose three.) Multicast addresses through are called globally scoped addresses. They are used to multicast data between organizations and across the Internet. The multicast address is a globally scoped address that has been reserved for the Network Time Protocol (NTP) by the IAN Multicast addresses through are called limited scope addresses. They are constrained to a local group or organization. Multicast addresses and are limited scoped addresses that have been reserved for OSPF. Multicast addresses through are used for network protocols on local LAN segments. Because they are always transmitted with a Time to Live (TTL) of 1, they are never forwarded by a router. 答案 : A C E 5:

79 What are two rules for compacting IPv6 addresses? (Choose two.) The maximum number of times a double colon can replace a 16-bit segment that consists of all zeroes is two. The leading zeroes in any 16-bit segment do not have to be written. Every 16-bit segment that consists of all zeroes can be represented with a single colon. The trailing zeroes in any 16-bit segment do not have to be written. Any single, continuous string of one or more 16-bit segments that consists of all zeroes can be represented with a double colon. F. Two zeroes in the middle of any 16-bit segment do not have to be written. 答案 : B E 6: Which three statements are true about the voice VLAN feature on a Catalyst 2950 switch? (Choose three.) The CoS value is trusted for 802.1p or 802.1q tagged traffic. The voice VLAN feature is disabled by default. The IP phone accepts the priority of all tagged and untagged traffic and sets the CoS value to 4. When the voice VLAN feature is enabled, all untagged traffic is sent according to the default CoS priority of the port. PortFast is is automatically disabled when a voice VLAN is configured.

80 F. The default CoS value for incoming traffic is set to 0. 答案 : B D F 7: Refer to the exhibit. Which three statements accurately describe the result of applying the exhibited route map? (Choose three.) The map prohibits the redistribution of all type 2 external OSPF routes with tag 6 set. The map prohibits the redistribution of all type 2 external OSPF routes. The map redistributes into EIGRP all routes that match the pfx prefix list and the five metric values?0000, 1000, 255, 1, and The map prohibits the redistribution of all external OSPF routes with tag 6 set. All routes that do no match clauses 10 and 20 of the route map are redistributed with their tags set to 8.

81 F. The map permits the redistribution of all type 1 external OSPF routes. 答案 : A E F 8: Which two statements about HSRP priority are true? (Choose two.) Assuming that preempting has also been configured, the router with the lowest priority in an HSRP group would become the active router. The default priority of a router is zero (0). The no standby priority command assigns a priority of 100 to the router. To assign the HSRP router priority in a standby group, the standby group-number priority priority-value global configuration command must be used. When two routers in an HSRP standby group are configured with identical priorities, the router with the highest configured IP address will become the active router. 答案 : C E 9: Refer to the exhibit. What statement is true about the configuration on switch CAT1?

82 The configuration overrides 802.1p priorities on packets entering ports Fa0/11 and Fa0/12 with a value of 48. The configuration establishes policed DSCP on ports Fa0/11 and Fa0/12 with values ranging from 8 to 56. The configuration overrides the Quality of Service value in packets entering ports Fa0/11 and Fa0/12 with a value of 45.

83 Two IP phones with the MAC addresses of d1a7 and d2b7 are connected to CAT1 ports Fa0/11 and Fa0/12, respectively. Security violation shutdown mode has been activated for ports Fa0/11 and Fa0/12. F. Untagged Port VLAN ID (PVID) frames will carry voice traffic on VLAN 40. 答案 : D 10: Refer to the exhibit. Which two statements are true about the partial configuration that is provided. (Choose two.) All the configured neighbors are in autonomous system 100. The peer group shortens the IBGP configuration. The peer group shortens the EBGP configuration. Only the outgoing filters are applied to BGP updates. Three AS-path filters are applied to each BGP neighbor.

84 答案 : A B 11: Refer to the exhibit. IP multicast for group address has been enabled on all routers in the network. Hosts on Network A receive the multicast traffic. However, hosts on Network B do not. On the basis of outputs provided, what could be the cause of the problem? Router R2 does not have an RP configured on the multicast network. Router R2 does not see the upstream router R1 as a PIM neighbor. Because of RPF failure, Router R2 does not forward multicast packets to Network The multicast packets are sourced from a server with an unspecified IP address. 答案 : C

85 12: Refer to the exhibit. All multilayer switches are running PIM dense mode. Recipient A and Recipient B are sending IGMPv2 join messages to their respective multilayer switches. Which statement is true? The Multicast Server is the root of the multicast tree. Switches 4 and 5 will participate in the multicast tree once pruning has taken place. The Multicast Server is the root of the multicast tree. Switches 1,3,4, and 5 will participate in the multicast tree once pruning has taken place. Switch 3 is the root of the multicast tree. Switches 3,4, and 5 will participate in the multicast tree once pruning has taken place. Switch 1 is the root of the multicast tree. Switches 1,4, and 5 will participate in the multicast tree

86 once pruning has taken place. Switch 1 is the root of the multicast tree. Switches 1,3,4, and 5 will participate in the multicast tree once pruning has taken place. F. Switch 3 is the root of the multicast tree. Switches 1,3,4, and 5 will participate in the multicast tree once pruning has taken place. 答案 : B 13: Which two statements about the IS-IS routing protocol are true? (Choose two.) In the IS-IS routing domain, routers may have adjacencies with other routers on multipoint links. IS-IS metrics are based on delay, bandwidth, reliability, load, and MTU. Level 1 routers learn about paths within the areas that the routers are connected to. Level 2 routers are equivalent to ABRs in OSPF and learn about paths both within and between areas. Level 1 and Level 2 routing is a function of ES-IS. 答案 : A C 14: Refer to the exhibit. Router RT-1 and router RT-2 both advertise network /16 to router RT-3 via internal BGP. What is the reason that router RT-3 chose router RT-1 as its best path to network /16.

87 It advertises the best AS-path. It advertises the best origin code. It advertises the best ME It advertises the best local preference. It has a better router I F. It advertises a lower autonomous system. 答案 : E 15:

88 Which three characteristics apply to IS-IS but not to OSPF? (Choose three.) encapsulates PDUs directly into a data-link frame uses a DIS and a backup DIS to present the psuedo-node on the LAN uses stubby areas to improve network scalability uses a default IOS metric of 10 on each interface runs PRC (Partial Route Calculations) to calculate IP reachability information F. uses an on-demand circuit to reduce the hello and LSA flooding across switched WAN links, such as ISDN 答案 : A D E 16: Given the following partial configuration for Router A: interface serial 0 ip address encapsulation frame-relay ip ospf network point-to-multipoint router ospf 7 network area 0 Which two statements are correct? (Choose two.) DR/BDR elections do not take place. The router is restricted to a hub and spoke topology. The area 0 NBMA cloud is configured as more than one subnet.

89 OSPF neighbor statements are not necessary. 答案 : A D 17: Into which two types of areas would an area border router (ABR) inject a default route? (Choose two.) the autonomous system of a different interior gateway protocol (IGP) area 0 totally stubby NSSA stub F. the autonomous system of an exterior gateway protocol (EGP) 答案 : C E 18: Refer to the exhibit. Which statement is true about the repeater access point that is deployed in this wireless network?

90 The repeater access point should use a different SSID than the SSID configured on the parent access point. The repeater access point should use a different WEP encryption method than the WEP encryption that is enabled on the parent access point. The repeater access point reduces the throughput in half because it receives and then re-transmits each packet on the same channel. The repeater access point requires a 10 percent channel overlap with channel of the root access point. 答案 : C 19: Which two features or capabilities are valid options for both an Autonomous and a Lightweight WLAN solution? (Choose two) use of a Cisco Wireless Location Appliance for location tracking use of Cisco Secure Access Control Server (ACS) for security Cisco Wireless Control System (WCS) for management

91 PoE capability Cisco IOS software for configuration 答案 : B D 20: Which two statements are true about trust boundaries? (Choose two.) Classifying and marking traffic should be done as close to the traffic source as possible. Classifying and marking traffic should be done at the distribution layer. Traffic is classified and marked as it travels through the network. If untrusted traffic enters a switch, it can be marked with a new QoS value appropriate for the policy in place. The trust boundary moves depending on the type of traffic entering the network. 答案 : A D 21: Refer to the exhibit. The user who is connected to interface FastEthernet 0/1 is on VLAN 10 and cannot access network resources. On the basis of the information in the exhibit, which command sequence would correct the problem?

92 SW1(config)# interface fastethernet 0/1 SW1(config-if)# no shut SW1(config)# interface fastethernet 0/1 SW1(config-if)# switchport mode access SW1(config)# interface fastethernet 0/1 SW1(config-if)# switchport mode access SW1(config-if)# switchport access vlan 10 SW1(config)# vlan 10 SW1(config-vlan)# no shut SW1(config)# vlan 10 SW1(config-vlan)# state active 答案 : A

93 22: Which BGP path attribute is Cisco proprietary? weight MED local preference origin next-hop F. AS-path 答案 : A 23: Refer to the exhibit. On the basis of the configuration provided, how are the Hello packets sent by R2 handled by R5 in OSPF area 5?

94 The Hello packets will be exchanged and adjacency will be established between routers R2 and R5. The Hello packets will be exchanged but the routers R2 and R5 will become neighbors only. The Hello packets will be dropped and no adjacency will be established between routers R2 and R5. The Hello packets will be dropped but the routers R2 and R5 will become neighbors. 答案 : C 24: What is the maximum Ethernet frame size on a trunk link configured using IEEE 802.1Q encapsulation? 1496 Bytes

95 1500 Bytes 1518 Bytes 1522 Bytes 1548 Bytes 答案 : D 25: Refer to the exhibit. Given the exhibited router output, which command sequence can be added to R1 to generate a default route into the OSPF domain? default-router ip default-network

96 default-information originate always ip default-gateway 答案 : C 26: Refer to the exhibit. Which statement is true about the /24 prefix? If another path advertises the /24 path and has the default local preference, that path is more preferred. The command neighbor send-community is configured on BGP neighbor The route is not being advertised to other BGP neighbors. Route /24 is learned by an IBGP peer. 答案 : B 27: Which configuration commands will enable RTA to advertise all local interfaces over OSPF? RTA(config)# router ospf 1 RTA(config-router)# default-information originate

97 RTA(config)# router ospf 1 RTA(config-router)# network RTA(config)# router ospf 1 RTA(config-router)# network RTA(config)# router ospf 1 RTA(config-router)# network RTA(config)# router ospf 1 RTA(config-router)# redistribute static F. RTA(config)# router ospf 1 RTA(config-router)# redistribute connected 答案 : F 28: Which statement is true about EBGP? An internal routing protocol can be used to reach an EBGP neighbor. The next hop does not change when BGP updates are exchanged between EBGP neighbors. A static route can be used to form an adjacency between neighbors. EBGP requires a full mesh. 答案 : C 29: Above is the output from show ip bgp neighbors command. What is line 21 stating about the BGP connection?

98 the number of consecutive TCP connections to the specified remote neighbor the number of times the router has established a TCP connection the number of total TCP connections that the router has the number of neighbors that the router has 答案 : B 30: The lack of which two prevents VTP information from propagating between switches? (Choose two.) VLAN 1

99 a trunk port VTP priority a root VTP server 答案 : A B 31: Refer to the exhibit. Routers R1 and R2 have established a neighbor relationship and are exchanging routing information. The network design requires that R1 receive routing updates from R2, but not advertise any routes to R2. Which configuration command sequence will successfully accomplish this task? R1(config)# router eigrp 1 R1(config-router)# passive-interface serial 0 R2(config)# router eigrp 1 R2(config-router)# passive-interface serial 0 R1(config)# access-list 20 deny any R1(config)# router eigrp 1 R1(config-router)# distribute-list 20 out serial 0

100 R2(config)# access-list 20 deny any R2(config)# router eigrp 1 R2(config-router)# distribute-list 20 out serial 0 R1(config)# access-list 20 permit any R1(config)# router eigrp 1 R1(config-router)# distribute-list 20 in serial 0 F. R2(config)# access-list 20 permit any R2(config)# router eigrp 1 R2(config-router)# distribute-list 20 in serial 0 答案 : C 32: Refer to the exhibit. The wileless user is moving from right to left towards AP2. What are three reasons that the wireless client would initiate roaming? (Choose three.) The client has missed too many beacons from AP1. The client has received too many beacons from AP2.

101 The client data rate from AP1 has been reduced. The client data rate from AP2 has been increased. The maximum data retry count from AP1 is exceeded. F. The minimum data retry count from AP1 is exceeded. 答案 : A C E 33: Refer to the exhibit. All multilayer switches are running PIM sparse mode. Host B and Host F are sending IGMPv2 join messages to their respective multilayer switches. Which statement is true? The multicast server is the rendezvous point of the multicast tree.

102 Switches 1, 2, 3, and 6 will participate in the multicast tree once pruning has taken place. Switches 2 and 6 will participate in the multicast tree once pruning has taken place. Switches 1, 2, 3, and 6 will participate in the multicast tree. Switch 1 is the rendezvous of the multicast tree. 答案 : D 34: When an IPv6 enabled host boots, it sends a router solicitation (RS) message. An IPv6 router responds with a router advertisement (RA). Which two items are contained in the RA? (Choose two.) IPv6 address for the host lifetime of the prefix prefixes for the link keepalive timers request for the local host IP address F. any route advertisements it has received 答案 : B C 35: Refer to the exhibit. A workstation PC is connected to the Cisco IP phone access port. Based on

103 the configuration in the exhibit, how will the traffic be managed? The IP phone access port will override the priority of the frames received from the P The IP phone access port will trust the priority of the frames received from the P The switch port Fa0/4 will override the priority of the frames received from the P The switch port Fa0/4 will trust the priority for the frames received from the P 答案 : A 36: Refer to the exhibit. Host A has sent an ARP message to the default gateway IP address Which statement is true?

104 Because of the invalid timers that are configured, DSw1 will not reply. DSw1 will reply with the IP address of the next AVF. DSw1 will reply with the MAC address of the next AVF. Because of the invalid timers that are configured, DSw2 will not reply. DSw2 will reply with the IP address of the next AVF. F. DSw2 will reply with the MAC address of the next AVF. 答案 : F 37: Which statement is true regarding the configuration of ISL trunks?

105 All Catalyst switches support ISL trunking. A Catalyst switch will report giants if one side is configured for ISL while the other side is not. ISL trunking requires that native VLANs match. A Catalyst switch cannot have ISL and IEEE 802.1q trunks enabled. 答案 : B 38: Which three characteristics are true about voice traffic in the campus network? (Choose three.) bursty greedy drop sensitive delay sensitive UDP priority F. TCP retransmits 答案 : C D E 39: Refer to the exhibit. Autonomous systems 200 and 300 have EBGP sessions established with their directly connected routers in autonomous system 100. IGP has been configured on all routers in autonomous system 100 and they successfully exchange routing updates. Traffic originated in autonomous system 200 cannot reach the destination autonomous system 300. What configuration should be done on the routers in autonomous system 100 in order for the traffic coming from

106 autonomous system 200 to be forwarded to autonomous system 300? IBGP session must be established between routers R1 and R3, and the synchronization must be turned on. IBGP session must be established between routers R1 and R3, and the synchronization must be turned off. IBGP session must be established between routers R1?R2 and R2?R3, and the synchronization must be turned on. IBGP session must be established between routers R1?R2 and R2?R3, and the synchronization must be turned off. IBGP speakers within autonomous 100 must be fully meshed, and the synchronization must be turned on. F. IBGP speakers within autonomous 100 must be fully meshed, and the synchronization must be turned off. 答案 : F

107 40: If no metric is specified for the routes being redistributed into IS-IS, what metric value is assigned to the routes? 答案 : A 41: Which three IP multicast group concepts are true? (Choose three.) If a packet is sent to a multicast group address, all members of the multicast group will receive it. If a packet is sent to a multicast group address, the multicast frame contains the source multicast address. A router does not have to be a member of a multicast group to receive multicast data. A router does not have to be a member of a multicast group to send to the group. A router must be a member of a multicast group to receive multicast data. F. A router must be a member of a multicast group to send to the group. 答案 : A D E

108 42: Which two statements about the IS-IS routing protocol are true? (Choose two.) IS-IS is capable of supporting IPv4 and IPv6. IS-IS is only capable of supporting IPv4 and CLNS. IS-IS routers use ES-IS hellos (ESH) to establish and to maintain neighbor relationships. IS-IS routers run the Bellman-Ford algorithm against their LSDBs to pick the best paths. Level 1 routers learn about paths within the area of which they are a part. F. Level 2 routers learn about paths both within areas and between areas. 答案 : A E 43: Refer to the exhibit. Which two statements are correct? (Choose two.) All six routes will be installed in the routing table. Two routes will be installed in the routing table.

109 Four routes will be installed in the routing table. All the routes were redistributed into BGP from an IGP. All the routes were originated by BGP with the network command. 答案 : C D 44: What are three possible router states of HSRP routers on a LAN? (Choose three.) standby established active idle backup F. initial 答案 : A C F 45: Which two statements correctly describe the association process between a lightweight access point and a WLAN controller? (Choose two.) In order to associate in Layer 3 mode, the access point must have been preconfigured with an IP address.

110 An access point first searches for a controller in LWAPP Layer 2 mode. If the search is not successful, the access point then attempts to locate a controller in LWAPP Layer 3 mode. Once an access point associates with a controller in LWAPP Layer 3 mode, it receives an IP address from the controller. An access point will search for a controller using a broadcast address if using LWAPP Layer 2 mode and a unicast address if using LWAPP Layer 3 mode. If multiple wireless controllers are detected by an access point, the controller with the fewest associated access points is chosen to associate with. 答案 : B E 46: A client is searching for an access point (AP). What is the correct process order that the client and access point go through to create a connection? probe request/response, authentication request/response, association request/response association request/response, authentication request/response, probe request/response probe request/response, association request/response, authentication request/response association request/response, probe request/response, authentication request/response 答案 : A 47: Which three route filtering statements are true? (Choose three.) After the router rip and passive-interface s0/0 commands have been issued, the s0/0 interface will not send any RIP updates, but will receive routing updates on that interface.

111 After the router eigrp 10 and passive-interface s0/0 commands have been issued, the s0/0 interface will not send any EIGRP updates, but will receive routing updates on that interface. After the router ospf 10 and passive-interface s0/0 commands have been issued, the s0/0 interface will not send any OSPF updates, but will receive routing updates on that interface. When you use the passive-interface command with RIPv2, multicasts are sent out the specified interface. When you use the passive-interface command with EIGRP, hello messages are not sent out the specified interface. F. When you use the passive-interface command with OSPF, hello messages are not sent out the specified interface. 答案 : A E F 48: Refer to the exhibit. Based upon the information that is given, how will voice traffic from the phone and data traffic from the PC be handled by SW_1? The switch port will trust the CoS value of the ingress voice and data traffic that comes into the switch port.

112 The switch port will perform marking for the ingress voice and data traffic by using the default CoS value at the switch port. The switch port will trust the CoS value of the ingress voice traffic. Data traffic will be marked at the switch port with the default CoS value. The switch port will trust the CoS value of the ingress data traffic. Voice traffic will be marked at the switch port with the default CoS value. 答案 : A 49: Refer to the exhibit. A Cisco Aironet Wireless LAN Client Adapter has been installed and configured through the ADU on the P The Aironet System Tray Utility (ASTU) has been enabled during the installation and the icon appears in the system tray area in the lower right of the desktop. What is the significance of the icon? It indicates that the radio of the client adapter is disabled. It indicates that the client adapter is not associated to an access point or another client. It indicates that the client adapter is associated to an access point or another client, but the user is not EAP authenticated. It indicates that the client adapter is associated to an access point or another client, that the user is authenticated if the client adapter is configured for EAP authentication, and that the signal strength is excellent or good. It indicates that the client adapter is associated to an access point or another client, that the user is authenticated if the client adapter is configured for EAP authentication, and that the signal strength

113 is fair. F. It indicates that the client adapter is associated to an access point or another client, that the user is authenticated if the client adapter is configured for EAP authentication, and that the signal strength is poor. 答案 : F 50: For what purpose is the command config network webmode enable used? to allow HTTPS access to the WLAN controller to allow HTTP access to the WLAN controller to allow SSH access to the CLI of the WLAN controller to allow SSL access to the CLI of the WLAN controller 答案 : A 1: By default, which statement is correct regarding the redistribution of routes from other routing protocols into OSPF? They will appear in the OSPF routing table as type E1 routes. They will appear in the OSPF routing table as type E2 routes. Summarized routes are not accepted. All imported routes will be automatically summarized when possible.

114 Only routes with lower administrative distances will be imported. 答案 : B 2: Which attribute must exist in the BGP update packet? LOCAL_ PREF AGGREGATOR AS_Path Weight 答案 : C 3: Refer to the exhibit. What are two important facts in interpreting the output of the show ip pim interface command? (Choose two.) Multiaccess segments elect a DR based on lowest IP address. Multiaccess segments elect a DR based on highest IP address. Multiaccess, multicast segments do not elect a DR. The RP is only seen in version 2 of Sparse-Dense mode.

115 Point-to-Point links do not display DR information. 答案 : B E 4: Refer to the exhibit. The neighbor weight 200 BGP configuration command has been configured on router What will be the result of this configuration? Router A will prefer the path through router B for network Router A will prefer the path through router C for network Packets from router D will prefer the path through router B for networks advertised by router Packets from router D will prefer the path through router C for networks advertised by router 答案 : A 5: Why should ibgp sessions be fully meshed within a Transit AS?

116 BGP requires redundant TCP sessions between ibgp peers. A full mesh allows for optimal routing within the Transit AS. Routes learned via ibgp are never propagated to other ebgp peers. Routes learned via ibgp are never propagated to other ibgp peers. Routes learned via ebgp are never propagated to other ibgp peers. 答案 : D 6: For the accompanying router output, which of the following statements describes the state that neighbor is in? The router will not accept connections from the peer. The router has sent out an active TCP connection request to the peer. The router is listening on its server port for connection requests from the peer. BGP can exchange routing information in this state. 答案 : C 7: OSPF is configured over a Frame Relay network as shown in the exhibit. All PVCs are active. However, R1 and R3 fail to see all OSPF routes in their routing tables. The show ip ospf neighbor command executed on R2 shows the state of the neighbors. What should be done to fix the problem?

117 The ip ospf network non-broadcast command should be configured on each Frame Relay interface. The ip ospf network broadcast command should be configured on each Frame Relay interface. The neighbor command should be configured under the OSPF routing process on all routers. The ip ospf priority value on the hub router should be set to 0. The ip ospf priority value on the spoke routers should be set to 0. 答案 : E 8: Which three of the following are features of the IS-IS routing protocol? (Choose three) link-state routing protocol inefficient use of bandwidth not appropriate for an ISP

118 supports VLSM uses spanning tree algorithm for fast convergence supports two routing levels within an autonomous system F. operation is similar to BGP 答案 : A C E 9: What are three kinds of OSPF areas? (Choose three.) stub active remote backbone ordinary or standard 答案 : A D E 10: Refer to the exhibit. Which Catalyst switch interface command would be used to cause the switch to instruct the phone to override the incoming CoS from the PC before forwarding the packet to the switch?

119 switchport priority extend trust switchport priority extend cos 2 switchport priority extend cos 11 mls qos cos 2 mls qos cos 2 override 答案 : B 11: Which two statements about multicast addressing are true? (Choose two.) To calculate the Layer 2 multicast address, the host maps the last 24 bits of the IP address into the last 24 bits of the MAC address. The high-order bit is set to 0. To calculate the Layer 2 multicast address, the host maps the last 23 bits of the IP address into the last 24 bits of the MAC address. The high-order bit is set to 0. To calculate the Layer 2 multicast address, the host maps the last 23 bits of the IP address into the last 24 bits of the MAC address. The high-order bit is set to 1. The first 3 bytes (24 bits) of the multicast MAC address are 0x This is a reserved value

120 that indicates a multicast application. The last 3 bytes (24 bits) of the multicast MAC address are 0x This is a reserved value that indicates a multicast application. F. The first 23 bits of the multicast MAC address are 0x This is a reserved value that indicates a multicast application. 答案 : B D 12: Refer to the exhibit. Routers R1 and R2 are running EIGRP and have converged. On the basis of the information that is presented, which statement is true? All outgoing routing updates from router R1 to router R2 will be suppressed, but the inbound updates will continue to be received. All incoming routing updates from R2 will be suppressed, but the outgoing updates will continue to be sent. Both outgoing and incoming routing updates on R1 will be stopped because of the

121 passive-interface Serial0/0 configuration statement. Both outgoing and incoming routing updates on R1 will be permitted because the distribute-list 20 out Serial0/0 command cannot be used with association with the outgoing interface. 答案 : C 13: Given the accompanying output, which additional command is needed to redistribute IGRP into EIGRP? Router eigrp 123 Network No auto-summary! Router igrp 123 Network Network Under the router igrp mode add redistribute eigrp 123 Under the router eigrp mode add redistribute igrp 123 Under the router eigrp mode add redistribute igrp 123 subnets None, EIGRP and IGRP are automatically redistributed in this instance. 答案 : D 14: What is the difference between the IPv6 addresses ::/0 and ::/128? ::/0 is the unspecified address, and ::/128 is the multicast address. ::/0 is the unicast address, and ::/128 is the anycast address.

122 ::/0 is the unicast address, and ::/128 is the multicast address. ::/0 is the anycast address, and ::/128 is the multicast address. ::/0 is the default route, and ::/128 is the unspecified address. F. ::/0 is the anycast address, and ::/128 is the default address. 答案 : E 15: Which two conditions can cause BGP neighbor establishment to fail? (Choose two.) There is an access list blocking all TCP traffic between the two BGP neighbors. The IBGP neighbor is not directly connected. BGP synchronization is enabled in a transit autonomous system with fully-meshed IBGP neighbors. The BGP update interval is different between the two BGP neighbors. The BGP neighbor is referencing an incorrect autonomous system number in its neighbor statement. 答案 : A E 16: Which two statements are true about recommended practices in VLAN design? (Choose two.) Routing should occur at the access layer if voice VLANs are utilized. Otherwise, routing should

123 occur at the distribution layer. Routing should always be performed at the distribution layer. Routing should not be performed between VLANs located on separate switches. VLANs should be localized to a switch. VLANs should be localized to a single switch unless voice VLANs are being utilized. 答案 : B D 17: What is the MAC address that would be derived from the multicast address ? e-7f f e-7f ef-ff ef-ff 答案 : A 18: Refer to the exhibit. By default, when RTB passes BGP advertisements from RTA about network to RTC, what address will be listed as the next-hop address?

124 答案 : D 19: Refer to the exhibit. What is the sequence of events when a VoIP call is placed from IP phone P1 to IP phone P2?

125 RTP traffic is exchanged between IP phone P1 and IP phone P2. IP phone P1 alerts the CCM of off-hook state. CCM instructs IP phone P1 to provide dialtone. IP phone P1 passes digits to CCM. CCM routes call to PSTN or IP phone P2. CCM instructs IP phone P1 to provide dialtone. IP phone P1 alerts the CCM of off-hook state. IP phone P1 passes digits to CCM. CCM routes call to PSTN or IP phone P2. RTP traffic is exchanged between IP phone P1 and IP phone P2. CCM instructs IP phone P1 to provide dialtone. IP phone P1 alerts the CCM of off-hook state. IP phone P1 passes digits to CCM. RTP traffic is exchanged between IP phone P1 and IP phone P2. CCM routes call to PSTN or IP phone P2. IP phone P1 alerts the CCM of off-hook state. CCM instructs IP phone P1 to provide dialtone. IP phone P1 passes digits to CCM. CCM routes call to PSTN or IP phone P2.

126 RTP traffic is exchanged between IP phone P1 and IP phone P2. 答案 : D 20: What technique should be used on BGP edge routers to prevent a multi-homed autonomous system from becoming a transit system? Advertise with a high MED value all networks that are discovered via external BGP. Remove the AS-Path information on all routes in the BGP table prior to advertising externally. Only advertise networks externally if they have been discovered via internal BGP. Use an outgoing distribution list to filter all networks not originating from inside the autonomous system. Set the no-export community attribute on all networks that are advertised externally. F. Set the origin code to incomplete for all networks that are discovered via external BGP. 答案 : D 21: Which method used by GLBP allows the AVG to prefer one GLBP router as the AVF over other GLBP routers until its tracked interface goes down, when another router might be more preferred? no glbp group load-balancing glbp group load-balancing host-dependent glbp group load-balancing round-robin

127 glbp group load-balancing weighted 答案 : D 22: Which three are benefits of IS-IS over OSPF? (Choose three.) supports more routers in an area does not require Hello packets to establish neighbor relationships produces fewer link state advertisements for a given network supports route tags supports network layer protocols other than IP F. requires fewer neighbor relationships in a broadcast multiaccess network 答案 : A C E 23: Refer to the exhibit. The signal transmitted from the AP is reflected off a wall resulting in multipath interference at the client end. Which statement is true?

128 If signal 1 is in phase with signal 2, the result is essentially zero signal or a dead spot in the WLAN. If signal 2 is close to 360 degrees out of phase with signal 1, the result is essentially zero signal or a dead spot in the WLAN. Multipath interference is solved by using dual antennas. Multipath interference is less of an issue when using a DSSS technology because multipath is frequency selective. The transmitted signal from the AP arrives at the client at slightly different times resulting in phase shifting. 答案 : E 24: Which three WLAN statements are true? (Choose three.) A lightweight AP receives control and configuration from a WLAN controller to which it is associated. A WLAN client that is operating in half-duplex mode will delay all clients in that WLAN. Ad hoc mode allows mobile clients to connect directly without an intermediate AP. Another term for infrastructure mode is independent service set (IBSS). The Aironet 1230 access point is an example of an access point that operates solely as a lightweight access point. F. WLANs are designed to share the medium and can easily handle an increased demand of channel contention.

129 答案 : A B C 25: Refer to the exhibit. Which two statements are true about the required switch configurations to support a voice VLAN? (Choose two.) CDP must be disabled on the switch port to prevent interference between CDP messages and voice traffic. CDP must be enabled on the switch port to allow configuration information to be passed to the IP phone. Static secure MAC addresses should be configured on voice vlan ports to prevent access by devices other than IP phones. Portfast must be enabled on the switch port x authentication cannot be configured on a port configured for a voice vlan. F. Port security cannot be configured on a port that is configured for a voice vlan. 答案 : B D 26: Which command displays the IBGP and EBGP neighbors that are configured? show ip bgp

Testinside. Exam : Cisco Title : Composite Exam. Version : V3.34. Testinside -help you pass any IT exam!

Testinside. Exam : Cisco Title : Composite Exam. Version : V3.34. Testinside -help you pass any IT exam! Exam : Cisco 642-892 Title : Composite Exam Version : V3.34 Testinside -help you pass any IT exam! Important Note, Please Read Carefully Other TestInside products All TestInside IT Exam Products Our products

More information

Exam : Composite Exam. Title : Version : Demo

Exam : Composite Exam. Title : Version : Demo Exam : 642-892 Title : Composite Exam Version : Demo 1. If no metric is specified for the routes being redistributed into IS-IS, what metric value is assigned to the routes? A. 0 B. 1 C. 10 D. 20 Answer:A

More information

Exam : Cisco Title : Update : Demo. Composite Exam

Exam : Cisco Title : Update : Demo. Composite Exam Exam : Cisco 642-892 Title : Composite Exam Update : Demo 1. Refer to the exhibit. EIGRP is configured on all routers in the network. On the basis of the output provided, which statement is true? A. Because

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : 642-901 Title : Building Scalable Cisco Internetworks Vendors : Cisco Version

More information

debug ip ospf database external default-metric subnet area 0 stub distribute-list in Serial0/1

debug ip ospf database external default-metric subnet area 0 stub distribute-list in Serial0/1 Which statement about stateless autoconfiguration is true? A host can autoconfigure itself by appending its MAC address to the local link prefix (64 bits). 2 Autoconfiguration allows devices to connect

More information

: Building Cisco Multilayer Switched Networks

: Building Cisco Multilayer Switched Networks Exam : Cisco 642-812 Title : Building Cisco Multilayer Switched Networks Version : Demo Cheat-Test,help you pass any IT exam! Q: 1 Which three statements about the Multiple Spanning Tree (MST) protocol

More information

This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and

This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and exclusive use by instructors in the CCNP: Building Scalable

More information

Symbols. Numerics I N D E X

Symbols. Numerics I N D E X I N D E X Symbols? (question mark), CLI help system, 126 Numerics A 2-router BGP topology, configuring, 279 284 4-router BGP topology, configuring, 266, 276 279 ABRs (area border routers), 9, 87, 95, 141

More information

Configuring IP Multicast Routing

Configuring IP Multicast Routing 39 CHAPTER This chapter describes how to configure IP multicast routing on the Catalyst 3560 switch. IP multicasting is a more efficient way to use network resources, especially for bandwidth-intensive

More information

Testking Cisco _formatted

Testking Cisco _formatted Testking Cisco 642-832_formatted Number: 000-000 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ Exam A QUESTION 1 Which two statements about the Cisco Aironet Desktop

More information

Cisco Building Scaleable Cisco Internetworks (BSCI) Practice Test. Version https://certkill.com

Cisco Building Scaleable Cisco Internetworks (BSCI) Practice Test. Version https://certkill.com Cisco 642-901 642-901 Building Scaleable Cisco Internetworks (BSCI) Practice Test Version 2.12 QUESTION NO: 1 Cisco 642-901: Practice Exam A company has a BGP network and a BGP route of 196.27.125.0/24

More information

Configuring IP Multicast Routing

Configuring IP Multicast Routing 34 CHAPTER This chapter describes how to configure IP multicast routing on the Cisco ME 3400 Ethernet Access switch. IP multicasting is a more efficient way to use network resources, especially for bandwidth-intensive

More information

Routing Protocol Type Primarily IGP or EGP RIP Distance-Vector IGP EIGRP OSPF IS-IS BGP

Routing Protocol Type Primarily IGP or EGP RIP Distance-Vector IGP EIGRP OSPF IS-IS BGP Appendix D Memory Tables Chapter 1 Table 1-2 Routing Protocol Characteristics Routing Protocol Type Primarily IGP or EGP RIP Distance-Vector IGP EIGRP OSPF IS-IS BGP Chapter 3 Table 3-2 Hexadecimal/Binary

More information

ABR (Area Border Router), 206, 216 access, dedicated networks, 23 access layer, three-layer hierarchical design model, 6

ABR (Area Border Router), 206, 216 access, dedicated networks, 23 access layer, three-layer hierarchical design model, 6 1358_fmi.book Page 460 Thursday, May 27, 2004 2:21 PM A ABR (Area Border Router), 206, 216 access, dedicated networks, 23 access layer, three-layer hierarchical design model, 6 access lists, scalable networks,

More information

3. What could you use if you wanted to reduce unnecessary broadcast, multicast, and flooded unicast packets?

3. What could you use if you wanted to reduce unnecessary broadcast, multicast, and flooded unicast packets? Nguyen The Nhat - Take Exam Exam questions Time remaining: 00: 00: 51 1. Which command will give the user TECH privileged-mode access after authentication with the server? username name privilege level

More information

Seite von 7 05.0.200 Close Window Assessment System Exam Viewer - CCNA Practice Certification Exam # - (Version 4.0) Below you will find the assessment items as presented on the exam as well as the scoring

More information

cisco. Number: Passing Score: 800 Time Limit: 120 min.

cisco. Number: Passing Score: 800 Time Limit: 120 min. 300-101.cisco Number: 300-101 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 Examine the following output of the show ip ospf interface command. What would be the effect of executing the auto-cost

More information

Lab 4: Routing using OSPF

Lab 4: Routing using OSPF Network Topology:- Lab 4: Routing using OSPF Device Interface IP Address Subnet Mask Gateway/Clock Description Rate Fa 0/0 172.16.1.17 255.255.255.240 ----- R1 LAN R1 Se 0/0/0 192.168.10.1 255.255.255.252

More information

CCNA 3 (v v6.0) Chapter 6 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 6 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 6 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-6-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 6 Exam Answers

More information

CCNP SWITCH (22 Hours)

CCNP SWITCH (22 Hours) CCNP SWITCH 642-813 (22 Hours) Chapter-1 Enterprise Campus Network Design 1.1 IIN & SONA 1.2 Campus Network 1.3 Enterprise Model 1.4 Nonhierarchical Network Devices Layer-2 Switching, Layer-3 Routing Multilayer

More information

OSPF Commands. Cisco IOS IP Command Reference, Volume 2 of 3: Routing Protocols IP2R-61

OSPF Commands. Cisco IOS IP Command Reference, Volume 2 of 3: Routing Protocols IP2R-61 OSPF Commands Use the commands in this chapter to configure and monitor the Open Shortest Path First (OSPF) routing protocol. For OSPF configuration information and examples, refer to the Configuring OSPF

More information

Nortel Ethernet Routing Switch 5000 Series Configuration IP Routing Protocols. Release: 6.1 Document Revision:

Nortel Ethernet Routing Switch 5000 Series Configuration IP Routing Protocols. Release: 6.1 Document Revision: Configuration IP Routing Protocols Release: 6.1 Document Revision: 05.01 www.nortel.com NN47200-503. . Release: 6.1 Publication: NN47200-503 Document release date: 25 May 2009 While the information in

More information

COURSE OUTLINE: Course: CCNP Route Duration: 40 Hours

COURSE OUTLINE: Course: CCNP Route Duration: 40 Hours COURSE OUTLINE: Course: CCNP Route 300-101 Duration: 40 Hours CCNP Route Training Day 1: Connecting Remote Locations Principles of Static Routing Configuring an IPv4 Static Route Configuring a Static Default

More information

Module 6 Implementing BGP

Module 6 Implementing BGP Module 6 Implementing BGP Lesson 1 Explaining BGP Concepts and Terminology BGP Border Gateway Protocol Using BGP to Connect to the Internet If only one ISP, do not need BGP. If multiple ISPs, use BGP,

More information

Table of Contents 1 MSDP Configuration 1-1

Table of Contents 1 MSDP Configuration 1-1 Table of Contents 1 MSDP Configuration 1-1 MSDP Overview 1-1 Introduction to MSDP 1-1 How MSDP Works 1-2 Protocols and Standards 1-7 MSDP Configuration Task List 1-7 Configuring Basic Functions of MSDP

More information

Implementing Cisco IP Routing ( )

Implementing Cisco IP Routing ( ) Implementing Cisco IP Routing (300-101) Implementing Cisco IP Routing (ROUTE 300-101) is a 120-minute qualifying exam with 50 60 questions for the Cisco CCNP and CCDP certifications. The ROUTE 300-101

More information

CCNP (Routing & Switching and T.SHOOT)

CCNP (Routing & Switching and T.SHOOT) CCNP (Routing & Switching and T.SHOOT) Course Content Module -300-101 ROUTE 1.0 Network Principles 1.1 Identify Cisco Express Forwarding concepts 1.1.a FIB 1.1.b Adjacency table 1.2 Explain general network

More information

cisco. Number: Passing Score: 800 Time Limit: 120 min.

cisco. Number: Passing Score: 800 Time Limit: 120 min. 300-101.cisco Number: 300-101 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 Company A recently acquired Company B and the network infrastructures are being merged. Both organizations used non-overlapping

More information

Vendor: Alcatel-Lucent. Exam Code: 4A Exam Name: Alcatel-Lucent Interior Routing Protocols and High Availability.

Vendor: Alcatel-Lucent. Exam Code: 4A Exam Name: Alcatel-Lucent Interior Routing Protocols and High Availability. Vendor: Alcatel-Lucent Exam Code: 4A0-101 Exam Name: Alcatel-Lucent Interior Routing Protocols and High Availability Version: Demo QUESTION 1 When a router receives an IP packet, but does not find a match

More information

Table of Contents 1 Static Routing Configuration RIP Configuration 2-1

Table of Contents 1 Static Routing Configuration RIP Configuration 2-1 Table of Contents 1 Static Routing Configuration 1-1 Introduction 1-1 Static Route 1-1 Default Route 1-1 Application Environment of Static Routing 1-1 Configuring a Static Route 1-2 Configuration Prerequisites

More information

exam. Number: Passing Score: 800 Time Limit: 120 min File Version: Cisco

exam. Number: Passing Score: 800 Time Limit: 120 min File Version: Cisco 300-101.exam Number: 300-101 Passing Score: 800 Time Limit: 120 min File Version: 1.0 Cisco 300-101 Implementing Cisco IP Routing (ROUTE) Version 1.0 Exam A QUESTION 1 Company A recently acquired Company

More information

Building the Routing Table. Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles

Building the Routing Table. Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles Building the Routing Table Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles Introducing the Routing Table R1# show ip route Codes: C - connected,

More information

Configuring IP Multicast Routing

Configuring IP Multicast Routing CHAPTER 45 This chapter describes how to configure IP multicast routing on the Catalyst 3750 Metro switch. IP multicasting is a more efficient way to use network resources, especially for bandwidth-intensive

More information

Configuring IP Multicast Routing

Configuring IP Multicast Routing CHAPTER 46 This chapter describes how to configure IP multicast routing on the Catalyst 3750-E or 3560-E switch. IP multicasting is a more efficient way to use network resources, especially for bandwidth-intensive

More information

The commands in this appendix are organized in the following sections:

The commands in this appendix are organized in the following sections: The commands in this appendix are organized in the following sections: General s Comparison of Configuration File s General Configuration s General Interface Configuration s General IP s IP Configuration

More information

BGP can also be used for carrying routing information for IPv6 prefix over IPv6 networks.

BGP can also be used for carrying routing information for IPv6 prefix over IPv6 networks. This chapter describes how to configure the Cisco ASA to route data, perform authentication, and redistribute routing information using the Border Gateway Protocol (). About, page 1 Guidelines for, page

More information

REDDIG II Computer Networking Training

REDDIG II Computer Networking Training REDDIG II Computer Networking Training JM SANCHEZ / PH RASSAT -20/06/2012 Invierno 2011 Capacitacion en fabrica - CORPAC Dynamic Routing Dynamic Routing Function(s) of Dynamic Routing Protocols: Dynamically

More information

Configuring OSPF. Cisco s OSPF Implementation

Configuring OSPF. Cisco s OSPF Implementation Configuring OSPF This chapter describes how to configure OSPF. For a complete description of the OSPF commands in this chapter, refer to the OSPF s chapter of the Network Protocols Reference, Part 1. To

More information

Operation Manual Routing Protocol. Table of Contents

Operation Manual Routing Protocol. Table of Contents Table of Contents Table of Contents Chapter 1 IP Routing Protocol Overview... 1-1 1.1 Introduction to IP Route and Routing Table... 1-1 1.1.1 IP Route... 1-1 1.1.2 Routing Table... 1-1 1.2 Routing Management

More information

Chapter 15 OSPF Commands

Chapter 15 OSPF Commands Chapter 15 OSPF Commands NOTE: This chapter contains information about OSPF version 2 commands only. For information about OSPF version 3 commands, see OSPF Version 3 Commands on page 16-1. area Assigns

More information

Index. Numerics. Index 1

Index. Numerics. Index 1 Index Numerics 802.1p priority (QoS) definition 8-6 802.1q VLAN in mesh 7-23 802.1Q VLAN standard 6-6 802.1w as a region 6-54 802.1x, mesh, not supported 7-5 A ABC enabled on edge switch 7-26 in mesh domain

More information

examcollection.premium.exam.68q. Exam code: Exam name: Troubleshooting and Maintaining Cisco IP Networks (TSHOOT) Version 15.

examcollection.premium.exam.68q. Exam code: Exam name: Troubleshooting and Maintaining Cisco IP Networks (TSHOOT) Version 15. 300-135.examcollection.premium.exam.68q Number: 300-135 Passing Score: 800 Time Limit: 120 min File Version: 15.0 / Exam code: 300-135 Exam name: Troubleshooting and Maintaining Cisco IP Networks (TSHOOT)

More information

CCNP 1: Advanced Routing

CCNP 1: Advanced Routing Scope and Sequence CCNP 1: Advanced Routing Cisco Networking Academy Program Version 3.1 TABLE OF CONTENTS CCNP 1: ADVANCED ROUTING...1 TARGET AUDIENCE...3 PREREQUISITES...3 COURSE DESCRIPTION...3 COURSE

More information

Chapter 3 Command List

Chapter 3 Command List Chapter 3 Command List This chapter lists all the commands in the CLI. The commands are listed in two ways: All commands are listed together in a single alphabetic list. See Complete Command List on page

More information

CIS 83 Midterm Spring 2004 Answer Sheet Name Score Grade Question Answer Question Answer

CIS 83 Midterm Spring 2004 Answer Sheet Name Score Grade Question Answer Question Answer CIS 83 Midterm Spring 2004 Answer Sheet Name: Score: Grade: Question Answer Question Answer 1 A B C D E F 51 A B C D E F 2 A B C D E F 52 A B C D E F 3 A B C D E F 53 A B C D E F 4 A B C D E F 54 A B C

More information

Top-Down Network Design, Ch. 7: Selecting Switching and Routing Protocols. Top-Down Network Design. Selecting Switching and Routing Protocols

Top-Down Network Design, Ch. 7: Selecting Switching and Routing Protocols. Top-Down Network Design. Selecting Switching and Routing Protocols Top-Down Network Design Chapter Seven Selecting Switching and Routing Protocols Copyright 2010 Cisco Press & Priscilla Oppenheimer 1 Switching 2 Page 1 Objectives MAC address table Describe the features

More information

CCIE Route & Switch Written (CCIERSW) 1.0

CCIE Route & Switch Written (CCIERSW) 1.0 CCIE Route & Switch Written (CCIERSW) 1.0 COURSE OVERVIEW: CCIE Route and Switch Written (CCIERSW) preparation course is a five-day course that prepares the student for the written exam portion of the

More information

DOiT-200v6 VOLUME II I2 R2 4 N1. DOiT-200v6 Lab 16 Multi-Topic CCIE-Level Scenario. For CCIE Candidates

DOiT-200v6 VOLUME II I2 R2 4 N1. DOiT-200v6 Lab 16 Multi-Topic CCIE-Level Scenario. For CCIE Candidates Revision 7.0 (10/26/2005) DOiT-200v6-SCENARIO 16 Page 1 NETMASTERCLASS ROUTING AND SWITCHING CCIE TRACK DOiT-200v6 VOLUME II 4 I2 R2 3 3 R5 I5 3 3 R6 R1 4 N1 4 4 2 2 1 4 I3 R3 3 1 R4 3 N2 N1 I4 1 R7 DOiT-200v6

More information

Exam Code : Version: Free Demo. IT Certification Guaranteed, The Easy Way!

Exam Code : Version: Free Demo. IT Certification Guaranteed, The Easy Way! Vendor : Cisco Exam Code : 642-832 Version: Free Demo IT Certification Guaranteed, The Easy Way Cheat-Test.us - The Worldwide Renowned IT Certification Material Provider The safer, easier way to help you

More information

Chapter 8 Configuring OSPF

Chapter 8 Configuring OSPF Chapter 8 Configuring OSPF This chapter describes how to configure OSPF on HP routing switches using the CLI and Web management interface. To display OSPF configuration information and statistics, see

More information

Configuring MSDP. MSDP overview. How MSDP works. MSDP peers

Configuring MSDP. MSDP overview. How MSDP works. MSDP peers Contents Configuring MSDP 1 MSDP overview 1 How MSDP works 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 6 Configuring basic MSDP functions 7 Configuration prerequisites

More information

MikroTik RouterOS Training. Routing. Schedule. Instructors. Housekeeping. Introduce Yourself. Course Objective 7/4/ :00 10:30 Morning Session I

MikroTik RouterOS Training. Routing. Schedule. Instructors. Housekeeping. Introduce Yourself. Course Objective 7/4/ :00 10:30 Morning Session I MikroTik RouterOS Training Routing Schedule 09:00 10:30 Morning Session I 10:30 11:00 Morning Break 11:00 12:30 Morning Session II 12:30 13:30 Lunch Break 13:30 15:00 Afternoon Session I 15:00 15:30 Afternoon

More information

Table of Contents 1 MSDP Configuration 1-1

Table of Contents 1 MSDP Configuration 1-1 Table of Contents 1 MSDP Configuration 1-1 MSDP Overview 1-1 Introduction to MSDP 1-1 How MSDP Works 1-2 Multi-Instance MSDP 1-7 Protocols and Standards 1-7 MSDP Configuration Task List 1-7 Configuring

More information

Implementing Cisco IP Routing (ROUTE)

Implementing Cisco IP Routing (ROUTE) Implementing Cisco IP Routing (ROUTE) Foundation Learning Guide Foundation learning for the ROUTE 642-902 Exam Diane Teare Cisco Press 800 East 96th Street Indianapolis, IN 46240 Implementing Cisco IP

More information

Module 7 Implementing Multicast

Module 7 Implementing Multicast Module 7 Implementing Multicast Lesson 1 Explaining Multicast Why Multicast? Used when sending same data to multiple receivers Better bandwidth utilization Less host/router processing Used when addresses

More information

Ch. 5 Maintaining and Troubleshooting Routing Solutions. Net412- Network troubleshooting

Ch. 5 Maintaining and Troubleshooting Routing Solutions. Net412- Network troubleshooting Ch. 5 Maintaining and Troubleshooting Routing Solutions Net412- Network troubleshooting Troubleshooting Routing Network Layer Connectivity EIGRP OSPF 2 Network Connectivity Just like we did when we looked

More information

Configuring VRF-lite CHAPTER

Configuring VRF-lite CHAPTER CHAPTER 36 Virtual Private Networks (VPNs) provide a secure way for customers to share bandwidth over an ISP backbone network. A VPN is a collection of sites sharing a common routing table. A customer

More information

Configuring MSDP. Overview. How MSDP operates. MSDP peers

Configuring MSDP. Overview. How MSDP operates. MSDP peers Contents Configuring MSDP 1 Overview 1 How MSDP operates 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 7 Configuring basic MSDP functions 7 Configuration prerequisites

More information

CCIE R&S LAB CFG H2/A5 (Jacob s & Jameson s)

CCIE R&S LAB CFG H2/A5 (Jacob s & Jameson s) Contents Section 1 Layer 2 Technologies... 2 1.1 Jameson s Datacenter: Access port... 2 1.2 Jameson s Datacenter: Trunk ports... 4 1.3 Jameson s Datacenter: Link bundling... 5 1.4 Jameson s Branch Offices...

More information

Cisco Press CCIE Practical Studies CCIE Practice Lab: Enchilada Solutions

Cisco Press CCIE Practical Studies CCIE Practice Lab: Enchilada Solutions Cisco Press CCIE Practical Studies CCIE Practice Lab: Solutions Cisco Press CCIE Practical Studies CCIE Practice Lab: LAB Book Chapter Book Page The 18 1161 Overview... 3 Technical Details... 3 Table 54-1:

More information

CCNA. Course Catalog

CCNA. Course Catalog CCNA Course Catalog 2012-2013 This course is intended for the following audience: Network Administrator Network Engineer Systems Engineer CCNA Exam Candidates Cisco Certified Network Associate (CCNA 640-802)

More information

Configuring BGP. Cisco s BGP Implementation

Configuring BGP. Cisco s BGP Implementation Configuring BGP This chapter describes how to configure Border Gateway Protocol (BGP). For a complete description of the BGP commands in this chapter, refer to the BGP s chapter of the Network Protocols

More information

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration... 1-1 1.1 Introduction... 1-1 1.1.1 Static Route... 1-1 1.1.2 Default Route... 1-1 1.1.3 Application Environment of Static Routing...

More information

Chapter 16 OSPF Version 3 Commands

Chapter 16 OSPF Version 3 Commands Chapter 16 OSPF Version 3 Commands NOTE: The OSPF version 3 configuration level is present only on HP devices that support IPv6. area Assigns OSPF version 3 areas. You can assign an IPv4 address or a number

More information

DOiT-200v6 VOLUME II. DOiT-200v6 Lab 3 Multi-Topic CCIE-Level Scenario. For CCIE Candidates

DOiT-200v6 VOLUME II. DOiT-200v6 Lab 3 Multi-Topic CCIE-Level Scenario. For CCIE Candidates Revision 7.0 (10/20/2005) DOiT-200v6-SCENARIO 3 Page 1 NETMASTERCLASS ROUTING AND SWITCHING CCIE TRACK DOiT-200v6 VOLUME II DOiT-200v6 Lab 3 Multi-Topic CCIE-Level Scenario For CCIE Candidates Revision

More information

Configuring PIM. Information About PIM. Send document comments to CHAPTER

Configuring PIM. Information About PIM. Send document comments to CHAPTER CHAPTER 3 This chapter describes how to configure the Protocol Independent Multicast (PIM) features on Cisco NX-OS switches in your IPv4 networks. This chapter includes the following sections: Information

More information

exam. Number: Passing Score: 800 Time Limit: 120 min CISCO Interconnecting Cisco Networking Devices Part 1 (ICND)

exam. Number: Passing Score: 800 Time Limit: 120 min CISCO Interconnecting Cisco Networking Devices Part 1 (ICND) 100-105.exam Number: 100-105 Passing Score: 800 Time Limit: 120 min CISCO 100-105 Interconnecting Cisco Networking Devices Part 1 (ICND) Exam A QUESTION 1 Which route source code represents the routing

More information

Configuring Networking Protocols

Configuring Networking Protocols 11 CHAPTER This chapter describes how to configure the ML-Series card for supported IP routing protocols. It is intended to provide enough information for a network administrator to get the protocols up

More information

MPLS VPN--Inter-AS Option AB

MPLS VPN--Inter-AS Option AB The feature combines the best functionality of an Inter-AS Option (10) A and Inter-AS Option (10) B network to allow a Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) service provider

More information

Configuring OSPF. Finding Feature Information

Configuring OSPF. Finding Feature Information This module describes how to configure Open Shortest Path First (OSPF). OSPF is an Interior Gateway Protocol (IGP) developed by the OSPF working group of the Internet Engineering Task Force (IETF). OSPF

More information

Table of Contents 1 OSPF Configuration 1-1

Table of Contents 1 OSPF Configuration 1-1 Table of Contents 1 OSPF Configuration 1-1 Introduction to OSPF 1-1 Basic Concepts 1-2 OSPF Area Partition 1-4 Router Types 1-7 Classification of OSPF Networks 1-9 DR and BDR 1-9 OSPF Packet Formats 1-11

More information

Introduction to OSPF

Introduction to OSPF Introduction to OSPF 1 OSPF Open Shortest Path First Link state or SPF technology Developed by OSPF working group of IETF (RFC 1247) OSPFv2 standard described in RFC2328 Designed for: TCP/IP environment

More information

Configuring OSPF. Finding Feature Information

Configuring OSPF. Finding Feature Information This module describes how to configure Open Shortest Path First (OSPF). OSPF is an Interior Gateway Protocol (IGP) developed by the OSPF working group of the Internet Engineering Task Force (IETF). OSPF

More information

Contents. Configuring MSDP 1

Contents. Configuring MSDP 1 Contents Configuring MSDP 1 Overview 1 How MSDP works 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 7 Configuring basic MSDP features 7 Configuration prerequisites 7

More information

BraindumpsIT. BraindumpsIT - IT Certification Company provides Braindumps pdf!

BraindumpsIT.  BraindumpsIT - IT Certification Company provides Braindumps pdf! BraindumpsIT http://www.braindumpsit.com BraindumpsIT - IT Certification Company provides Braindumps pdf! Exam : 300-115 Title : Implementing Cisco IP Switched Networks Vendor : Cisco Version : DEMO Get

More information

Cisco Exam Troubleshooting and Maintaining Cisco IP Networks (TSHOOT) Version: 6.0 [ Total Questions: 79 ]

Cisco Exam Troubleshooting and Maintaining Cisco IP Networks (TSHOOT) Version: 6.0 [ Total Questions: 79 ] s@lm@n Cisco Exam 300-135 Troubleshooting and Maintaining Cisco IP Networks (TSHOOT) Version: 6.0 [ Total Questions: 79 ] Topic break down Topic No. of Questions Topic 1: Mix Questions 26 Topic 2: Troubleshooting

More information

CCNA 3 (v v6.0) Chapter 5 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 5 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 5 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-5-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 5 Exam Answers

More information

Chapter 3 Lab 3-2, Multi-Area OSPFv2 and OSPFv3 with Stub Area

Chapter 3 Lab 3-2, Multi-Area OSPFv2 and OSPFv3 with Stub Area Chapter 3 Topology Objectives Configure multi-area OSPFv2 for IPv4. Configure multi-area OSPFv3 for IPv6 Verify multi-area behavior. Configure stub and totally stubby areas for OSPFv2. Configure stub and

More information

Final exam study Guide

Final exam study Guide Final exam study Guide K-1A * In relationship to the OSI layer model and encapsulation/decapsulation process, what happen to a packet that travels through multiple hops of routers? - What happen to the

More information

itexamdump 최고이자최신인 IT 인증시험덤프 일년무료업데이트서비스제공

itexamdump 최고이자최신인 IT 인증시험덤프   일년무료업데이트서비스제공 itexamdump 최고이자최신인 IT 인증시험덤프 http://www.itexamdump.com 일년무료업데이트서비스제공 Exam : 642-813 Title : Implementing Cisco IP Switched Networks Vendor : Cisco Version : DEMO Get Latest & Valid 642-813 Exam's Question

More information

Introduction to OSPF

Introduction to OSPF Introduction to OSPF ISP/IXP Workshops ISP/IXP Workshops 1999, Cisco Systems, Inc. 1 Agenda OSPF Primer OSPF in Service Provider Networks OSPF BCP - Adding Networks OSPF Command Summary 2 OSPF Primer 3

More information

CCNA Exploration: Routing Protocols and Concepts Chapter 10 Case Study

CCNA Exploration: Routing Protocols and Concepts Chapter 10 Case Study Objectives: Use OSPF single area to illustrate basic Link State components and operation. Migrate from EIGRP to OSPF single area. Intro: Trevni Inc. decided to upgrade their routing protocol from EIGRP

More information

Passit4Sure.4A Questions 4A Alcatel-Lucent Interior Routing Protocols and High Availability

Passit4Sure.4A Questions 4A Alcatel-Lucent Interior Routing Protocols and High Availability Passit4Sure.4A0-101.300Questions Number: 4A0-101 Passing Score: 800 Time Limit: 120 min File Version: 7.5 http://www.gratisexam.com/ 4A0-101 Alcatel-Lucent Interior Routing Protocols and High Availability

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Five Designing a Network Topology Original slides copyright by Cisco Press & Priscilla Oppenheimer Network Topology Design Issues Hierarchy Redundancy Modularity Well-defined

More information

CCNA 3 (v v6.0) Chapter 8 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 8 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 8 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-8-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 8 Exam Answers

More information

Cisco CCNA (ICND1, ICND2) Bootcamp

Cisco CCNA (ICND1, ICND2) Bootcamp Cisco CCNA (ICND1, ICND2) Bootcamp Course Duration: 5 Days Course Overview This five-day course covers the essential topics of ICND1 and ICND2 in an intensive Bootcamp format. It teaches students the skills

More information

itexamdump 최고이자최신인 IT 인증시험덤프 일년무료업데이트서비스제공

itexamdump 최고이자최신인 IT 인증시험덤프   일년무료업데이트서비스제공 itexamdump 최고이자최신인 IT 인증시험덤프 http://www.itexamdump.com 일년무료업데이트서비스제공 Exam : EW0-300 Title : Extreme Networks Specialist... Vendors : Extreme Networks Version : DEMO Get Latest & Valid EW0-300 Exam's Question

More information

OSPF Protocol Overview on page 187. OSPF Standards on page 188. OSPF Area Terminology on page 188. OSPF Routing Algorithm on page 190

OSPF Protocol Overview on page 187. OSPF Standards on page 188. OSPF Area Terminology on page 188. OSPF Routing Algorithm on page 190 Chapter 17 OSPF Protocol Overview The Open Shortest Path First (OSPF) protocol is an interior gateway protocol (IGP) that routes packets within a single autonomous system (AS). OSPF uses link-state information

More information

Easy Virtual Network Configuration Example

Easy Virtual Network Configuration Example Easy Virtual Network Configuration Example Document ID: 117974 Contributed by Fabrice Ducomble, Cisco TAC Engineer. Aug 04, 2014 Contents Introduction Prerequisites Requirements Components Used Background

More information

Symbols. Numerics I N D E X

Symbols. Numerics I N D E X I N D E X Symbols %OSPF-4-BADLSATYPE error messages, 529 Numerics A 128-bit addressing scheme, IPv6, 5 2-way state, OSPF neighbors, 336 getting stuck, 398 400 32-bit addressing scheme, IPv4, 5 classes,

More information

Chapter 13 Configuring BGP4

Chapter 13 Configuring BGP4 Chapter 13 Configuring BGP4 This chapter provides details on how to configure Border Gateway Protocol version 4 (BGP4) on HP products using the CLI and the Web management interface. BGP4 is supported on

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : JN0-643 Title : Enterprise Routing and Switching, Professional (JNCIP- ENT) Vendor : Juniper Version : DEMO Get Latest

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Seven Selecting Switching and Routing Protocols Original slides by Cisco Press & Priscilla Oppenheimer Selection Criteria for Switching and Routing Protocols Network traffic

More information

What metric value is assigned by default when OSPF route is redistributed into EIGRP?

What metric value is assigned by default when OSPF route is redistributed into EIGRP? What metric value is assigned by default when OSPF route is redistributed into EIGRP? A. 90 B. 110 C. 20 D. 15 E. Infinity Answer: E metric-value - (Optional) A parameter that specifies the EIGRP seed

More information

Cisco Certified Network Associate ( )

Cisco Certified Network Associate ( ) Cisco Certified Network Associate (200-125) Exam Description: The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment that

More information

CCNA Routing and Switching (NI )

CCNA Routing and Switching (NI ) CCNA Routing and Switching (NI400+401) 150 Hours ` Outline The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment that is

More information

GoCertify Advanced Cisco CCIE Lab Scenario # 1

GoCertify Advanced Cisco CCIE Lab Scenario # 1 GoCertify Advanced Cisco CCIE Lab Scenario # 1 (http://www.gocertify.com) IPexpert, Inc. is a leading provider in on-line Cisco CCNA, CCNP and CCIE training material. For more information please visit

More information

COPYRIGHTED MATERIAL. Table of Contents. Assessment Test

COPYRIGHTED MATERIAL. Table of Contents. Assessment Test 10089.book Page xi Monday, July 23, 2007 3:17 PM Introduction Assessment Test xxiii xxxiii Chapter 1 Internetworking 1 Internetworking Basics 4 Internetworking Models 11 The Layered Approach 12 Advantages

More information

IP Routing Volume Organization

IP Routing Volume Organization IP Routing Volume Organization Manual Version 20091105-C-1.03 Product Version Release 6300 series Organization The IP Routing Volume is organized as follows: Features IP Routing Overview Static Routing

More information

Multicast Quick Start Configuration Guide

Multicast Quick Start Configuration Guide Multicast Quick Start Configuration Guide Document ID: 9356 Contents Introduction Prerequisites Requirements Components Used Conventions Dense Mode Sparse Mode with one RP Sparse Mode with Multiple RPs

More information