ccnp_route_300-101_20141211130757 Flashcards

1
Q

Based on this FIB table, which statement is correct?A. There is no default gateway.B. The IP address of the router on FastEthernet is 209.168.201.1.C. The gateway of last resort is 192.168.201.1.D. The router will listen for all multicast traffic.

A

Answer: CExplanation:The 0.0.0.0/0 route is the default route and is listed as the first CEF entry. Here we see the nexthop for this default route lists 192.168.201.1 as the default router (gateway of last resort).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A network administrator checks this adjacency table on a router. What is a possible cause for theincomplete marking?A. incomplete ARP informationB. incorrect ACLC. dynamic routing protocol failureD. serial link congestion

A

Answer: AExplanation:To display information about the Cisco Express Forwarding adjacency table or the hardware Layer3-switching adjacency table, use the show adjacency command.Reasons for Incomplete AdjacenciesThere are two known reasons for an incomplete adjacency:No ARP EntryWhen CEF cannot locate a valid adjacency for a destination prefix, it punts the packets to the CPUfor ARP resolution and, in turn, for completion of the adjacency.Reference: http://www.cisco.com/c/en/us/support/docs/ip/express-forwarding-cef/17812-cefincomp.html#t4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A network engineer notices that transmission rates of senders of TCP traffic sharply increase anddecrease simultaneously during periods of congestion. Which condition causes this?A. global synchronizationB. tail dropC. random early detectionD. queue management algorithm

A

Answer: AExplanation:TCP global synchronization in computer networks can happen to TCP/IP flows during periods ofcongestion because each sender will reduce their transmission rate at the same time when packetloss occurs.Routers on the Internet normally have packet queues, to allow them to hold packets when thenetwork is busy, rather than discarding them. Because routers have limited resources, the size of these queues is also limited. The simplesttechnique to limit queue size is known as tail drop. The queue is allowed to fill to its maximumsize, and then any new packets are simply discarded, until there is space in the queue again. This causes problems when used on TCP/IP routers handling multiple TCP streams, especiallywhen bursty traffic is present. While the network is stable, the queue is constantly full, and thereare no problems except that the full queue results in high latency. However, the introduction of asudden burst of traffic may cause large numbers of established, steady streams to lose packetssimultaneously.Reference: http://en.wikipedia.org/wiki/TCP_global_synchronization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which three problems result from application mixing of UDP and TCP streams within a networkwith no QoS? (Choose three.)A. starvationB. jitterC. latencyD. windowingE. lower throughput

A

Answer: A,C,EExplanation:It is a general best practice not to mix TCP-based traffic with UDP-based traffic (especiallystreaming video) within a single service provider class due to the behaviors of these protocolsduring periods of congestion. Specifically, TCP transmitters will throttle-back flows when dropshave been detected. Although some UDP applications have application-level windowing, flowcontrol, and retransmission capabilities, most UDP transmitters are completely oblivious to dropsand thus never lower transmission rates due to dropping. When TCP flows are combined withUDP flows in a single service provider class and the class experiences congestion, then TCPflows will continually lower their rates, potentially giving up their bandwidth to drop-oblivious UDPflows. This effect is called TCP-starvation/UDP-dominance. This can increase latency and lowerthe overall throughput. TCP-starvation/UDP-dominance likely occurs if (TCP-based) mission-critical data is assigned tothe same service provider class as (UDP-based) streaming video and the class experiencessustained congestion. Even if WRED is enabled on the service provider class, the same behaviorwould be observed, as WRED (for the most part) only affects TCP-based flows.Granted, it is not always possible to separate TCP-based flows from UDP-based flows, but it isbeneficial to be aware of this behavior when making such application-mixing decisions.Reference: http://www.cisco.com/warp/public/cc/so/neso/vpn/vpnsp/spqsd_wp.htm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which method allows IPv4 and IPv6 to work together without requiring both to be used for a singleconnection during the migration process?A. dual-stack methodB. 6to4 tunnelingC. GRE tunnelingD. NAT-PT

A

Answer: AExplanation:Dual stack means that devices are able to run IPv4 and IPv6 in parallel. It allows hosts tosimultaneously reach IPv4 and IPv6 content, so it offers a very flexible coexistence strategy. Forsessions that support IPv6, IPv6 is used on a dual stack endpoint. If both endpoints support IPv4only, then IPv4 is used.Benefits:• Native dual stack does not require any tunneling mechanisms on internal networks• Both IPv4 and IPv6 run independent of each other• Dual stack supports gradual migration of endpoints, networks, and applications.Reference: http://www.cisco.com/web/strategy/docs/gov/IPV6at_a_glance_c45-625859.pdf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which statement about the use of tunneling to migrate to IPv6 is true?A. Tunneling is less secure than dual stack or translation.B. Tunneling is more difficult to configure than dual stack or translation.C. Tunneling does not enable users of the new protocol to communicate with users of the oldprotocol without dual-stack hosts.D. Tunneling destinations are manually determined by the IPv4 address in the low-order 32 bits ofIPv4-compatible IPv6 addresses.

A

Answer: CExplanation:Using the tunneling option, organizations build an overlay network that tunnels one protocol overthe other by encapsulating IPv6 packets within IPv4 packets and IPv4 packets within IPv6packets. The advantage of this approach is that the new protocol can work without disturbing theold protocol, thus providing connectivity between users of the new protocol.Tunneling has two disadvantages, as discussed in RFC 6144:• Users of the new architecture cannot use the services of the underlying infrastructure.• Tunneling does not enable users of the new protocol to communicate with users of theold protocol without dual-stack hosts, which negates interoperability.Reference: http://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/enterprise-ipv6-solution/white_paper_c11-676278.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A network administrator executes the command clear ip route. Which two tables does thiscommand clear and rebuild? (Choose two.)A. IP routingB. FIBC. ARP cacheD. MAC address tableE. Cisco Express Forwarding tableF. topology table

A

Answer: A,BExplanation:To clear one or more entries in the IP routing table, use the following commands in any mode:Command:clear ip route {* | {route |prefix/length} [next-hop interface]}[vrf vrf-name]Example:switch(config)# clear ip route10.2.2.2Purpose:Clears one or more routes from both the unicast RIB and all the module FIBs. The routeoptions are as follows:•* — All routes.•route — An individual IP route.•prefix/length — Any IP prefix.•next-hop — The next-hop address•interface — The interface to reach the next-hop address.The vrf-name can be any case-sensitive, alphanumeric string up to 32 characters.Reference:http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/unicast/5_0_3_N1_1/Cisco_n5k_layer3_ucast_cfg_rel_503_N1_1/l3_manage-routes.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which switching method is used when entries are present in the output of the command show ipcache?A. fast switchingB. process switchingC. Cisco Express Forwarding switchingD. cut-through packet switching

A

Answer: AExplanation:Fast switching allows higher throughput by switching a packet using a cache created by the initialpacket sent to a particular destination. Destination addresses are stored in the high-speed cacheto expedite forwarding. Routers offer better packet-transfer performance when fast switching isenabled. Fast switching is enabled by default on all interfaces that support fast switching.To display the routing table cache used to fast switch IP traffic, use the “show ip cache” EXECcommand.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which two actions must you perform to enable and use window scaling on a router?(Choose two.)A. Execute the command ip tcp window-size 65536.B. Set window scaling to be used on the remote host.C. Execute the command ip tcp queuemax.D. Set TCP options to “enabled” on the remote host.E. Execute the command ip tcp adjust-mss.

A

Answer: A,BExplanation:The TCP Window Scaling feature adds support for the Window Scaling option in RFC 1323, TCPExtensions for High Performance . A larger window size is recommended to improve TCPperformance in network paths with large bandwidth-delay product characteristics that are calledLong Fat Networks (LFNs). The TCP Window Scaling enhancement provides that support.The window scaling extension in Cisco IOS software expands the definition of the TCP window to32 bits and then uses a scale factor to carry this 32-bit value in the 16-bit window field of the TCPheader. The window size can increase to a scale factor of 14. Typical applications use a scalefactor of 3 when deployed in LFNs.The TCP Window Scaling feature complies with RFC 1323. The larger scalable window size willallow TCP to perform better over LFNs. Use the ip tcp window-size command in globalconfiguration mode to configure the TCP window size. In order for this to work, the remote hostmust also support this feature and its window size must be increased.Reference: http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipapp/configuration/12-4t/iap-12-4tbook/iap-tcp.html#GUID-BD998AC6-F128-47DD-B5F7-B226546D4B08

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

WhichthreeTCPenhancementscanbeusedwithTCPselectiveacknowledgment?(Choosethree.)A. header compressionB. explicit congestion notificationC. keepaliveD. time stampsE. TCP path discoveryF. MTU window

A

