Cisco Real-Exams 300-101 v2019-03-23 by Barbra 469q
Cisco Real-Exams 300-101 v2019-03-23 by Barbra 469q
Cisco Real-Exams 300-101 v2019-03-23 by Barbra 469q
Number: 300-101
Passing Score: 800
Time Limit: 120 min
File Version: 1
300-101
Sections
1. Network Principles
2. Layer 2 Technologies
3. Layer 3 Technologies
4. VPN Technologies
5. Infrastructure Security
6. Infrastructure Services
7. Mix Questions
Exam A
QUESTION 1
Which three problems result from application mixing of UDP and TCP streams within a network with no
QoS? (Choose three.)
A. starvation
B. jitter
C. latency
D. windowing
E. lower throughput
Explanation/Reference:
Explanation:
It is a general best practice not to mix TCP-based traffic with UDP-based traffic (especially streaming video)
within a single service provider class due to the behaviors of these protocols during periods of congestion.
Specifically, TCP transmitters will throttle-back flows when drops have been detected. Although some UDP
applications have application-level windowing, flow control, and retransmission capabilities, most UDP
transmitters are completely oblivious to drops and thus never lower transmission rates due to dropping.
When TCP flows are combined with UDP flows in a single service provider class and the class experiences
congestion, then TCP flows will continually lower their rates, potentially giving up their bandwidth to drop-
oblivious UDP flows. This effect is called TCP-starvation/UDP-dominance. This can increase latency and
lower the overall throughput.
TCP-starvation/UDP-dominance likely occurs if (TCP-based) mission-critical data is assigned to the same
service provider class as (UDP-based) streaming video and the class experiences sustained congestion.
Even if WRED is enabled on the service provider class, the same behavior would 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 is beneficial 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
QUESTION 2
Which method allows IPv4 and IPv6 to work together without requiring both to be used for a single
connection during the migration process?
A. dual-stack method
B. 6to4 tunneling
C. GRE tunneling
D. NAT-PT
Correct Answer: A
Section: Network Principles
Explanation
Explanation/Reference:
Explanation:
Dual stack means that devices are able to run IPv4 and IPv6 in parallel. It allows hosts to simultaneously
reach IPv4 and IPv6 content, so it offers a very flexible coexistence strategy. For sessions that support
IPv6, IPv6 is used on a dual stack endpoint. If both endpoints support Ipv4 only, 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
QUESTION 3
Which two actions must you perform to enable and use window scaling on a router? (Choose two.)
Correct Answer: AB
Section: Network Principles
Explanation
Explanation/Reference:
Explanation:
The TCP Window Scaling feature adds support for the Window Scaling option in RFC 1323, TCP
Extensions for High Performance. A larger window size is recommended to improve TCP performance in
network paths with large bandwidth-delay product characteristics that are called Long 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 to 32 bits
and then uses a scale factor to carry this 32-bit value in the 16-bit window field of the TCP header. The
window size can increase to a scale factor of 14. Typical applications use a scale factor of 3 when deployed
in LFNs.
The TCP Window Scaling feature complies with RFC 1323. The larger scalable window size will allow TCP
to perform better over LFNs. Use the ip tcp window-size command in global configuration mode to
configure the TCP window size. In order for this to work, the remote host must also support this feature and
its window size must be increased.
QUESTION 4
A network administrator uses IP SLA to measure UDP performance and notices that packets on one router
have a higher one-way delay compared to the opposite direction. Which UDP characteristic does this
scenario describe? 餐ͤ
A. latency
B. starvation
C. connectionless communication
D. nonsequencing unordered packets
E. jitter
Correct Answer: A
Section: Network Principles
Explanation
Explanation/Reference:
Explanation:
Cisco IOS IP SLAs provides a proactive notification feature with an SNMP trap. Each measurement
operation can monitor against a pre-set performance threshold. Cisco IOS IP SLAs generates an SNMP
trap to alert management applications if this threshold is crossed. Several SNMP 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 1
Round Trip Time (RTT) for Index 55
Latest RTT: 1 ms
Latest operation start time: *23:43:31.845 UTC Thu Feb 3 2005
Latest operation return code: OK
RTT Values:
Number Of RTT: 10 RTT Min/Avg/Max: 1/1/1 milliseconds
Latency one-way time:
Number of Latency one-way Samples: 0
Source to Destination Latency one way Min/Avg/Max: 0/0/0 milliseconds
Destination to Source Latency one way Min/Avg/Max: 0/0/0 milliseconds
Reference: http://www.cisco.com/en/US/technologies/tk648/tk362/tk920/
technologies_white_paper09186a00802d5efe.html
QUESTION 5
Prior to enabling PPPoE in a virtual private dialup network group, which task must be completed?
Correct Answer: B
Section: Layer 2 Technologies
Explanation
Explanation/Reference:
Explanation:
Enabling PPPoE in a VPDN Group
Perform this task to enable PPPoE in a virtual private dial-up network (VPDN) group.
Restrictions
This task applies only to releases prior to Cisco IOS Release 12.2(13)T.
SUMMARY STEPS
1. enable
2. configure terminal
3. vpdn enable
4. vpdn-group name
5. request-dialin
6. protocol pppoe
DETAILED STEPS
馠ͤ
Reference: http://www.cisco.com/en/US/docs/ios/12_2t/12_2t2/feature/guide/
ftpppoec_support_TSD_Island_of_Content_Chapter.html
QUESTION 6
A network engineer has been asked to ensure that the PPPoE connection is established and authenticated
using an encrypted password. Which technology, in combination with PPPoE, can be used for
authentication in this manner?
A. PAP
B. dot1x
C. Ipsec
D. CHAP
E. ESP
Correct Answer: D
Section: Layer 2 Technologies
Explanation
Explanation/Reference:
Explanation:
With PPPoE, the two authentication options are PAP and CHAP. When CHAP is enabled on an interface
and a remote device attempts to connect to it, the access server sends a CHAP packet to 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 remote device’s
password, and the random number, and then encrypts all of it using the remote device’s password. The
remote device sends the results back to the access server, along with the name associated with the
password used in the encryption process.
When the access server receives the response, it uses the name it received to retrieve a password stored
in its user database. The retrieved password should be the same password the remote device used in its
encryption process. The access server then encrypts the concatenated information with the newly retrieved
password — if the result matches the result sent in the response packet, authentication succeeds.
The benefit of using CHAP authentication is that the remote device’s password is never transmitted
in clear text (encrypted). This prevents other devices from stealing it and gaining illegal 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
QUESTION 7
A corporate policy requires PPPoE to be enabled and to maintain a connection with the ISP, even if no
interesting traffic exists. Which feature can be used to accomplish this task?
A. TCP Adjust
B. Dialer Persistent
C. PPPoE Groups
D. half-bridging
E. Peer Neighbor Route
Correct Answer: B
Section: Layer 2 Technologies
Explanation
To configure a dialer interface as persistent, use the following commands beginning in global configuration
mode:
Ԍ
QUESTION 8
Which PPP authentication method sends authentication information in clear text?
A. MS CHAP
B. CDPCP
C. CHAP
D. PAP
Correct Answer: D
Section: Layer 2 Technologies
Explanation
Explanation/Reference:
Explanation:
PAP authentication involves a two-way handshake where the username and password are sent across the
link in clear text; hence, PAP authentication does not provide any protection against playback and line
sniffing.
CHAP authentication, on the other hand, periodically verifies the identity of the remote node using a three-
way handshake. After the PPP link is established, the host sends a "challenge" message to the remote
node. The remote node responds with a value calc“lated usi”g a one-way hash function. The host checks
the response against its own calculation of the expected hash value. If the 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-ppp-callin-
hostname.html
QUESTION 9
Which protocol uses dynamic address mapping to request the next-hop protocol address for a specific
connection?
Correct Answer: A
Section: Layer 2 Technologies
Explanation
Explanation/Reference:
Explanation:
Dynamic address mapping uses Frame Relay Inverse ARP to request the next-hop protocol address for a
specific connection, given its known DLCI. Responses to Inverse ARP requests are entered in an address-
to-DLCI mapping table on the router or access server; the table is then used to supply the next-hop protocol
address or the DLCI for outgoing traffic.
QUESTION 10
uthentication
Which statement is true about the PPP Sessiondoes not provi
Phase Ȁ any proteϗ
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.
Correct Answer: D
Section: Layer 2 Technologies
Explanation
Explanation/Reference:
Explanation:
PPPoE is composed of two main phases:
Active Discovery Phase — In this phase, the PPPoE client locates a PPPoE server, called an access
concentrator. During this phase, a Session ID is assigned and the PPPoE layer is established.
PPP Session Phase — In this phase, PPP options are negotiated and authentication is
performed. Once the link setup is completed, PPPoE functions as a Layer 2 encapsulation
method, allowing data to be transferred over the PPP link within PPPoE headers.
Reference: http://www.cisco.com/c/en/us/td/docs/security/asa/asa92/configuration/vpn/asa-vpn-cli/vpn-
pppoe.html
QUESTION 11
PPPoE is composed of which two phases?
Correct Answer: D
Section: Layer 2 Technologies
Explanation
Explanation/Reference:
Explanation:
PPPoE is composed of two main phases:
Active Discovery Phase — In this phase, the PPPoE client locates a PPPoE server, called an access
concentrator. During this phase, a Session ID is assigned and the PPPoE layer is established.
PPP Session Phase — In this phase, PPP options are negotiated and authentication is performed. Once
the link setup is completed, PPPoE functions as a Layer 2 encapsulation method, allowing data to be
transferred over the PPP link within PPPoE headers.
Reference: http://www.cisco.com/c/en/us/td/docs/security/asa/asa92/configuration/vpn/asa-vpn-cli/vpn-
pppoe.html
QUESTION 12
Refer to the exhibit.
ԃ
Correct Answer: E
Section: Layer 3 Technologies
Explanation
Explanation/Reference:
Explanation:
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.
QUESTION 13
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 request
B. router-advertisement
C. neighbor-solicitation
D. redirect
Correct Answer: B
Section: Layer 3 Technologies
Explanation
Explanation/Reference:
Explanation:
Autoconfiguration is performed on multicast-enabled links only and begins when a multicast-enabled
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 solicited-node 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-stateless-
autoconfiguration
QUESTION 14
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:
A. 2001:DB8:0:1:01:42AF:FE0F:4
B. 2001:DB8:0:1:FFFF:2201:420F:4
C. 2001:DB8:0:1:FE80:2201:420F:4
D. 2001:DB8:0:1:C601:42AE:800F:4
Correct Answer: A
Section: Layer 3 Technologies
Explanation
Explanation/Reference:
Explanation:
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-bit-address
QUESTION 15
What is the purpose of the autonomous-system {autonomous-system-number} command?
Correct Answer: A
Section: Layer 3 Technologies
Explanation
Explanation/Reference:
Explanation:
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-number
no autonomous-system autonomous-system-number
Reference: http://www.cisco.com/c/en/us/td/docs/ios/iproute_eigrp/command/reference/ire_book/
ire_a1.html#wp1062796
QUESTION 16
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 routing table. 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?
Correct Answer: D
Section: Layer 3 Technologies
Explanation
Explanation/Reference:
Explanation:
幰Ԅ
Reference: http://www.cisco.com/c/en/us/td/docs/ios/ipv6/command/reference/ipv6_book/ipv6_16.html
QUESTION 17
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.
Correct Answer: A
Section: Layer 3 Technologies
Explanation
Explanation/Reference:
Explanation:
Extended Unique Identifier (EUI), as per RFC2373, allows a host to assign iteslf a unique 64-Bit IP Version
6 interface identify them 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 have always been set to 0 whereas the locally created addresses have 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-bit-address
QUESTION 18
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.
Correct Answer: B
Section: Layer 3 Technologies
Explanation
Explanation/Reference:
Explanation:
Router Advertisements (RA) are sent in response to router solicitation messages. Router solicitation
messages, which have a value of 133in 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 on link 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
originates
QUESTION 19
Scenario
You have been asked to evaluate an OSPF network setup in a test lab and to answer questions a customer
has about its operation. The customer has disabled your access to the show running-config command.
Instructions
- Enter IOS commands on the device to verify network operation and answer for multiple-choice questions.
- THIS TASK DOES NOT REQUIRE DEVICE CONFIGURATION.
໐ԇ to gain access to the console for each device.
- Click on the icon or the lab at the bottom of the screen
- No console or enable passwords are required.
- To access the multiple-choice questions, click on the numbered boxes on the left of the top panel.
- There are four multiple-choice questions with this task. Be sure to answer all four questions before
selecting the Next button.
䐀)
w
w
Ԁ
w
How old is the Type 4 LSA from Router 3 for area 1 on the router R5, based on the output you have
examined?
A. 1858
B. 1601
C. 600
D. 1569
Correct Answer: A
Section: Layer 3 Technologies
Explanation
Explanation/Reference:
Explanation:
Part of the “show ip ospf topology” command on R5 shows this:
The Link ID of R3 (3.3.3.3) shows the age is 1858.
QUESTION 20
Scenario
You have been asked to evaluate an OSPF network setup in a test lab and to answer questions a customer
has about its operation. The customer has disabled your access to the show running-config command.
Instructions
- Enter IOS commands on the device to verify network operation and answer for multiple-choice questions.
- THIS TASK DOES NOT REQUIRE DEVICE CONFIGURATION.
- Click on the icon or the lab at the bottom of the screen to gain access to the console for each device.
- No console or enable passwords are required.
- To access the multiple-choice questions, click on theԌnumbered boxes on the left of the top panel.
- There are four multiple-choice questions with this task. Be sure to answer all four questions before
selecting the Next button.
໐ԇ
w
w
Ԁ
Areas of Router 5 and 6 are not normal areas. Inspect their routing tables and determine which statement is
true.
A. R5’s Loopback and R6’s Loopback are both present in R5’s Routing table
B. R5’s Loopback and R6’s Loopback are both present in R6’s Routing table
C. Only R5’s loopback is present in R5’s Routing table
D. Only R6’s loopback is present in R5’s Routing table
E. Only R5’s loopback is present in R6’s Routing table
Correct Answer: A
Section: Layer 3 Technologies
Explanation
Explanation/Reference:
Explanation:
Here are the routing tables of R5 and R6:
Ԍ
ԃ
Here we see R5’s loopbacks in the routing table shown as connected, and the 6.6.6.6 loopback IP address
of R6 is also seen as an OSPF route in R5’s routing table.
QUESTION 21
A company has just opened two remote branch offices that need to be connected to the corporate network.
Which interface configuration output can be applied to the corporate router to allow communication to the
remote sites?
A.
B.
C.
D.
Correct Answer: A
Section: VPN Technologies
Explanation
Explanation/Reference:
Explanation:
The configuration of mGRE allows a tunnel to have multiple destinations. The configuration of mGRE on
one side of a tunnel does not have any relation to the tunnel properties that might exist at the exit points.
This means that an mGRE tunnel on the hub may connect to a p2p tunnel on the branch. Conversely, a p2p
GRE tunnel may connect to an mGRE tunnel. The distinguishing feature between an mGRE interface and a
p2p GRE interface is the tunnel destination. An mGRE interface does not have a configured destination.
Instead the GRE tunnel is configured with the command tunnel mode gre multipoint. This command is
used instead of the tunnel destination x.x.x.x found with p2p GRE tunnels. Besides allowing for multiple
destinations, an mGRE tunnel requires NHRP to resolve the tunnel endpoints. Note, tunnel interfaces by
w effectively they have the tunnel mode gre
default are point-to-point (p-p) using GRE encapsulation,
command, which is not seen in the configuration because it is the default.
The mGRE configuration is as follows:
!
interface Tunnel0
bandwidth 1536
ip address 10.62.1.10 255.255.255.0
tunnel source Serial0/0
tunnel mode gre multipoint
Reference: http://www.cisco.com/c/en/us/td/docs/solutions/Enterprise/WAN_and_MAN/DMVPDG/
DMVPN_2_Phase2.html
QUESTION 22
A network engineer executes the show crypto ipsec sa command. Which three pieces of information are
displayed in the output? (Choose three.)
Explanation/Reference:
Explanation:
show crypto ipsec sa
This 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: FastEthernet0
Crypto map tag: test, local addr. 12.1.1.1
local 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.2
PERMIT, 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 0
local crypto endpt.: 12.1.1.1, remote crypto endpt.: 12.1.1.2
path mtu 1500, media mtu 1500
current outbound spi: 3D3
inbound 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: test
sa timing: remaining key lifetime (k/sec): (4608000/52)
IV size: 8 bytes
replay detection support: Y
inbound 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: test
sa timing: remaining key lifetime (k/sec): (4608000/52)
IV size: 8 bytes
replay detection support: Y
outbound ah sas:
outbound pcp sas:
Reference: http://www.cisco.com/c/en/us/support/docs/security-vpn/ipsec-negotiation-ike-protocols/5409-
ipsec-debug-00.html
QUESTION 23
Refer to the following output:
What does the authoritative flag mean in regards to the NHRP information?
Correct Answer: A
Section: VPN Technologies
Explanation
Explanation/Reference:
Explanation:
Show NHRP: Examples
The following is sample output from the show ip nhrp command:
Router# show ip nhrp
10.0.0.2 255.255.255.255, tunnel 100 created 0:00:43 expire 1:59:16
Type: dynamic Flags: authoritative
NBMA address: 10.1111.1111.1111.1111.1111.1111.1111.1111.1111.11
10.0.0.1 255.255.255.255, Tunnel0 created 0:10:03 expire 1:49:56
Type: static Flags: authoritative
NBMA address: 10.1.1.2
The 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.
Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_nhrp/configuration/xe-16/nhrp-xe-16-
book/config-nhrp.html
QUESTION 24
Which common issue causes intermittent DMVPN tunnel flaps?
䐀)
A. a routing neighbor reachability issue
B. a suboptimal routing table
C. interface bandwidth congestion
D. that the GRE tunnel to hub router is not encrypted
Correct Answer: A
Section: VPN Technologies
Explanation
Explanation/Reference:
Explanation:
DMVPN Tunnel Flaps Intermittently
Problem
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-ike-protocols/29240-
dcmvpn.html#Prblm1
QUESTION 25
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. EZVPN
B. Ipsec VPN client access
C. VPDN client access
D. SSL VPN client access
Correct Answer: D
Section: VPN Technologies
Explanation
Explanation/Reference:
Explanation:
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://<address>.
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-next-generation-
firewalls/100936-asa8x-split-tunnel-anyconnect-config.html
QUESTION 26
Which Cisco IOS VPN technology leverages Ipsec, mGRE, dynamic routing protocol, NHRP, and Cisco
Express Forwarding?
A. FlexVPN
B. DMVPN
C. GETVPN
D. Cisco Easy VPN
Ԅ
Correct Answer: B
Section: VPN Technologies
Explanation
Explanation/Reference:
Explanation:
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:
Multipoint GRE (mGRE)
Next-Hop Resolution Protocol (NHRP)
Dynamic Routing Protocol (EIGRP, RIP, OSPF, BGP)
Dynamic Ipsec encryption
Cisco Express Forwarding (CEF)
Reference: http://en.wikipedia.org/wiki/Dynamic_Multipoint_Virtual_Private_Network
QUESTION 27
For troubleshooting purposes, which method can you use in combination with the “debug ip packet”
command to limit the amount of output data?
Correct Answer: C
Section: Infrastructure Security
Explanation
Explanation/Reference:
Explanation:
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-vpn-dmvpn/111976-
dmvpn-troubleshoot-00.html
QUESTION 28
Which address is used by the Unicast Reverse Path Forwarding protocol to validate a packet against the
routing table?
A. source address
B. destination address
C. router interface
D. default gateway
Correct Answer: A
Section: Infrastructure Security
Explanation
Explanation/Reference: Ԅ
Explanation:
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
QUESTION 29
What are the three modes of Unicast Reverse Path Forwarding?
Correct Answer: A
Section: Infrastructure Security
Explanation
Explanation/Reference:
Explanation:
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
QUESTION 30
What does the following access list, which is applied on the external interface FastEthernet 1/0 of the
perimeter router, accomplish?
A. 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.
Correct Answer: C
Section: Infrastructure Security
Explanation
Explanation/Reference:
Explanation:
The private IP address ranges defined in RFC 1918 are as follows:
10.0.0.0 — 10.255.255.255
172.16.0.0 — 172.31.255.255
192.168.0.0 — 192.168.255.255
These 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.
QUESTION 31
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?
Correct Answer: A
Section: Infrastructure Security
Explanation
Explanation/Reference:
Explanation:
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.
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 49
QUESTION 32
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?
Correct Answer: A
Section: Infrastructure Services
Explanation
Explanation/Reference:
Explanation:
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 clear text 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.
QUESTION 33
When using SNMPv3 with NoAuthNoPriv, which string is matched for authentication?
A. username
B. password
C. community-string
D. encryption-key
Correct Answer: A
Section: Infrastructure Services
Explanation
Explanation/Reference:
Explanation:
The following security models exist: SNMPv1, SNMPv2, SNMPv3. The following security levels exits:
“noAuthNoPriv” (no authentiation and no encryption – noauth keyword in CLI),
“AuthNoPriv109thernet109ationre 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/
QUESTION 34
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.)
Correct Answer: AB
Section: Infrastructure Services
Explanation
Explanation/Reference:
Explanation:
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.
QUESTION 35
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?
Correct Answer: B
Section: Infrastructure Services
Explanation
Explanation/Reference:
Explanation:
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 disk
Reference: http://www.cisco.com/en/US/docs/internetworking/troubleshooting/guide/tr19aa.html
QUESTION 36
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.
Correct Answer: A
Section: Infrastructure Services
Explanation
Explanation/Reference:
Explanation:
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.
Reference: http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/bsm/command/bsm-xe-3se-3850-cr-book/
bsm-xe-3se-3850-cr-book_chapter_00.html
QUESTION 37
What is a function of NPTv6?
Correct Answer: C
Section: Infrastructure Services
Explanation
Explanation/Reference:
Explanation:
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
QUESTION 38
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. NAT
B. NATng
C. NAT64
D. dual-stack NAT
E. DNS64
Correct Answer: C
Section: Infrastructure Services
Explanation
Explanation/Reference:
Explanation:
NAT64 is a mechanism to allow Ipv6 hosts to communicate with Ipv4 servers. The NAT64 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
QUESTION 39
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.
Correct Answer: A
Section: Infrastructure Services
Explanation
Explanation/Reference:
Explanation:
Enabling Flow-Label Marking in Packets that Originate from the Device
This feature allows the device to track destinations to which the device has sent packets that are 1280
bytes or larger.
SUMMARY STEPS
1. enable
2. configure terminal
3. ipv6 flowset
4. exit
5. clear ipv6 mtu
DETAILED STEPS
໐ԇ
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
QUESTION 40
A network engineer is configuring a solution to allow failover of HSRP nodes during maintenance windows,
as an alternative to powering down the active router and letting the network respond accordingly. Which
action will allow for manual switching of HSRP nodes?
A. Track the up/down state of a loopback interface and shut down this interface during maintenance.
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.
Correct Answer: A
Section: Infrastructure Services
Explanation
Explanation/Reference:
Explanation:
The standby track command allows you to specify another interface on the router for the HSRP process to
monitor in order to alter the HSRP priority for a given group. If the line protocol of the specified interface
goes down, the HSRP priority is reduced. This means that another HSRP router with higher priority can
become the active router if that router has standby preempt enabled. Loopback interfaces can be tracked,
so when this interface is shut down the HSRP priority 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
QUESTION 41
A network engineer is notified that several employees are experiencing network performance related
issues, and bandwidth-intensive applications are identified as the root cause. In order to identify which
specific type of traffic is causing this slowness, information such as the source/destination IP and Layer 4
port numbers is required. Which feature should the engineer use to gather the required information?
docs/ios-xml/ios/ipv6_basic/Ȁnf
A. SNMP
B. Cisco IOS EEM
C. NetFlow
D. Syslog
E. WCCP
Correct Answer: C
Section: Infrastructure Services
Explanation
Explanation/Reference:
Explanation:
NetFlow Flows Key Fields
A network flow is identified as a unidirectional stream of packets between a given source and destination--
both are defined by a network-layer IP address and transport-layer source and des—nation port numbers.
Specifically, a flow is identified as the combination of the following key fields:
Source IP address
Destination IP address
Source Layer 4 port number
Destination Layer 4 port number
Layer 3 protocol type
Type of service (ToS)
Input logical interface
QUESTION 42
A network engineer has left a NetFlow capture enabled over the weekend to gather information regarding
excessive bandwidth utilization. The following command is entered:
Correct Answer: B
Section: Infrastructure Services
Explanation
Explanation/Reference:
Explanation:
Reference: http://www.cisco.com/en/US/docs/ios-xml/ios/fnetflow/configuration/15-mt/cfg-de-fnflow-
exprts.html
ῐԄ
QUESTION 43
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. NAT64
B. NAT44
C. NATv6
D. NPTv4
E. NPTv6
Correct Answer: E
Section: Infrastructure Services
Explanation
Explanation/Reference:
Explanation:
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
QUESTION 44
Which two functions are completely independent when implementing NAT64 over NAT-PT? (Choose two.)
A. DNS
B. NAT
C. port redirection
D. stateless translation
E. session handling
Correct Answer: AB
Section: Infrastructure Services
Explanation
Explanation/Reference:
Explanation:
Work 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
QUESTION 45
Which two methods of deployment can you use when implementing NAT64? (Choose two.)
A. stateless
B. stateful
C. manual
D. automatic
E. static
F. functional
G. dynamic ໐ԇ
Correct Answer: AB
Section: Infrastructure Services
Explanation
Explanation/Reference:
Explanation:
While stateful and stateless NAT64 perform the task of translating IPv4 packets into IPv6 packets and vice
versa, there are important differences. The following table provides a high-level overview of 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
QUESTION 46
Which NetFlow component is applied to an interface and collects information about flows?
A. flow monitor
B. flow exporter
C. flow sampler
D. flow collector
Correct Answer: A
Section: Infrastructure Services
Explanation
Explanation/Reference:
Explanation:
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
QUESTION 47
Which type of traffic does DHCP snooping drop?
A. discover messages
B. DHCP messages where the source MAC and client MAC do not match
C. traffic from a trusted DHCP server to client
D. ԇ
DHCP messages where the destination MAC and໐client MAC do not match
Correct Answer: B
Section: Infrastructure Services
Explanation
Explanation/Reference:
Explanation:
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):
Reference: http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/12-2SX/configuration/guide/
book/snoodhcp.html
QUESTION 48
A network engineer has set up VRF-Lite on two routers where all the interfaces are in the same VRF. At a
later time, a new loopback is added to Router 1, but it cannot ping any of the existing interfaces. Which two
configurations enable the local or remote router to ping the loopback from any existing interface? (Choose
two.)
A. adding a static route for the VRF that points to the global route table
B. adding the loopback to the VRF
C. adding dynamic routing between the two routers and advertising the loopback
D. adding the IP address of the loopback to the export route targets for the VRF
E. adding a static route for the VRF that points to the loopback interface
F. adding all interfaces to the global and VRF routing tables
Correct Answer: AB
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 49
Refer to the exhibit. The network setup is running the RIP routing protocol. Which two events will occur
following link failure between R2 and R3? (Choose two.)
Correct Answer: AC
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 50
Which three benefits does the Cisco Easy Virtual Network provide to an enterprise network? (Choose
three.)
Explanation/Reference:
QUESTION 51
Which technology was originally developed for routers to handle fragmentation in the path between end
points?
A. PMTUD
B. MSS
C. windowing
D. TCP
E. global synchronization
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Path MTU Discovery (PMTUD) is a standardized technique in computer networking for determining the
maximum transmission unit (MTU) size on the network path between two Internet Protocol (IP) hosts,
usually with the goal of avoiding IP fragmentation. PMTUD was originally intended for routers in Internet
Protocol Version 4 (IPv4).[1] However, all modern operating systems use it on endpoints. In IPv6, this
function has been explicitly delegated to the end points of a communications session.[2]
PMTUD is standardized for IPv4 in RFC 1191 and for IPv6 in RFC 1981. RFC 4821 describes an extension
to the techniques that works without support from Internet Control Message Protocol.
໐ԇ
QUESTION 52
Which traffic characteristic is the reason that UDP traffic that carries voice and video is assigned to the
queue only on a link that is at least 768 kbps?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 53
What is the primary service that is provided when you implement Cisco Easy Virtual Network?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 54
How does an IOS router process a packet that should be switched by Cisco Express Forwarding without an
FIB entry?
໐ԇ
A. by forwarding the packet
B. by dropping the packet
C. by creating a new FIB entry for the packet
D. by looking in the routing table for an alternate FIB entry
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 55
Which PPP authentication method sends authentication information in cleartext?
A. MS CHAP
B. CDPCP
C. CHAP
D. PAP
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
PAP authentication involves a two-way handshake where the username and password are sent across the
link in clear text; hence, PAP authentication does not provide any protection against playback and line
sniffing.
CHAP authentication, on the other hand, periodically verifies the identity of the remote node using a three-
way handshake. After the PPP link is established, the host sends a "challenge" message to the remote
node. The remote node responds with a value calc"lated usi"g a one-way hash function. The host checks
the response against its own calculation of the expected hash value. If the 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-ppp-callin-hostname.html
QUESTION 56
Refer to the exhibit. When summarizing these routes, which route is the summarized route?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 57
Refer to the exhibit. After configuring GRE between two routers running EIGRP that are connected to each
other via a WAN link, a network engineer notices that the two routers cannot establish the GRE tunnel to
begin the exchange of routing updates. What is the reason for this?
A. Either a firewall between the two routers or an ACL on the router is blocking IP protocol number 47.
B. Either a firewall between the two routers or an ACL on the router is blocking UDP 57.
C. Either a firewall between the two routers or an ACL on the router is blocking TCP 47.
D. Either a firewall between the two routers or an ACL on the router is blocking IP protocol number 57.
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 58
Which Cisco VPN technology uses AAA to implement group policies and authorization and is also used for
the XAUTH authentication method?
A. DMVPN
B. Cisco Easy VPN
C. GETVPN
D. GREVPN
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 59
Which parameter in an SNMPv3 configuration offers authentication and encryption?
A. auth
B. noauth
C. priv
Ԍ
D. secret
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 60
Refer to the exhibit. The DHCP client is unable to receive a DHCP address from the DHCP server.
Consider the following output:
hostname RouterB
!
interface fastethernet 0/0
ip address 172.31.1.1 255.255.255.0
interface serial 0/0
ip address 10.1.1.1 255.255.255.252
!
ip route 172.16.1.0 255.255.255.0 10.1.1.2
Which configuration is required on the Router B fastEthernet 0/0 port in order to allow the DHCP client to
successfully receive an IP address from the DHCP server?
A. RouterB(config-if)# ip helper-address 172.16.1.2
B. RouterB(config-if)# ip helper-address 172.16.1.1
C. RouterB(config-if)# ip helper-address 172.31.1.1
D. RouterB(config-if)# ip helper-address 255.255.255.255
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 61
Which statement about the NPTv6 protocol is true?
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
NPT stands for Network Prefix Translation.
IPv6-to-IPv6 Network Prefix Translation (NPTv6) performs a stateless, static translation of one IPv6 prefix
to another IPv6 prefix thereby allowing private Unique Local Addresses (ULA) to be able to access the
Internet, by translating it to Global Routable Addresses
NPTv6 does not do a port translation, hence, the ports remain the same for incoming and outgoing packets.
QUESTION 62
Refer to the exhibit. Which statement about the configuration is true?
A. 20 packets are being sent every 30 seconds.
B. The monitor starts at 12:05:00 a.m.
C. Jitter is being tested with TCP packets to port 65051.
D. The packets that are being sent use DSCP EF.
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 63
Refer to the exhibit. Which statement about the command output is true?
໐ԇ
Explanation/Reference:
QUESTION 64
A network engineer is trying to modify an existing active NAT configuration on an IOS router by using the
following command:
Upon entering the command on the IOS router, the following message is seen on the console:
%Dynamic Mapping in Use, Cannot remove message or the %Pool outpool in use, cannot destroy
What is the least impactful method that the engineer can use to modify the existing IP NAT configuration?
A. Clear the IP NAT translations using the clear ip nat traffic * " command, then replace the NAT
configuration quickly, before any new NAT entries are populated into the translation table due to active
NAT traffic.
B. Clear the IP NAT translations using the clear ip nat translation * " command, then replace the NAT
configuration quickly, before any new NAT entries are populated into the translation table due to active
NAT traffic.
C. Clear the IP NAT translations using the reload command on the router, then replace the NAT
configuration quickly, before any new NAT entries are populated into the translation table due to active
NAT traffic.
D. Clear the IP NAT translations using the clear ip nat table * " command, then replace the NAT
configuration quickly, before any new NAT entries are populated into the translation table due to active
NAT traffic. tion from 10.10.ɼ汆
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 65
Which IPv6 address type is seen as the next-hop address in the output of the show ipv6 rip RIPng database
command?
A. link-local
B. global
C. site-local
D. anycast
E. multicast
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 66
What are the default timers for RIPng?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Update Timer
The update timer controls the interval between two gratuitous Response Messages. By default the value is
30 seconds. The response message is broadcast to all its RIP enabled interface.[8]
Invalid Timer
The invalid timer specifies how long a routing entry can be in the routing table without being updated. This
is also called as expiration Timer. By default, the value is 180 seconds. After the timer expires the hop
count of the routing entry will be set to 16, marking the destination as unreachable.
Flush Timer
The flush timer controls the time between the route is invalidated or marked as unreachable and removal of
entry from the routing table. By default the value is 240 seconds. This is 60 seconds longer than Invalid
timer. So for 60 seconds the router will be advertising about this unreachable route to all its neighbours.
This timer must be set to a higher value than the invalid timer.[8]
Hold-down Timer
The hold-down timer is started per route entry, when the hop count is changing from lower value to higher
value. This allows the route to get stabilized. During this time no update can be done to that routing entry.
This is not part of the RFC 1058. This is Cisco's implementation. The default value of this timer is 180
seconds.
Reference:
http://www.brocade.com/content/html/en/configuration-guide/fastiron-08030b-l3guide/GUID-97023AC1-
C034-40EA-B02D-1E3E9DACCAC7.html
QUESTION 67
A network engineer has configured a tracking object to monitor the reachability of IP SLA 1. In order to
update the next hop for the interesting traffic, which feature must be used in conjunction with the newly
created tracking object to manipulate the traffic flow as required?
A. SNMP
B. PBR
C. IP SLA
D. SAA
E. ACLs
F. IGP
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 68
Various employees in the same department report to the network engineer about slowness in the network
connectivity to the Internet. They are also having latency issues communicating to the network drives of
various departments. Upon monitoring, the engineer finds traffic flood in the network. Which option is the
problem?
A. network outage
B. network switching loop
C. router configuration issue
D. wrong proxy configured
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 69
Which two authentication protocols does PPP support? (Choose two.)
A. WAP
B. PAP
C. CHAP
D. EAP
E. RADIUS ໐ԇ
Correct Answer: BC
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 70
Which statement is a restriction for PPPoE configuration?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Restrictions for PPPoE on Ethernet
The following restrictions apply when the PPPoE on Ethernet feature is used:
• PPPoE is not supported on Frame Relay.
• PPPoE is not supported on any other LAN interfaces such as FDDI and Token Ring.
• Fast switching is supported. PPP over Ethernet over RFC 1483 fibswitching is supported for IP. All other
protocols are switched over process switching.
QUESTION 71
Refer to the exhibit.
A. This configuration is incorrect because the MTU must match the ppp-max-payload that is defined.
B. This configuration is incorrect because the dialer interface number must be the same as the dialer pool
number.
C. This configuration is missing an IP address on the dialer interface.
D. This configuration represents a complete PPPoE client configuration on an Ethernet connection.
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 72
A company has their headquarters located in a large city with a T3 frame relay link that connects 30 remote
locations that each have T1 frame relay connections. Which technology must be configured to prevent
remote sites from getting overwhelmed with traffic and prevent packet drops from the headquarters?
A. traffic shaping
B. IPsec VPN
C. GRE VPN
D. MPLS
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 73
In IPv6, SLAAC provides the ability to address a host based on a network prefix that is advertised from a
local network router. How is the prefix advertised?
A. routing table
B. router advertisements
C. routing protocol
D. routing type
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 74
Refer to the exhibit.
໐ԇ
Which option prevents routing updates from being sent to the DHCP router, while still allowing routing
update messages to flow to the Internet router and the distribution switches?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 75
A network engineer is considering enabling load balancing with EIGRP. Which consideration should be
analyzed?
A. EIGRP allows a maximum of four paths across for load balancing traffic.
B. By default, EIGRP uses a default variance of 2 for load balancing.
C. EIGRP unequal path load balancing can result in routing loops.
D. By default, EIGRP performs equal cost load balancing at least across four equal cost paths.
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 76
The OSPF database of a router shows LSA types 1, 2, 3, and 7 only. Which type of area is this router
connected to?
A. stub area
B. totally stubby area
C. backbone area
D. not-so-stubby area
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 77
An engineer is configuring a GRE tunnel interface in the default mode. The engineer has assigned an IPv4
address on the tunnel and sourced the tunnel from an Ethernet interface. Which option also is required on
the tunnel interface before it is operational?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 78
Which statement is true?
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 79
Which option is invalid when configuring Unicast Reverse Path Forwarding?
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
QUESTION 80
Refer to the exhibit.
Which option represents the minimal configuration that allows inbound traffic from the 172.16.1.0/24
network to successfully enter router R, while also limiting spoofed 10.0.0.0/8 hosts that could enter router
R?
A.
B.
C.
D.
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 81
Which outbound access list, applied to the WAN interface of a router, permits all traffic except for http traffic
sourced from the workstation with IP address 10.10.10.1?
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
w
QUESTION 82
Which two statements indicate a valid association mode for NTP synchronization? (Choose two.)
Correct Answer: AC
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 83
An engineer is asked to monitor the availability of the next-hop IP address of 172.16.201.25 every 3
seconds using an ICMP echo packet via an ICMP echo probe. Which two commands accomplish this task?
(Choose two.)
Correct Answer: AD
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 84
What is the function of the snmp-server manager command?
A. to enable the device to send and receive SNMP requests and responses
B. to disable SNMP messages from getting to the SNMP engine
C. to enable the device to send SNMP traps to the SNMP server
D. to configure the SNMP server to store log data
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
The SNMP manager process sends SNMP requests to agents and receives SNMP responses and
notifications from agents. When the SNMP manager process is enabled, the router can query other SNMP
agents and process incoming SNMP traps.
Most network security policies assume that routers will be accepting SNMP requests, sending SNMP
responses, and sending SNMP notifications. With the SNMP manager functionality enabled, the router may
also be sending SNMP requests, receiving SNMP responses, and receiving SNMP notifications. The
security policy implementation may need to be updated prior to enabling this functionality.
SNMP requests are typically sent to UDP port 161. SNMP responses are typically sent from UDP port 161.
SNMP notifications are typically sent to UDP port 162
QUESTION 85
ᛐԄ
Refer to the following configuration command.:
A. Any packet that is received in the inside interface with a source IP port addresses of 172.16.10.8:80 is
translated to 172.16.10.8:8080.
B. Any packet that is received in the inside interface with a source IP address of 172.16.10.8is redirected
to port 8080 or port 80.
C. The router accepts only a TCP connection from port 8080 and port 80 on IP address 172.16.10.8.
D. Any packet that is received in the inside interface with a source IP port address of 172.16.10.8:8080 is
translatedto 172.16.10.8:80.
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: http://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/13772-
12.html#topic9
QUESTION 86
When a tunnel interface is configured in the default mode, which statement about routers and the tunnel
destination address is true?
A. The router must have WCCP redirects enabled inbound from the tunnel destination.
B. The router must have redirects enabled outbound toward the tunnel destination.
C. The router must have a route installed toward the tunneldestination.
D. The router must have Cisco Discovery Protocol enabled on the tunnel to form a CDP neighborship with
the tunnel destination.
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 87
Other than a working EIGRP configuration, which option must be the same on all routers for EIGRP
authentication key role over to work correctly?
A. SMTP
B. SNMP
C. passwords
D. time
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
If we have option "Key-Chain", instead of "Passwords" then option C would also be correct.
줐Ԅ
References: https://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-
eigrp/82110-eigrp-authentication.html
QUESTION 88
Which two statements about NTP operation are true? (Choose two.)
Correct Answer: BE
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
NTP is designed to synchronize the time on a network of machines. NTP runs over the User Datagram
Protocol (UDP), using port 123 as both the source and destination, which in turn runs over IP. NTP Version
3 RFC 1305 leavingcisco.com is used to synchronize timekeeping among a set of distributed time servers
and clients. A set of nodes on a network are identified and configured with NTP and the nodes form a
synchronization subnet, sometimes referred to as an overlay network. While multiple masters (primary
servers) may exist, there is no requirement for an election protocol.
An NTP network usually gets its time from an authoritative time source, such as a radio clock or an atomic
clock attached to a time server. NTP then distributes this time across the network. An NTP client makes a
transaction with its server over its polling interval (from 64 to 1024 seconds) which dynamically changes
over time depending on the network conditions between the NTP server and the client. The other situation
occurs when the router communicates to a bad NTP server (for example, NTP server with large
dispersion); the router also increases the poll interval. No more than one NTP transaction per minute is
needed to synchronize two machines. It is not possible to adjust the NTP poll interval on a router.
NTP uses the concept of a stratum to describe how many NTP hops away a machine is from an
authoritative time source. For example, a stratum 1 time server has a radio or atomic clock directly attached
to it. It then sends its time to a stratum 2 time server through NTP, and so on. A machine running NTP
automatically chooses the machine with the lowest stratum number that it is configured to communicate
with using NTP as its time source. This strategy effectively builds a self-organizing tree of NTP speakers.
NTP performs well over the non-deterministic path lengths of packet-switched networks, because it makes
robust estimates of the following three key variables in the relationship between a client and a time server
Reference:
http://www.cisco.com/c/en/us/support/docs/availability/high-availability/19643-ntpm.html
QUESTION 89
Which type of IPv6 address is an identifier for a single interface on a single node?
A. broadcast
B. multicast
C. anycast
D. unicast
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
An IPv6 unicast address is an identifier for a single interface,on a single node. A packet that is sent to a
unicast address is delivered to the interface identified by that address.
References:
QUESTION 90 ԟ
Refer to the exhibit. Which three NTP features can be deduced on the router? (Choose three.)
Explanation/Reference:
Explanation:
The access group options are scanned in the following order, from least restrictive to most restrictive.
However, if NTP matches a deny ACL rule in a configured peer, ACL processing stops and does not
continue to the next access group option.
• The peer keyword enables the device to receive time requests and NTP control queries and to
synchronize itself to the servers specified in the access list.
• The serve keyword enables the device to receivetime requests and NTP control queries from the servers
specified in the access list but not to synchronize itself to the specified servers.
• The serve-only keyword enables the device to receive only time requests from servers specified in the
access list.
• The query-only keyword enables the device to receive only NTP control queries from the servers specified
in the access list.
QUESTION 91
A network engineer receives reports about poor voice quality issues at a remote site. The network engineer
does a packet capture and sees out-of-order packets being delivered. Which option can cause the VoIP
quality to suffer?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
In traditional packet forwarding systems, using different paths have varying latencies that cause out of order
packets, eventually resulting in far lower performance for the network application. Also , if some packets are
process switched quickly by the routing engine of the router while others are interrupt switched (which takes
more time) then it could result in out of order packets.ԇThe other options would cause packet drops or
latency, but not out of order packets.
QUESTION 92
Refer to the exhibit. A network engineer is troubleshooting a DMVPN setup between the hub and the spoke.
The engineer executes the command show crypto isakmp sa and observes the output that is displayed.
What is the problem?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Reference:
http://www.cisco.com/c/en/us/support/docs/security-vpn/ipsec-negotiation-ike-protocols/5409-ipsec-debug-
00.html
QUESTION 93
Which two attributes describe UDP within a TCP/IP network? (Choose two.)
A. acknowledgments
B. unreliable delivery
C. connection-oriented communication
D. increased headers
E. connectionless communication
Correct Answer: BE
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
UDP Characteristics
presents the structure of a UDP segment header. Because UDP is considered to be an unreliable protocol,
it lacks the sequence numbering, window size, and connectionless acknowledgment numbering present in
the header of a TCP segment.
Rather the UDP segment's
Because a UDP segment header is so much smaller than a TCP segment header, UDP becomes a good
candidate for the transport layer protocol serving applications that need to maximize bandwidth and do not
require acknowledgments.
QUESTION 94
A network administrator notices that the BGP state and logs are generated for missing BGP hello
keepalives. What is the potential problem?
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Introduction
This document describes how to determine if internal or external Border Gateway Protocol (BGP) neighbor
flaps are caused by maximum transmission unit (MTU) issues.
Problem
BGP neighbors form; however, at the time of prefix exchange, the BGP state drops and the logsgenerate
missing BGP hello keepalives or the other peer terminates the session.
References:
QUESTION 95
Which IP SLA operation can be used to measure round-trip delay for the full path and hop-by hop round-trip
delay on the network?
A. HTTP
B. ICMP echo
C. TCP connect
D. ICMP path echo
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
The ICMP Path Echo operation computes hop-by-hop response time between a Cisco router and any IP
device on the network.
References:
http://www.cisco.com/en/US/technologies/tk648/tk362/tk920/
technologies_white_paper09186a00802d5efe.html
QUESTION 96
In which form does PAP Authentication send the user name and password across the link?
A. clear text
B. hashed
C. encrypted
D. password protected
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
QUESTION 97
What is the administrative distance for EBGP?
A. 200
B. 20
C. 30
D. 70
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
QUESTION 98
What is the optimal location from which to execute a debug command that produces an excessive amount
of information?
A. vty lines
B. a console port
C. SNMP commands
D. an AUX port
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Excessive debugs to the console port of a router can cause it to hang. This is because the router
automatically prioritizes console output ahead of other router functions. Hence if the router is processing a
large debug outputto the console port, it may hang. Hence, if the debug output is excessive use the vty
(telnet) ports or the log buffers to obtain your debugs. More information is provided below.
References:
http://www.cisco.com/c/en/us/support/docs/dial-access/integrated-services-digital-networks-isdn-channel-
associated-signaling-cas/10374-debug.html
QUESTION 99
ꎰԇ
w
w
缠0
뢠+
缠0
媐Ԉ
뤐+
A. 1
B. 5
C. 9
D. 20
E. 54
F. 224
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Answers vary, some answers will be 3. To find the answer, you can check the number of times the
execcuted SPF algorithm ran via the “show ip ospf”command on R4:
ԇ
QUESTION 100
An engineer is using a network sniffer to troubleshoot DHCPv6 between a router and hosts on the LAN with
the following configuration:
interface Ethernet0
ipv6 dhcp server DHCPSERVERPOOL rapid-commit
!
Which two DHCP messages will appear in the sniffer logs? (Choose two.)
A. reply
B. request
C. advertise
D. Acknowledge
E. solicit
F. accept
Correct Answer: AE
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
The DHCPv6 client can obtain configuration parameters from a server either through a rapid two-message
exchange (solicit, reply) or through a four-message exchange (solicit, advertise, request, and reply). By
default, the four-message exchange is used. When the rapid-commit option is enabled by both the client
and the server, the two-message exchange is used.
References:
QUESTION 101
At which layer does Cisco Express Forwarding use adjacency tables to populate addressing information?
A. Layer 4
B. Layer 3
C. Layer 2
D. Layer 1
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation: Adjacency table - Nodes in the network are said to be adjacent if they can reach each other
with a single hop across a link layer. In addition to the FIB, CEF uses adjacency tables to prepend Layer 2
addressing information. The adjacency table maintains Layer 2 next-hop addresses for all FIB entries.
References:
http://www.cisco.com/c/en/us/support/docs/routers/12000-series-routers/47321-ciscoef.html
QUESTION 102
A network engineer wants to ensure an optimal end-to-end delay bandwidth product. The delay is less than
64 ms. Which TCP feature ensures steady state throughput?
A. network buffers
焀Ԉ
B. TCP acknowledgments
C. widows scaling
D. round-trip timers
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Options can be carried in a TCP header. Those relevant to TCP performance include Window- scale option
: This option is intended to address the issue of the maximum window size in the face of paths that exhibit a
high-delay bandwidth product. This option allows the window size advertisement to be right-shifted by the
amount specified (in binary arithmetic, a right-shift corresponds to a multiplication by 2). Without this option,
the maximum window size that can be advertised is 65,535 bytes (the maximum value obtainable in a 16-bit
field). The limit of TCP transfer speed is effectively one window size in transit between the sender and the
receiver. For high-speed, long-delay networks, this performance limitation is a significant factor, because it
limits the transfer rate to at most 65,535 bytes per round-trip interval, regardless of available network
capacity. Use of the window- scale option allows the TCP sender to effectively adapt to high-band-width,
high-delay network paths, by allowing more data to be held in flight.
The maximum window size with this option.
Reference:
http://www.cisco.com/c/en/us/about/press/internet-protocol-journal/back-issues/table-contents-5/ipj-archive/
article09186a00800c8417.html
QUESTION 103
Which two functionalities are specific to stateless NAT64? (Choose two.)
Correct Answer: AE
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Reference:
http://www.cisco.com/c/en/us/support/docs/ip/express-forwarding-cef/26083-trouble-cef.html
QUESTION 105
During which DMVPN phase is spoke-to-spoke communication enabled?
A. Phase 1
B. Phase 6
C. Phase 2
D. Phase 5
E. Phase 4
Correct Answer: C ԇ
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 106
Which two tasks does a DHCP relay agent perform? (Choose two.)
Correct Answer: DE
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/td/docs/interfaces_modules/services_modules/ace/vA5_1_0/
configuration/rtg_brdg/guide/rtbrgdgd/dhcp.pdfpage 3
QUESTION 107
Which two address types are included in NAT? (Choose two.)
A. outside Internet
B. outside local
C. inside global
D. global outside
E. inside Internet
Correct Answer: BC
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/4606-8.html
QUESTION 108
A network engineer is modifying RIPng timer configuration. Which configuration mode should the engineer
use?
A. router(config-if)#
B. router(config-rtr)#
C. router(config)#
D. router(config-ripng)#
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
This is how to change the timers for RIPng:
R1(config)#ipv6 router rip test
R1(config-rtr)#timers 5 15 10 30 (5: Update period; 15: Route timeout period; 10: Route holddown period;
30: Route garbage collection period)
QUESTION 109 䐀)
Which two statements about IP access lists are true? (Choose two.)
A. IP access lists without at least one deny statement permit all traffic by default.
B. They support wildcard masks to limit the address bits to which entries are applied.
C. Extended access lists must include port numbers.
D. They end with an implicit permit.
E. Entries are applied to traffic in the order in which they appear.
Correct Answer: BE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 110
Which option is one way to mitigate asymmetric routing on an active/active firewall setup for TCP-based
connections?
A. disabling asr-group commands on interfaces that are likely to receive asymmetric traffic
B. disabling stateful TCP checks
C. performing packet captures
D. replacing them with redundant routers and allowing load balancing
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 111
A network engineer executes the show ip cache flow command. Which two types of information are
displayed in the report that is generated? (Choose two.)
Correct Answer: AB
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 112
Which two statements about NetFlow version 9 are true? (Choose two.)
Correct Answer: CF 娀Ԉ
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 113
Which three statements about SNMP are true? (Choose three.)
Explanation/Reference:
Explanation:
"A manager can send the agent requests to get and set MIB values."
" The security features provided in SNMPv3 are as follows: Message integrity, Authentication, Encryption."
"SNMP requests typically are sent to User Datagram Protocol (UDP) port 161."
Reference:
https://www.cisco.com/c/en/us/td/docs/ios/12_2/configfun/configuration/guide/ffun_c/fcf014.html
QUESTION 114
In which two areas does OSPF send a summary route by default? (Choose two.)
A. NSSA
B. totally stubby
C. normal
D. backbone
E. stub
Correct Answer: BE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 115
Which DHCP options provides a TFTP server that Cisco phones can use to download a configuration?
A. DHCP Option 57
B. DHCP Option 66
C. DHCP Option 82
D. DHCP Option 68
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation: ԇ
QUESTION 116
Which two commands must you configure on a DMVPN hub to enable phase 3? (Choose two.)
A. ip nhrp map
B. ip redirects
C. ip nhrp shortcut
D. ip nhrp interest
E. ip nhrp redirect
F. ip network-id
Correct Answer: CE
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
DMVPN in Phase 3
--ip nhrp shortcut is require only to the Spoke,
--ip nhrp shortcut and ip nhrp redirect are both requires to the Hub
Reference: http://blog.ine.com/2008/12/23/dmvpn-phase-3/
QUESTION 117
By default, which type of IPv6 address is used to build the EUI-64 bit format?
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
https://howdoesinternetwork.com/2013/slaac-ipv6-stateless-address- autoconfiguration
QUESTION 118
Which two statements about GRE tunnel interfaces are true? (Choose two.)
Correct Answer: BE
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/118361-
technote-gre-00.html
QUESTION 119
A network engineer executes the commands logging host 172.16.200.225 and logging trap 5. Which action
results when these two commands are executed together?
A. Logging messages that have a debugging severity level are sent to the remote server 172.16.200.225.
B. Logged information is stored locally, showing the source as 172.16.200.225.
C. Logging messages that have any severity level are sent to the remote server 172.16.200.225.
D. Logging messages that have a severity level of “notifications” and above (numerically lower) are sent to
the remote server 172.16.200.225.
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 120
Which problem can be caused by latency on a UDP stream?
A. The device that sends the stream is forced to hold data in the buffer for a longer period of time.
B. The device that receives the stream is forced to hold data in the buffer for a longer period of time.
C. The devices at each end of the stream are forced to negotiate a smaller windows size.
D. The overall throughput of the stream is decreased.
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 121
Which Cisco Express Forwarding components maintains Layer 2 addressing information?
A. adjacency table
B. RIB
C. FIB
D. fast switching
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 122
Refer to the exhibit.
Why is the default route not removed when 172.20.20.2 stops replying to ICMP echos?
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 123
In which scenario can asymmetric routing occur?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
What is Asymmetric Routing?
In Asymmetric routing, a packet traverses from a source to a destination in one path and takes a different
path when it returns to the source. This is commonly seen in Layer-3 routed networks.
Asymmetric routing is when a packet returns on a patch that is different from a path that the traffic was
sent. This can be seen in normal situations when there are multiple paths to/from a destination. It can also
be seen in misconfiguration situations such as a server having two NIC's for load balancing and it's instead
routing between them.
QUESTION 124
Which feature can mitigate fragmentation issues within network segments that are between GRE
endpoints?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 125
After reviewing the EVN configuration, a network administrator notices that a predefined EVN, which is
known as “vnet global”, was configured. What is the purpose of this EVN?
Correct Answer: B
珐Ԉ
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/evn/configuration/xe-3s/evn-xe-3s-book/evn-
overview.html
QUESTION 126
Which two debug commands can you use to view issues with CHAP and PAP authentication? (Choose
two.)
A. debug radius
B. debug tacacs
C. debug aaa authentication
D. debug ppp negotiation
E. debug ppp authentication
Correct Answer: DE
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Reference:
http://www.cisco.com/c/en/us/support/docs/wan/point-to-point-protocol-ppp/25647-understanding-ppp-
chap.html
QUESTION 127
Which option is the minimum privilege level that allows the user to execute all user-level commands but
prohibits enable-level commands by default?
A. level 0
B. level 1
C. level 14
D. level 15
E. level 16
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/support/docs/security-vpn/terminal-access-controller-access-
control-system-tacacs-/23383-showrun.html#priv
QUESTION 128
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 129
Which next hop is going to be used for 172.17.1.0/24 ?
A. 10.0.0.1
B. 192.168.1.2
C. 10.0.0.2
D. 192.168.3.2
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
QUESTION 130
Which two OSPF router types can perform summarization in an OSPF network? (Choose two.)
Correct Answer: AE
Section: Mix Questions
Explanation
析Ԉ
Explanation/Reference:
QUESTION 131
Which option is the minimum logging level that displays a log message when an ACL drops an incoming
packet?
A. Level 5
B. Level 7
C. Level 3
D. Level 6
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
When the ACL logging feature is configured, the system monitors ACL flows and logs dropped packets and
statistics for each flow that matches the deny conditions of the ACL entry.
The log and log-input options apply to an individual ACE and cause packets that match the ACE to be
logged.
The sample below illustrates the initial message and periodic updates sent by an IOS device with a default
configuration using the log ACE option.
Reference: https://www.cisco.com/c/en/us/about/security-center/access-control-list-logging.html
QUESTION 132
Which two features does RADIUS combine? (Choose two.)
A. SSH
B. authorization
C. Telnet
D. authentication
E. accounting
Correct Answer: BD
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 133
After testing various dynamic IPv6 address assignment methods, an engineer decides that more control is
needed when distributing addresses to clients. Which two advantages does DHCPv6 have over EUI-64?
(Choose two.)
Correct Answer: CE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 134
What does stateful NAT64 do that stateless NAT64 does not do?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/enterprise-ipv6-solution/
white_paper_c11-676278.html
QUESTION 135
Which version or versions of NetFlow support MPLS?
A. NetFlow version 9
B. NetFlow version 8
C. all versions of NetFlow
D. NetFlow versions 8 and 9
E. NetFlow version 5
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
MPLS-aware NetFlow uses the NetFlow Version 9 export format. MPLS-aware NetFlow exports up to three
labels of interest from the incoming label stack, the IP address associated with the top label, as well as
traditional NetFlow data.
Reference: https://www.cisco.com/c/en/us/td/docs/ios/12_0s/feature/guide/fsmnf24.html
QUESTION 136
Which value does a Cisco router use as its default username for CHAP authentication?
A. ppp
B. its own hostname
C. cisco
D. chap
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
娀Ԉ
Reference:
https://www.cisco.com/c/en/us/support/docs/wan/point-to-point-protocol-ppp/25647-understanding-ppp-
chap.html
QUESTION 137
A network engineer wants an NTP client to be able to update the local system without updating or
synchronizing with the remote system. Which option for the ntp access-group command is needed to
accomplish this?
A. peer
B. query-only
C. serve-only
D. serve
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 138
Refer to the exhibit. You have correctly identified the inside and outside interfaces in the NAT configuration
of this device. Which effect of this configuration is true?
A. NAT64
B. dynamic NAT
C. PAT
D. static NAT
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 139
The Neighbor Discovery Protocol in ipv6 is replaced with which discovery protocol in ipv4?
A. ARP
B. ICMP
C. UDP
D. TCP
E. RFC
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Neighbor Discovery -- or ND -- is the protocol used by
栐ԈIPv6 to determine neighboring hosts, and will replace
ARP which was used in IPv4. It will perform similar tasks of the Address Resolution Protocol (ARP) and
ICMP Router Discovery Protocol. It's purpose remains to get the MAC/Link Layer addresses of available
hosts, and the connection information of available routers in the network.
QUESTION 140
Which two protocols can cause TCP starvation? (Choose two)
A. TFTP
B. SNMP
C. SMTP
D. HTTPS
E. FTP
Correct Answer: AB
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation: TFTP (69) and SNMP (161) are UDP protocols
QUESTION 141
What is the international standard for transmitting data over a cable system?
A. PPPoE
B. DOCSIS
C. CMTS
D. AAL5
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 142
ALWAYS block the outbound web traffic on Saturdays and Sunday between 1:00 to 23:59
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 143
What is IPv6 router solicitation?
Correct Answer: D 䐀)
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 144
What is the default value of TCP maximum segment size?
A. 536
B. 1492
C. 1500
D. 1508
E. 3340
F. 4096
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
THE TCP MAXIMUM SEGMENT SIZE IS THE IP MAXIMUM DATAGRAM SIZE MINUS FORTY.
The default IP Maximum Datagram Size is 576.
The default TCP Maximum Segment Size is 536.
http://www.ietf.org/rfc/rfc879.txt?referring_site=bodynav
QUESTION 145
If routers in a single area are configured with the same priority value, what value does a router use for the
OSPF Router ID in the absence of a loopback interface?
A. The lowest IP address of any physical interface
B. The highest IP address of any physical interface
C. The lowest IP address of any logical interface
D. The highest IP address of any logical interface
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 146
A network engineer applies the command ip tcp adjust-mss <bytes> under interface configuration mode.
What is the result?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 147 娀Ԉ
Which two commands do you need to implement on the CALLING router to support the PPPoE client?
(choose Two)
Correct Answer: BE
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Configuration at Client side (PPPoE Client):
interface Dialer 2
encapsulation ppp
ip address negotiated
ppp chap hostname TUT
ppp chap password MyPPPoE
ip mtu 1492
dialer pool 1
For the above we ca see that mtu and pppoe-client dialer-pool-number are commands to pppoe CLIENT
and
peer default ip address pool, bba-group pppoe, and pppoe enable group are commands to pppoe
SERVER
QUESTION 148
Which two commands must you configure in the calling router to support the PPPoE client? (Choose two.)
Correct Answer: AE
Section: Mix Questions
Explanation
ԇ
Explanation/Reference:
QUESTION 149
Frame Relay LMI autosense. Which statements are true? (Choose two.)
Correct Answer: AC
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
LMI autosense is active in the following situations:
-The router is powered up or the interface changes state to up.
-The line protocol is down but the line is up.
-The interface is a Frame Relay DTE.
-The LMI type is not explicitly configured.
QUESTION 150
Which value does Frame Relay use to identify a connection between a DTE and DCE?
A. DLCI
B. IP address
C. MAC address
D. VLAN ID
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 151
Which two statements about configuring Frame Relay point-to-multipoint connections are true? (Choose
two)
Correct Answer: DE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 152
Which cisco Express Forwarding component maintains Layer 2 addressing information?
A. dCEF 媐Ԉ
B. Adjacency table
C. FIB
D. Fast switching
E. RIB
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Adjacency TablesNodes in the network are said to be adjacent if they can reach each other with a single
hop across a link layer. In addition to the FIB, CEF uses adjacency tables to prepend Layer 2 addressing
information. The adjacency table maintains Layer 2 next-hop addresses for all FIB entries.
Reference:
http://www.cisco.com/c/en/us/td/docs/ios/12_2/switch/configuration/guide/fswtch_c/xcfcef.html
QUESTION 153
What configurations does PPPoE allow? (Choose two.)
Correct Answer: BC
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 154
Which command instruct a PPPoE client to obtain its IP address from the PPPoe server?
A. Interface dialer
B. IP address negotiated
C. PPPoE enable
D. IP address DHCP
E. IP address dynamic
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 155
Refer to the exhibit. Router 1 cannot ping router 2 via the Frame Relay between them.
Which two statements describe the problems? (Chooses two.)
娀Ԉ
A. Encapsulation is mismatched.
B. Frame Relay map is configured.
C. DLCI is active.
D. DLCI is inactive or deleted.
E. An access list is needed to allow ping
Correct Answer: AD
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Frame Relay: Cannot ping Remote Router:
1-Encapsulation mismatch has occurred.
2-DLCI is inactive or has been deleted.
3-DLCI is assigned to the wrong subinterface.
4-An access list was misconfigured.
5-The frame-relay map command is missing.
6-No broadcast keyword is found in frame-relay map statements.
QUESTION 156
How should a router that is being used in a Frame Relay network be configured to keep split horizon issues
from preventing routing updates?
A. Configure a separate subinterface for each PVC with a unique DLCI and subnet assigned to the
subinterface
B. Configure each Frame Relay circuit as a point-to-point line to support multicast and broadcast traffic
C. Configure many subinterfaces in the same subnet.
D. Configure a single subinterface to establish multiple PVC connections to multiple remote router
interfaces
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
If you have a serial port configured with multiple DLCIs connected to multiple remote sites, split horizon
rules, stop route updates received on an interface from being sent out the same interface. By creating
subinterfaces for each PVC, you can avoid the split horizon issues when using Frame Relay.
http://www.indiabix.com/networking/wide-area-networks/015004
QUESTION 157
In which two ways can split horizon issues be overcome in a Frame Relay network environment? (Choose
two.)
A. Configuring one physical serial interface with Frame Relay to various remote sites.
B. Configure a loopback interface with Frame Relay to various remote sites
C. Configuring multiple subinterfaces on a single physical interface to various remote sites.
D. Enabling split horizon.
椀Ԉ
E. Disabling split horizon.
Correct Answer: CE
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
1/ IP split horizon checking is disabled by default for Frame Relay encapsulation to allow routing updates to
go in and out of the same interface. An exception is the Enhanced Interior Gateway Routing Protocol
(EIGRP) for which split horizon must be explicitly disabled. 2/Configuring Frame Relay subinterfaces
ensures that a single physical interface is treated as multiple virtual interfaces. This capability allows you to
overcome split horizon rules so packets received on one virtual interface can be forwarded to another
virtual interface, even if they are configured on the same physical interface.
Reference:
http://www.cisco.com/c/en/us/support/docs/wan/frame-relay/14168-fr-faq.html
QUESTION 158
Your network consists of a large hub-and-spoke Frame Relay network with a CIR of 56 kb/s for each
spoke.
Which statement about the selection of a dynamic protocol is true? Choose the best response.
Explanation/Reference:
Explanation:
By default, EIGRP will limit itself to using no more than 50% of the interface bandwidth. The primary benefit
of controlling EIGRP's bandwidth usage is to avoid losing EIGRP packets, which could occur when EIGRP
generates data faster than the interface line can absorb it. This is of particular benefit on Frame Relay
networks, where the access interface bandwidth and the PVC capacity may be very different.
QUESTION 159
A network engineer enables OSPF on a Frame Relay WAN connection to various remote sites, but no
OSPF adjacencies come up.
Which two actions are possible solutions for this issue? (Choose two)
Correct Answer: AD
Section: Mix Questions
Explanation
Explanation/Reference:
䐀)
QUESTION 160
Which of the following SNMPv2 uses for authentication?
A. HMAC-MD5
B. HMAC-SHA
C. CBC-DES
D. Community strings
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 161
Which statement about stateless and stateful IPv6 autoconfiguration are true?
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Stateful autoconfiguration is the IPv6 equivalent of DHCP. A new protocol, called DHCPv6 (and based
closely on DHCP), is used to pass out addressing and service information in the same way that DHCP is
used in IPv4. This is called “stateful” because the DHCP server and the client must both maintain state
information to keep addresses from conflicting, to handle leases, and to renew addresses over time.
Stateless Autoconfiguration allows an interface to automatically “lease” an IPv6 address and does not
require the establishment of an server to delve out address space. Stateless autoconfiguration allows a
host to propose an address which will probably be unique (based on the network prefix and its Ethernet
MAC address) and propose its use on the network. Because no server has to approve the use of the
address, or pass it out, stateless autoconfiguration is simpler. This is the default mode of operation for most
IPv6 systems, including servers
QUESTION 162
What is true about peer groups? (Choose two.)
Correct Answer: BC
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 163
If you want to migrate an IS-IS network to another routing protocol with _____. (Choose two)
娀Ԉ
A. UDP
B. Internal BGP
C. TCP/IP
D. EIGRP
E. OSPF
F. RIP
Correct Answer: DE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 164
Refer to the exhibit. In the network diagram, Area 1 is defined as a stub area. Because redistribution is not
allowed in the stub area, EIGRP routes cannot be propagated into the OSPF domain. How does defining
area 1 as a not-so-stubby area (NSSA) make it possible to inject EIGRP routes into the OSPF NSSA
domain?
A. By creating type 5 LSAs
B. By creating type 7 LSAs
C. By creating a link between the EIGRP domain and the RIP domain, and redistributing EIGRP into RIP
D. By manually changing the routing metric of EIGRP so that it matches the routing metric of OSPF
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 165
What attribute is used to influce traffic form AS200 and AS300 so that it uses link1 to reach AS100?
ԇ
A. MED
B. AS_path
C. Weight
D. Local preference
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 166
What is true about EIGRP's redistributed static routes and summarized routes? (Choose two.)
Correct Answer: AB
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 167
You have a router has some interface configured with 10Gb interface and giga interface.
Which command you use to optimize higher BW?
A.
B.
C.
D.
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 168
RIPng ____________.
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 169
Which are new LSA types in OSPF for IPv6 (OSPFv3)? (Choose two.)
A. LSA Type 8
B. LSA Type 9
C. LSA Type 10
D. LSA Type 12
Correct Answer: AB
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 170
Which of the below mentioned conditions form a neighbor relationship in EIGRP? (Choose three.)
Explanation/Reference:
QUESTION 171
A network engineer is disabling split horizon on a point-to-multipoint interface that is running RIPng. Under
which configuration mode can split horizon be disabled?
A. router(config-riping)#
B. router(config-rtr)#
C. router(config-if)#
D. router(config)#
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 172
An EUI-64-bit address is formed by adding a reserved 16-bit value in which position of the Mac address?
A. Between the vendor OID and the NIC-specific part of the MAC address.
뵐+
B. After the NIC-specific part of the MAC address.
C. Before the vendor OID part of the MAC address.
D. Anywhere in the Mac address, because the value that is added is reserved.
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 173
An EUI-64 bit address is formed by inserting which 16-bit value into the MAC address of a device?
A. 3FFE
B. FFFE
C. FF02
D. 2001
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 174
Which IPV6 address type does RIPng use for next-hop addresses?
A. Anycast
B. Global
C. Multicas
D. Site-local
E. Link-local
Correct Answer: E
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 175
Which type of message does a device configured with the eigrp stub command send in response to EIGRP
queries?
A. Invalid request
B. Unavailable
C. Stuck in active
D. Stub-only
E. Reject
F. Inaccessible
Correct Answer: F
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
When using the EIGRP Stub Routing feature, you need ԇ to configure the distribution and remote routers to
use EIGRP, and to configure only the remote router as a stub. Only specified routes are propagated from
the remote (stub) router. The router responds to queries for summaries, connected routes, redistributed
static routes, external routes, and internal routes with the message "inaccessible." A router that is
configured as a stub will send a special peer information packet to all neighboring routers to report its status
as a stub router.
QUESTION 176
Which two statements about route targets that are configured with VRF-Lite are true? (Choose two.)
Correct Answer: BC
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 177
What is the output of the following command:
show ip vrf
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 178
What command would you use to set EIGRP routes to be prioritized?
A. Distance 100
B. Distance 89
C. Distance eigrp 100
D. Distance eigrp 89
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 179
Which routing protocol does DMVPN support? (Choose three.)
A. ISIS
媐Ԉ
B. RIP
C. EIGRP
D. OSPF
E. BGP
Explanation/Reference:
QUESTION 180
Refer to the exhibit.
Routers R1 and R2 are IPv6 BGP peers that have been configured to support a neighbor relationship over
an IPv4 internet work. Which three neighbor IP addresses are valid choices to use in the highlighted section
of the exhibit? (Choose three.)
A. ::0A43:0002
B. 0A43:0002:: 娀Ԉ
C. ::10.67.0.2
D. 10.67.0.2::
E. 0:0:0:0:0:0:10.67.0.2
F. 10.67.0.2:0:0:0:0:0:0
Explanation/Reference:
Explanation:
The automatic tunneling mechanism uses a special type of IPv6 address, termed an "IPv4- compatible"
address. An IPv4-compatible address is identified by an all-zeros 96-bit prefix, and holds an IPv4 address in
the low-order 32-bits. IPv4-compatible addresses are structured as follows:
QUESTION 181
Refer to the exhibit. Based upon the configuration, you need to understand why the policy routing match
counts are not increasing. Which would be the first logical step to take?
A. Confirm if there are other problematic route-map statements that precede divert.
B. Check the access list for log hits.
C. Check the routing table for 212.50.185.126.
D. Remove any two of the set clauses. (Multiple set clause entries will cause PBR to use the routing table.)
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
First we should check the access-list log, if the hit count does not increase then no packets are matched
the access-list -> the policy based routing match counts will not increase.
橠Ԉ
QUESTION 182
The OSPF which type of Router CAN BE aggregated? (Choose two.)
A. the ABR
B. the ASBR
C. Backbone Router
D. Intra Router
Correct Answer: AB
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 183
You need the IP address of the devices with which the router has established an adjacency. Also, the
retransmit interval and the queue counts for the adjacent routers need to be checked. What command will
display the required information?
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 184
Which is an “invalid” option when redistributing from EIGRP into OSPF?
A. ACL
B. Tag
C. Metric
D. Route map
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 185
What does the show ip route vrf CISCO command display?
Correct Answer: B
Section: Mix Questions
Explanation 穠Ԉ
Explanation/Reference:
QUESTION 186
Refer to Exhibit.
R1 is unable to ping interface S0/0 of R2.
What is the issue the configuration that is shown here?
A. The route-target configuration command is missing.
B. The interface IP addresses are not in the same subnet.
C. the syntax of the ping command is wrong.
D. The default route configuration is missing.
E. The serial interfaces belong to the global table instead of vrf Yellow.
Correct Answer: E
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 187
Which option describes why the EIGRP neighbors of this router are not learning routes that are received
from OSPF?
Explanation/Reference:
QUESTION 188
By default, which statement is correct regarding the redistribution of routes from other routing protocols into
OSPF? Select the best response.
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Type E1 external routes calculate the cost by adding the external cost to the internal cost of each link that
the packet crosses while the external cost of E2 packet routes is always the external cost only. E2 is useful
if you do not want internal routing to determine the path. E1 is useful when internal routing should be
included in path selection. E2 is the default external metric when redistributing routes from other routing
protocols into OSPF.
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 190
What appears in the other router routing table?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 191
Which three configuration parameters can a DHCPV6 pool contain? (Choose three.)
Explanation/Reference:
Explanation:
Each configuration pool can contain the following configuration parameters and operational information:
-Prefix delegation information, which includes:
-A prefix pool name and associated preferred and valid lifetimes
-A list of available prefixes for a particular client and associated preferred and valid lifetimes
-A list of IPv6 addresses of DNS servers
-A domain search list, which is a string containing domain names for the DNS resolution
Reference:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_dhcp/configuration/xe-3s/dhcp-xe-3s-book/ip6-
dhcp-prefix-xe.pdf
QUESTION 192
What are two BGP neigborship states? (Choose two.)ԇ
A. Full
B. Open Sent
C. 2WAY
D. Connect
E. DROTHER
F. Stuck in active
Correct Answer: BD
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 193
What is the effect of the following two commands? (Choose two.)
Correct Answer: AC
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 194
Which access list entry checks for an ACK within a packet TCP header?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 195
Which type of access list allows granular session filtering for upper-level protocols?
Correct Answer: C
Section: Mix Questions
Explanation ԇ
Explanation/Reference:
QUESTION 196
Which two options are requirements for EIGRP authentication? (Choose two.)
Correct Answer: BD
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 197
Which command prevents routers from sending routing updates through a router interface?
A. default-metric 0
B. distribute-list in
C. passive-interface
D. distribute-list out
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
To prevent routing updates through a specified interface, use the passive-interface type number command
in router configuration mode.
Reference:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_pi/configuration/xe-3s/iri-xe-3s-book/iri-default-
passive-interface.html
QUESTION 198
Which three options are valid DHCPv6 functions? (Choose three.)
A. Server
B. Client
C. Approver
D. Requester
E. Repeater
F. ACK
G. Relay
Explanation/Reference:
樀Ԉ
QUESTION 199
Refer to the exhibit. A network engineer executes the show ipv6 ospf database command and is presented
with the output that is shown.
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 200
Which type of address does OSPFv3 use to form neighbor adjacencies and to send LSAs?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 201
Which the Valid range for BGP private ASNs?
简Ԉ
A. 64512-65535
B. 62464-65024
C. 64512-65024
D. 62464-64511
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 202
OSPF chooses routes in which order, regardless of route's administrative distance and metric? (Choose all
that apply.)
A. Intra-Area (O)
B. Inter-Area (O IA)
C. External Type 1 (E1)
D. External Type 2 (E2)
E. NSSA Type 1 (N1)
F. NSSA Type 2 (N2)
Explanation/Reference:
Explanation:
Regardless of a route’s metric or administrative distance, OSPF will choose routes in the following order:
Intra-Area (O)
Inter-Area (O IA)
External Type 1 (E1)
External Type 2 (E2)
NSSA Type 1 (N1)
NSSA Type 2 (N2)
䐀)
QUESTION 203
When ospf is forming an adjacency, in which state does the actual exchange of information in the link-state
database occur?
A. INIT
B. Loading
C. Exstart
D. Exchange
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Down
This is the first OSPF neighbor state. It means that no information (hellos) has been received from this
neighbor, but hello packets can still be sent to the neighbor in this state.
During the fully adjacent neighbor state, if a router doesn't receive hello packet from a neighbor within the
RouterDeadInterval time (RouterDeadInterval = 4*HelloInterval by default) or if the manually configured
neighbor is being removed from the configuration, then the neighbor state changes from Full to Down.
Attempt
This state is only valid for manually configured neighbors in an NBMA environment. In Attempt state, the
router sends unicast hello packets every poll interval to the neighbor, from which hellos have not been
received within the dead interval.
Init
This state specifies that the router has received a hello packet from its neighbor, but the receiving router's
ID was not included in the hello packet. When a router receives a hello packet from a neighbor, it should list
the sender's router ID in its hello packet as an acknowledgment that it received a valid hello packet.
2-Way
This state designates that bi-directional communication has been established between two routers. Bi-
directional means that each router has seen the other's hello packet. This state is attained when the router
receiving the hello packet sees its own Router ID within the received hello packet's neighbor field. At this
state, a router decides whether to become adjacent with this neighbor. On broadcast media and non-
broadcast multiaccess networks, a router becomes full only with the designated router (DR) and the backup
designated router (BDR); it stays in the 2-way state with all other neighbors. On Point-to-point and Point-to-
multipoint networks, a router becomes full with all connected routers.
At the end of this stage, the DR and BDR for broadcast and non-broadcast multi-acess networks are
elected. For more information on the DR election process, refer to DR Election.
Note: Receiving a Database Descriptor (DBD) packet from a neighbor in the init state will also a cause a
transition to 2-way state.
Exstart
Once the DR and BDR are elected, the actual process of exchanging link state information can start
between the routers and their DR and BDR.
In this state, the routers and their DR and BDR establish a master-slave relationship and choose the initial
sequence number for adjacency formation. The router 콐+with the higher router ID becomes the master and
starts the exchange, and as such, is the only router that can increment the sequence number. Note that
one would logically conclude that the DR/BDR with the highest router ID will become the master during this
process of master-slave relation. Remember that the DR/BDR election might be purely by virtue of a higher
priority configured on the router instead of highest router ID. Thus, it is possible that a DR plays the role of
slave. And also note that master/slave election is on a per-neighbor basis.
Exchange
In the exchange state, OSPF routers exchange database descriptor (DBD) packets. Database descriptors
contain link-state advertisement (LSA) headers only and describe the contents of the entire link-state
database. Each DBD packet has a sequence number which can be incremented only by master which is
explicitly acknowledged by slave. Routers also send link-state request packets and link-state update
packets (which contain the entire LSA) in this state. The contents of the DBD received are compared to the
information contained in the routers link-state database to check if new or more current link-state
information is available with the neighbor.
Loading
In this state, the actual exchange of link state information occurs. Based on the information provided by the
DBDs, routers send link-state request packets. The neighbor then provides the requested link-state
information in link-state update packets. During the adjacency, if a router receives an outdated or missing
LSA, it requests that LSA by sending a link-state request packet. All link-state update packets are
acknowledged.
Full
In this state, routers are fully adjacent with each other. All the router and network LSAs are exchanged and
the routers' databases are fully synchronized.
Full is the normal state for an OSPF router. If a router is stuck in another state, it is an indication that there
are problems in forming adjacencies. The only exception to this is the 2-way state, which is normal in a
broadcast network. Routers achieve the FULL state with their DR and BDR in NBMA/broadcast media and
FULL state with every neighbor in the remaining media such as point-to-point and point-to-multipoint.
Note: The DR and BDR that achieve FULL state with every router on the segment will display FULL/
DROTHER when you enter the show ip ospf neighbor command on either a DR or BDR. This simply means
that the neighbor is not a DR or BDR, but since the router on which the command was entered is either a
DR or BDR, this shows the neighbor as FULL/DROTHER.
ԇ
QUESTION 204
During a recent OSPF election among three routers, RTA was elected the DR and RTB was elected the
BDR, as seen in the graphic. Assume that RTA fails, and that RTB takes the place of the DR while RTC
becomes the new BDR. What will happen when RTA comes back online?
A. RTA will take the place of DR immediately upon establishing its adjacencies
B. RTA will take the place of DR only if RTB fails.
C. RTA will take the place of DR only if both RTB and RTC fail.
D. A new election will take place establishing an all new DR and BDR based on configured priority levels
and MAC addresses.
Correct Answer: C 趀Ԉ
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
If a router with a higher priority value gets added to the network, it does not preempt the DR
and BDR. The only time a DR and BDR changes is if one of them is out of service. If the DR
is out of service, the BDR becomes the DR, and a new BDR is selected. If the BDR is out of
service, a new BDR is elected. In a multi-access network, the router that is powered on first
will generally become the DR, since the DR/BDR process is not pre-emptive.
QUESTION 205
Refer to the exhibit. EIGRP is configured on all routers in the network. On a basis of the show ip eigrp
topology output provided, what conclusion can be derived? Select the best response.
A. Router R1 can send traffic destined for network 10.6.1.0/24 out of interface FastEthernet0/0.
B. Router R1 is waiting for a reply from the neighbor 10.1.2.1 to the hello message sent out before it
declares the neighbor unreachable.
C. Router R1 is waiting for a reply from the neighbor 10.1.2.1 to the hello message sent out inquiring for a
second successor to network 10.6.1.0/24.
D. Router R1 is waiting for a reply from the neighbor 10.1.2.1 in response to the query sent out about
network 10.6.1.0/24.
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
쿐+
QUESTION 206
An administrator types in the command router ospf 1 and receives the error message:
What should be done to correctly set up OSPF? Select the best response.
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 207
The following exhibit shows ipv6 route output. What would the metric be for a summary route that
summarizes all three OSPFv3 routes displayed?
A. 160
B. 140
C. 120
D. 100
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 208
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? Select the best response.
籰Ԉ
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 209
Refer to the exhibit. Which three statements accurately describe the result of applying the exhibited route
map? (Choose three.)
A. The map prohibits the redistribution of all type 2 external OSPF routes with tag 6 set.
B. The map prohibits the redistribution of all type 2 external OSPF routes.
C. The map redistributes into EIGRP all routes that match the pfx prefix list and the five metric values
40000, 1000, 255, 1, and 1500.
D. The map prohibits the redistribution of all external OSPF routes with tag 6 set.
E. All routes that do no match clauses 10 and 20 of the route map are redistributed with their tags set to 8.
F. The map permits the redistribution of all type 1 external OSPF routes.
蹰Ԉ
Correct Answer: AEF
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
In the route-map:
The deny clause rejects route matches from redistribution. If several match commands are present in a
clause, all must succeed for a given route in order for that route to match the clause (in other words, the
logical AND algorithm is applied for multiple match commands). In this question, both the “match tag 6” and
“match route-type external type-2” must be matched for this route to be denied -> A is correct.
If a match command is not present, all routes match the clause. In this question, all routes that reach
clause 30 match and their tags are set to 8 -> E is correct.
If a route is not matched with clause 10 or 20 then it will be matched with clause 30 for sure -> F is correct.
Option C is incorrect because it says the route will be redistributed if it matches the prefix-list pfx AND the
metric values. This is not true.
The route-map statement 20 SETS the seed metric for the prefixes identified by the prefix-list pfx. So the
statement in option C is missing the "SET" keyword.
Option F is correct because the only deny statement in route-map is statement 10 which only denies Type-2
External routes that have a tag value of 6. This means all Type-1 External routes will be redistributed
because they will match either permit statement 20 or 30.
Note: Route-maps that are applied to redistribution behave the same way as ACLs: if the route does not
match any clause in a route-map then the route redistribution is denied, as if the route-map contained deny
statement at the end.
Reference:
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008047915d.shtml
QUESTION 210
Which IPv4-mapped IPv6 address is equivalent to IPv6 address ::ffff:AC11:AC11? Choose the best
response.
A. ::ffff:10.12.10.12
B. ::ffff:10.14.10.14
C. ::ffff44.49.44.49
D. ::ffff161.193.161.193
E. ::ffff 172.17.172.17
F. ::ffff193.11.193.11
Correct Answer: E
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 211
Which statement is true about IPv6? Choose the best response.
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 212
Which statement is true about EBGP? Select the best response.
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 213
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?
Correct Answer: A
Section: Mix Questions
Explanation ԇ
Explanation/Reference:
Explanation:
The “ip default-network ” command will direct other routers to send its unknown traffic to this network. Other
router (R1,R2,R3) will indicate this network as the “Gateway of last resort”.
There is another way to route unknown traffic to 10.1.1.0/24 network: create a static route using “ip route
0.0.0.0 0.0.0.0 10.1.1.2” command then inject this route using the “network 0.0.0.0” command, or using
“redistribute static” command.
Note: In EIGRP, default routes cannot be directly injected (as they can in OSPF with the default-information
originate command. Also, EIGRP does not have the “default-information originate” command).
QUESTION 214
Which two statements are true about 6to4 tunnels? (Choose two.)
A. In a 6to4 tunnel, the first two bytes of the IPv6 address will be 2002 and the next four bytes will be the
hexadecimal equivalent of the IPv4 address.
B. In a 6to4 tunnel, the first two bytes of the IPv6 address will be locally derived and the next two bytes will
be the hexadecimal equivalent of the IPv4 address.
C. In a 6to4 tunnel, the IPv4 address 192.168.99.1 would be converted to the 2002:c0a8:6301::/48 IPv6
address.
D. In a 6to4 tunnel, the IPv4 address 192.168.99.1 would be converted to the 2002:c0a8:6301::/16 IPv6
address.
E. In a 6to4 tunnel, the IPv4 address 192.168.99.1 would be converted to the 2002:1315:4463:1::/64 IPv6
address.
Correct Answer: AC
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
In a 6to4 tunnel, the first two bytes of the IPv6 address will be 0x2002 and the next four bytes will be the
hexadecimal equivalent of the IPv4 address. The IPv4 address 192.168.99.1 would be converted to the
2002:c0a8:6301::/48 IPv6 address.
QUESTION 215
What does the command clear ipv6 ospf process accomplish? Select the best response.
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
The command "clear ipv6 ospf" will clear the present routing table and force the OSPFv3 process to build a
new one. This command is often used when something in the network was changed or for debugging
purpose.
When the "process" keyword is added, which means "clear ipv6 ospf process", the OSPF database is
cleared and repopulated then the SPF algorithm is performed.
QUESTION 216
檐Ԉ
When implementing OSPFv3, which statement describes the configuration of OSPF areas? Select the best
response.
A. In interface configuration mode, the OSPFv3 area ID combination assigns interfaces to OSPFv3 areas.
B. In router configuration mode, the network wildcard area ID combination assigns networks to OSPFv3
areas.
C. In interface configuration mode, the IPv6 OSPF process area ID combination assigns interfaces to
OSPFv3 areas.
D. In router configuration mode, the IPv6 OSPF interface area ID combination assigns interfaces to
OSPFv3 areas.
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 217
You have implemented mutual route redistribution between OSPF and EIGRP on a border router. When
checking the routing table on one of the OSPF routers within the OSPF routing domain, you are seeing
some, but not all of the expected routes. Which two things should you verify to troubleshoot this problem?
(Choose two.)
Explanation/Reference:
Explanation:
We are checking the routing table on EIGRP routers not OSPF so we don’t need to check the seed metric
for OSPF. Besides OSPF doesn’t need to specify seed metric as all external routes get a default metric of
20 (except for BGP, which is 1) -> A is not correct.
We must specify seed metrics when redistributing into EIGRP (and RIP). If not all the redistributed routes
will not be seen but the question says only some routes are missing -> B is not correct.
The default administrative distance for external routes redistributed into EIGRP is 170 so we don’t need to
set it -> C is not correct.
We should check the routing table of the border router to see the missing OSPF routes are there or not. An
incorrect distribute-list can block some routes and we can’t see it in other EIGRP routers -> D is correct.
--------------------------------------------------------
Answer D is obvious that we should check all the routes we want to redistribute are present in the routing
table of the border router. Let’s discuss about answer E.
A rule of thumb when redistributing into OSPF is we should always include the “subnets” keyword after the
redistributed route. For example:
router ospf 1
redistribute eigrp 100 subnets
This keyword makes sure all of the routes, including subnets are redistributed correctly into OSPF. For
example these routes are learned via EIGRP:
+ 192.168.1.0/24
+ 192.168.2.0/25
+ 192.168.3.0/26
Then without the keyword “subnets”, only 192.168.1.0/24 network is redistributed into OSPF.
QUESTION 218
What is the NHRP role in DMVPN? (Choose two.)
Correct Answer: AD
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 219
Which two statements about EVNs are true? (Choose two.)
Correct Answer: CE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 220
A network administrator uses GRE over IPSec to connect two branches together via VPN tunnel. Which
one of the following is the reason for using GRE over IPSec?
A. GRE over IPSec provides better QoS mechanism and is faster than other WAN technologies
B. GRE over IPSec decreases the overhead of the header.
C. GRE supports use of routing protocol, while IPSec supports encryption.
D. GRE supports encryption, while IPSec supports use of routing protocol.
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Following are the management protocols that the MPP feature supports.
These management protocols are also the only protocols affected when MPP is enabled.
QUESTION 221
Which statement is true about an IPsec/GRE tunnel?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 222
For a GRE tunnel to be up between two routers, which of the following must be configured?
A. Loopback Interface
B. IP reachability between the loopback interfaces
C. Dynamic Routing between routers.
D. Tunnel interfaces must be in the same subnet.
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 223
Refer to the exhibit. A new TAC engineer came to you for advice. A GRE over IPsec tunnel was configured,
but the tunnel is not coming up.
What did the TAC engineer configure incorrectly?
檐Ԉ
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
The address of the crypto isakmp key should be 192.168.1.2, not 172.16.1.2 -> A is correct.
QUESTION 224
Refer to the exhibit. A new TAC engineer came to you for advice. A GRE over IPsec tunnel was configured,
but the tunnel is not coming up.
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
The access-list must also support GRE traffic with the “access-list 102 permit gre host 192.168.1.1 host
192.168.2.1” command -> B is correct.
Below is the correct configuration for GRE over IPsec on router B1 along with descriptions.
QUESTION 225
Refer to the exhibit. A new TAC engineer came to you for advice. A GRE over IPsec tunnel was configured,
but the tunnel is not coming up.
緐Ԉ
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
The “tunnel destination” in interface tunnel should be 192.168.1.2, not 172.16.1.2 -> D is correct.
QUESTION 226
Refer to exhibit. A user calls from another branch office with a request to establish a simple VPN tunnel to
test a new router's tunneling capability Based on the configuration in the exhibit, which type of tunnel was
configured?
A. PPTP
B. IPsec site-to-site
C. 6to4
D. EZVPN
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 227
Router R1, a branch router, connects to the Internet using DSL. Some traffic flows through a GRE and
IPsec tunnel, over the DSL connection, destined for an Enterprise network. Which of the following answers
best describes the router's logic that tells the router, for a given packet, to apply GRE encapsulation to the
packet?
A. When the packet received on the LAN interface is permitted by the ACL listed on the tunnel gre acl
command under the incoming interface
B. When routing the packet, matching a route whose outgoing interface is the GRE tunnel interface
C. When routing the packet, matching a route whose outgoing interface is the IPsec tunnel interface
D. When permitted by an ACL that was referenced in the associated crypto map
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
As for the correct answer: the process of routing a packet out a GRE tunnel interface triggers the GRE
encapsulation action.
As for the incorrect answers: There is no tunnel gre acl command. There is no IPsec tunnel interface.
Finally, one answer refers to logic that would describe a router's logic when determining whether to
encapsulate a packet into an IPsec tunnel.
QUESTION 228
What is a key benefit of using a GRE tunnel to provide connectivity between branch offices and
headquarters?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Generic routing encapsulation. Tunneling protocol developed by Cisco that can encapsulate a wide variety
of protocol packet types inside IP tunnels, creating a virtual point-to-point link to Cisco routers at remote
points over an IP internetwork.
QUESTION 229 톰+
Which two statement about GRE tunnel interface are true? (Choose two.)
A. A tunnel can be established when a source the source interface is in the up/down state
B. A tunnel Destination must be Routable, but it can be unreachable
C. To establish a tunnel the source interface must be a loopback
D. To Establish a tunnel the source interface must be up/up state
E. A tunnel destination must be a physical interface that is on up/up state
Correct Answer: BD
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Reference:
http://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/118361-technote-gre-
00.html
QUESTION 230
Which two statements about EVN are true? (Choose two.)
Explanation/Reference:
QUESTION 231
Which two GRE features can you configure to prevent fragmentation? (Choose two.)
A. TCP MSS
B. DF Bit Clear
C. IP MTU
D. PMTUD
E. MTU ignore
F. UDP windows sizes
Correct Answer: AD
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-pmtud-
ipfrag.html
QUESTION 232
When the tunnel interface is configured in default mode, which statement about routers and the tunnel
destination address is true?
A. The router must have a route installed towards the tunnel destination
ԇ
B. The router must have wccp redirects enabled inbound from the tunnel destination
C. The router must have cisco discovery protocol enabled on the tunnel to form a CDP neigborship with
the tunnel destination
D. The router must have redirects enabled outbound towards the tunnel destination
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 233
One of the AAA Authentication PPP Methods if PAP used ____.
A. krb5
B. ssl
C. transliteration methods
D. UPN
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Uses Kerberos 5 for authentication (can only be used for PAP authentication)
QUESTION 234
What to configure on routes if TACACS+ authentication fails? (Choose two.)
A. Configure local username and password
B. Include ‘local’ keyword in AAA config
C. aaa accounting exec default start-stop tacacs+
D. ip ssl certificate-data-file tftp 192.168.9.210 certfile
Correct Answer: AB
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
device(config)#enable telnet authentication
device(config)#aaa authentication login default tacacs local
The commands above cause TACACS/TACACS+ to be the primary authentication method for securing
Telnet/SSH access to the CLI. If TACACS/TACACS+ authentication fails due to an error with the server,
authentication is performed using local user accounts instead.
Reference:
http://www.brocade.com/content/html/en/configuration-guide/FI_08030_SECURITY/GUID-162894DA-A189-
4A10-AE28-BD31214D62BA.html
QUESTION 235
Which two statements about password-protecting device access are true? (Choose two.)
A. The more system: running-config command displays encrypted passwords in clear text
B. The service password-encryption command forces a remote device to encrypt the password before
transmitting it
C. A network administrator can recover an encrypted password
檐Ԉ a specific user can execute
D. The privilege level command controls the commands
E. The password can be encrypted in the running configuration
Correct Answer: DE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 236
The Cisco SA 500 Series Security Appliances are built specifically for businesses with less than 100
employees. What are three important benefits of this device? (Choose three.)
A. Business-grade firewall
B. Premium support via SMART net
C. Site-to-site VPN for remote offices
D. Cisco IOS software-based
E. Email security
F. XML support
Explanation/Reference:
QUESTION 237
Which two methods use IPsec to provide secure connectivity from the branch office to the headquarters
office? (Choose two.)
A. DMVPN
B. MPLS VPN
C. Virtual Tunnel Interface (VTI)
D. SSL VPN
E. PPPoE
Correct Answer: AC
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
The Dynamic Multipoint VPN (DMVPN) feature allows users to better scale large and small IPSec VPNs by
combining generic routing encapsulation (GRE) tunnels, IPSec encryption, and Next Hop Resolution
Protocol (NHRP) to provide users with easy configuration through crypto profiles, which override the
requirement for defining static crypto maps, and dynamic discovery of tunnel endpoints.
The use of VTI greatly simplifies the configuration process when you need to configure IPsec. A major
benefit associated with IPsec VTIs is that the configuration does not require a static mapping of IPsec
sessions to a physical interface.
Reference:
http://www.cisco.com/en/US/tech/tk583/tk372/
technologies_configuration_example09186a008014bcd7.shtml
QUESTION 238
What are 2 protocols used for user with authentication on network device?
A. CHAP 樀Ԉ
B. Radius
C. 802.1x
D. PAP
E. TACACS+
Correct Answer: BE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 239
Other than a working EIGRP configuration, which components must be the same on all routers for EIGRP
authentication key rollover to work correctly?
A. SMTP
B. time
C. SNMP
D. passwords
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 240
Which of the following are characteristics of TACACS+? (Choose two.)
A. Uses UDP
B. Encrypts an entire packet
C. Offers robust accounting
D. Cisco-proprietary
Correct Answer: BD
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
CHARACTERISTICS O TACACS+
1-TACACS+ encrypts the entire body of the packet
2- TACACS+ uses TCP
3-TACACS+ uses the AAA architecture, which separates AAA 4-TACACS+ offers multiprotocol support.
5-TACACS+ is Cisco proprietary protocol
6-TACACS+ is a heavy-weight protocol consuming more resources 7-TACACS+ uses TCP port 8-Mainly
used for Device Administration
9-TACACS+ supports 15 privilege levels
Reference:
http://www.cisco.com/c/en/us/support/docs/security-vpn/remote-authentication-dial-user-service-
radius/13838-10.html
QUESTION 241
Which access list used to filter upper layer protocol?
A. Extended acl
ԇ
B. Standart acl
C. Reflexive acl
D. Time based acl
E. Dynamic acl
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Remember the three Ps Per protocol, Per direction, and Per interface
One ACL per protocol- To control traffic flow on an interface an ACL must be defined for each protocol
enabled on the interface (example IP, IPX, AppleTalk)
One ACL per direction- ACLs control traffic in one direction at one time on an interface. You must create
two separate ACLs to control traffic in both inbound and outbound connections.
One ACL per interface- ACLs control traffic for an interface such as Fast Ethernet.
Dynamic ACLs
Dynamic or lock-and-key ACLs are available for Internet Protocol traffic only. Dynamic ACLs starts with the
application of an extended ACL to block traffic through the router.
When you want a specific remote user or group of remote users to access a host within your network.
Connecting to the outside of your network (Internet) Lock-and-key authenticates the user and then permits
limited access through your firewall router.
You want a subset of hosts on a local network to access a host from a remote network that is protected by
a firewall.
Lock-and-key requires users to authenticate through an AAA, TACACS server or other security server
before it allows access.
Reflexive ACLs
Reflexive ACLs allow IP packets to be filtered based on upper-layer session information. Generally are
used to allow outbound traffic and to limit inbound traffic by using sessions that originate inside the router.
When a router sees a new outbound connection it adds an entry to a temporary ACL to allow replies back
into the network. Reflexive ACLs can be defined only with an extended named IP ACL. They cannot be
defined with numbered or standard named ACLs or with other protocols.
Time-Based ACLs
Time-Based ACLs are like extended ACLs in function, but they allow access control based on time. To use
time-based ACLs you create a time range that defines specific times of the day and days of the week. You
use the time range with a name and then refer to it by a function. The time range relies on the router
system clock. This feature works with NTP (Network Time Protocol) synchronization, but the router clock
can also be used.
Numbered ACL
You can assign a number based on whether your ACL is standard or extended
Named ACL
QUESTION 242
Which allowing website access between certain times?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 243
Which configuration is applied to a device so that it blocks outbound web traffic on Saturdays and Sundays
between the hours of 1:00 AM and 11:59 PM?
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 244
Refer to Exhibit.
樀Ԉ
Which two reasons for IP SLA tracking failure are likely true? (Choose two.)
Correct Answer: AC
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 245
What is the minimum level that displays a log message when an ACL drops an incoming packet?
A. 4
B. 5
C. 3
D. 7
E. 6
Correct Answer: E
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 246
Which Netflow version supports MPLS?
罀Ԉ
A. None
B. All of them
C. Version 8 and 9
D. Version 9
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
MPLS-aware NetFlow uses the NetFlow Version 9 export format. If you are exporting MPLS data to a
NetFlow collector or a data analyzer, the collector must support NetFlow Version 9 flow export format, and
you must configure NetFlow export in Version 9 format on the router.
Reference:
https://www.cisco.com/c/en/us/td/docs/ios/12_0s/feature/guide/fsmnf25.html
QUESTION 247
Which option is a prerequisite for stateful NAT64?
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 248
Which of the following are features of Netflow version 9?
A. Cisco proprietary
B. IEEE standard
C. IETF standard
D. ingress
E. egress
F. ingress/egress
Correct Answer: CF
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 249
What do we prioritize with LLQ?
A. Voice
B. Data
C. Video
D. Queues
Correct Answer: AC
Section: Mix Questions 䐀)
Explanation
Explanation/Reference:
Explanation:
Low Latency Queueing with Priority Percentage Support
Router> enable
Router# configure terminal
Router(config)# policy-map policy1
Router(config-pmap)# class voice-percent
Router(config-pmap-c)# priority percent 10
Router(config-pmap-c)# class data1
Router(config-pmap-c)# bandwidth remaining percent 30
Router(config-pmap-c)# class data2
Router(config-pmap-c)# bandwidth remaining percent 20
Router(config-pmap-c)# end
As a result of this configuration, 10 percent of the interface bandwidth is guaranteed for the class called
voice-percent. The classes called data1 and data2 get 30 percent and 20 percent of the remaining
bandwidth, respectively.
Reference:
https://www.cisco.com/c/en/us/td/docs/ios/12_0s/feature/guide/12sllqpc.html
QUESTION 250
Router R1, a branch router, connects to the Internet using DSL. Some traffic flows through a GRE and
IPsec tunnel, over the DSL connection, and into the core of an Enterprise network. The branch also allows
local hosts to communicate directly with public sites in the Internet over this same DSL connection. Which
of the following answers defines how the branch NAT config avoids performing NAT for the Enterprise
directed traffic but does perform NAT for the Internet-directed traffic?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
The NAT configuration acts only on packets permitted by a referenced ACL. As a result, the ACL can
permit packets destined for the Internet, performing NAT on those packets. The ACL also denies packets
going to the Enterprise, meaning that the router does not apply NAT to those packets.
QUESTION 251
Which two addresses types are included in NAT?
A. Inside global
B. Global outside
C. Outside internet
D. Inside internet
E. Outside local
樀Ԉ
Correct Answer: AE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 252
Refer to the exhibit. Given the partial configuration in the exhibit, which IPv6 statement is true?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 253
The network engineer types the follow commands in a router:
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
羰Ԉ
QUESTION 254
Which SNMP version provides both encryption and authentication?
A. SNMPv4
B. SNMPv2c
C. SNMPv3
D. SNMPv1
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 255
Refer to the Exhibit.
A. The router sends only NTP traffic using the loopback interface, and it disables eth0/0 from sending NTP
traffic.
B. Eth0/0 sends NTP traffic on behalf of the loopback interface
C. The router sends only NTP traffic, using the eth0/0 interface, and it disables loopback0 from sending
NTP traffic.
D. The router never sends NTP traffic, as using the loopback interface for NTP traffic is not supported on
IOS routers.
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 256
Which option to the command service timestamps debug enables the logging server to capture the greatest
amount of information from the router?
A. Uptime
B. Show-timezone
C. Year
D. msec
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
The “msec” keyword enables millisecond (msec) timestamps for the debug, which indicates the date and
time according to the system clock in the format MMM DD HH:MM:SS.
销Ԉ
Reference:
https://www.cisco.com/c/en/us/support/docs/dial-access/integrated-services-digital-networks-isdn-channel-
associated-signaling-cas/10374-debug.html
QUESTION 257
Which option can you use to monitor voice traffic when configuring an IP SLA?
A. udp-jitter
B. tcp-jitter
C. ip sla logging traps
D. ip sla reaction-configuration
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 258
Technologies used in preparing Service Provider IPv6? (Choose two.)
A. 6ND
B. 6RD
C. 6VPE
D. VRF-Lite
E. DS-Lite
F. Dual-stackA
Correct Answer: BE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 259
What show command is used here?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
The following example shows the IP activity and the addresses in DNS hostname format.
The following example shows the IP activity by using the numeric keyword to display the addresses in IP
format.
QUESTION 260
Under which circumstance will a branch ISR router contain interface vlan configurations?
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
In smaller offices, a single ISR may be used for a both remote connectivity and inter-VLAN routing. In that
case, know that an Ethernet Switch Module would be required for the ISR router
QUESTION 261
How to set up IP SLA to monitor Bandwidth between the certain limits?
A. Timer
B. Frequency
C. Threshold
D. Queue-limit
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 262
Which command is used to check IP SLA when an interface is suspected to receive lots of traffic with
options?
A. Show track
B. Show threshold
C. Show timer
D. Show delay
ԇ
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 263
Where the output will be shown of the command debug condition interface fa0/1?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
The command “debug condition interface <interface>” command is used to disable debugging messages
for all interfaces except the specified interface so in this case the debug output will be shown on Fa0/1
interface only.
Note: If in this question there was another “debug condition interface fa0/0” command configured then the
answer should be C (both interfaces will show debugging ouput).
QUESTION 264
A network engineer executes the show ip sla statistics command.
What does the output of this command show?
A. Operation availability
B. Device CPU utilization
C. Interface packet statistics
D. Packet sequencing
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 265
Which alerts will be seen on the console when running the command: logging console warnings?
A. Warnings only
B. Warnings, notifications, error, debugging, informational
C. Warnings, errors, critical, alerts, emergencies
D. Notifications, warnings, errors
E. Warnings, errors, critical, alerts
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
檐Ԉ
QUESTION 266
A network engineer is asked to create an SNMP-enabled proactive monitoring solution to ensure that jitter
levels remain between particular boundaries.
Which IP SLA option should the engineer use?
A. Threshold
B. Frequency
C. Verify-data
D. Timeout
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 267
IP SLA network with a configuration snippet
Correct Answer: AD
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
http://www.firewall.cx/cisco-technical-knowledgebase/cisco-routers/813-cisco-router-ipsla-basic.html
QUESTION 268
Given ((diagram with R1 SLA config)) with configuration written on Picture as
R(Config)#ip sla 1
R1(Config-ip-sla)#icmp-echo 172.20.20.2 source-interface f1/0
R1(Config-ip-sla)#frequency 10
R1(Config-ip-sla)#threshold 100
R1(Config)#ip sla schedule 1 start-time now life forever
R1(Config)#track 10 ip sla ???-
R1(Config)#ip route 0.0.0.0.0 0.0.0.0 172.20.20.2
What make default route not removed when SLA state down or failed?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Remember: If you want to use the “state”, remember that the “track state” will be down also if the the
threshold is reached.
樀Ԉ
Note: with Cisco IOS Release 12.4(20)T, 12.2(33)SXI1, 12.2(33)SRE and Cisco IOS XE Release 2.4, the
track rtr command is replaced by the track ip sla command. See the track ip sla command for more
information.
Reference:
http://www.ciscozine.com/using-ip-sla-to-change-routing/
QUESTION 269
Which option must be configured on a target device to use time stamping to accurately represent response
times using IP SLA?
A. Responder
B. Jitter value
C. TCP Connect
D. ICMP Echo
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 270
Refer to the exhibit.
A network engineer receives a command output from a customer that indicates an issue with. What are two
reasons for the output? (Choose two.)
Correct Answer: AE
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
NTP uses a value, called a stratum value, to indicate the believability of a time source.
Valid stratum values are in the range 0-15, with a value of 16 being used to indicate that a device does not
have its time synchronized. However, Cisco IOS only permits you to set stratum values in the range 1-15.
QUESTION 271
Where can NetFlow export data for long term storageԇ
and analysis?
A. Syslog
B. Collector
C. Another network device
D. Flat file
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 272
Which option is the first task that a device that is configured with NAT64 performs when it receives an
incoming IPv6 packet that matches the stateful NAT64 prefix?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 273
When use NPTv6 for IPV6 to IPV6 Address translation? (Choose two.)
Correct Answer: CE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 274
Which command do you enter to display log messages with a timestamp that includes the length of time
since the device was last rebooted?
Explanation/Reference:
QUESTION 275
Which SNMP verification command shows the encryption and authentication protocols that are used in
SNMPV3?
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 276
Up/down interface... what is the log severity level?
A. Level 3
B. Level 4
C. Level 5
D. Level 0
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
QUESTION 277
Which NAT Command do you enter to disable dynamic ARP learning on an interface?
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 278
Your company uses Voice over IP (VoIP). The system sends UDP datagrams containing the voice data
between communicating hosts. When areas of the network become busy, some of the datagrams arrive at
their destination out of order. What happens when this occurs?
A. UDP will send an ICMP Information request message to the source host.
B. UDP will pass the information in the datagrams up to the next OSI layer in the order in which they arrive.
C. UDP will drop the datagrams that arrive out of order.
D. UDP will use the sequence numbers in the datagram headers to reassemble the data into the correct
order.
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
脠Ԉ
QUESTION 279
A network engineer is troubleshooting connectivity issues with a directly connected RIPng neighbor. Which
command should directly connected RIPng neighbor adjacencies only?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 280
Which three NTP operating modes must the trusted-Key command be configured on for authentication to
operate properly? (Choose three.)
A. Interface
B. Client
C. Peer
D. Server
E. Broadcast
F. Stratum
Correct Answer: BCE
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Client/Server Mode
Configuring an association in client mode, usually indicated by a server declaration in the configuration file,
indicates that one wishes to obtain time from the remote server, but that one is not willing to provide time to
the remote server.
QUESTION 281
Which two types of threshold can you configure for tracking objects? (Choose two.)
A. Percentage
B. MTU
C. Bandwidth 檐Ԉ
D. Weight
E. Delay
F. Administrative distance
Correct Answer: AD
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Object Track List
An object track list allows you to track the combined states of multiple objects. Object track lists support the
following capabilities:
-Boolean "and" function — Each object defined within the track list must be in an up state so that the track
list object can become up.
-Boolean "or" function — At least one object defined within the track list must be in an up state so that the
tracked object can become up.
-Threshold percentage — The percentage of up objects in the tracked list must be greater than the
configured up threshold for the tracked list to be in the up state. If the percentage of down objects in the
tracked list is above the configured track list down threshold, the tracked list is marked as down.
-Threshold weight — Assign a weight value to each object in the tracked list, and a weight threshold for
the track list. If the combined weights of all up objects exceeds the track list weight up threshold, the track
list is in an up state. If the combined weights of all the down objects exceeds the track list weight down
threshold, the track list is in the down state.
QUESTION 282
A router was configured with the eigrp stub command.
The router advertises which types of routes?
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 283
Consider this scenario. TCP traffic is blocked on port 547 between a DHCPv6 relay agent and a DHCPv6
server that is configured for prefix delegation.
Which two outcomes will result when the relay agent is rebooted? (Choose two.)
Correct Answer: AD
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
The DHCPv6 use UDP protocol for distribution IPv6 addresses and prefixes. The routers dont need in the
DHCPv6 prefixes from DHCPv6 server, its work for network administrator. DHCPv6 messages are
exchanged over UDP port 546 and 547. Clients listen for DHCP messages on UDP port 546 while servers
and relay agents listen for DHCP messages on UDP port 547.
DHCPv6 messages are exchanged over UDP port 546 and 547. Clients listen for DHCP messages on UDP
port 546 while servers and relay agents listen for DHCP messages on UDP port 547. The basic message
format is as follows:
SOLICIT (1)
A DHCPv6 client sends a Solicit message to locate DHCPv6 servers.
ADVERTISE (2)
A server sends an Advertise message to indicate that it is available for DHCP service, in response to a
Solicit message received from a client.
REQUEST (3)
A client sends a Request message to request configuration parameters, including IP addresses or
delegated prefixes, from a specific server.
CONFIRM (4)
A client sends a Confirm message to any available server to determine whether the addresses it was
assigned are still appropriate to the link to which the client is connected. This could happen when the client
detects either a link-layer connectivity change or if it is powered on and one or more leases are still valid.
The confirm message is used to confirm whether the client is still on the same link or whether it has been
moved. The actual lease(s) are not validated; just the prefix portion of the addresses or delegated prefixes.
RENEW (5)
A client sends a Renew message to the server that originally provided the client's addresses and
configuration parameters to extend the lifetimes on the addresses assigned to the client and to update
other configuration parameters.
REBIND (6)
A client sends a Rebind message to any available server to extend the lifetimes on the addresses assigned
to the client and to update other configuration parameters; this message is sent after a client receives no
response to a Renew message.
REPLY (7)
A server sends a Reply message containing assigned addresses and configuration parameters in response
to a Solicit, Request, Renew, Rebind message received from a client. A server sends a Reply message
containing configuration parameters in response to an Information-request message. A server sends a
Reply message in response to a Confirm message confirming or denying that the addresses assigned to
the client are appropriate to the link to which the client is connected. A server sends a Reply message to
acknowledge receipt of a Release or Decline message.
RELEASE (8)
A client sends a Release message to the server that assigned addresses to the client to indicate that the
client will no longer use one or more of the assigned addresses.
ԇ
DECLINE (9)
A client sends a Decline message to a server to indicate that the client has determined that one or more
addresses assigned by the server are already in use on the link to which the client is connected.
RECONFIGURE (10)
A server sends a Reconfigure message to a client to inform the client that the server has new or updated
configuration parameters, and that the client is to initiate a Renew/Reply or Information-request/Reply
transaction with the server in order to receive the updated information.
INFORMATION-REQUEST (11)
A client sends an Information-request message to a server to request configuration parameters without the
assignment of any IP addresses to the client.
RELAY-FORW (12)
A relay agent sends a Relay-forward message to relay messages to servers, either directly or through
another relay agent. The received message, either a client message or a Relay-forward message from
another relay agent, is encapsulated in an option in the Relay-forward message.
RELAY-REPL (13)
A server sends a Relay-reply message to a relay agent containing a message that the relay agent delivers
to a client. The Relay-reply message may be relayed by other relay agents for delivery to the destination
relay agent. The server encapsulates the client message as an option in the Relay-reply message, which
the relay agent extracts and relays to the client.
QUESTION 284
When policy-based routing (PBR) is being configured, which three criteria can the set command specify?
(Choose three.)
A. All interfaces through which the packets can be routed
B. All interfaces in the path toward the destination
C. Adjacent next hop router in the path toward the destination
D. All routers in the path toward the destination 檐Ԉ
E. All networks in the path toward the destination
F. Type of service and precedence in the IP packets
Explanation/Reference:
Explanation:
The set command specifies the action(s) to take on the packets that match the criteria. You can specify any
or all of the following:
* precedence: Sets precedence value in the IP header. You can specify either the precedence number or
name.
* df: Sets the “Don’t Fragment” (DF) bit in the ip header.
* vrf: Sets the VPN Routing and Forwarding (VRF) instance.
* next-hop: Sets next hop to which to route the packet.
* next-hop recursive: Sets next hop to which to route the packet if the hop is to a router which is not
adjacent.
* interface: Sets output interface for the packet.
* default next-hop: Sets next hop to which to route the packet if there is no explicit route for this destination.
* default interface: Sets output interface for the packet if there is no explicit route for this destination.
핰+
Reference:
http://www.cisco.com/en/US/docs/ios/12_2/qos/configuration/guide/
qcfpbr_ps1835_TSD_Products_Configuration_Guide_Chapter.html
QUESTION 285
Case study.
舐Ԉ
You have been asked to evaluate an OSPF network and to answer questions a customer has about its
operation. Note: You are not allowed to use the show running-config command.
Although in this sim we are not allowed to use “show running-config” command but we post the
configuration here so that you can understand more about the topology.
R1
interface Loopback0
ip address 1.1.1.1 255.255.255.255
no shut
interface Serial0/0 挀Ԉ
ip address 192.168.13.1 255.255.255.0
ip ospf network non-broadcast
no shut
router ospf 1
network 192.168.13.0 0.0.0.255 area 0
network 1.1.1.1 0.0.0.0 area 0
_______________________________________
R2
interface Loopback 0
ip address 2.2.2.2 255.255.255.255
no shut
interface S0/0
ip address 192.168.23.2 255.255.255.0
ip ospf network non-broadcast
no shut
router ospf 1
network 192.168.23.0 0.0.0.255 area 0
network 2.2.2.2 0.0.0.0 area 0
neighbor 192.168.23.3
_________________________________________________
R3
interface Loopback 0
ip address 3.3.3.3 255.255.255.255
no shut
interface fa0/0
ip address 192.168.34.3 255.255.255.0
no shut
interface S0/1
ip address 192.168.23.3 255.255.255.0
ip ospf network non-broadcast
no shut
interface S0/0
ip address 192.168.13.3 255.255.255.0
ip ospf network non-broadcast
no shut
router ospf 1
network 192.168.13.0 0.0.0.255 area 0
network 192.168.23.0 0.0.0.255 area 0
network 192.168.34.0 0.0.0.255 area 1
network 3.3.3.3 0.0.0.0 area 0
area 1 virtual-link 4.4.4.4
neighbor 192.168.23.2
_______________________________________________________________
R4
interface Loopback 0
ip address 4.4.4.4 255.255.255.255
interface FastEthernet0/0
ip address 192.168.34.4 255.255.255.0
interface Fa0/1
ip address 192.168.45.4 255.255.255.0
no shut
interface Fa1/0
ip address 192.168.46.4 255.255.255.0
no shut
router ospf 1
network 192.168.34.0 0.0.0.255 area 1
network 192.168.45.0 0.0.0.255 area 2
network 192.168.46.0 0.0.0.255 area 3
network 4.4.4.4 0.0.0.0 area 1
area 1 virtual-link 3.3.3.3
area 2 nssa
area 3 stub no-summary
_________________________________________________________________
R5 헠+
interface Loopback0
ip address 5.5.5.5 255.255.255.255
interface Loopback1
ip address 5.5.1.1 255.255.255.255
interface Loopback2
ip address 5.5.2.1 255.255.255.255
interface Loopback3
ip address 5.5.3.1 255.255.255.255
interface Loopback4
ip address 5.5.4.1 255.255.255.255
no shut
interface Fa0/0
ip address 192.168.45.5 255.255.255.0
no shut
router ospf 1
network 192.168.45.0 0.0.0.255 area 2
network 5.5.0.0 0.0.255.255 area 2
area 2 nssa
_______________________________________________
R6
interface Fa0/0
ip address 192.168.46.6 255.255.255.0
no shut
interface Loopback 0
ip address 6.6.6.6 255.255.255.255
no shut
router ospf 1
network 192.168.46.0 0.0.0.255 area 3
network 6.6.6.6 0.0.0.0 area 3
area 3 stub
Which of the following statements is true about the serial links that terminate in R3?
A. The R1-R3 link needs the neighbor command for the adjacency to stay up
B. The R2-R3 link OSPF timer values are 30, 120, 120
C. The R1-R3 link OSPF timer values should be 10,40,40
D. R3 is responsible for flooding LSUs to all the routers on the network.
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Check the Serial1/0 interface of R3 which is connected to R2 with the “show ip ospf interface serial 1/0”
command:
ԇ
There are two things we should notice from the output above:
+ The “network type” connection between R2-R3 is “NON_BROADCAST” (usually we have
“BROADCAST”). OSPF neighbors are discovered using multicast Hello packets. In non broadcast
environment, multicast (and broadcast) messages are not allowed so OSPF neighborship cannot be
formed automatically. Therefore we have to establish OSPF neighborship manually by using “neighbor ”
command under OSPF process (OSPF will send unicast Hello message to this address). For example on
R2 we have to use these commands:
router ospf 1
neighbor 192.168.23.3
And on R3:
router ospf 1
neighbor 192.168.23.2
+ For non broadcast environment the default Hello timer is 30 seconds; Dead timer (time to wait before
declaring a neighbor dead) is 120 seconds and Wait timer (causes the interface to exit out of the wait
period and select a DR on a broadcast network. This timer is always equal to the dead timer interval) is 120
seconds. In the output we also see the default timers for non broadcast network.
QUESTION 286
Case study.
Ԍ
You have been asked to evaluate an OSPF network and to answer questions a customer has about its
operation. Note: You are not allowed to use the show running-config command.
Although in this sim we are not allowed to use “show running-config” command but we post the
configuration here so that you can understand more about the topology.
R1
interface Loopback0
ip address 1.1.1.1 255.255.255.255
no shut
interface Serial0/0 홠+
ip address 192.168.13.1 255.255.255.0
ip ospf network non-broadcast
no shut
router ospf 1
network 192.168.13.0 0.0.0.255 area 0
network 1.1.1.1 0.0.0.0 area 0
_______________________________________
R2
interface Loopback 0
ip address 2.2.2.2 255.255.255.255
no shut
interface S0/0
ip address 192.168.23.2 255.255.255.0
ip ospf network non-broadcast
no shut
router ospf 1
network 192.168.23.0 0.0.0.255 area 0
network 2.2.2.2 0.0.0.0 area 0
neighbor 192.168.23.3
_________________________________________________
R3
interface Loopback 0
ip address 3.3.3.3 255.255.255.255
no shut
interface fa0/0
ip address 192.168.34.3 255.255.255.0
no shut
interface S0/1
ip address 192.168.23.3 255.255.255.0
ip ospf network non-broadcast
no shut
interface S0/0
ip address 192.168.13.3 255.255.255.0
ip ospf network non-broadcast
no shut
router ospf 1
network 192.168.13.0 0.0.0.255 area 0
network 192.168.23.0 0.0.0.255 area 0
network 192.168.34.0 0.0.0.255 area 1
network 3.3.3.3 0.0.0.0 area 0
area 1 virtual-link 4.4.4.4
neighbor 192.168.23.2
_______________________________________________________________
R4
interface Loopback 0
ip address 4.4.4.4 255.255.255.255
interface FastEthernet0/0
ip address 192.168.34.4 255.255.255.0
interface Fa0/1
ip address 192.168.45.4 255.255.255.0
no shut
interface Fa1/0
ip address 192.168.46.4 255.255.255.0
no shut
router ospf 1
network 192.168.34.0 0.0.0.255 area 1
network 192.168.45.0 0.0.0.255 area 2
network 192.168.46.0 0.0.0.255 area 3
network 4.4.4.4 0.0.0.0 area 1
area 1 virtual-link 3.3.3.3
area 2 nssa
area 3 stub no-summary
_________________________________________________________________
R5 茀Ԉ
interface Loopback0
ip address 5.5.5.5 255.255.255.255
interface Loopback1
ip address 5.5.1.1 255.255.255.255
interface Loopback2
ip address 5.5.2.1 255.255.255.255
interface Loopback3
ip address 5.5.3.1 255.255.255.255
interface Loopback4
ip address 5.5.4.1 255.255.255.255
no shut
interface Fa0/0
ip address 192.168.45.5 255.255.255.0
no shut
router ospf 1
network 192.168.45.0 0.0.0.255 area 2
network 5.5.0.0 0.0.255.255 area 2
area 2 nssa
_______________________________________________
R6
interface Fa0/0
ip address 192.168.46.6 255.255.255.0
no shut
interface Loopback 0
ip address 6.6.6.6 255.255.255.255
no shut
router ospf 1
network 192.168.46.0 0.0.0.255 area 3
network 6.6.6.6 0.0.0.0 area 3
area 3 stub
Areas of Router 5 and 6 are not normal areas, inspect their routing tables and determine which statement is
true?
A. R5′s Loopback and R6′s Loopback are both present in R5′s Routing table
B. R5′s Loopback and R6′s Loopback are both present in R6′s Routing table
C. Only R5′s loopback is present in R5′s Routing table
D. Only R6′s loopback is present in R5′s Routing table
E. Only R5′s loopback is present in R6′s Routing table
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Area 2 (of R5) is a Not-so-Stubby area (NSSA). You can check it by the “show ip ospf” command on R4 or
R5 (in Area 2 section). For example, below is the output of “show ip ospf” command on R5:
In general, NSSA is same as normal area except that it can generate LSA Type 7 (redistribute from another
domain) so we can see both Loopback interfaces of R5 & R6 in the routing table of R5.
훐+
Note: NSSA does not receive a default route by default so you will not see a default route on R5.
Area 3 (of R6) is a Totally-Stubby area so R6 only has one default route to outside world. You can check
with the “show ip ospf” command on R4 and R6 (area 3 section):
by area so R6 only has one d脈au
Notice that on R4 you will get more detail (shows “stub area, no summary LSA”) than on R6 (only shows
“stub area”).
R6 is in a totally-stubby area so we will not see any R5’s Loopback interfaces in R6 routing table:
Note: You can see a default (summary) route to the outside (O*IA 0.0.0.0/0 o)
Even though this exercise looks complicated, it can be solve with simple commands:
Q1: show ip ospf database
Q2: show ip ospf database int s0/1
Q3: Show ip ospf
Q4: show ip ospf and show ip route
QUESTION 287
The configuration of R1 to R6 are posted below for your reference, useless lines are omitted:
흐+
Traffic from R1 to R61 s Loopback address is load shared between R1-R2-R4-R6 and R1- R3-R5-R6
paths. What is the ratio of traffic over each path?
A. 1:1
B. 1:5
C. 6:8
D. 19:80
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
First we need to get the IP address of R6’s loopback address by “show ip interface brief” command on R6:
Now we learned the R6’s loopback address is 150.1.6.6. To see the ratio of traffic that is load shared
between paths, use the “show ip route 150.1.6.6” command on R1:
攐Ԉ
This means that after 19 packets are sent to 192.168.13.3, R1 will send 80 packets to 192.168.12.2 (ratio
19:80). This is unequal cost path Load balancing (configured with “variance” command).
QUESTION 288
The configuration of R1 to R6 are posted below for your reference, useless lines are omitted:
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Use the “show running-config” on R6 we will see a distribute-list applying under EIGRP:
+
With this distribute-list, only networks 192.168.46.0; 192.168.56.0 and 150.1.6.6 are advertised out by R6.
QUESTION 289
The configuration of R1 to R6 are posted below for your reference, useless lines are omitted:
葠Ԉ
Which key chain is being used for authentication of EIGRP adjacency between R4 and R2?
A. CISCO
B. EIGRP
C. key
D. MD5
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
To successfully authenticate between two EIGRP neighbors, the key number and key-string must match.
The key chain name is only for local use. In this case we have key number “1” and key-string “CISCO” and
they match so EIGRP neighbor relationship is formed.
QUESTION 290 旐Ԉ
The configuration of R1 to R6 are posted below for your reference, useless lines are omitted:
+
A. 333056
B. 1938688
C. 1810944
D. 307456
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
To check the advertised distance for a prefix we cannot use the “show ip route” command because it only
shows the metric (also known as Feasible Distance). Therefore we have to use the “show ip eigrp topology”
command:
뫠-
Update: Although the “show ip eigrp topology” does not work in the exam but the “show ip eigrp 1 topology”
does work so please use this command instead and we will find out the advertised distance on R1.
There are two parameters in the brackets of 192.168.46.0/24 prefix: (1810944/333056). The first one
“1810944” is the Feasible Distance (FD) and the second “333056” is the Advertised Distance (AD) of that
route -> A is correct.
Just for your reference, this is the output of the “show ip route” command on R1:
brackets of 192.168.46.0/24 褀ef
In the first line:
QUESTION 291
Refer to the exhibit. A network engineer is working on the network topology and executes the command no
ip split-horizon on interface SO/0 of the hub router. What is the result of this command?
A. The spoke routers can see the routers are advertised by the hub router.
B. Each of the spoke routers can see the routers that are advertised from the other spoke routers.
C. A routing loop is created.
D. The hub router can see the routes that are advertised by the spoke routers.
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 292
뺰ͤ
Refer to the exhibit. All interfaces on each router are participating in the EIGRP 100 process. Interface
Loopback 2 on NQ-R2 is currently in shutdown mode. An engineer issues the eigrp stub command on
router BR1. Which statement about the query messages sent from router HQ-R2 for a route to reach the
12.12.12.12/32 network is true?
A. Router HQ-R1 receives query messages from HQ-R2 for a route to 12.12.12.12/32 network.
B. Router HQ-R1 and BR1 receives query massages from HQ-R2 for a route 12.12.12.12/32 network.
C. Router HQ-R2 sends a query message to the feasible successor for a route to 12.12.12.12/32 network
D. BR1 receives query messages from HQ-R2 for route to 12.12.12.12/32 network
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 293
Refer to the exhibit. Which option prevents routing updates for 10.255.255.0/30 from being sent to the
DHCP router, while still allowing all other routing update messages?
A. ꁀԈ
B.
C.
D.
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 294
A network engineer configured an IOS router to send syslog messages to a Window syslog server. Several
events occurred on the IOS router, and the network engineer noticed that Windows syslog server had not
received any messages from the IOS router. What is the reason for this?
A. Either a firewall between the two devices or an ACL on the router is blocking TCP port 514.
B. Either a firewall between the two devices or an ACL on the router is blocking UDP port 514.
C. Either a firewall between the two devices or an ACL on the router is blocking IP protocol number 514.
D. Either a firewall between the two devices or an ACL on the router is blocking UDP port 512.
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 295
Which Cisco Express Forwarding table or tables hold forwarding information?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Information conventionally stored in a route cache is stored in several data structures for Cisco Express
Forwarding switching.
The data structures provide optimized lookup for efficient
+ packet forwarding. The two main components of
Cisco Express Forwarding operation are the forwarding information base (FIB) and the adjacency tables.
The FIB is conceptually similar to a routing table or information base. A router uses this lookup table to
make destination-based switching decisions during Cisco Express Forwarding operation. The FIB is
updated when changes occur in the network and contains all routes known at the time. For more
information, see the FIB Overview section.
Adjacency tables maintain Layer 2 next-hop addresses for all FIB entries. For more information, see the
CEF Adjacency Tables Overview section.
This separation of the reachability information (in the Cisco Express Forwarding table) and the forwarding
information (in the adjacency table), provides a number of benefits:
The adjacency table can be built separately from the Cisco Express Forwarding table, allowing both to be
built without any packets being process-switched.
The MAC header rewrite used to forward a packet is not stored in cache entries, so changes in a MAC
header rewrite string do not require validation of cache entries.
Reference:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipswitch_cef/configuration/15-mt/isw-cef-15-mt-book/isw-
cef-overview.html
QUESTION 296
A network engineer is configuring a DHCP server to support a specialized application. Which additional
DHCP feature must be enabled to support the delivery of various additional parameters to DHCP clients?
A. vendor extensions
B. modules
C. options
D. scopes
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 297
Which two statements about Frame Relay LMI autosense are true on a Router? (Choose two.)
Correct Answer: AC
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
https://www.cisco.com/c/en/us/td/docs/ios/12_2/wan/configuration/guide/fwan_c/wcffrely.html
QUESTION 298
What does the number 16 in the following command ԇ
represent?
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 299
What is the function of the snmp-server enable traps and snmp-server host 192.168.1.3 traps version
2c public commands?
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 300
Which two options for authenticating a user who is attempting to access a network device are true?
(Choose two.)
A. PAP
B. 802.1x
C. CHAP
D. TACACS+
E. RADIUS
Correct Answer: DE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 301
Which three statements about IPv6 EIGRP are true? (Choose three.)
A. EIGRP neighbor relationships can be formed only on the configured IPv6 address.
B. It supports EUI-64 addresses only.
C. EIGRP route advertisement is configured under the interface configuration.
D. EIGRP neighbor relationships are formed using the link-local address.
E. EIGRP route advertisement is configured under the ipv6 router eigrp configuration.
F. An IPv6 EIGRP router ID is required.
Explanation/Reference:
QUESTION 302
The Neighbor Discovery Protocol in IPv6 replaces which protocol in IPv4?
A. ICMP
B. CDP
C. ARP
D. IGMP
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 303
Which keyword of the aaa authentication ppp command applies to PAP only?
A. local
B. local-case
C. krb5
D. enable
E. Line
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 304
Which three functionalities are specific to stateful NAT64? (Choose three.)
Explanation/Reference:
Explanation:
Differences Between Stateless NAT64 and Stateful NAT64
樀Ԉ
Reference: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/enterprise-ipv6-solution/
white_paper_c11-676277.html
QUESTION 305
Which technology does Easy Virtual Network use?
A. MP-BGP
B. MPLS
C. DMVPN
D. VRF-Lite
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 306
虀Ԉ
Refer to exhibit. A network engineer is unable to make VRF lite EIGRP adjacency work. There is nothing
wrong with communication between R1 and R2. What command will eliminate the issue when executed on
both routers?
A. (config-router-af)#network 209.165.202.128.0.0.0.31
B. (config)#ip multicast-routing
C. (config-router-af)#autonomous-system 100
D. (config-vrf)#route target both 100:1
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
To configure the autonomous-system number for EIGRP to run within a VPN routing and forwarding (VRF)
instance, use the “autonomous-system” command in address-family configuration mode. In particular:
QUESTION 307
Which type of NetFlow information is displayed when the show ip flow export command is executed?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
A. It allows host 192.168.1.50 to access external websites using TCP port 8080.
B. It represents an incorrect NAT configuration because it uses standard TCP ports.
C. It allows external clients to connect to a web server hosted on 192.168.1.50.
D. It allows external clients coming from public IP 209.165.201.1 to connect to a web server at
192.168.1.50.
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 309
Which command denies the default route?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 310
Refer to the exhibit. A network engineer has configured NTP on a Cisco router, but the time on the router
us still incorrect. What is the reason for this problem?
A. The router is not syncing with the peer, and the NTP request and response packets are not being
exchanged.
B. The router is not syncing with the peer, even though the NTP request and response packets are being
exchanged. 䐀)
C. The router is syncing with the peer, and the NTP request and response packets are being exchanged.
D. The router is dropping all NTP packets.
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
A pound sign (#) displayed next to a configured peer in the show ntp associations command output
indicates that the router isn't syncing with the peer even though NTP request and response packets are
being exchanged.
Reference: https://www.cisco.com/c/en/us/support/docs/ios-nx-os-software/ios-software-releases-
110/15171-ntpassoc.html
QUESTION 311
Based on the configuration command below, which statement is true?
A. All syslog messages that are generated will indicate the date and time when the event occurred.
B. All high-priority syslog messages that are generated will indicate the data and time when the event
occurred.
C. All IOS services will indicate the data and time when the service was last used.
D. All IOS services will indicate the data and time when the service was started.
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Reference:
https://www.cisco.com/c/en/us/td/docs/routers/access/wireless/software/guide/
SysMsgLogging.html#wp1055126
QUESTION 312
Which two options can you use to configure an EIGRP stub router? (Choose two.)
A. not-so-stubby
B. receive-only
C. totally-stubby
D. external
E. summary-only
F. summary
Correct Answer: BF
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
eigrp stub [ [receive-only] || [connected] [static] [summary] [redistributed] ] The following options are
available:
Receive-only: router only accepts, but does not explicitly advertise, any routes. This option may not be
used in combination with any other options.
Connected: router advertises directly-connected networks
Static: router advertises any configured static routes
Summary: router advertises any configured summarized routes
Redistributed: router advertises any routes learnedԟ, from another protocol, such as OSPF The eigrp stub
configuration need only be entered on the spoke routers. The hub routers determine that they are talking
to a stub router by examining the TLV in the HELLO packet.
Reference: https://www.cisco.com/en/US/technologies/tk648/tk365/
technologies_white_paper0900aecd8023df6f.html
QUESTION 313
Which security level is supported throughout all SNMP versions?
A. authPriv
B. authNoPriv
C. noAuthNoPriv
D. noAuthoPriv
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 314
An administrator needs to setup an NTP client to provide updates to local without synchronizing to server.
What is the command?
A. Serve
B. Serve-only
C. peer
D. query
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Serve:
--Permits router to reply NTP request;
--Reject NTP updates;
--NTP queries are Accepted.
Serve-Only:
--Permits router to respond to NTP request ONLY;
--Reject to synchronize local time;
--Not access control queries
QUESTION 315
Refer to the exhibit.
An engineer is enabling VPN service for a customer and notices this output when placing the customer-
facing interface into a VRF. Which action corrects the issue?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 316
Which two reductions are the correct reductions if the IPv6 address
2001:0d02:0000:0000:0014:0000:0000:0095? (Choose two)
A. 2001:0d02:::0014:::0095
B. 2001:d02::14::95
C. 2001:d02:0:0:14::95
D. 2001:d02::14:0:0:95
Correct Answer: CD
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
We can't use triple colons (:::) in IPv6 presentation. Also we can't use double colons (::) twice. You can use
it only once in any address because if two double colons are placed in the same address, there will be no
way to identify the size of each block of 0s.
Remember the following techniques to shorten an IPv6 address:
- Omit leading 0s in the address field, so :0000 can be compressed to just and :0d02 can be compressed to
:d02 (but :1d00 can not be compressed to :1d)
- Use double colons (::), but just once, to represent a contiguous block of 0s,
So
2001:0d02:0000:0000:0014:0000:0000:0095 can be compressed to
2001:d02:0:0:14::95
OR
2001:d02::14:0:0:95
QUESTION 317
What happens when an IPv6 enabled router running 6to4 must send a packet to a remote destination and
the next hop is the address of 2002::/16?
A. The IPv6 packet has its header removed and replaced with an IPv4 header
B. The IPv6 packet is encapsulated in an IPv4 packet using an IPv4 protocol type of 41
C. The IPv6 packet is dropped because that destination is unable to route IPv6 packets
D. The packet is tagged with an IPv6 header and the IPv6 prefix is included
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
6to4 and Teredo are dynamic tunneling techniques used by desktop operating systems to help their users
gain access to the IPv6 Internet. These techniques tunnel the IPv6 packets within IPv4 packets.
ԟ,
The 6to4 method places the IPv6 packets within IPv4 protocol 41 packets.
The Teredo method places the IPv6 packets within IPv4 packets with a UDP 3544 header.
QUESTION 318
Which functionality is required within an IP router that is situated at the boundary of an IPv4 network and an
IPv6 network to allow communication between IPv6-only and IPv4-only nodes?
A. Autoconfiguration
B. Automatic 6to4 Tunnel
C. Automatic 6to4 Relay
D. Network Address Translator-Protocol Translator (NAT-PT)
E. Intrasite Automatic Tunnel Address Protocol (ISATAP)
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
NAT-PT provides IPv4/IPv6 protocol translation. It resides within an IP router, situated at the boundary of an
IPv4 network and an IPv6 network. By installing NAT-PT between an IPv4 and IPv6 network, all IPv4 users
are given access to the IPv6 network without modification in the local IPv4-hosts (and vice versa). Equally,
all hosts on the IPv6 network are given access to the IPv4 hosts without modification to the local IPv6-
hosts. This is accomplished with a pool of IPv4 addresses for assignment to IPv6 nodes on a dynamic
basis as sessions are initiated across IPv4-IPv6 boundaries.
QUESTION 319
Which IPv6 address correctly compresses the IPv6 unicast address 2001:0:0:0:0DB8:0:0:417A?
A. 2001:0DB8:417A
B. 2001::0DB8::417A
C. 2001:::0DB8::417A
D. 2001:0DB8:0:0:417A
E. 2001::DB8:0:0:417A
F. 2001:::0DB8:0:0:417A
Correct Answer: E
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
The point of this question is the about the different form of Ipv6 address.
The IPv6 address is 128 bits long, written as eight 16-bit pieces, separated by colons.
Each piece is represented by four hexadecimal digits. You can compact multiple contiguous fields of zero
even further. This is the exception to the rule that at least one digit must be present in every field. You can
replace multiple fields of zeros with double colons (::).
Note that :: can replace only one set of contiguous zero fields.
Multiple ::s would make the address ambiguous.
QUESTION 320
Refer to the exhibit. What two statements are true? (Choose two)
窐Ԉ
A. Interface FastEthernet 0/0 was configured with the ipv6 ospf 1 area 1 command.
B. OSPF version 2 has been enabled to support IPv6.
C. The IP address of the backup designated router (BDR) is FE80::100:AABB:1731:5808.
D. The output was generated by the show ip interface command.
E. The router was configured with the commands: router ospf 1 network 172.16.6.0 0.0.0.255 area 1
F. This is the designated router (DR) on the FastEtheroet 0/0 link.
Correct Answer: AC
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
OSPFv3 supports IPv6.
The configuration of OSPFv3 is not a subcommand mode of the router ospf command as it is in OSPFv2
confguration.
For example, instead of using the network area command to identify networks that are part of the OSPFv3
network, the interfaces are directly configured to
specify that IPv6 networks are part of the OSPFv3 network.
There are several commonly used OSPFv3 show commands, including the show ipv6 ospf [process-id]
[area-id] interface [interface] command.
QUESTION 321
Refer to the exhibit. Which interoperability technique implemented on the dual-stack routers would allow
,
connectivity between IPv6 sites across automatic created tunnels using the 2002::/16 prefix?
A. Dual Stack
B. NAT-PT
C. 6to4 tunnel
D. GRE tunnel
E. ISATAP tunnel
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 322
Your Company trainee asks you, in the context of IPv6 and OSPF, what best describes a type 9 LSA?
A. Link LSA
B. Interarea prefix LSA for ABRs
C. Router LSA
D. Switch LSA
E. Intra-area prefix LSA
F. None of the above
Correct Answer: E
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 323
What number is a valid representation for the 200F:0000:AB00:0000:0000:0000:0000/56 IPv6 prefix?
A. 200F:0:0:AB/56
B. 200F:0:AB00::/56
C. 200F::AB00/56
D. 200F:AB/56
Correct Answer: B 榐Ԉ
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
QUESTION 324
Company has migrated to IPv6 in their network.
Which three IPv6 notations represent the same address? (Select three.)
A. 2031::130F::9C0:876A:130B
B. 2031:0000:130F:0000:0000:09C0:876A:130B
C. 2031:0:130F:::9C0:876A:130B
D. 2031::130F:0::9C0:876A:130B
E. 2031:0:130F:0:0:09C0:876A:130B
F. 2031:0:130F::9C0:876A:130B
Explanation/Reference:
Explanation:
With IP version 6, octets containing all zero's can be simply represented as :, while consecutive zero fields
can be represented as ::.
ANSWER choices E and F are simply the shorthand version of the fully written IPv6 address shown in
choice.
QUESTION 325
In a comparison of an IPv4 header with an IPv6 header, which three statements are true? (Choose three)
A. An IPv4 header includes a checksum. However, an IPv6 header does not include one.
B. A router has to recompute the checksum of an IPv6 packet when decrementing the TTL.
C. An IPv6 header is half the size of an IPv4 header.
D. An IPv6 header has twice as many octets as an IPv4 header.
E. An IPv6 header is simpler and more efficient than an IPv4 header.
F. The 128-bit IPv6 address makes the IPv6 header more complicated than an IPv4 header.
Explanation/Reference:
Explanation:
The image below shows the differences between an IPv4 header and an IPv6 header:
頀Ԉ
Reference:
https://www.cisco.com/c/en/us/about/press/internet-protocol-journal/back-issues/table-contents-13/ipv6-
internals.html
QUESTION 326
Which statement about conditional debugging is true?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 327
An IPv6 overlay tunnel is required to communicate with isolated IPv6 networks across an IPv4
infrastructure. There are currently five IPv6 overlay tunnel types. Which three IPv6 overlay tunnel
statements are true? (Choose three)
A. Overlay tunnels can only be configured between border routers capable of supporting IPv4 and IPv6.
B. Overlay tunnels can be configured between border routers or between a border router and a host
capable of supporting IPv4 and IPv6.
C. Cisco IOS supports manual, generic, routing encapsulation (GRE), IPv6-compatible, 4to6, and
multiprotocol Label Switching (MPLS) Overlay tunneling mechanism.
D. Cisco IOS supports manual, generic routing encapsulation (GRE), IPv4-compatible, 6to4, and IntraSite
Automatic Tunnel Addressing Protocol (ISATAP) overlay tunneling mechanisms.
E. A manual overlay tunnel supports point-to-multipoint tunnels capable of carrying IPv6 and
Connectionless Network Service (CLNS) packets.
F. Overlay tunneling encapsulates IPv6 packets in IPv4 packets for delivery across an IPv4 infrastructure.
Explanation/Reference:
Explanation: Ԉ
B: Overlay tunnels can be configured between border routers or between a border router and a host
capable of supporting IPv4 and IPv6.
D. Cisco IOS supports manual, generic routing encapsulation (GRE), IPv4-compatible, 6to4, and IntraSite
Automatic Tunnel Addressing Protocol (ISATAP) overlay tunneling mechanisms.
F: Overlay tunneling encapsulates IPv6 packets in IPv4 packets for delivery across an IPv4 infrastructure.
QUESTION 328
Which of the following NSAP addresses is a private, locally administered address?
A. 39.0f01.0002.0000.0c00.1111.00
B. 48.0f01.0002.0000.0c00.1111.00
C. 49.0004.30ac.0000.3090.c7df.00
D. 52.0f01.0002.0000.0c00.1111.00
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 329
What is the correct configuration to enable router P4 to exchange RIP routing updates with router P1 but
not with router P3?
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
When you configure router P1 to be the neighbor of P4 with a passive interface, the RIP routing updates will
be exchanged with the neighbor ONLY.
QUESTION 330
To configure 6to4 tunneling on a dual-stack edge router. Which three of the following are valid components
in 6to4 Tunneling configuration? (Choose Three)
Explanation/Reference:
QUESTION 331
Which three statements about configuring OSPF in a IPv6 network are true? (Choose three)
Explanation/Reference:
QUESTION 332
Refer to the exhibit.
Ԉ
Which two statements are true about the router configuration? (Choose two)
A. This configuration allows applications on the same segment to communicate via IPv4 or IPv6.
B. This configuration is referred to as a dual-stack 6to4 tunnel.
C. This configuration is referred to as a dual stack.
D. This configuration will attempt to route packets using IPv4 first, and if that fails, then IPv6.
Correct Answer: AC
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Dual stack (Figure 1 below) runs both IPv4 and IPv6 protocol stacks on a router in parallel, making it similar
to the multiprotocol network environments of the past, which often ran Internetwork Packet Exchange (IPX),
AppleTalk, IP, and other protocols concurrently.
The technique of deploying IPv6 using dual-stack backbones allows IPv4 and IPv6 applications to coexist in
a dual IP layer routing backbone.
The IPv4 communication uses the IPv4 protocol stack, and the IPv6 communication uses the IPv6 stack.
As a transition strategy, dual stack is ideal for campus networks with a mixture of IPv4 and IPv6
applications.
QUESTION 333
When implementing a 6to4 tunnel, which IPv6 address is the correct translation of the IPv4 address
192.168.99.1?
A. c0a8:6301:2002::/48
B. 2002:c0a8:6301::/48
C. 2002:c0a8:6301::/8
D. 2002::/16
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation: 䃰,
16 bits for the most significant 6to4 reserved bits (2002::/16) + 32 bits source ipv4 address (traslated in
HEX format) = 48 bits.
QUESTION 334
Refer to the exhibit. Will redistributed RIP routes from OSPF Area 2 be allowed in Area 1?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Area 1 is a NSSA so we can inject EIGRP routes into this area with Type 7 LSAs. Notice that Type 7 LSAs
can only be existed in a NSSA. The NSSA ABR of area 1 must converted it into LSA Type 5 before flooding
to the whole OSPF domain.
When redistribute RIP into area 2, LSA Type 5 will be created an sent through area 0. But a NSSA is an
extension of a stub area. The stub area characteristics still exist, which includes no type 5 LSAs allowed.
QUESTION 335
Study this exhibit below carefully.
Ԉ
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
The command “distribute-list 10 in Serial0” will create an incoming distribute list for interface serial 0 and
refers to access list 10.
So it will permit routing updates from 10.0.x.x network while other entries (in this case the 10.1.0.0/24 and
172.24.1.0/24 networks) will be filtered out from the routing update received on interface S0.
QUESTION 336
Router RTA is configured as follows:
A. no routing updates will be sent from router RTA on interface BRIO to router RTX
B. router RTA will not advertise the 10.0.0.0 network to router RTX
C. the route to network 172.16.1.0 will not be entered into the routing table on router RTA
D. user traffic from the 172.16.1.0 network is denied by access-list 44
E. the routing table on router RTA will be updated with the route to router RTW
Correct Answer: CE
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Distribute list are used to filter routing updates and they are based on access lists. In this case, an access
list of 44 was created to deny the route from network 172.16.1.0/24 so this route will not be entered into the
routing table of RTA.
But the route from RTW can be entered because it is not filtered by the access list.
A and B are not correct because the distribute list is applied to the inbound direction of interface BRIO so
outgoing routing updated will not be filtered.
D is not correct because distribute list just filters routing updates so user traffic from network 172.16.1.0 will
not be denied.
QUESTION 337
Refer to the exhibit.
Ԉ
Which two statements are correct regarding the routes to be redistributed into OSPF? (Choose two)
Correct Answer: AD
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 338
What two situations could require the use of multiple routing protocols? (Choose two)
Correct Answer: AD
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Simple routing protocols work well for simple networks, but networks grow and become more complex.
While running a single routing protocol throughout your entire IP internetwork is desirable, multiprotocol
routing is common for a number of reasons, including company mergers, multiple departments managed by
multiple network administrators, multivendor environments, or simply because the original routing protocol
is no longer the best choice.
Often, the multiple protocols are redistributed into each other during a migration period from one protocol to
the other.
QUESTION 339
How is network layer addressing accomplished in the OSI protocol suite?
Correct Answer: D
Section: Mix Questions 䆐,
Explanation
Explanation/Reference:
Explanation:
OSI network-layer addressing is implemented by using two types of hierarchical addresses: network service
access-point addresses and network-entity titles.
A network service-access point (NSAP) is a conceptual point on the boundary between the network and the
transport layers.
The NSAP is the location at which OSI network services are provided to the transport layer.
Each transport-layer entity is assigned a single NSAP, which is individually addressed in an OSI
internetwork using NSAP addresses.
Network Service Address Point (NSAP) address is the equivalent of an IP address for an OSI network; A
NSAP address is a hexadecimal address with a length of up to 40 hexadecimal digits.
NSAP addresses are used in ATM and IS-IS.
QUESTION 340
Which routing protocol will continue to receive and process routing updates from neighbors after the
passive interface router configuration command is entered?
A. EIGRP
B. RIP
C. OSPF
D. IS-IS
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 341
Which three statements are true when configuring redistribution for OSPF? (Choose three)
Explanation/Reference:
QUESTION 342
A network administrator is troubleshooting a redistribution of OSPF routes into EIGRP.
窐Ԉ
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
By default, all routes redistributed into OSPF will be tagged as external type 2 (E2) with a metric of 20,
except for BGP routes (with a metric of 1).
Note:
The cost of a type 2 route is always the external cost, irrespective of the interior cost to reach that route.
A type 1 cost is the addition of the external cost and the internal cost used to reach that route.
QUESTION 343
A router is configured for redistribution to advertise EIGRP routes into OSPF on a boundary router.
Given the configuration:
router ospf 1
redistribute eigrp 1 metric 25 subnets
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 344
Refer to the exhibit.
䇠,
R1 and R2 belong to the RIP routing domain that includes the networks 10.20.0.0/16 and 10.21.0.0/16.
R3 and R4 are performing two-way route redistribution between OSPF and RIP.
A network administrator has discovered that R2 is receiving OSPF routes for the networks 10.20.0.0/16 and
10.21.0.0/16 and a routing loop has occurred.
Which action will correct this problem?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Distribute List is Like an access-list, use to deny or permit the routing update to pass through a router/
interface.
Distribute List allow you apply an access list to a routing updates.
It can be applied on in or out bond of an interface under a routing process. e.g in fig.
R1 want to send a routing update to it neighbor, this update will go through from interface S0/0, router will
check, is there some Distribute List apply to this interface. If there is a Distribute List which would contain
the allow route to pass through this interface.
QUESTION 345
Observe the exhibit.
If the command variance 3 were added to RTE, which path or paths would be chosen to route traffic to
network X?
Ԉ
A. E-B-A
B. E-B-A and E-C-A
C. E-C-A and E-D-A
D. E-B-A, E-C-A and E-D-A
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Advertised distance of RTD is greater than FD of RTE-RTC-RTA, so the route through D will not be used.
Please notice that routes must first satisfy the feasible condition to be considered for “variance” command:
The feasible condition states:
“To qualify as a feasible successor, a router must have an AD less than the FD of the current successor
route”.
In this case, the current successor route is E -> C -> A and the FD of this successor route is 20. But the AD
of route E-D-A is 25 which is bigger than the FD of the successor route -> It will not be put into the routing
table even if the “variance 3” command is used.
QUESTION 346
A network administrator recently redistributed RIP routes into an OSPF domain.
However, the administrator wants to configure the network so that instead of 32 external type-5 LSAs
flooding into the OSPF network, there is only one.
What must the administrator do to accomplish this?
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
In many cases, the router doesn't even need specific routes to each and every subnet (for example,
172.16.1.0/24).
It would be just as happy if it knew how to get to the major network (for example, 172.16.0.0/16) and let
another router take it from there.
In our telephone network example, the local telephone switch should only need to know to route a phone
call to the switch for the called area code. 䈰,
Similarly, a router's ability to take a group of subnetworks and summarize them as one network (in other
words, one advertisement) is called route summarization.
Besides reducing the number of routing entries that a router must keep track of, route summarization can
also help protect an external router from making multiple changes to its routing table due to instability within
a particular subnet.
For example, let's say that we were working on a router that connected to 172.16.2.0/24. As we were
working on the router, we rebooted it several times. If we were not summarizing our routes, an external
router would see each time 172.16.2.0/24 went away and came back. Each time, it would have to modify its
own routing table. However, if our external router were receiving only a summary route (i.e., 172.16.0.0/16),
then it wouldn't have to be concerned with our work on one particular subnet. This is especially a problem
for EIGRP, which can create stuck in active (SIA) routes that can lead to a network melt-down.
Summarization Example We have the following networks that we want to advertise as a single summary
route:
* 172.16.100.0/24 * 172.16.101.0/24 * 172.16.102.0/24 * 172.16.103.0/24 * 172.16.104.0/24 *
172.16.105.0/24 * 172.16.106.0/24
QUESTION 347
Refer to the exhibit.
If R1 is configured for 6to4 tunneling, what will the prefix of its IPv6 network be?
A. 1723:1100:1::/48
B. FFFF:AC1F:6401::/16
C. AC1F:6401::/32
D. 2002:AC1F:6401::/48
E. 3FFE:AC1F:6401::/32
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 348
An EUl-64 bit address is formed by inserting which 16-bit value into the MAC address of a device?
A. 3FFE
B. FFFE
C. FF02
D. 2001
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 349 Ԉ
By default, which type of IPv6 address is used to build the EUl-64 bit format?
A. unique-local address
B. IPv4-compatible IPv6 address
C. link-local address
D. aggregatable-local address
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Reference:
https://howdoesinternetwork.com/2013/slaac-ipv6-stateless-address-autoconfiguration
QUESTION 350
What is the minimum privilege level to enter all commands in usermode?
A. Level 1
B. Level 0
C. Level 14
D. Level 15
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 351
Which of the following situations results in a routing loop?
Correct Answer: E
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 352
Which two options are limitations of stateful NAT64? (Choose Two)
Correct Answer: AB
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
• Applications without a corresponding application-level gateway(ALG) may not work properly with the
Stateful NAT64 translator.
• IP Multicast is not supported.
• The translation of IPv4 options,IPv6 routing headers,hop-by-hop extension headers,destination option
headers,and source routing headers is not supported.
• Virtual routing and forwarding(VRF)-aware NAT64 is not supported.
• When traffic flows from IPv6 to IPv4,the destination IP address that you have configured mustmatch a
stateful prefix to prevent hairpinning loops.However,the source IPaddress (source address of the IPv6 host)
must not match the stateful prefix.If the source IP address matches the stateful prefix,packets are dropped.
Hair pinning allows two endpoints inside Network Address Translation(NAT) to communicate with each
other,even when the endpoints use only each other's external IPaddresses and ports for communication.
• Only TCP and UDP Layer4 protocols are supported for header translation.
• Route maps are not supported.
• Application-level gateways (ALGs) FTP and ICMP are not supported.
• In the absence of apre-existing state in NAT64,stateful translation only supports IPv6-initiated sessions.
• If a static mapping host-binding entry exists for an IPv6 host,the IPv4 nodes can initiate communication. In
dynamic mapping,IPv4 nodes can initiate communication only if a host-binding entry is created for the IPv6
host through a previously established connection to the same or a different IPv4 host. Dynamic mapping
rules that use Port-Address Translation(PAT),host-binding entries cannot be created because IPv4-initiated
communication not possible through PAT.
• Both NAT44 (static,dynamic and PAT)configuration and stateful NAT64 configuration are not supported on
the same interface.
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_nat/configuration/xe-3s/nat-xe-3s-book/iadnat-
stateful-nat64.pdf
QUESTION 353
Which next hop is going to be used for 172.17.1.0/24 ?
A. 10.0.0.1
B. 192.168.1.2
C. 10.0.0.2
D. 192.168.3.2
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
The > indicates the best route to the destination 172.17.1.0/24
Reference: https://www.cisco.com/c/en/us/td/docs/ios/iproute_bgp/command/reference/irg_book/
irg_bgp5.html#wp1156281
QUESTION 354 窐Ԉ
What are two limitations when in use of NPTv6 for IPV6 vs IPV6 Address translation?
Correct Answer: CF
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
So what is NPTv6? NPTv6 is simply rewriting IPv6 prefixes. If your current IPv6 prefix is 2001:db8:cafe::/48
then using NPTv6 it would allow you to change it to 2001:db8:fea7::/48 – that is it.
It is a one for one prefix rewrite – you can’t overload it, have mismatching prefix allocations sizes, re-write
ports or anything else. Importantly, it doesn’t touch anything other than the prefix. Your network/host portion
remains intact with no changes.
http://www.howfunky.com/2012/02/ipv6-to-ipv6-network-prefix-translation.html
QUESTION 355
Which set of actions does a network engineer perform to set the IPv6 address of a DHCP relay server at
the VLAN interface level?
A. Enter the VLAN interface configuration mode and define the IPv6 address of a DHCP relay server
B. Enter the global configuration mode and enable the IPv6 DHCP relay
C. Enter the global configuration mode, enable IPv6 DHCP relay from interface configuration mode and
define the IPv6 address of a DHCP relay server
D. Enter the VLAN interface configuration mode, enable IPv6 DHCP relay, and define the IPv6 address of
a DHCP relay server
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
You can accept DHCP requests from clients on the associated context or VLAN interface and enable the
DHCP relay agent by using the ipv6 dhcp relay enable command (for IPv6) or the ip dhcp relay enable
command (for IPv4).
The DHCP relay starts forwarding packets to the DHCP server address specified in the ipv6 dhcp relay
server command or the ip dhcp relay server command for the associated context or VLAN interface.
An example of how to set the IPv6 address of a DHCP relay server at the VLAN interface level:
Reference: https://www.cisco.com/c/en/us/td/docs/interfaces_modules/services_modules/ace/vA5_1_0/
command/reference/ACE_cr/if.html
QUESTION 356
Which two types of authentication does EIGRP offer? (Choose two)
A. TKIP 䋐,
B. MD5
C. WPA
D. Plain text
Correct Answer: BD
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
If the service password-encryption command is not used when implementing EIGRP authentication, the
key-string will be stored as plain text in the router configuration. If you configure the service password-
encryption command, the key-string will be stored and displayed in an encrypted form; when it is displayed,
there will be an encryption-type of 7 specified before the encrypted key-string.
EIGRP originally only supported MD5 authentication but since IOS 15.1(2)S and 15.2(1)T we can also use
SHA-256 authentication. Nowadays, this form of authentication is far more secure than MD5.
They ask for 2 options. The one that we know MD5 and the must lose to the reality is plain text. However I
didn´t find and official article that mentioned plain Text.
The router uses two types of authentication:
• Simple password authentication (also called plain text authentication)—Supported by Integrated System-
Integrated System (IS-IS), Open Shortest Path First (OSPF), and Routing Information Protocol Version 2
(RIPv2)
• MD5 authentication—Supported by OSPF, RIPv2, BGP, and EIGRP
QUESTION 357
Refer to the following:
Logging Console 7
Which option is one of the effects entering this command on a Cisco IOS router, with no additional logging
configuration?
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Console logging: By default, the router sends all log messages to its console port. Hence only the users that
are physically connected to the router console port can view these messages.
Ԉ
The router does not check if a user is logged into the窐console port or a device is attached to it; if console
logging is enabled, messages are always sent to the console port that can cause CPU load.
To stop the console logging, use the “no logging console” global configuration command. You might want to
limit the amount of messages sent to the console with the “logging console level” configuration command
(for example, logging console Informational).
Reference:
http://blog.router-switch.com/2013/12/configure-logging-in-cisco-ios/
QUESTION 358
Refer to the exhibit.
After configuring the routes, the network engineer executes the show ip route command. What is the
expected results?
Explanation/Reference:
QUESTION 359
Which two statements about NTP stratum are true? (Choose two)
Correct Answer: DF
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
䌠,
Reference:
https://www.cisco.com/c/en/us/td/docs/routers/asr920/configuration/guide/bsm/16-6-1/b-bsm-xe-16-6-1-
asr920/bsm-time-calendar-set.html
QUESTION 360
Which two statements about OSPF E1 routes are true? (Choose two)
A. They are preferred over interarea routes
B. They use the OSPF cost from redistribution and the OSPF cost to the ASBR.
C. They are preferred over E2 routes
D. They use only the OSPF cost to the ASBR
E. They use only the OSPF cost from redistribution
Correct Answer: BC
Section: Mix Questions
Explanation
Explanation/Reference:
Reference:
http://blog.ine.com/2011/04/04/understanding-ospf-external-route-path-selection/
QUESTION 361
Refer to the exhibit.
The excerpt was taken from the routing table of router SATX.
Which option ensures that routes from 51.51.51.1 are preferred over routes from 52.52.52.2?
Correct Answer: E
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 362
Refer to the exhibit.
If this configuration is applied to a device that redistributes EIGRP routes into OSPF. which two statements
about the behavior of the device are true? (Choose Two )
Correct Answer: AE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 363
Refer to the exhibit.
䍰,
A network engineer has configured NTP on a Cisco router, but the time on the router is still incorrect. What
is the reason for this problem?
A. The router is not syncing with the peer, even though the NTP request and response packets are being
exchanged.
B. The router is not syncing with peer, and the NTP request and response packets are not being
exchanged.
C. The router is syncing with the peer, and the NTP request and response packets are being exchanged.
D. The router is dropping all NTP packets.
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
In the output you can see a * next to the ip address that is the primary NTP server.
Also the 377 that means everything was received and processed.
Negotiation done.
https://www.cisco.com/c/en/us/support/docs/ios-nx-os-software/ios-software-releases-110/15171-
ntpassoc.html
QUESTION 364
Which value does a point-to-point GRE tunnel use to identify a peer?
A. MAC address
B. configured multicast address.
C. DLCI
D. IP address
E. VC ID
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 365
Where must a network engineer configure the ip helper-address command on a router?
Correct Answer: C
Section: Mix Questions
Explanation Ԉ
Explanation/Reference:
QUESTION 366
Which two routers can do OSPF route summarization? (Choose two)
A. ABR
B. ASBR
C. Summary router
D. Internal router
E. Backbone router
Correct Answer: AB
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 367
What from the following can cause an issue for uRPF?
A. Asymetric routing
B. CEF not enabled
C. uRPF not applied to the traffic source
D. if it is used as ingress filtering
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 368
What is supported RADIUS server? (Choose two)
A. telnet
B. authentication
C. accounting
D. authorization
E. SSH
Correct Answer: BD
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 369
What is show on logging console 7?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
QUESTION 370
Choose the best IP SLA deployment cycle that reduce deployment time. (Choose four.)
A. baseline (network performance)
B. understand (network performance baseline)
C. Understand Quality results
D. quantify (results)
E. fine tune and optimize
F. Update Understanding
Explanation/Reference:
Explanation:
baseline (network performance), understand (network performance baseline), fine tune and optimize,
quantify (results)
Reference:
https://www.cisco.com/en/US/technologies/tk648/tk362/tk920/
technologies_white_paper0900aecd8017f8c9.html
QUESTION 371
Which two protocols are used to deploy a single Hub-DMVPN supporting Spoke-to Spoke tunnels?
(Choose two)
A. MPLS
B. RSVP
C. NHRP
D. BFB 窐Ԉ
E. Multipoint GRE
Correct Answer: CE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 372
What would you configure on SNMPv3 to allow authentication and encryption?
A. authpriv
B. authnopriv
C. noauthnopriv
D. authmember
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
QUESTION 373
If you run the command auto-cost reference-bandwidth 10000 on one of the router in the network, what will
happen?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
This command affects all the OSPF costs on the local router as all links are recalculated with formula:
cost = reference-bandwidth (in Mbps) / interface bandwidth
Therefore, in this case the command “auto-cost reference-bandwidth 10000” allows the local router to
calculate the link up to 10Gbps.
QUESTION 374
What does the command show ip vrf purple TOPOLOGY shows?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
QUESTION 375
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
In the output you can see a * next to the ip address that is the primary NTP server.
Also the 377 that means everything was received and processed. Negotiation done.
https://www.cisco.com/c/en/us/support/docs/ios-nx-os-software/ios-software-releases-110/15171-ntpassoc
Values below this 376 is that Last NTP response was received
A pound sign (#) displayed next to a configured peer in the show ntp associations command output
indicates that the router isn’t syncing with the peer but NTP request and response packets are NOT
exchanged.
Reference: https://www.cisco.com/c/en/us/support/docs/ios-nx-os-software/ios-software-releases-
110/15171-ntpassoc.html
QUESTION 376
Which of these can be used for IPv4 to IPv6 communication?
A. NAT-PT
B. ISATAP
C. L2 to L3 VPN
D. IPSec
Correct Answer: A
Section: Mix Questions Ԉ
Explanation
Explanation/Reference:
Explanation:
QUESTION 377
How to set up IP SLA to monitor jitter between the certain limits?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 378
How can you mitigate fragmentation issues between endpoints separated by a GRE tunnel?
A. PMTU
B. TCP MSS
C. windowing
D. ICMP DF bit
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
The IP protocol was designed for use on a wide variety of transmission links. Although the maximum length
of an IP datagram is 65535, most transmission links enforce a smaller maximum packet length limit, called
an MTU. The value of the MTU depends on the type of the transmission link. The design of IP
accommodates MTU differences since it allows routers to fragment IP datagrams as necessary. The
receiving station is responsible for the reassembly of the fragments back into the original full size IP
datagram.
Fragmentation and Path Maximum Transmission Unit Discovery (PMTUD) is a standardized technique to
determine the maximum transmission unit (MTU) size on the network path between two hosts, usually with
the goal of avoiding IP fragmentation. PMTUD was originally intended for routers in IPv4. However, all
modern operating systems use it on endpoints.
The TCP Maximum Segment Size (TCP MSS) defines the maximum amount of data that a host is willing to
accept in a single TCP/IP datagram. This TCP/IP datagram might be fragmented at the IP layer. The MSS
value is sent as a TCP header option only in TCP SYN segments. Each side of a TCP connection reports
its MSS value to the other side. Contrary to popular belief, the MSS value is not negotiated between hosts.
The sending host is required to limit the size of data in a single TCP segment to a value less than or equal
to the MSS reported by the receiving host.
TCP MSS takes care of fragmentation at the two endpoints of a TCP connection, but it does not handle the
case where there is a smaller MTU link in the middle between these two endpoints. PMTUD was developed
in order to avoid fragmentation in the path between the endpoints. It is used to dynamically determine the
lowest MTU along the path from a packet’s source to its destination.
http://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-pmtud-ipfrag.html
(there is some examples of how TCP MSS avoids IP Fragmentation in this link but it is too long so if you
want to read please visit this link)
Note: IP fragmentation involves breaking a datagram into a number of pieces that can be reassembled
later.
QUESTION 379
Windows Server Syslog blocked by ACL ando.?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 380
Which two statements are benefits of BGP peer groups? (Choose two.)
A. Each neighbor in a peer group can have different inbound BGP policies.
B. A configuration change can be applied simultaneously to all peers in the peer group.
C. They use soft updates to minimize bandwidth consumption.
D. They can optimize backdoor routes.
E. They support groups of paths.
F. They can be updated via multicast.
Correct Answer: BC
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 381
Which two statements about AAA with the local database are true? (Choose two.)
Correct Answer: AC
Section: Mix Questions
Explanation
Explanation/Reference:
窐Ԉ
QUESTION 382
Which three causes of unicast flooding are true? (Choose three.)
A. asymmetric routing
B. forwarding table overflow
C. excess space in the forwarding table
D. consistent STP topology
E. symmetric routing
F. changes in the STP topology
Explanation/Reference:
QUESTION 383
A company is deploying a multicast application that must be accessible between sites, but must not be
accessible outside of the organization. Based on the scoping requirements, the multicast group address for
the application will be allocated out of which range?
A. FF02::/16
B. FF08::/16
C. FFOE::/16
D. FF00::/16
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 384
What is the default authentication in RIPv2 when authentication is enabled?
A. SHA1 authentication
B. MD5 authentication
C. plaintext authentication
D. enable password authentication
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Cisco implementation of RIPv2 supports two modes of authentication: plain text authentication and
Message Digest 5 (MD5) authentication. Plain text authentication mode is the default setting in every RIPv2
packet, when authentication is enabled. Plain text authentication should not be used when security is an
issue, because the unencrypted authentication password is sent in every RIPv2 packet.
Reference: https://www.cisco.com/c/en/us/support/docs/ip/routing-information-protocol-rip/13719-50.html
QUESTION 385
Which LSA type on OSPFv3 is used for link-local updates?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
LSAs that are responsible to carry IPv6 Routes:
LSA Type 8: Link LSA
Link Local scope: LSA is only flooded on the local link and is further used for the LINK-LSA
Reference: https://www.cisco.com/c/en/us/support/docs/ip/ip-version-6-ipv6/212828-link-lsa-lsa-type-8-and-
intra-area-pr.html
QUESTION 386
What is the role of a route distinguisher in a VRF-Lite setup implementation?
A. It manages the import and export of routes between two or more VRF instances.
B. It enables multicast distribution for VRF-Lite setups to enhance EGP routing protocol capabilities.
C. It extends the IP address to identify which VRF instance it belongs to.
D. It enables multicast distribution for VRF-Lite setups to enhance IGP routing protocol capabilities.
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 387
A customer asks its service provider for VPN support IPv4 and IPv6 address families.
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/td/docs/routers/connectedgrid/cgr1000/ios/software/15_4_1_cg/
vrf_cgr1000.html
QUESTION 388
Which two tasks must you perform to configure a BGP peer group? (Choose two.)
Correct Answer: AD
Section: Mix Questions 窐Ԉ
Explanation
Explanation/Reference:
QUESTION 389
Refer to the exhibit. Which effect of this configuration is true?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 390
Which two features were added in MSCHAP version 2? (Choose two.)
Correct Answer: CD
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
MSCHAP V2 authentication is an updated version of MSCHAP that is similar to but incompatible with
MSCHAP Version 1 (V1). MSCHAP V2 introduces mutual authentication between peers and a Change
Password feature.
Reference: https://www.cisco.com/en/US/docs/ios-xml/ios/sec_usr_aaa/configuration/15-2mt/sec-mschap-
ver2.html
QUESTION 391
A network engineer wants to monitor hop-by-hop response time on the network. Which IP SLA operation
accomplishes this task?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 392
Which location within the network is preferred when using a dedicated router for Cisco IP SLA operations?
A. user edge
B. distribution edge
C. access edge
D. provider edge
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/en/US/technologies/tk648/tk362/tk920
technologies_white_paper09186a00802d5efe.html
QUESTION 393
Refer to the exhibit.
Routers R2, R3, R4, and R5 have OSPF enabled.
What should be configured on the routers in area 1 to ensure that all default summary routes and
redistributed EIGRP routes will be forwarded from R6 to area 1, and only a default route for all other OSPF
routes will be forwarded from R5 to area 1.
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 394
When a new PC is connected to the network, which step must it take first to receive a DHCP address?
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 395
Which IP SLA operation can be used to simulate voice traffic on a network?
A. TCP-connect
B. ICMP-echo
C. ICMP-jitter
D. UDP-jitter
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 396
How can you minimize unicast flooding in a network?
A. Set the router’s ARP timeout value to less than the timeout value for Layer 2 forwarding table entries.
B. Set the router’s ARP timeout value to be the same as timeout value for Layer 2 forwarding table entries.
C. Configure HSRP on two routers, with one subnet preferred on the first router and a different subnet
preferred on the second router.
D. Set the router’s ARP timeout value to greater than the timeout value for Layer 2 forwarding table entries.
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 397
Which two statements about DMVPN are true? (Choose two.)
Correct Answer: DE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 398
Which two actions are common methods for migrating a network from one protocol to another? (Choose
two.)
Correct Answer: AD
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 399
Refer to the exhibit.
Which statement about redistribution from BGP into OSPF process 10 is true?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
窐Ԉ
QUESTION 400
Which two statements are differences between AAA with TACACS+ and AAA with RADIUS? (Choose two.)
A. Unlike TACACS+, RADIUS sends packets with only the password encrypted.
B. Only TACACs+ uses TCP.
C. Only RADIUS uses TCP.
D. Unlike TACACS+, RADIUS supports accounting and authorization only.
E. Only TACACS+ combines authentication and authorization.
Correct Answer: AB
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/support/docs/security-vpn/remote-authentication-dial-user-
service-radius/13838-10.html#comp_udp_tcp
QUESTION 401
Which statement about the metric calculation in EIGRP is true?
A. The mean value of bandwidth between the source and destination is used.
B. The minimum bandwidth between the source and destination is used.
C. The minimum delay along the path is used.
D. The maximum delay along the path is used.
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 402
Which statement best describes the following two OSPF commands, which are used to summarize routes?
A. The area range command specifies the area where the subnet resides are summarizes it to other
areas. The summary-address command summarized external routes.
B. The area range command summarized subnets for a specific area. The summary-address command
summarizes a subnet for all areas.
C. The area range command defines the area where the network resides. The summary-address
command enables autosummarization.
D. the area range command defines the area where the network resides. The summary-address command
summarizes a subnet for all areas.
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 403
Refer to the exhibit.
䖠,
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 404
Which two statements about PPPoE packet types are true? (Choose two.)
A. PADR is a broadcast packet sent from the client to request a new server.
B. PADO is a broadcast reply packet sent to the client.
C. PADO is a unicast reply sent to the client.
D. PADI is an initialization packet sent as a broadcast message.
E. PADR is a unicast confirmation packet sent to the client.
Correct Answer: CD
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 405
What is VRF-Lite?
Correct Answer: A
Section: Mix Questions
Explanation Ԉ
Explanation/Reference:
QUESTION 406
Refer to the exhibit.
How can you change this configuration so that when user CCNP logs in, the show run command is
executed and the session is terminated?
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/E-Learning/bulk/public/tac/cim/cib/using_cisco_ios_software/cmdrefs/
username.htm
QUESTION 407
A network engineer executes the show ip flow interface command. Which type of information is displayed
on the interface?
A. NetFlow configuration
B. IP Cisco Express Forwarding statistics
C. route cache information
D. error statistics
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/netflow/command/nf-cr-book.pdf
QUESTION 408
Which IOS commands can you use to limit the CPU impact of log generation and transmission on an IOS
router?
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/about/security-center/access-control-list-logging.html
QUESTION 409
A network engineer wants to implement an SNMP notification process for host machines using the
strongest security available. Which command accomplishes this task?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 410
Refer to the exhibit.
窐Ԉ
R1 is configured with VRF-Lite and can ping R2. R2 is fully configured, but it has no active EIGRP
neighbors in vrf Yellow. If the configuration of r2 is complete, then which issue prevents the EIGRP 100
neighbor relationship in vrf Yellow from forming?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 411
If you want to migrate an IS-IS network to another routing protocol with a lower AD, which two protocols do
you consider? (Choose two.)
A. RIP
B. UDP
C. TCP/IP
D. EIGRP
E. OSPF
F. internal BGP
Correct Answer: DE
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: https://en.wikipedia.org/wiki/Administrative_distance
QUESTION 412
Which action is the most efficient way to handle route feedback when converting a RIPv2 network to
OSPF?
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
䙀,
QUESTION 413
Which functions are included in the two-message rapid exchange that a DHCPv6 client can receive from a
server?
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/enterprise-ipv6-solution/
whitepaper_c11-689821.html
QUESTION 414
Which two statements are examples of the differences between IPv4 and IPv6 EIGRP? (Choose two.)
Correct Answer: AC
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: http://www.ciscopress.com/articles/article.asp?p=2137516&seqNum=4
QUESTION 415
Which statement about the split-horizon rule for distance vector routing protocols is true?
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 416
A customer requests policy-based routing. Packets arriving from source 209.165.200.225 should be sent to
the next hop at 209.165.200.227, with the precedence bit set to priority. Packets arriving from source
209.165.200.226 should be sent to the next hop at 209.165.200.228, with the precedence bit set to critical.
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 417
Refer to the exhibit.
頀Ԉ
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 418
Which SNMP security level is available across all versions of the protocol?
A. authPriv
B. NoAuthPriv
C. AuthNoPriv
D. NoAuthNoPriv
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 419
Which address is an IPv6 multicast address?
A. 2002:0:0:0:0:0:0:2
B. 0002:0:0:0:0:0:0:2
C. FF02:0:0:0:0:0:0:2
D. FE02:0:0:0:0:0:0:2
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 420
Which two statements about VRF-Lite configurations are true? (Choose two.)
Correct Answer: CF
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/12-2/25ew/configuration/guide/
conf/vrf.pdf
QUESTION 421
What is the default maximum segment size for TCP traffic?
A. 536
B. 1492
C. 1500
D. 1508
E. 3340
F. 4096
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Reference: https://en.wikipedia.org/wiki/Maximum_segment_size
QUESTION 422
A network engineer has configured an IOS router to synchronize its clock with a Windows server. After
several minutes, the network engineer notices that the local time on the router does not match the time on
the Windows server. What is the reason for this?
A. Either a firewall between the two devices or on ACL on the router is blocking UDP port 123.
B. Either a firewall between the two devices or an ACL on the router is blocking TCP port 958.
C. Either a firewall between the two devices or an ACL on the router is blocking UDP port 958.
D. Either a firewall between the two devices or an ACL on the router is blocking TCP port 123.
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 423
Which types of LSAs are present in the stub area?
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 424
Which command creates a manual summary on an interface when using EIGRP?
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 425
Which two steps must you perform to allow access to a device when the connection to a remote TACACS+
authentication server fails? (Choose two.)
Correct Answer: BE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 426
Which statement about the IP SLA feature is true?
A. It keeps track of the number of packets and bytes that are observed in each flow by storing information
in a cache flow.
B. It classifies various traffic types by examining information within Layers 3 through 7.
C. It measures how the network treats traffic for specific applications by generating traffic that bears similar
characteristics to application traffic.
D. It ensures that there are appropriate levels of service for network applications.
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 427
Which feature mitigates fragmentation issues caused by endpoint hosts?
Explanation/Reference:
QUESTION 428
Which two LSA types were introduced to support OSPF for IPv6? (Choose two.)
A. type 9
B. type 5
C. type 10
D. type 8
E. type 7
Correct Answer: AD
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 429
Which two types of traffic can benefit from LLQ? (Choose two.)
A. email
B. video
C. file transfer
D. telnet
E. voice
Correct Answer: BE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 430
Refer to the exhibit. Based on Cisco best practice, which statement about the output is true?
A. The output should be analyzed by a network engineer before executing other show commands on an
IOS router in production.
B. The output should be analyzed by a network engineer before executing any debug commands on an
IOS router in production.
C. The output should be analyzed by a network engineer before allocating additional memory and CPU
usage to processes on an IOS router in production.
D. The output should be analyzed by a network engineer before executing any configuration commands on
an IOS router in production.
Correct Answer: B
Section: Mix Questions
Explanation
稀Ԉ
Explanation/Reference:
QUESTION 431
Users were moved from the local DHCP server to the remote corporate DHCP server. After the move, none
of the users were able to use the network.
Which two issues will prevent this setup from working properly? (Choose two.)
Correct Answer: AE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 432
Choose correct statement about Dynamic NAT. (Choose two.)
A. inside local
B. outside local
C. this list will be translated to this subnet (which is pool)
D. outside global
Correct Answer: AC
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 433
Which two conditions can cause BGP neighbor establishment to fail? (Choose two.)
A. There is an access list blocking all TCP traffic between the two BGP neighbors
B. The IBGP neighbor is not directly connected.
C. BGP synchronization is enabled in a transit autonomous system with fully-meshed IBGP neighbors.
D. The BGP update interval is different between the two BGP neighbors
E. The BGP neighbor is referencing an incorrect autonomous system number in its neighbor statement.
Correct Answer: AE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 434
A network access server using TACACS+ for AAA operations receives an error message from the
TACACS server.
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 435
Which purpose of the AAA accounting feature is true when you use TACACS+ authentication?
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 436
Which LAN feature enables a default gateway to inform its end devices when a better path to a destination
is available?
A. HSRP
B. ICMP unreachable messages
C. ICMP redirects
D. Proxy ARP
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 437
Which routing protocol searches for a better route through other autonomous systems to achieve
convergence?
A. Link-state
B. Hybrid
C. Path vector
D. Distance vector
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 438
For RIPv2, how long a static route remains if the point to point interface is down?
A. 30s
B. 60s
C. 180s
D. 240s
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 439
Which task must you perform to implement EIGRP for IPv6 on a device?
A. Use the ipv6 cef command to enable Cisco Express Forwarding on the device.
B. Configure a loopback interface on the device.
C. Manually configure the router ID
D. Statically configure a neighbor statement
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 440
Which criterion does the BGP maximum paths feature use for load balancing?
A. MED
B. local preference
C. weight
D. router ID
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 441
Which option is the best for protecting CPU utilization on a device?
A. fragmentation
B. COPP
C. ICMP redirects
D. ICMP unreachable messages
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 442 窐Ԉ
What are two important differences between OSPFv2 and OSPFv3? (Choose two.)
Correct Answer: AD
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 443
Which adverse event can occur as a consequence of asymmetric routing on the network?
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 444
Which STP feature can reduce TCNs on ports that are connected to end devices?
A. BPDU guard
B. Root guard
C. PortFast
D. BackboneFast
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 445
Which command must you configure globally to support RIPng?
A. ip routing
B. ip cef
C. ipv6 enable
D. ipv6 unicast-routing
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
稀Ԉ
QUESTION 446
Which protocol does VRF-Lite support?
A. IS-IS
B. ODR
C. EIGRP
D. IGRP
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 447
Which two statements about NAT in a DMVPN environment are true? (Choose two.)
Correct Answer: DE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 448
Which adverse circumstance can the TTL feature prevent?
A. routing loops
B. DoS attacks
C. link saturation
D. CAM table overload
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 449
Refer to the exhibit. You want router r1 to perform unequal-cost routing to the 172.168.10.0/24 network.
窐Ԉ
What is the smallest EIGRP variance value that you can configure on R1 to achieve this result?
A. 1
B. 2
C. 3
D. 4
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 450
Which IP SLA operation can be used to simulate voice traffic on a network?
A. TCP connect
B. UDP-jitter
C. ICMP-echo
D. ICMP-jitter
Correct Answer: B
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 451
Device R1 has 1 Gigabit and 10 Gigabit Ethernet interfaces. Which command do you enter so that takes
full advantage of OSPF costs?
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 452
In which network environment is AAA with RADIUS most
䠠,
appropriate?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 453
Which value determines the amount of traffic that a network path can hold in transit?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 454
A user is attempting to authentication on the device connected to a TACACS+ server but the server require
more information from the user to complete authentication.
A. ACCEPT
B. ERROR
C. REJECT
D. CONTINUE
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 455
Which security feature can protect DMVPN tunnels?
A. IPsec
B. TACACS+
C. RTBH
D. RADIUS
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference: 窐Ԉ
QUESTION 456
What happens when two EIGRP peers have mismatched K values?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 457
When an EIGRP router discovers a new neighbor, which packet type does the router send to help the
neighbor build its topology table?
A. Replies
B. Requests
C. Updates
D. Queries
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 458
Which two statements about ICMP unreachable messages are true? (Choose two.)
A. They are sent when a route to the destination is missing from the routing table
B. They can be enable and disable on a device only on a global level
C. They are sent when a destination address responds to an ARP request
D. They include the entire packet so that the source can identify the process that generated the message
E. They include a portion of the original data so that the source can identify the process that generated the
message
Correct Answer: AE
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 459
Which password takes precedence if you configure multiple passwords for Telnet connections to a Cisco
IOS device?
Explanation/Reference:
QUESTION 460
Which two statements about GRE tunnel keys are true? (Choose two.)
Correct Answer: AC
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 461
Which criterion does BGP evaluate first when determining the best path?
A. MED value
B. neighbor address
C. local preference value
D. weight
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 462
When does a Cisco router send an ICMP redirect?
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 463
You are configuring a static route. Which action must you take to avoid the possibility of recursive row?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 464
Refer to the exhibit. R1 and R2 are unable to establish an EIGRP adjacency.
Which action corrects the problem? 飀Ԉ
A. Change the eigrp route-id on one of the routers so that values on the two routers are different.
B. Add the no auto-summary command to the R2 configuration so that it matches the R1 configuration
C. Change the autonomous system number on one of the routers so that each router has different values
D. Change the IP address and subnet mask on R2 so that is on the same subnet as R1.
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 465
Which routing protocol routers traffic through the best path and second best path at the same time?
A. EIGRP
B. BGP
C. OSPF
D. RIP
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 466
A router with default RIPv2 settings loses connectivity to it's next-hop neighbor.
How long downs the router wait before removing the route to the next hop from its route table?
A. 30 seconds
B. 60 seconds
C. 180 seconds
D. 240 seconds
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 467
Refer to the exhibit. You notice that traffic from R1 to the 192.168.10.0/24 network prefers the path through
R3 instead of the least-cost path through R2.
䣰,
Correct Answer: D
Section: Mix Questions
Explanation
Explanation/Reference:
QUESTION 468
OSPF chooses routes in which order, regardless of route's administrative distance and metric?
A. Intra-Area (O) - Inter-Area (O IA) - External Type 1 (E1) - External Type 2 (E2) - NSSA Type 1 (N1) -
NSSA Type 2 (N2)
B. Intra-Area (O) - Inter-Area (O IA) - NSSA Type 1 (N1) - NSSA Type 2 (N2) - External Type 1 (E1) -
External Type 2 (E2)
C. Intra-Area (O) - Inter-Area (O IA) - NSSA Type 1 (N1) - External Type 1 (E1) - NSSA Type 2 (N2) -
External Type 2 (E2)
D. Intra-Area (O) - NSSA Type 1 (N1) - External Type 1 (E1) - Inter-Area (O IA) - NSSA Type 2 (N2) -
External Type 2 (E2)
E. Intra-Area (O) - Inter-Area (O IA) - NSSA Type 1 (N1) - External Type 1 (E1) - NSSA Type 2 (N2) -
External Type 2 (E2)
F. NSSA Type 1 (N1) - NSSA Type 2 (N2) - Intra-Area (O) - Inter-Area (O IA) - External Type 1 (E1) -
External Type 2 (E2)
Correct Answer: A
Section: Mix Questions
Explanation
Explanation/Reference:
Explanation:
Regardless of a route’s metric or administrative distance, OSPF will choose routes in the following order:
Intra-Area (O)
Inter-Area (O IA)
External Type 1 (E1)
External Type 2 (E2)
NSSA Type 1 (N1)
NSSA Type 2 (N2)
QUESTION 469
Which condition must be met before two EVN devices can connect?
Correct Answer: C
Section: Mix Questions
Explanation
Explanation/Reference:
䤐,