CISCO 2 Exam 2 (chapter 6 - 10)

¡Supera tus tareas y exámenes ahora con Quizwiz!

What is the factory default setting for the configuration register on Cisco routers?

0x2102

Refer to the exhibit. What two statements describe the NTP status of the router? (Choose two.)

1. The router is attached to a stratum 2 device. 2. The IP address of the time source for the router is 192.168.1.1.

What are two uses of an access control list? (Choose two.)

1.ACLs provide a basic level of security for network access. 2.ACLs can control which areas a host can access on a network.

Match the DHCP message types to the order of the DHCPv4 process. (Not all options are used.) Step 1 Step 2 Step 3 Step 4

1.DHCPDISCOVER 2.DHCPOFFER 3.DHCPREQUEST 4.DHCPACK Other Incorrect Match Options: -DHCPINFORMATION-REQUEST -DHCPREPLY

Which two commands will configure a standard ACL? (Choose two.)

1.Router(config)# access-list 90 permit 192.168.10.5 0.0.0.0 2.Router(config)# access-list 35 permit host 172.31.22.7

A network administrator is writing a standard ACL that will deny any traffic from the 172.16.0.0/16 network, but permit all other traffic. Which two commands should be used? (Choose two.)

1.Router(config)# access-list 95 deny 172.16.0.0 0.0.255.255 2.Router(config)# access-list 95 permit any

Match the action to the corresponding command. (Not all options are used.) 1.assigns VLAN 10 for untagged traffic 2.activates the current interface as trunk 3.prohibits VLAN 10 on the trunk interface

1.Switch(config-if)# switchport trunk native vlan 10 2.Switch(config-if)# switchport mode trunk 3.Switch(config-if)# switchport trunk allowed vlan remove 10

Which range represents all the IP addresses that are affected when network 10.120.160.0 with a wildcard mask of 0.0.7.255 is used in an ACE?

10.120.160.0 to 10.120.167.255

What is the destination IP address when an IPv4 host sends a DHCPDISCOVER message?

255.255.255.255

Fill in the blank. Using legacy inter-VLAN routing, how many physical router interfaces have to be configured to support 5 VLANs?

5

Fill in the blank. Use a number. The syslog protocol uses UDP port ______________ to send event notification messages across IP networks to event message collectors.

514

How long is the evaluation license period for Cisco IOS Release 15.0 software packages?

60 days

If an organization is changing to include Cisco IP phones in its network, what design feature must be considered to ensure voice quality?

A separate VLAN is needed for voice traffic.

Fill in the blank. An _________ permits or denies traffic through a router based on specific defined criteria.

ACL

Refer to the exhibit. A network administrator is configuring a standard IPv4 ACL. What is the effect after the command no access-list 10 is entered?

ACL 10 is removed from the running configuration.

Refer to the exhibit. Router R1 is configured for PAT. What is a possible reason that the addresses in the network are not translated?

Access-list 1 is misconfigured.

Refer to the exhibit. All workstations are configured correctly in VLAN 20. Workstations that are connected to switch SW1 are not able to send traffic to workstations on SW2. What could be done to remedy the problem?

Allow VLAN 20 on the trunk link.

Which scenario would cause an ACL misconfiguration and deny all traffic?

Apply an ACL that has all deny ACE statements.

What process is used in ICMPv6 for a host to verify that an IPv6 address is unique before configuring it on an interface?

DAD

Which message does an IPv4 host use to reply when it receives a DHCPOFFER message from a DHCP server?

DHCPREQUEST

Which destination IP address is used when an IPv6 host sends a DHCPv6 SOLICIT message to locate a DHCPv6 server?

FF02::1:2

What is the purpose of entering the command ip nat inside source static tcp 192.168.10.2 80 209.165.200.223 8080 at the global configuration prompt?

It binds the inside local address and local port to the specified inside global address and global port.