Answer: B,C,DExplanation:TCP Selective AcknowledgmentThe TCP Selective Acknowledgment feature improves performance if multiple packets are lostfrom one TCP window of data. Prior to this feature, because of limited information available from cumulative acknowledgments, aTCP sender could learn about only one lost packet per-round-trip time. An aggressive sendercould choose to resend packets early, but such re-sent segments might have already beensuccessfully received. The TCP selective acknowledgment mechanism helps improve performance. The receiving TCPhost returns selective acknowledgment packets to the sender, informing the sender of data thathas been received. In other words, the receiver can acknowledge packets received out of order. The sender can then resend only missing data segments (instead of everything since the firstmissing packet). Prior to selective acknowledgment, if TCP lost packets 4 and 7 out of an 8-packet window, TCPwould receiveacknowledgment of only packets 1, 2, and 3. Packets 4 through 8 would need to bere-sent. With selective acknowledgment, TCP receives acknowledgment of packets 1, 2, 3, 5, 6,and 8. Only packets 4 and 7 must be re-sent. TCP selective acknowledgment is used only when multiple packets are dropped within one TCPwindow. There is no performance impact when the feature is enabled but not used. Use the ip tcpselective-ack command in global configuration mode to enable TCP selective acknowledgment. Refer to RFC 2018 for more details about TCP selective acknowledgment. TCP Time StampThe TCP time-stamp option provides improved TCP round-trip time measurements. Because thetime stamps are always sent and echoed in both directions and the time-stamp value in the headeris always changing, TCP header compression will not compress the outgoing packet. To allowTCP header compression over a serial link, the TCP time-stamp option is disabled. Use the ip tcptimestamp command to enable the TCP time-stamp option. TCP Explicit Congestion NotificationThe TCP Explicit Congestion Notification (ECN) feature allows an intermediate router to notify endhosts of impending network congestion. It also provides enhanced support for TCP sessionsassociated with applications, such as Telnet, web browsing, and transfer of audio and video datathat are sensitive to delay or packet loss. The benefit of this feature is the reduction of delay andpacket loss in data transmissions. Use the ip tcp ecn command in global configuration mode toenable TCP ECN.TCP Keepalive TimerThe TCP Keepalive Timer feature provides a mechanism to identify dead connections. When a TCP connection on a routing device is idle for too long, the device sends a TCP keepalivepacket to the peer with only the Acknowledgment (ACK) flag turned on. If a response packet (aTCP ACK packet) is not received after the device sends a specific number of probes, theconnection is considered dead and the device initiating the probes frees resources used by theTCP connection.Reference: http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipapp/configuration/xe-3s/asr1000/iap-xe-3s-asr1000-book/iap-tcp.html#GUID-22A82C5F-631F-4390-9838-F2E48FFEEA01

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A network administrator uses IP SLA to measure UDP performance and notices that packets onone router have a higher one-way delay compared to the opposite direction.Which UDPcharacteristic does this scenario describe?A. latencyB. starvationC. connectionless communicationD. nonsequencing unordered packetsE. jitter

A

Answer: AExplanation:Cisco IOS IP SLAs provides a proactive notification feature with an SNMP trap. Eachmeasurement operation can monitor against a pre-set performance threshold. Cisco IOS IP SLAsgenerates an SNMP trap to alert management applications if this threshold is crossed. SeveralSNMP traps are available: round trip time, average jitter, one-way latency, jitter, packet loss,MOS, and connectivity tests.Here is a partial sample output from the IP SLA statistics that can be seen:router#show ip sla statistics 1Round Trip Time (RTT) for Index 55Latest RTT: 1 msLatest operation start time: *23:43:31.845 UTC Thu Feb 3 2005Latest operation return code: OKRTT Values:Number Of RTT: 10 RTT Min/Avg/Max: 1/1/1 millisecondsLatency one-way time:Number of Latency one-way Samples: 0Source to Destination Latency one way Min/Avg/Max: 0/0/0 millisecondsDestination to Source Latency one way Min/Avg/Max: 0/0/0 millisecondsReference:http://www.cisco.com/en/US/technologies/tk648/tk362/tk920/technologies_white_paper09186a00802d5efe.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Under which condition does UDP dominance occur?A. when TCP traffic is in the same class as UDPB. when UDP flows are assigned a lower priority queueC. when WRED is enabledD. when ACLs are in place to block TCP traffic

A

Answer: AExplanation:Mixing TCP with UDP It is a general best practice to not mix TCP-based traffic with UDP-based traffic (especiallyStreaming-Video) within a single service-provider class because of the behaviors of theseprotocols during periods of congestion. Specifically, TCP transmitters throttle back flows whendrops are detected. Although some UDP applications have application-level windowing, flowcontrol, and retransmission capabilities, most UDP transmitters are completely oblivious to dropsand, thus, never lower transmission rates because of dropping.When TCP flows are combined with UDP flows within a single service-provider class and the classexperiences congestion, TCP flows continually lower their transmission rates, potentially giving uptheir bandwidth to UDP flows that are oblivious to drops. This effect is called TCP starvation/UDPdominance.TCP starvation/UDP dominance likely occurs if (TCP-based) Mission-Critical Data isassigned to the same service-provider class as (UDP-based) Streaming-Video and the classexperiences sustained congestion. Even if WRED is enabled on the service-provider class, thesame behavior would be observed because WRED (for the most part) manages congestion onlyon TCP-based flows.Reference: http://www.cisco.com/c/en/us/td/docs/solutions/Enterprise/WAN_and_MAN/QoS_SRND/QoSSRND-Book/VPNQoS.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Prior to enabling PPPoE in a virtual private dialup network group, which task must be completed?A. Disable CDP on the interface.B. Execute the vpdn enable command.C. Execute the no switchport command.D. Enable QoS FIFO for PPPoE support.

A

Answer: BExplanation:Enabling PPPoE in a VPDN GroupPerform this task to enable PPPoE in a virtual private dial-up network (VPDN)group.RestrictionsThis task applies only to releases prior to Cisco IOS Release 12.2(13)T.SUMMARY STEPS1.enable2.configure terminal3.vpdn enable4.vpdn-group name5.request-dialin6.protocol pppoeDETAILED STEPSCommand or ActionPurposeStep 1enableExample:Router> enableEnables privileged EXEC mode.Enter your password if prompted.Step 2configure terminalExample:Router# configure terminalEnters global configuration mode.Step 3Step 4vpdn-group nameExample:Router(config)# vpdn-group group1Associates a VPDN group with a customer or VPDN profile.Step 5request-dialinExample:Router(config-vpdn)# request-dialinCreates a request-dialin VPDN subgroup.Step 6protocol pppoeExample:Router(config-vpdn-req-in)# protocol pppoeEnables the VPDN subgroup to establish PPPoEReference:http://www.cisco.com/en/US/docs/ios/12_2t/12_2t2/feature/guide/ftpppoec_support_TSD_Island_of_Content_Chapter.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A network engineer has been asked to ensure that the PPPoE connection is established andauthenticated using an encrypted password. Which technology, in combination with PPPoE, canbe used for authentication in this manner?A. PAPB. dot1xC. IPsecD. CHAPE. ESP

A

Answer: DExplanation:With PPPoE, the two authentication options are PAP and CHAP. When CHAP is enabled on aninterface and a remote device attempts to connect to it, the access server sends a CHAP packetto the remote device. The CHAP packet requests or “challenges” the remote device to respond. The challenge packet consists of an ID, a random number, and the host name of the local router. When the remote device receives the challenge packet, it concatenates the ID, the remotedevice’s password, and the random number, and then encrypts all of it using the remote device’spassword. The remote device sends the results back to the access server, along with the nameassociated with the password used in the encryption process.When the access server receives the response, it uses the name it received to retrieve apassword stored in its user database. The retrieved password should be the same password theremote device used in its encryption process. The access server then encrypts the concatenatedinformation with the newly retrieved password—if the result matches the result sent in theresponse packet, authentication succeeds.The benefit of using CHAP authentication is that the remote device’s password is nevertransmitted in clear text (encrypted). This prevents other devices from stealing it and gainingillegal access to the ISP’s network.Reference:http://www.cisco.com/c/en/us/td/docs/ios/12_2/security/configuration/guide/fsecur_c/scfathen.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A corporate policy requires PPPoE to be enabled and to maintain a connection with the ISP, evenif no interesting traffic exists. Which feature can be used to accomplish this task?A. TCP AdjustB. Dialer PersistentC. PPPoE GroupsD. half-bridgingE. Peer Neighbor Route

A

Answer: BExplanation:A new interface configuration command, dialer persistent, allows a dial-on-demand routing(DDR) dialer profile connection to be brought up without being triggered by interesting traffic. When configured, the dialer persistent command starts a timer when the dialer interface starts upand starts the connection when the timer expires. If interesting traffic arrives before the timerexpires, the connection is still brought up and set as persistent. The command provides a defaulttimer interval, or you can set a custom timer interval. To configure a dialer interface as persistent, use the following commands beginning in globalconfiguration mode:CommandPurposeStep 1Router(config)# interface dialer numberCreates a dialer interface and enters interface configuration mode.Step 2Router(config-if)# ip address address maskSpecifies the IP address and mask of the dialer interface as a node in thedestination network tobe called.Step 3Router(config-if)# encapsulation typeSpecifies the encapsulation type.Step 4Router(config-if)# dialer string dial-string class class-nameSpecifies the remote destination to call and the map class that defines characteristics for calls tothis destination.Step 5Router(config-if)# dialer pool numberSpecifies the dialing pool to use for calls to this destination.Step 6Router(config-if)# dialer-group group-numberAssigns the dialer interface to a dialer group.Step 7Router(config-if)# dialer-list dialer-group protocol protocol-name {permit | deny | list access-listnumber}Specifies an access list by list number or by protocol and list number to define the interestingpackets that can trigger a call.Step 8Router(config-if)# dialer remote-name user-name(Optional) Specifies the authentication name of the remote router on the destination subnetworkfor a dialer interface.Step 9Router(config-if)# dialer persistent [delay [initial] seconds | max-attempts number]Forces a dialer interface to be connected at all times, even in the absence of interestingtraffic.Reference:http://www.cisco.com/c/en/us/td/docs/ios/dial/configuration/guide/12_4t/dia_12_4t_book/dia_dialer_persist.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which PPP authentication method sends authentication information in cleartext?A. MS CHAPB. CDPCPC. CHAPD. PAP

A

Answer: DExplanation:PAP authentication involves a two-way handshake where the username and password are sentacross the link in clear text; hence, PAP authentication does not provide any protection againstplayback and line sniffing.CHAP authentication, on the other hand, periodically verifies the identity of the remote node usinga three-way handshake. After the PPP link is established, the host sends a “challenge” messageto the remote node. The remote node responds with a value calculated using a one-way hashfunction. The host checks the response against its own calculation of the expected hash value. Ifthe values match, the authentication is acknowledged; otherwise, the connection is terminated.Reference: http://www.cisco.com/c/en/us/support/docs/wan/point-to-point-protocol-ppp/10241-pppcallin-hostname.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Which protocol uses dynamic address mapping to request the next-hop protocol address for aspecific connection?A. Frame Relay inverse ARPB. static DLCI mappingC. Frame Relay broadcast queueD. dynamic DLCI mapping

A

Answer: AExplanation:Dynamic address mapping uses Frame Relay Inverse ARP to request the next-hop protocoladdress for a specific connection, given its known DLCI. Responses to Inverse ARP requests areentered in an address-to-DLCI mapping table on the router or access server; the table is thenused to supply the next-hop protocol address or the DLCI for outgoing traffic.Reference:http://www.cisco.com/c/en/us/td/docs/ios/12_2/wan/configuration/guide/fwan_c/wcffrely.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is the default OSPF hello interval on a Frame Relay point-to-point network?A. 10B. 20C. 30D. 40

A

Answer: AExplanation:Before you troubleshoot any OSPF neighbor-related issues on an NBMA network, it is important toremember that an NBMA network can be configured in these modes of operation with the ip ospfnetwork command:The Hello and Dead Intervals of each mode are described in this table:Reference: http://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/13693-22.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

PPPoE is composed of which two phases?A. Active Authentication Phase and PPP Session PhaseB. Passive Discovery Phase and PPP Session PhaseC. Active Authorization Phase and PPP Session PhaseD. Active Discovery Phase and PPP Session Phase

A

Answer: DExplanation:PPPoE is composed of two main phases:Reference:http://www.cisco.com/c/en/us/td/docs/security/asa/asa92/configuration/vpn/asa-vpncli/vpn-pppoe.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Which statement is true about the PPP Session Phase of PPPoE?A. PPP options are negotiated and authentication is not performed. Once the link setup is completed, PPPoE functions as a Layer 3 encapsulation method that allows data to be transferred over the PPP link within PPPoE headers.B. PPP options are not negotiated and authentication is performed. Once the link setup is completed, PPPoE functions as a Layer 4 encapsulation method that allows data to be transferred over the PPP link within PPPoE headers.C. PPP options are automatically enabled and authorization is performed. Once the link setup is completed, PPPoE functions as a Layer 2 encapsulation method that allows data to be encrypted over the PPP link within PPPoE headers.D. PPP options are negotiated and authentication is performed. Once the link setup is completed, PPPoE functions as a Layer 2 encapsulation method that allows data to be transferred over the PPP link within PPPoE headers.

A

Answer: DExplanation:PPPoE is composed of two main phases:Reference: http://www.cisco.com/c/en/us/td/docs/security/asa/asa92/configuration/vpn/asa-vpncli/vpn-pppoe.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Which one statement is true?A. Traffic from the 172.16.0.0/16 network will be blocked by the ACL.B. The 10.0.0.0/8 network will not be advertised by Router B because the network statement for the 10.0.0.0/8 network is missing from Router B.C. The 10.0.0.0/8 network will not be in the routing table on Router B.D. Users on the 10.0.0.0/8 network can successfully ping users on the 192.168.5.0/24 network, but users on the 192.168.5.0/24 cannot successfully ping users on the 10.0.0.0/8 network.E. Router B will not advertise the 10.0.0.0/8 network because it is blocked by the ACL.

A

Answer: EExplanation:You can filter what individual routes are sent (out) or received (in) to any interface within your EIGRP configuration. One example is noted above. If you filter outbound, the next neighbor(s) will not know about anything except the 172.16.0.0/16 route and therefore won’t send it to anyone else downstream. If you filter inbound, YOU won’t know about the route and therefore won’t send it to anyone else downstream.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

A router with an interface that is configured with ipv6 address autoconfig also has a link-local address assigned. Which message is required to obtain a global unicast address when a router is present?A. DHCPv6 requestB. router-advertisementC. neighbor-solicitationD. redirect

A

Answer: BExplanation:Autoconfiguration is performed on multicast-enabled links only and begins when a multicastenabled interface is enabled (during system startup or manually). Nodes (both, hosts and routers) begin the process by generating a link-local address for the interface. It is formed by appending the interface identifier to well-known link-local prefix FE80 :: 0. The interface identifier replaces the right-most zeroes of the link-local prefix.Before the link-local address can be assigned to the interface, the node performs the Duplicate Address Detection mechanism to see if any other node is using the same link-local address on the link. It does this by sending a Neighbor Solicitation message with target address as the “tentative” address and destination address as the solicitednode multicast address corresponding to this tentative address. If a node responds with a Neighbor Advertisement message with tentative address as the target address, the address is a duplicate address and must not be used. Hence, manual configuration is required.Once the node verifies that its tentative address is unique on the link, it assigns that link-local address to the interface. At this stage, it has IP-connectivity to other neighbors on this link.The autoconfiguration on the routers stop at this stage, further tasks are performed only by the hosts. The routers will need manual configuration (or stateful configuration) to receive site-local or global addresses.The next phase involves obtaining Router Advertisements from routers if any routers are present on the link. If no routers are present, a stateful configuration is required. If routers are present, the Router Advertisements notify what sort of configurations the hosts need to do and the hosts receive a global unicast IPv6 address. Reference: https://sites.google.com/site/amitsciscozone/home/important-tips/ipv6/ipv6-statelessautoconfiguration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

An engineer has configured a router to use EUI-64, and was asked to document the IPv6 address of the router. The router has the following interface parameters:mac address C601.420F.0007subnet 2001:DB8:0:1::/64Which IPv6 addresses should the engineer add to the documentation?A. 2001:DB8:0:1:C601:42FF:FE0F:7B. 2001:DB8:0:1:FFFF:C601:420F:7C. 2001:DB8:0:1:FE80:C601:420F:7D. 2001:DB8:0:1:C601:42FE:800F:7

A

Answer: AExplanation:Extended Unique Identifier (EUI), as per RFC2373, allows a host to assign iteslf a unique 64-Bit IP Version 6 interface identifier (EUI-64). This feature is a key benefit over IPv4 as it eliminates the need of manual configuration or DHCP as in the world of IPv4. The IPv6 EUI-64 format address is obtained through the 48-bit MAC address. The Mac address is first separated into two 24-bits, with one being OUI (Organizationally Unique Identifier) and the other being NIC specific. The 16-bit 0xFFFE is then inserted between these two 24-bits to for the 64-bit EUI address. IEEE has chosen FFFE as a reserved value which can only appear in EUI-64 generated from the EUI-48 MAC address.Here is an example showing how the Mac Address is used to generate EUI.Next, the seventh bit from the left, or the universal/local (U/L) bit, needs to be inverted. This bit identifies whether this interface identifier is universally or locally administered. If 0, the address is locally administered and if 1, the address is globally unique. It is worth noticing that in the OUI portion, the globally unique addresses assigned by the IEEE has always been set to 0 whereas the locally created addresses has 1 configured. Therefore, when the bit is inverted, it maintains its original scope (global unique address is still global unique and vice versa). The reason for inverting can be found in RFC4291 section 2.5.1.Reference: https://supportforums.cisco.com/document/100566/understanding-ipv6-eui-64-bitaddress

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

For security purposes, an IPv6 traffic filter was configured under various interfaces on the local router. However, shortly after implementing the traffic filter, OSPFv3 neighbor adjacencies were lost.What caused this issue?A. The traffic filter is blocking all ICMPv6 traffic.B. The global anycast address must be added to the traffic filter to allow OSPFv3 to work properly.C. The link-local addresses that were used by OSPFv3 were explicitly denied, which caused the neighbor relationships to fail.D. IPv6 traffic filtering can be implemented only on SVIs.

A

Answer: CExplanation:OSPFv3 uses link-local IPv6 addresses for neighbor discovery and other features, so if any IPv6 traffic filters are implemented be sure to include the link local address so that it is permitted in the filter list.Reference: http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/5_x/nxos/unicast/configuration/guide/l3_cli_nxos/l3_ospfv3.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

What is the purpose of the autonomous-system {autonomous-system-number} command?A. It sets the EIGRP autonomous system number in a VRF.B. It sets the BGP autonomous system number in a VRF.C. It sets the global EIGRP autonomous system number.D. It sets the global BGP autonomous system number.

A

Answer: AExplanation:To configure the autonomous-system number for an Enhanced Interior Gateway Routing Protocol (EIGRP) routing process to run within a VPN routing and forwarding (VRF) instance, use the autonomous-system command in address-family configuration mode.To remove the autonomous-system for an EIGRP routing process from within a VPN VRF instance, use the no form of this command.autonomous-system autonomous-system-numberno autonomous-system autonomous-system-numberReference: http://www.cisco.com/c/en/us/td/docs/ios/iproute_eigrp/command/reference/ire_book/ire_a1.html#wp1062796

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