What is the most likely scenario in which the WAN interface of a router would be configured as a DHCP client to be assigned a dynamic IP address from an ISP?

It is a SOHO or home broadband router.

What is correct in relation to NAT for IPv6?

It is a temporary mechanism to assist in the migration from IPv4 to IPv6.

Which statement accurately describes dynamic NAT?

It provides an automated mapping of inside local to inside global IP addresses.

An administrator issued the following commands on router R1: R1(config)# logging 192.168.10.2 R1(config)# logging trap 5 What conclusion can be drawn from this configuration?

Messages with severity level of 6 or higher appear only on the router console output.

Refer to the exhibit. The NAT configuration applied to the router is as follows: ERtr(config)# access-list 1 permit 10.0.0.0 0.255.255.255 ERtr(config)# ip nat pool corp 209.165.201.6 209.165.201.30 netmask 255.255.255.224 ERtr(config)# ip nat inside source list 1 pool corp overload ERtr(config)# ip nat inside source static 10.10.10.55 209.165.201.4 ERtr(config)# interface gigabitethernet 0/0 ERtr(config-if)# ip nat inside ERtr(config-if)# interface serial 0/0/0 ERtr(config-if)# ip nat outside Based on the configuration and the output shown, what can be determined about the NAT status within the organization?

Not enough information is given to determine if both static and dynamic NAT are working.

Which statement describes a syslog server characteristic?​

One advantage of viewing syslog messages on a syslog server is the ability to perform detailed searches through the data.

Refer to the exhibit. A network administrator wants to create a standard ACL to prevent network 1 traffic from being transmitted to the Research and Development network. On which router interface and in which direction should the standard ACL be applied?

R2 Gi0/0 outbound

Which step should be performed first when deleting a VLAN that has member switch ports?

Reassign all VLAN member ports to a different VLAN.

Refer to the exhibit. Router R2 is configured with static NAT. Place in order the steps that occur when the client accesses the web server through the router. (Not all options are used.) Step 1 Step 2 Step 3 Step 4 Step 5

Step 1 The client uses the inside global address of the web server as the destination address to send a packet to the web server. Step 2 R2 receives the packet on its outside interface, then checks and locates the destination address in its NAT table. Step 3 R2 replaces the inside global address with the inside local address of the web server and forwards the packet to the web server. Step 4 The web server uses the outside global address of the client as the destination address when responding. Step 5 R2 receives the packet from the web server. R2 checks the NAT table, then translates the source address of the web server into an inside global address and forwards the packet.

A network engineer purchases, installs, and activates a license key on a Cisco 2911 ISR G2 router. What is the next step in the installation process?

Reload the router.

Which command will allow a network administrator to check the IP address that is assigned to a particular MAC address?

Router# show ip dhcp binding

A network administrator wants to examine the active NAT translations on a border router. Which command would perform the task?

Router# show ip nat translations

In which alternative to DHCPv6 does a router dynamically provide IPv6 configuration information to hosts?

SLAAC

An administrator wants to send log messages for all severity levels from a router to its console. Which procedure should the administrator follow to accomplish this?

The administrator needs to do nothing, because Cisco routers send log messages for all severity levels to the console by default.

When a client is requesting an initial address lease from a DHCP server, why is the DHCPREQUEST message sent as a broadcast?

The client may have received offers from multiple servers, and the broadcast serves to implicitly decline those other offers.

After booting, a client receives an ICMPv6 RA message with the M flag set to 0 and the O flag set to 1. What does this indicate?

The client should automatically configure an IPv6 address and then contact a DHCPv6 server for more information.

Refer to the exhibit. What is the cause of the error that is displayed in the configuration of inter-VLAN routing on router CiscoVille?

The encapsulation dot1Q 20 command has not been configured.​