Which type of traffic does DHCP snooping drop?A. discover messagesB. DHCP messages where the source MAC and client MAC do not matchC. traffic from a trusted DHCP server to clientD. DHCP messages where the destination MAC and client MAC do not match

A

Answer: BExplanation:The switch validates DHCP packets received on the untrusted interfaces of VLANs with DHCP snooping enabled. The switch forwards the DHCP packet unless any of the following conditions occur (in which case the packet is dropped):• The switch receives a packet (such as a DHCPOFFER, DHCPACK, DHCPNAK, or DHCPLEASEQUERY packet) from a DHCP server outside the network or firewall.• The switch receives a packet on an untrusted interface, and the source MAC address and the DHCP client hardware address do not match. This check is performed only if the DHCP snooping MAC address verification option is turned on.• The switch receives a DHCPRELEASE or DHCPDECLINE message from an untrusted host with an entry in the DHCP snooping binding table, and the interface information in the binding table does not match the interface on which the message was received.• The switch receives a DHCP packet that includes a relay agent IP address that is not 0.0.0.0.To support trusted edge switches that are connected to untrusted aggregation-switch ports, you can enable the DHCP option-82 on untrusted port feature, which enables untrusted aggregationswitch ports to accept DHCP packets that include option-82 information. Configure the port on the edge switch that connects to the aggregation switch as a trusted port.Reference: http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/12-2SX/configuration/guide/book/snoodhcp.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

Refer to the exhibit.Which command only announces the 1.2.3.0/24 network out of FastEthernet 0/0?A. distribute list 1 outB. distribute list 1 out FastEthernet0/0C. distribute list 2 outD. distribute list 2 out FastEthernet0/0

A

Answer: DExplanation:Access list 2 is more specific, allowing only 1.2.3.0/24, whereas access list 1 permits all 1.0.0.0/8 networks. This question also asks us to apply this distribute list only to the outbound direction of the fast Ethernet 0/0 interface, so the correct command is “distribute list 2 out FastEthernet0/0.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

Which prefix is matched by the command ip prefix-list name permit 10.8.0.0/16 ge 24 le 24?A. 10.9.1.0/24B. 10.8.0.0/24C. 10.8.0.0/16D. 10.8.0.0/23

A

Answer: BExplanation:With prefix lists, the ge 24 term means greater than or equal to a /24 and the le 24 means less than or equal to /24, so only a /24 is both greater than or equal to 24 and less than or equal to 24. This translate to any prefix in the 10.8.x.0/24 network, where X is any value in the 0-255 range. Only the choice of 10.8.0.0.24 matches this.

29
Q

Router A and Router B are configured with IPv6 addressing and basic routing capabilities using OSPFv3. The networks that are advertised from Router A do not show up in Router B’s routingtable. After debugging IPv6 packets, the message “not a router” is found in the output.Why is the routing information not being learned by Router B?A. OSPFv3 timers were adjusted for fast convergence.B. The networks were not advertised properly under the OSPFv3 process.C. An IPv6 traffic filter is blocking the networks from being learned via the Router B interface that is connected to Router A.D. IPv6 unicast routing is not enabled on Router A or Router B.

A

Answer: DExplanation:show ipv6 trafficField DescriptionsField Descriptionsource-routed Number of source-routed packets.truncated Number of truncated packets.format errors Errors that can result from checks performed on header fields, the version number, and packetlength.not a router Message sent when IPv6 unicast routing is not enabled.Reference:http://www.cisco.com/c/en/us/td/docs/ios/ipv6/command/reference/ipv6_book/ipv6_16.html

30
Q

After you review the output of the command show ipv6 interface brief, you see that several IPv6 addresses have the 16-bit hexadecimal value of “FFFE” inserted into the address.Based on this information, what do you conclude about these IPv6 addresses?A. IEEE EUI-64 was implemented when assigning IPv6 addresses on the device.B. The addresses were misconfigured and will not function as intended.C. IPv6 addresses containing “FFFE” indicate that the address is reserved for multicast.D. The IPv6 universal/local flag (bit 7) was flipped.E. IPv6 unicast forwarding was enabled, but IPv6 Cisco Express Forwarding was disabled.

A

Answer: AExplanation:Extended Unique Identifier (EUI), as per RFC2373, allows a host to assign iteslf a unique 64-Bit IP Version 6 interface identifier (EUI-64). This feature is a key benefit over IPv4 as it eliminates the need of manual configuration or DHCP as in the world of IPv4. The IPv6 EUI-64 format address is obtained through the 48-bit MAC address. The Mac address is first separated into two 24-bits, with one being OUI (Organizationally Unique Identifier) and the other being NIC specific. The 16-bit 0xFFFE is then inserted between these two 24-bits to for the 64-bit EUI address. IEEE has chosen FFFE as a reserved value which can only appear in EUI-64 generated from the an EUI-48 MAC address.Here is an example showing how a the Mac Address is used to generate EUI.Next, the seventh bit from the left, or the universal/local (U/L) bit, needs to be inverted. This bit identifies whether this interface identifier is universally or locally administered. If 0, the address is locally administered and if 1, the address is globally unique. It is worth noticing that in the OUI portion, the globally unique addresses assigned by the IEEE has always been set to 0 whereas the locally created addresses has 1 configured. Therefore, when the bit is inverted, it maintains its original scope (global unique address is still global unique and vice versa). The reason for inverting can be found in RFC4291 section 2.5.1.Once the above is done, we have a fully functional EUI-64 format address.Reference: https://supportforums.cisco.com/document/100566/understanding-ipv6-eui-64-bitaddress

31
Q

A packet capture log indicates that several router solicitation messages were sent from a local host on the IPv6 segment.What is the expected acknowledgment and its usage?A. Router acknowledgment messages will be forwarded upstream, where the DHCP server will allocate addresses to the local host.B. Routers on the IPv6 segment will respond with an advertisement that provides an external path from the local subnet, as well as certain data, such as prefix discovery.C. Duplicate Address Detection will determine if any other local host is using the same IPv6 address for communication with the IPv6 routers on the segment.D. All local host traffic will be redirected to the router with the lowest ICMPv6 signature, which is statically defined by the network administrator.

A

Answer: BExplanation:Router Advertisements (RA) are sent in response to router solicitation messages. Router solicitation messages, which have a value of 133 in the Type field of the ICMP packet header, are sent by hosts at system startup so that the host can immediately autoconfigure without needing to wait for the next scheduled RA message. Given that router solicitation messages are usually sent by hosts at system startup (the host does not have a configured unicast address), the source address in router solicitation messages is usually the unspecified IPv6 address (0:0:0:0:0:0:0:0). If the host has a configured unicast address, the unicast address of the interface sending the router solicitation message is used as the source address in the message. The destination address in router solicitation messages is the all-routers multicast address with a scope of the link. When an RA is sent in response to a router solicitation, the destination address in the RA message is the unicast address of the source of the router solicitation message.RA messages typically include the following information:• One or more onlink IPv6 prefixes that nodes on the local link can use to automatically configure their IPv6 addresses• Lifetime information for each prefix included in the advertisement• Sets of flags that indicate the type of autoconfiguration (stateless or stateful) that can be completed• Default router information (whether the router sending the advertisement should be used as a default router and, if so, the amount of time (in seconds) the router should be used as a default router)• Additional information for hosts, such as the hop limit and MTU a host should use in packets that it originatesReference: http://www.cisco.com/c/en/us/td/docs/ios/ipv6/configuration/guide/12_4t/ipv6_12_4t_book/ip6-addrg_bsc_con.html

32
Q

A company has just opened two remote branch offices that need to be connected to the corporatenetwork.Which interface configuration output can be applied to the corporate router to allowcommunication to the remote sites?A. interface Tunnel0 bandwidth 1536 ip address 209.165.200.230 255.255.255.224 tunnel source Serial0/0 tunnel mode gre multipointB. interface fa0/0 bandwidth 1536 ip address 209.165.200.230 255.255.255.224 tunnel mode gre multipointC. interface Tunnel0 bandwidth 1536 ip address 209.165.200.231 255.255.255.224 tunnel source 209.165.201.1 tunnel-mode dynamicD. interface fa 0/0 bandwidth 1536 ip address 209.165.200.231 255.255.255.224 tunnel source 192.168.161.2 tunnel destination 209.165.201.1 tunnel-mode dynamic

A

Answer: AExplanation:The configuration of mGRE allows a tunnel to have multiple destinations. The configuration ofmGRE on one side of a tunnel does not have any relation to the tunnel properties that might existat the exit points. This means that an mGRE tunnel on the hub may connect to a p2p tunnel on thebranch. Conversely, a p2p GRE tunnel may connect to an mGRE tunnel. The distinguishingfeature between an mGRE interface and a p2p GRE interface is the tunnel destination. An mGREinterface does not have a configured destination. Instead the GRE tunnel is configured with thecommand tunnel mode gre multipoint. This command is used instead of the tunnel destinationx.x.x.x found with p2p GRE tunnels. Besides allowing for multiple destinations, an mGRE tunnelrequires NHRP to resolve the tunnel endpoints. Note, tunnelinterfaces by default are point-topoint(p-p) using GRE encapsulation, effectively they have the tunnel mode grecommand, whichis not seen in the configuration because it is the default.The mGRE configuration is as follows:!interface Tunnel0bandwidth 1536ip address 10.62.1.10 255.255.255.0tunnel source Serial0/0tunnel mode gre multipointReference:http://www.cisco.com/c/en/us/td/docs/solutions/Enterprise/WAN_and_MAN/DMVPDG/DMVPN_2_Phase2.html

33
Q

A network engineer executes the show crypto ipsec sa command. Which three pieces of information are displayed in the output? (Choose three.)A. inbound crypto mapB. remaining key lifetimeC. path MTUD. tagged packetsE. untagged packetsF. invalid identity packets

A

Answer: A,B,CExplanation:show crypto ipsec saThis command shows IPsec SAs built between peers. The encrypted tunnel is built between 12.1.1.1 and 12.1.1.2 for traffic that goes between networks 20.1.1.0 and 10.1.1.0. You can see the two Encapsulating Security Payload (ESP) SAs built inbound and outbound. Authentication Header (AH) is not used since there are no AH SAs.This output shows an example of the show crypto ipsec sa command (bolded ones found in answers for this question).interface: FastEthernet0Crypto map tag: test, local addr. 12.1.1.1local ident (addr/mask/prot/port): (20.1.1.0/255.255.255.0/0/0)remote ident (addr/mask/prot/port): (10.1.1.0/255.255.255.0/0/0)current_peer: 12.1.1.2PERMIT, flags={origin_is_acl,}#pkts encaps: 7767918, #pkts encrypt: 7767918, #pkts digest 7767918#pkts decaps: 7760382, #pkts decrypt: 7760382, #pkts verify 7760382#pkts compressed: 0, #pkts decompressed: 0#pkts not compressed: 0, #pkts compr. failed: 0,#pkts decompress failed: 0, #send errors 1, #recv errors 0local crypto endpt.: 12.1.1.1, remote crypto endpt.: 12.1.1.2path mtu 1500, media mtu 1500current outbound spi: 3D3inbound esp sas:spi: 0x136A010F(325714191)transform: esp-3des esp-md5-hmac ,in use settings ={Tunnel, }slot: 0, conn id: 3442, flow_id: 1443, crypto map: testsa timing: remaining key lifetime (k/sec): (4608000/52)IV size: 8 bytesreplay detection support: Yinbound ah sas:inbound pcp sas:inbound pcp sas:outbound esp sas:spi: 0x3D3(979)transform: esp-3des esp-md5-hmac ,in use settings ={Tunnel, }slot: 0, conn id: 3443, flow_id: 1444, crypto map: testsa timing: remaining key lifetime (k/sec): (4608000/52)IV size: 8 bytesreplay detection support: Youtbound ah sas:outbound pcp sas:Reference: http://www.cisco.com/c/en/us/support/docs/security-vpn/ipsec-negotiation-ikeprotocols/5409-ipsec-debug-00.html

34
Q

Refer to the following output:Router#show ip nhrp detail10.1.1.2/8 via 10.2.1.2, Tunnel1 created 00:00:12, expire 01:59:47TypE. dynamic, Flags: authoritative unique nat registered usedNBMA address: 10.12.1.2What does the authoritative flag mean in regards to the NHRP information?A. It was obtained directly from the next-hop server.B. Data packets are process switches for this mapping entry.C. NHRP mapping is for networks that are local to this router.D. The mapping entry was created in response to an NHRP registration request.E. The NHRP mapping entry cannot be overwritten.

A

Answer: AExplanation:Show NHRP: ExamplesThe following is sample output from the show ip nhrp command:Router# show ip nhrp10.0.0.2 255.255.255.255, tunnel 100 created 0:00:43 expire 1:59:16Type: dynamic Flags: authoritativeNBMA address: 10.1111.1111.1111.1111.1111.1111.1111.1111.1111.1110.0.0.1 255.255.255.255, Tunnel0 created 0:10:03 expire 1:49:56Type: static Flags: authoritativeNBMA address: 10.1.1.2The fields in the sample display are as follows:• The IP address and its network mask in the IP-to-NBMA address cache. The mask is always 255.255.255.255 because Cisco does not support aggregation of NBMA information through NHRP.• The interface type and number and how long ago it was created (hours:minutes:seconds).• The time in which the positive and negative authoritative NBMA address will expire (hours:minutes:seconds). This value is based on the ip nhrp holdtime command.• Type of interface: – dynamic—NBMA address was obtained from the NHRP Request packet. – static—NBMA address was statically configured.• Flags: – authoritative—Indicates that the NHRP information was obtained from the Next Hop Server or router that maintains the NBMA-to-IP address mapping for a particular destination.

35
Q

Which common issue causes intermittent DMVPN tunnel flaps?A. a routing neighbor reachability issueB. a suboptimal routing tableC. interface bandwidth congestionD. that the GRE tunnel to hub router is not encrypted

A

Answer: AExplanation:DMVPN Tunnel Flaps IntermittentlyProblem: DMVPN tunnel flaps intermittently.Solution: When DMVPN tunnels flap, check the neighborship between the routers as issues with neighborship formation between routers may cause the DMVPN tunnel to flap. In order to resolve this problem, make sure the neighborship between the routers is always up.Reference: http://www.cisco.com/c/en/us/support/docs/security-vpn/ipsec-negotiation-ikeprotocols/29240-dcmvpn.html#Prblm1

36
Q

Which encapsulation supports an interface that is configured for an EVN trunk?A. 802.1QB. ISLC. PPPD. Frame RelayE. MPLSF. HDLC

A

Answer: AExplanation:Restrictions for EVN• An EVN trunk is allowed on any interface that supports 802.1q encapsulation, such as Fast Ethernet, Gigabit Ethernet, and port channels.• A single IP infrastructure can be virtualized to provide up to 32 virtual networks end-to-end.• If an EVN trunk is configured on an interface, you cannot configure VRF-Lite on the same interface.• OSPFv3 is not supported; OSPFv2 is supported.Reference: http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/evn/configuration/xe-3s/evn-xe-3sbook/evn-overview.pdf

37
Q

Which three characteristics are shared by subinterfaces and associated EVNs?(Choose three.)A. IP addressB. routing tableC. forwarding tableD. access control listsE. NetFlow configuration

A

Answer: A,B,CExplanation:A trunk interface can carry traffic for multiple EVNs. To simplify the configuration process, all the subinterfaces and associated EVNs have the same IP address assigned. In other words, the trunk interface is identified by the same IP address in different EVN contexts. This is accomplished as a result of each EVN having a unique routing and forwarding table, thereby enabling support for overlapping IP addresses across multiple EVNs.Reference: http://www.cisco.com/en/US/docs/ios-xml/ios/evn/configuration/xe-3sg/evnoverview.pdf

38
Q

A user is having issues accessing file shares on a network. The network engineer advises the user to open a web browser, input a prescribed IP address, and follow the instructions. After doing this, the user is able to access company shares.Which type of remote access did the engineer enable?A. EZVPNB. IPsec VPN client accessC. VPDN client accessD. SSL VPN client access

A

Answer: DExplanation:The Cisco AnyConnect VPN Client provides secure SSL connections to the security appliance for remote users. Without a previously installed client, remote users enter the IP address in their browser of an interface configured to accept SSL VPN connections. Unless the security appliance is configured to redirect http:// requests to https://, users must enter the URL in the form https://. After entering the URL, the browser connects to that interface and displays the login screen. If the user satisfies the login and authentication, and the security appliance identifies the user as requiring the client, it downloads the client that matches the operating system of the remote computer. After downloading, the client installs and configures itself, establishes a secure SSL connection and either remains or uninstalls itself (depending on the security appliance configuration) when the connection terminates.Reference: http://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-nextgeneration-firewalls/100936-asa8x-split-tunnel-anyconnect-config.html

39
Q

Which Cisco IOS VPN technology leverages IPsec, mGRE, dynamic routing protocol, NHRP, andCisco Express Forwarding?A. FlexVPNB. DMVPNC. GETVPND. Cisco Easy VPN

A

Answer: BExplanation:Dynamic Multipoint Virtual Private Network (DMVPN) is a dynamic tunneling form of a virtual private network (VPN) supported on Cisco IOS-based routers and Unix-like Operating Systems based on the standard protocols, GRE, NHRP and IPsec. This DMVPN provides the capability for creating a dynamic-mesh VPN network without having to pre-configure (static) all possible tunnel end-point peers, including IPsec (Internet Protocol Security) and ISAKMP (Internet Security Association and Key Management Protocol) peers. DMVPN is initially configured to build out a hub-and-spoke network by statically configuring the hubs (VPN headends) on the spokes, no change in the configuration on the hub is required to accept new spokes. Using this initial hub-and-spoke network, tunnels between spokes can be dynamically built on demand (dynamic-mesh) without additional configuration on the hubs or spokes. This dynamic-mesh capability alleviates the need for any load on the hub to route data between the spoke networks.DMVPN is combination of the following technologies:Reference:http://en.wikipedia.org/wiki/Dynamic_Multipoint_Virtual_Private_Network

40
Q

Which traffic does the following configuration allow?ipv6 access-list ciscopermit ipv6 host 2001:DB8:0:4::32 any eq sshline vty 0 4ipv6 access-class cisco inA. all traffic to vty 0 4 from source 2001:DB8:0:4::32B. only ssh traffic to vty 0 4 from source allC. only ssh traffic to vty 0 4 from source 2001:DB8:0:4::32D. all traffic to vty 0 4 from source all

A

Answer: CExplanation:Here we see that the IPv6 access list called “cisco” is being applied to incoming VTY connections to the router. IPv6 access list has just one entry, which allows only the single IPv6 IP address of 2001:DB8:0:4::32 to connect using SSH only.

41
Q