An administrator has configured a DHCPv4 relay router and issued these commands: Router(config)# interface g0/0Router(config-if)# ip address 10.0.1.1 255.255.255.0Router(config-if)# no shutdownRouter(config-if)# exitRouter(config)# ip dhcp pool RELAYRouter(dhcp-config)# end The clients are not receiving IP parameters from the DHCPv4 server. What is a possible cause?

The ip helper-address command is missing.

Refer to the exhibit. PC-A is unable to receive an IPv6 address from the stateful DHCPv6 server. What is the problem?

The ipv6 dhcp relay command should be applied to interface Gig0/0.

Refer to the exhibit. Router R1 is configured with static NAT. Addressing on the router and the web server are correctly configured, but there is no connectivity between the web server and users on the Internet. What is a possible reason for this lack of connectivity?

The router NAT configuration has an incorrect inside local address.

Refer to the exhibit. A network administrator is configuring a router for DHCPv6 operation. Which conclusion can be drawn based on the commands?

The router is configured for stateless DHCPv6 operation.

A network administrator is asked to provide the UDI in order to obtain a license for the DATA technology package for the IOS 15.0 on a Cisco 1900 router. What is a UDI?

a combination of the product ID, the serial number, and the hardware version

Which type of standard ACL is easiest to modify on a production router?

a named ACL that has not been applied yet

A network administrator configures the border router with the command R1(config)# ip nat inside source list 4 pool corp. Which ACL is required to be configured in order for this command to function?

an access list that is numbered 4 that defines the private addresses that are affected by NAT

A company designs its network so that the PCs in the internal network are assigned IP addresses from DHCP servers, and the packets that are sent to the Internet are translated through a NAT-enabled router. What type of NAT enables the router to populate the translation table from a pool of unique public addresses, as the PCs send packets through the router to the Internet?

dynamic NAT

True or False?A standard ACL filters network traffic based on the destination MAC address.

false

In which location are the normal range VLANs stored on a Cisco switch by default?

flash memory

Which command should be configured on a router interface to set the router as a stateful DHCPv6 client?

ipv6 address dhcp

Which distinct type of VLAN is used by an administrator to access and configure a switch?

management VLAN

Here is a link to the PT Activity. Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.Which ping command from PC0 to PC1 completes successfully?

ping 192.168.2.3

Typically, which network device would be used to perform NAT for a corporate environment?

router

Refer to the exhibit. Which implementation of inter-VLAN routing does this topology use?

router on a stick

Fill in the blank. Do not abbreviate.An administrator is troubleshooting a DHCPv4 issue on a router. By issuing the debug ip dhcp ____________ command, the administrator can watch, in real time, the IP address assignments that are performed by the router.

server event/s

Which command produced the following output? R1#10 permit 192.168.1.56 0.0.0.720 permit 192.168.1.64 0.0.0.63 (4 match(es))30 deny any (8 match(es))

show access-lists

Which technology via the syslog protocol enhances real-time debugging by displaying the date and time associated with each monitored event?

syslog service timestamps

Which technology allows syslog messages to be filtered to different devices based on event importance?​

syslog severity levels​

What information can be gathered about a neighbor device from the show cdp neighbors detail command that cannot be found with the show cdp neighbors command?

the IP address of the neighbor

What is the meaning of the number 10 in the encapsulation dot1Q 10 native router subinterface command?​

the VLAN ID

What is the purpose of the switch command switchport access vlan 99?

to assign the port to a particular VLAN

For what reason would a network administrator use the show interfaces trunk command on a switch?

to view the native VLAN

In applying an ACL to a router interface, which traffic is designated as outbound?

traffic that is leaving the router and going toward the destination host

True or False?The name of a named standard ACL is case sensitive.

true

Which Cisco IOS 15 technology package would be needed to implement voice over IP?

uck9


Conjuntos de estudio relacionados

Parkinson's Disease Practice Questions

View Set

Chapter 11: Prosocial Behavior- Why do people help?

View Set

Basic Care and Comfort and Adaptation

View Set

CNA Exam Review: Physical Care Skills

View Set