For troubleshooting purposes, which method can you use in combination with the “debug ip packet” command to limit the amount of output data?A. You can disable the IP route cache globally.B. You can use the KRON scheduler.C. You can use an extended access list.D. You can use an IOS parser.E. You can use the RITE traffic exporter.

A

Answer: CExplanation:The debug ip packet command generates a substantial amount of output and uses a substantial amount of system resources. This command should be used with caution in production networks. Always use with the access-list command to apply an extended ACL to the debug output.Reference: http://www.cisco.com/c/en/us/support/docs/security/dynamic-multipoint-vpndmvpn/111976-dmvpn-troubleshoot-00.html

42
Q

Refer to the following access list.access-list 100 permit ip any any logAfter applying the access list on a Cisco router, the network engineer notices that the router CPU utilization has risen to 99 percent.What is the reason for this?A. A packet that matches access-list with the “log” keyword is Cisco Express Forwarding switched.B. A packet that matches access-list with the “log” keyword is fast switched.C. A packet that matches access-list with the “log” keyword is process switched.D. A large amount of IP traffic is being permitted on the router.

A

Answer: CExplanation:Logging-enabled access control lists (ACLs) provide insight into traffic as it traverses the network or is dropped by network devices. Unfortunately, ACL logging can be CPU intensive and can negatively affect other functions of the network device. There are two primary factors that contribute to the CPU load increase from ACL logging: process switching of packets that match log-enabled access control entries (ACEs) and the generation and transmission of log messages.Reference: http://www.cisco.com/web/about/security/intelligence/acl-logging.html#4

43
Q

Which address is used by the Unicast Reverse Path Forwarding protocol to validate a packet against the routing table?A. source addressB. destination addressC. router interfaceD. default gateway

A

Answer: AExplanation:The Unicast RPF feature helps to mitigate problems that are caused by the introduction of malformed or forged (spoofed) IP source addresses into a network by discarding IP packets that lack a verifiable IP source address. For example, a number of common types of denial-of-service (DoS) attacks, including Smurf and Tribal Flood Network (TFN), can take advantage of forged or rapidly changing source IP addresses to allow attackers to thwart efforts to locate or filter the attacks. For Internet service providers (ISPs) that provide public access, Unicast RPF deflects such attacks by forwarding only packets that have source addresses that are valid and consistent with the IP routing table. This action protects the network of the ISP, its customer, and the rest of the Internet.Reference:http://www.cisco.com/en/US/docs/ios/12_2/security/configuration/guide/scfrpf.html

44
Q

What are the three modes of Unicast Reverse Path Forwarding?A. strict mode, loose mode, and VRF modeB. strict mode, loose mode, and broadcast modeC. strict mode, broadcast mode, and VRF modeD. broadcast mode, loose mode, and VRF mode

A

Answer: AExplanation:Network administrators can use Unicast Reverse Path Forwarding (Unicast RPF) to help limit the malicious traffic on an enterprise network. This security feature works by enabling a router to verify the reachability of the source address in packets being forwarded. This capability can limit the appearance of spoofed addresses on a network. If the source IP address is not valid, the packet is discarded. Unicast RPF works in one of three different modes: strict mode, loose mode, or VRF mode. Note that not all network devices support all three modes of operation. Unicast RPF in VRF mode will not be covered in this document.When administrators use Unicast RPF in strict mode, the packet must be received on the interface that the router would use to forward the return packet. Unicast RPF configured in strict mode may drop legitimate traffic that is received on an interface that was not the router’s choice for sending return traffic. Dropping this legitimate traffic could occur when asymmetric routing paths are present in the network.When administrators use Unicast RPF in loose mode, the source address must appear in the routing table. Administrators can change this behavior using the allow-default option, which allows the use of the default route in the source verification process. Additionally, a packet that contains a source address for which the return route points to the Null 0 interface will be dropped. An access list may also be specified that permits or denies certain source addresses in Unicast RPF loose mode.Care must be taken to ensure that the appropriate Unicast RPF mode (loose or strict) is configured during the deployment of this feature because it can drop legitimate traffic. Although asymmetric traffic flows may be of concern when deploying this feature, Unicast RPF loose mode is a scalable option for networks that contain asymmetric routing paths.Reference: http://www.cisco.com/web/about/security/intelligence/unicast-rpf.html

45
Q

What does the following access list, which is applied on the external interface FastEthernet 1/0 of the perimeter router, accomplish?router(config)#access-list 101 deny ip 10.0.0.0 0.255.255.255 any logrouter (config)#access-list 101 deny ip 192.168.0.0 0.0.255.255 any logrouter (config)#access-list 101 deny ip 172.16.0.0 0.15.255.255 any logrouter (config)#access-list 101 permit ip any anyrouter (config)#interface fastEthernet 1/0router (config-if)#ip access-group 101 inA. It prevents incoming traffic from IP address ranges 10.0.0.0-10.0.0.255, 172.16.0.0-172.31.255.255, 192.168.0.0-192.168.255.255 and logs any intrusion attempts.B. It prevents the internal network from being used in spoofed denial of service attacks and logs any exit to the Internet.C. It filters incoming traffic from private addresses in order to prevent spoofing and logs any intrusion attempts.D. It prevents private internal addresses to be accessed directly from outside.

A

Answer: CExplanation:The private IP address ranges defined in RFC 1918 are as follows:10.0.0.0 - 10.255.255.255172.16.0.0 - 172.31.255.255192.168.0.0 - 192.168.255.255These IP addresses should never be allowed from external networks into a corporate network as they would only be able to reach the network from the outside via routing problems or if the IP addresses were spoofed. This ACL is used to prevent all packets with a spoofed reserved private source IP address to enter the network. The log keyword also enables logging of this intrusion attempt.

46
Q

Refer to the following command:router(config)# ip http secure-port 4433Which statement is true?A. The router will listen on port 4433 for HTTPS traffic.B. The router will listen on port 4433 for HTTP traffic.C. The router will never accept any HTTP and HTTPS traffic.D. The router will listen to HTTP and HTTP traffic on port 4433.

A

Answer: AExplanation:To set the secure HTTP (HTTPS) server port number for listening, use the ip http secure-port command in global configuration mode. To return the HTTPS server port number to the default, use the no form of this command.ip http secure-port port-numberno ip http secure-portSyntax Descriptionport-number Integer in the range of 0 to 65535 is accepted, but the port number must be higher than 1024 unless the default is used. The default is 443.Reference: http://www.cisco.com/en/US/docs/ios-xml/ios/https/command/nm-https-cr-clsh.html#wp3612805529

47
Q

A network engineer is configuring a routed interface to forward broadcasts of UDP 69, 53, and 49 to 172.20.14.225.Which command should be applied to the configuration to allow this?A. router(config-if)#ip helper-address 172.20.14.225B. router(config-if)#udp helper-address 172.20.14.225C. router(config-if)#ip udp helper-address 172.20.14.225D. router(config-if)#ip helper-address 172.20.14.225 69 53 49

A

Answer: AExplanation:To let a router forward broadcast packet the command ip helper-address can be used. The broadcasts will be forwarded to the unicast address which is specified with the ip helper command.ip helper-address {ip address}When configuring the ip helper-address command, the following broadcast packets will be forwarded by the router by default:• TFTP - UDP port 69• Domain Name System (DNS) – UDP port 53• Time service - port 37• NetBIOS Name Server - port 137• NetBIOS Datagram Server - port 138• Bootstrap Protocol (BOOTP) - port 67• TACACS – UDP port 49Reference: http://www.cisco-faq.com/163/forward_udp_broadcas.html

48
Q

A network engineer is configuring SNMP on network devices to utilize one-way SNMP notifications. However, the engineer is not concerned with authentication or encryption.Which command satisfies the requirements of this scenario?A. router(config)#snmp-server host 172.16.201.28 traps version 2c CISCOROB. router(config)#snmp-server host 172.16.201.28 informs version 2c CISCOROC. router(config)#snmp-server host 172.16.201.28 traps version 3 auth CISCOROD. router(config)#snmp-server host 172.16.201.28 informs version 3 auth CISCORO

A

Answer: AExplanation:Most network admins and engineers are familiar with SNMPv2c which has become the dominant SNMP version of the past decade. It’s simple to configure on both the router/switch-side and just as easy on the network monitoring server. The problem of course is that the SNMP statistical payload is not encrypted and authentication is passed in cleartext. Most companies have decided that the information being transmitted isn’t valuable enough to be worth the extra effort in upgrading to SNMPv3, but I would suggest otherwise.Like IPv4 to IPv6, there are some major changes under the hood. SNMP version 2 uses community strings (think cleartext passwords, no encryption) to authenticate polling and trap delivery. SNMP version 3 moves away from the community string approach in favor of user-based authentication and view-based access control. The users are not actual local user accounts, rather they are simply a means to determine who can authenticate to the device. The view is used to define what the user account may access on the IOS device. Finally, each user is added to a group, which determines the access policy for its users. Users, groups, views.Reference: http://www.ccnpguide.com/snmp-version-3/

49
Q

When using SNMPv3 with NoAuthNoPriv, which string is matched for authentication?A. usernameB. passwordC. community-stringD. encryption-key

A

Answer: AExplanation:The following security models exist: SNMPv1, SNMPv2, SNMPv3. The following security levels exits: “noAuthNoPriv” (no authentiation and no encryption – noauth keyword in CLI), “AuthNoPriv” (messages are authenticated but not encrypted – auth keyword in CLI), “AuthPriv” (messages are authenticated and encrypted – priv keyword in CLI). SNMPv1 and SNMPv2 models only support the “noAuthNoPriv” model since they use plain community string to match the incoming packets.The SNMPv3 implementations could be configured to use either of the models on per-group basis (in case if “noAuthNoPriv” is configured, username serves as a replacement for community string).Reference: http://blog.ine.com/2008/07/19/snmpv3-tutorial/

50
Q

After a recent DoS attack on a network, senior management asks you to implement better logging functionality on all IOS-based devices.Which two actions can you take to provide enhanced logging results? (Choose two.)A. Use the msec option to enable service time stamps.B. Increase the logging history.C. Set the logging severity level to 1.D. Specify a logging rate limit.E. Disable event logging on all noncritical items.

A

Answer: A,BExplanation:The optional msec keyword specifies the date/time format should include milliseconds. This can aid in pinpointing the exact time of events, or to correlate the order that the events happened. To limit syslog messages sent to the router’s history table and to an SNMP network management station based on severity, use the logging history command in global configuration mode. By default, Cisco devices Log error messages of severity levels 0 through 4 (emergency, alert, critical, error, and warning levels); in other words, “saving level warnings or higher.”By increasing the severity level, more granular monitoring can occur, and SNMP messages will be sent by the less sever (5-7) messages.

51
Q

A network engineer finds that a core router has crashed without warning. In this situation, which feature can the engineer use to create a crash collection?A. secure copy protocolB. core dumpsC. warm reloadsD. SNMPE. NetFlow

A

Answer: BExplanation:When a router crashes, it is sometimes useful to obtain a full copy of the memory image (called a core dump) to identify the cause of the crash. Core dumps are generally very useful to your technical support representative.Four basic ways exist for setting up the router to generate a core dump:• Using Trivial File Transfer Protocol (TFTP)• Using File Transfer Protocol (FTP)• Using remote copy protocol (rcp)• Using a Flash diskReference: http://www.cisco.com/en/US/docs/internetworking/troubleshooting/guide/tr19aa.html

52
Q

A network engineer is trying to implement broadcast-based NTP in a network and executes the ntp broadcast client command. Assuming that an NTP server is already set up, what is the result of the command?A. It enables receiving NTP broadcasts on the interface where the command was executed.B. It enables receiving NTP broadcasts on all interfaces globally.C. It enables a device to be an NTP peer to another device.D. It enables a device to receive NTP broadcast and unicast packets.

A

Answer: AExplanation:The NTP service can be activated by entering any ntp command. When you use the ntp broadcast client command, the NTP service is activated (if it has not already been activated) and the device is configured to receive NTP broadcast packets on a specified interface simultaneously.Command Descriptionntp broadcast client Allows the system to receive NTP broadcast packets on an interface.Reference: http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/bsm/command/bsm-xe-3se-3850-crbook/bsm-xe-3se-3850-cr-book_chapter_00.html

53
Q

What is a function of NPTv6?A. It interferes with encryption of the full IP payload.B. It maintains a per-node state.C. It is checksum-neutral.D. It rewrites transport layer headers.

A

Answer: CExplanation:RFC 6296 describes a stateless IPv6-to-IPv6 Network Prefix Translation (NPTv6) function, designed to provide address independence to the edge network. It is transport-agnostic with respect to transports that do not checksum the IP header, such as SCTP, and to transports that use the TCP/UDP/DCCP (Datagram Congestion Control Protocol) pseudo-header and checksum NPTv6 provides a simple and compelling solution to meet the address-independence requirement in IPv6. The address-independence benefit stems directly from the translation function of the network prefix translator. To avoid as many of the issues associated with NAPT44 as possible, NPTv6 is defined to include a two-way, checksum-neutral, algorithmic translation function, and nothing else.Reference: http://tools.ietf.org/html/rfc6296

54
Q

IPv6 has just been deployed to all of the hosts within a network, but not to the servers.Which feature allows IPv6 devices to communicate with IPv4 servers?A. NATB. NATngC. NAT64D. dual-stack NATE. DNS64

A

Answer: CExplanation:NAT64 is a mechanism to allow IPv6 hosts to communicate with IPv4 servers. TheNAT64 server is the endpoint for at least one IPv4 address and an IPv6 network segment of 32-bits (for instance 64:ff9b::/96, see RFC 6052, RFC 6146). The IPv6 client embeds the IPv4 address it wishes to communicate with using these bits, and sends its packets to the resulting address. The NAT64 server then creates a NAT-mapping between the IPv6 and the IPv4 address, allowing them to communicate.Reference: http://en.wikipedia.org/wiki/NAT64

55
Q

A network engineer initiates the ip sla responder tcp-connect command in order to gather statistics for performance gauging.Which type of statistics does the engineer see?A. connectionless-orientedB. service-orientedC. connection-orientedD. application-oriented

A

Answer: CExplanation:Configuration Examples for IP SLAs TCP Connect OperationsThe following example shows how to configure a TCP Connection-oriented operation from Device B to the Telnet port (TCP port 23) of IP Host 1 (IP address 10.0.0.1), as shown in the “TCP Connect Operation” figure in the “Information About the IP SLAs TCP Connect Operation” section.The operation is scheduled to start immediately. In this example, the control protocol is disabled on the source (Device B). IP SLAs uses the control protocol to notify the IP SLAs responder to enable the target port temporarily. This action allows the responder to reply to the TCP Connect operation. In this example, because the target is not a Cisco device and a well-known TCP port is used, there is no need to send the control message.Device A (target device) Configurationconfigure terminalip sla responder tcp-connect ipaddress 10.0.0.1 port 23Reference: http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipsla/configuration/15-mt/sla-15-mtbook/sla_tcp_conn.html

56
Q

A network engineer executes the “ipv6 flowset” command.What is the result?A. Flow-label marking in 1280-byte or larger packets is enabled.B. Flow-set marking in 1280-byte or larger packets is enabled.C. IPv6 PMTU is enabled on the router.D. IPv6 flow control is enabled on the router.

A

Answer: AExplanation:Enabling Flow-Label Marking in Packets that Originate from the DeviceThis feature allows the device to track destinations to which the device has sent packets that are1280 bytes or larger.SUMMARY STEPS1. enable2. configure terminal3. ipv6 flowset4. exit5. clear ipv6 mtuDETAILED STEPSCommand or Action /PurposeStep 1enableExample:Device> enableEnables privileged EXEC mode.Step 2configure terminal Example:Device# configure terminalEnters global configuration mode.Step 3ipv6 flowset Example:Device(config)# ipv6 flowsetConfigures flow-label marking in 1280-byte or larger packets sent by the device.Reference: http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipv6_basic/configuration/15-mt/ip6b-15-mt-book/ip6-mtu-path-disc.html

57
Q

A network engineer executes the show ip flow export command.Which line in the output indicatesthat the send queue is full and export packets are not being sent?A. output dropsB. enqueuing for the RPC. fragmentation failuresD. adjacency issues

A

Answer: AReference: http://www.cisco.com/c/en/us/td/docs/ios/12_0s/feature/guide/oaggnf.html

58
Q

A network engineer is asked to configure a “site-to-site” IPsec VPN tunnel. One of the last thingsthat the engineer does is to configure an access list (access-list 1 permit any) along with thecommand ip nat inside source list 1 int s0/0 overload.Which functions do the two commandsserve in this scenario?A. The command access-list 1 defines interesting traffic that is allowed through thetunnel.B. The command ip nat inside source list 1 int s0/0 overload disables “many-to-one”access for alldevices on a defined segment to share a single IP address uponexiting the external interface.C. The command access-list 1 permit any defines only one machine that is allowedthrough thetunnel.D. The command ip nat inside source list 1 int s0/0 overload provides “many-toone” access for alldevices on a defined segment to share a single IP addressupon exiting the external interface.

A

Answer: DExplanation:Configuring NAT to Allow Internal Users to Access the Internet UsingOverloadingNAT Routerinterface ethernet 0ip address 10.10.10.1 255.255.255.0ip nat inside!— Defines Ethernet 0 with an IP address and as a NAT inside interface.interface ethernet 1ip address 10.10.20.1 255.255.255.0ip nat inside!— Defines Ethernet 1 with an IP address and as a NAT inside interface.interface serial 0ip address 172.16.10.64 255.255.255.0ip nat outside!— Defines serial 0 with an IP address and as a NAT outside interface.ip nat pool ovrld 172.16.10.1 172.16.10.1 prefix 24!!— Defines a NAT pool named ovrld with a range of a single IP!— address, 172.16.10.1.ip nat inside source list 7 pool ovrld overload!!!!!— Indicates that any packets received on the inside interface that!— are permitted by access-list 7 has the source address!— translated to an address out of the NAT pool named ovrld.!— Translations are overloaded, which allows multiple inside!— devices to be translated to the same valid IP address.access-list 7 permit 10.10.10.0 0.0.0.31access-list 7 permit 10.10.20.0 0.0.0.31!— Access-list 7 permits packets with source addresses ranging from!— 10.10.10.0 through 10.10.10.31 and 10.10.20.0 through 10.10.20.31.Note in the previous second configuration, the NAT pool “ovrld”only has a range of one address.The keyword overload used in the ip nat inside source list 7 pool ovrld overload commandallows NAT to translate multiple inside devices to the single address in the pool.Reference:http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080094e77.shtml

59
Q

A network engineer is configuring a solution to allow failover of HSRP nodes during maintenancewindows, as an alternative to powering down the active router and letting the network respondaccordingly.Which action will allow for manual switching of HSRP nodes?A. Track the up/down state of a loopback interface and shut down this interfaceduringmaintenance.B. Adjust the HSRP priority without the use of preemption.C. Disable and enable all active interfaces on the active HSRP node.D. Enable HSRPv2 under global configuration, which allows for maintenance mode.

A

Answer: AExplanation:The standby track command allows you to specify another interface on the router for the HSRPprocess to monitor in order to alter the HSRP priority for a given group. If the line protocol of thespecified interface goes down, the HSRP priority is reduced. This means that another HSRProuter with higher priority can become the active router if that router has standby preemptenabled. Loopback interfaces can be tracked, so when this interface is shut down the HSRPpriority for that router will be lowered and the other HSRP router will then become the active one.Reference: http://www.cisco.com/c/en/us/support/docs/ip/hot-standby-router-protocol-hsrp/13780-6.html

60
Q

A network engineer is notified that several employees are experiencing network performancerelated issues, and bandwidth-intensive applications are identified as the root cause. In order toidentify which specific type of traffic is causing this slowness, information such as thesource/destination IP and Layer 4 port numbers is required.Which feature should the engineeruse to gather the required information?A. SNMPB. Cisco IOS EEMC. NetFlowD. SyslogE. WCCP

A

Answer: CExplanation:NetFlow Flows Key FieldsA network flow is identified as a unidirectional stream of packets between a given source anddestination–both are defined by a network-layer IP address and transport-layer source anddestination port numbers. Specifically, a flow is identified as the combination of the following keyfields:Reference: http://www.cisco.com/en/US/docs/ios-xml/ios/netflow/configuration/12-4t/cfg-nflowdata-expt.html

61
Q

An organization decides to implement NetFlow on its network to monitor the fluctuation of trafficthat is disrupting core services. After reviewing the output of NetFlow, the network engineer isunable to see OUT traffic on the interfaces.What can you determine based on this information?A. Cisco Express Forwarding has not been configured globally.B. NetFlow output has been filtered by default.C. Flow Export version 9 is in use.D. The command ip flow-capture fragment-offset has been enabled.

A

Answer: AExplanation:We came across a recent issue where a user setup a router for NetFlow export but was unable to see the OUT traffic for the interfaces in NetFlow Analyzer. Every NetFlow configuration aspect was checked and nothing incorrect was found. That is when we noticed the ‘no ip cef’ command on the router. CEF was enabled at the global level and within seconds, NetFlow Analyzer started showing OUT traffic for the interfaces. This is why this topic is about Cisco Express Forwarding.What is switching?A Router must make decisions about where to forward the packets passing through. This decisionmaking process is called “switching”. Switching is what a router does when it makes the following decisions:1. Whether to forward or not forward the packets after checking that the destination for the packet is reachable.2. If the destination is reachable, what is the next hop of the router and which interface will the router use to get to that destination.What is CEF?CEF is one of the available switching options for Cisco routers. Based on the routing table, CEF creates its own table, called the Forwarding Information Base (FIB). The FIB is organized differently than the routing table and CEF uses the FIB to decide which interface to send traffic from.CEF offers the following benefits:1. Better performance than fast-switching (the default) and takes less CPU to perform the same task.2. When enabled, allows for advanced features like NBAR3. Overall, CEF can switch traffic faster than route-caching using fast-switchingHow to enable CEF?CEF is disabled by default on all routers except the 7xxx series routers. Enabling and Disabling CEF is easy. To enable CEF, go into global configuration mode and enter the CEF command.Router# config tRouter(config)# ip cefRouter(config)#To disable CEF, simply use the ‘no’ form of the command, ie. ‘no ip cef‘.Why CEF Needed when enabling NetFlow ?CEF is a prerequisite to enable NetFlow on the router interfaces. CEF decides through which interface traffic is exiting the router. Any NetFlow analyzer product will calculate the OUT traffic for an interface based on the Destination Interface value present in the NetFlow packets exported from the router. If the CEF is disabled on the router, the NetFlow packets exported from the router will have “Destination interface” as “null” and this leads NetFlow Analyzer to show no OUT traffic for the interfaces. Without enabling the CEF on the router, the NetFlow packets did not mark the destination interfaces and so NetFlow Analyzer was not able to show the OUT traffic for the interfaces.Reference: https://blogs.manageengine.com/network-2/netflowanalyzer/2010/05/19/need-for-cefin-netflow-data-export.html

62
Q

A network engineer has left a NetFlow capture enabled over the weekend to gather information regarding excessive bandwidth utilization. The following command is entered:switch#show flow exporter Flow_Exporter-1What is the expected output?A. configuration of the specified flow exporterB. current status of the specified flow exporterC. status and statistics of the specified flow monitorD. configuration of the specified flow monitor

A

Answer: BExplanation:show flow exporter exporter-nameExample:Device# show flow exporter FLOW_EXPORTER-1(Optional) Displays the current status of the specified flow exporter.Reference: http://www.cisco.com/en/US/docs/ios-xml/ios/fnetflow/configuration/15-mt/cfg-defnflow-exprts.html

63
Q

A company’s corporate policy has been updated to require that stateless, 1-to-1, and IPv6 to IPv6 translations at the Internet edge are performed.What is the best solution to ensure compliance with this new policy?A. NAT64B. NAT44C. NATv6D. NPTv4E. NPTv6

A

Answer: EExplanation:NPTv6 provides a mechanism to translate the private internal organization prefixes to public globally reachable addresses. The translation mechanism is stateless and provides a 1:1 relationship between the internal addresses and external addresses. The use cases for NPTv6 outlined in the RFC include peering with partner networks, multi homing, and redundancy and load sharing.Reference: http://www.cisco.com/c/dam/en/us/td/docs/solutions/SBA/August2012/Cisco_SBA_BN_IPv6AddressingGuide-Aug2012.pdf

64
Q

Which two functions are completely independent when implementing NAT64 over NAT-PT?(Choose two.)A. DNSB. NATC. port redirectionD. stateless translationE. session handling

A

Answer: A,BExplanation:Network Address Translation IPv6 to IPv4, or NAT64, technology facilitates communication between IPv6-only and IPv4-only hosts and networks (whether in a transit, an access, or an edge network). This solution allows both enterprises and ISPs to accelerate IPv6 adoption while simultaneously handling IPv4 address depletion. The DNS64 and NAT64 functions are completely separated, which is essential to the superiority of NAT64 over NAT-PT.Reference: http://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/enterprise-ipv6-solution/white_paper_c11-676278.html

65
Q

Which two methods of deployment can you use when implementing NAT64?(Choose two.)A. statelessB. statefulC. manualD. automaticE. staticF. functionalG. dynamic

A

Answer: A,BExplanation:While stateful and stateless NAT64 perform the task of translating IPv4 packets into IPv6 packetsand vice versa, there are important differences. The following table provides a high-level overviewof the most relevant differences.Reference: http://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/enterprise-ipv6-solution/white_paper_c11-676277.html

66
Q

Which NetFlow component is applied to an interface and collects information about flows?A. flow monitorB. flow exporterC. flow samplerD. flow collector

A

Answer: AExplanation:Flow monitors are the NetFlow component that is applied to interfaces to perform network traffic monitoring. Flow monitors consist of a record and a cache. You add the record to the flow monitor after you create the flow monitor. The flow monitor cache is automatically created at the time the flow monitor is applied to the first interface. Flow data is collected from the network traffic during the monitoring process based on the key and nonkey fields in the record, which is configured for the flow monitor and stored in the flow monitor cache.Reference:http://www.cisco.com/c/en/us/td/docs/ios/fnetflow/command/reference/fnf_book/fnf_01.html#wp1314030

67
Q

Refer to the exhibit.Which statement about the output of the show flow-sampler command is true?A. The sampler matched 10 packets, each packet randomly chosen from everygroup of 100packets.B. The sampler matched 10 packets, one packet every 100 packets.C. The sampler matched 10 packets, each one randomly chosen from every 100second interval.D. The sampler matched 10 packets, one packet every 100 seconds.

A

Answer: AExplanation:The sampling mode determines the algorithm that selects a subset of traffic forNetFlowprocessing. In the random sampling mode that Random SampledNetFlow uses, incoming packetsare randomly selected so that one out ofeach n sequential packets is selected on average forNetFlow processing. Forexample, if you set the sampling rate to 1 out of 100 packets, thenNetFlowmight sample the 5th, 120th, 199th, 302nd, and so on packets. Thissample configurationprovides NetFlow data on 1 percent of total traffic. Thenvalue is a parameter from 1 to 65535packets that you can configure.Reference:http://www.cisco.com/c/en/us/td/docs/ios/12_0s/feature/guide/nfstatsa.html#wp1084291

68
Q

What is the result of the command ip flow-export destination 10.10.10.1 5858?A. It configures the router to export cache flow information to IP 10.10.10.1 on portUDP/5858.B. It configures the router to export cache flow information about flows withdestination IP10.10.10.1 and port UDP/5858.C. It configures the router to receive cache flow information from IP 10.10.10.1 onport UDP/5858.D. It configures the router to receive cache flow information about flows withdestination IP10.10.10.1 and port UDP/5858.

A

Answer: AExplanation:To enable the exporting of information in NetFlow cache entries, use the ip flow-exportdestination command in global configuration mode.Syntax Descriptionip-address IP address of the workstation to which you want to send the NetFlowinformation.udp-port UDP protocol-specific port number.Reference:http://www.cisco.com/c/en/us/td/docs/ios/12_0s/feature/guide/12s_mdnf.html#wp1023091