CCNA 2: Routing & Switching Final Exam

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

Delete the startup configuration and the vlan.dat file in the flash memory of the switch and reboot the switch.

A Cisco Catalyst switch has been added to support the use of multiple VLANs as part of an enterprise network. The network technician finds it necessary to clear all VLAN information from the switch in order to incorporate a new network design. What should the technician do to accomplish this task? Erase the startup configuration and reboot the switch. Erase the running configuration and reboot the switch. Delete the startup configuration and the vlan.dat file in the flash memory of the switch and reboot the switch. Delete the IP address that is assigned to the management VLAN and reboot the switch.

ip nat inside source static tcp 10.18.7.5 443 209.165.200.225 443 ip nat inside source static udp 10.18.7.5 4365 209.165.200.225 4365

A college marketing department has a networked storage device that uses the IP address 10.18.7.5, TCP port 443 for encryption, and UDP port 4365 for video streaming. The college already uses PAT on the router that connects to the Internet. The router interface has the public IP address of 209.165.200.225/30. The IP NAT pool currently uses the IP addresses ranging from 209.165.200.228-236. Which configuration would the network administrator add to allow this device to be accessed by the marketing personnel from home? ip nat pool mktv 10.18.7.5 10.18.7.5 ip nat inside source static tcp 10.18.7.5 443 209.165.200.225 443 ip nat inside source static udp 10.18.7.5 4365 209.165.200.225 4365 ip nat inside source static tcp 209.165.200.225 443 10.18.7.5 443 ip nat inside source static udp 209.165.200.225 4365 10.18.7.5 4365 No additional configuration is necessary. ip nat outside source static 10.18.7.5 209.165.200.225

Issue the command ip helper-address 10.10.200.10 on the router interface that is the 10.10.100.0/24 gateway.

A host on the 10.10.100.0/24 LAN is not being assigned an IPv4 address by an enterprise DHCP server with the address 10.10.200.10/24. What is the best way for the network engineer to resolve this problem? Issue the command ip helper-address 10.10.200.10 on the router interface that is the 10.10.100.0/24 gateway. Issue the command default-router 10.10.200.10 at the DHCP configuration prompt on the 10.10.100.0/24 LAN gateway router. Issue the command ip helper-address 10.10.100.0 on the router interface that is the 10.10.200.0/24 gateway. Issue the command network 10.10.200.0 255.255.255.0 at the DHCP configuration prompt on the 10.10.100.0/24 LAN gateway router.

modular configuration

A lab in a network management software company is configuring a testing environment to verify the performance of new software with different network connectivity speeds, including FastEthernet, GigabitEthernet, and 10 GigabitEthernet, and with copper and fiber optic connections. Which type of switch should the software company purchase to perform the tests? fixed configuration modular configuration stackable access layer

The router will propagate a static default route in its RIP updates, if one is present.

A network administrator adds the default-information originate command to the configuration of a router that uses RIP as the routing protocol. What will result from adding this command? The router will be reset to the default factory information. The router will not forward routing information that is learned from other routers. The router will propagate a static default route in its RIP updates, if one is present. The router will only forward packets that originate on directly connected networks.

permit icmp any any nd-na

A network administrator is adding ACLs to a new IPv6 multirouter environment. Which IPv6 ACE is automatically added implicitly at the end of an ACL so that two adjacent routers can discover each other? permit ip any host ip_address permit icmp any any nd-na permit ip any any deny ip any any

IP address vty lines default gateway

A network administrator is configuring a new Cisco switch for remote management access. Which three items must be configured on the switch for the task? (Choose three.) IP address VTP domain vty lines default VLAN default gateway loopback address

172.16.36.255

A network administrator is configuring an ACL with the command access-list 10 permit 172.16.32.0 0.0.15.255. Which IPv4 address matches the ACE? 172.16.20.2 172.16.26.254 172.16.36.255 172.16.48.5

protect

A network administrator is configuring port security on a Cisco switch. The company security policy specifies that when a violation occurs, packets with unknown source addresses should be dropped and no notification should be sent. Which violation mode should be configured on the interfaces? off restrict protect shutdown

protect

A network administrator is configuring port security on a Cisco switch. When a violation occurs, which violation mode that is configured on an interface will cause packets with an unknown source address to be dropped with no notification sent? off restrict protect shutdown

in an IPv4 extended ACL that allows packets from a range of TCP ports destined for a specific network device

A network administrator is explaining to a junior colleague the use of the lt and gt keywords when filtering packets using an extended ACL. Where would the lt or gt keywords be used? in an IPv6 extended ACL that stops packets going to one specific destination VLAN in an IPv4 extended ACL that allows packets from a range of TCP ports destined for a specific network device in an IPv4 named standard ACL that has specific UDP protocols that are allowed to be used on a specific server in an IPv6 named ACL that permits FTP traffic from one particular LAN getting to another LAN

Switch(config)# interface gigabitethernet 1/1 Switch(config-if)# switchport mode trunk

A network administrator is using the router-on-a-stick method to configure inter-VLAN routing. Switch port Gi1/1 is used to connect to the router. Which command should be entered to prepare this port for the task? Switch(config)# interface gigabitethernet 1/1 Switch(config-if)# spanning-tree vlan 1 Switch(config)# interface gigabitethernet 1/1 Switch(config-if)# spanning-tree portfast Switch(config)# interface gigabitethernet 1/1 Switch(config-if)# switchport mode trunk Switch(config)# interface gigabitethernet 1/1 Switch(config-if)# switchport access vlan 1

ultimate route level 2 child route

A network administrator reviews the routing table on the router and sees a route to the destination network 172.16.64.0/18 with a next-hop IP address of 192.168.1.1. What are two descriptions of this route? (Choose two.) default route supernet route ultimate route parent route level 2 child route

Only devices in VLAN 20 see the frame.

A network contains multiple VLANs spanning multiple switches. What happens when a device in VLAN 20 sends a broadcast Ethernet frame? Only devices in VLAN 20 see the frame. Devices in VLAN 20 and the management VLAN see the frame. Only devices that are connected to the local switch see the frame. All devices in all VLANs see the frame.

show cdp neighbors

A network engineer is interested in obtaining specific information relevant to the operation of both distribution and access layer Cisco devices. Which command provides common information relevant to both types of devices? show ip protocols show ip interface show cdp neighbors show port-security show mac-address-table

RouterA(config)# router ospf 1 RouterA(config-router)# network 192.168.2.0 0.0.0.255 area 0

A router needs to be configured to route within OSPF area 0. Which two commands are required to accomplish this? (Choose two.) RouterA(config-router)# network 192.168.2.0 255.255.255.0 0 RouterA(config-router)# network 192.168.2.0 0.0.0.255 0 RouterA(config)# router ospf 1 RouterA(config-router)# network 192.168.2.0 0.0.0.255 area 0 RouterA(config)# router ospf 0

dynamic NAT

A small-sized company has 20 workstations and 2 servers. The company has been assigned a group of IPv4 addresses 209.165.200.224/29 from its ISP. What technology should the company implement in order to allow the workstations to access the services over the Internet? static NAT dynamic NAT port address translation DHCP

Because these VLANs are stored in a file that is called vlan.dat that is located in flash memory, this file must be manually deleted.

An administrator is trying to remove configurations from a switch. After using the command erase startup-config and reloading the switch, the administrator finds that VLANs 10 and 100 still exist on the switch. Why were these VLANs not removed? These VLANs are default VLANs that cannot be removed. These VLANs cannot be deleted unless the switch is in VTP client mode. These VLANs can only be removed from the switch by using the no vlan 10 and no vlan 100 commands. Because these VLANs are stored in a file that is called vlan.dat that is located in flash memory, this file must be manually deleted.

They improve netw​ork security. They use fewer router resources.

Compared with dynamic routes, what are two advantages of using static routes on a router? (Choose two.) They improve netw​ork security. They use fewer router resources. They improve the efficiency of discovering neighboring networks. They take less time to converge when the network topology changes. They automatically switch the path to the destination network when the topology changes.

access

Employees of a company connect their wireless laptop computers to the enterprise LAN via wireless access points that are cabled to the Ethernet ports of switches. At which layer of the three-layer hierarchical network design model do these switches operate? distribution data link physical access core

1

Fill in the blank. In IPv6, all routes are level ___ ultimate routes.

the highest IPv4 address on an active interface

How is the router ID for an OSPFv3 router determined? the highest IPv6 address on an active interface the highest EUI-64 ID on an active interface the highest IPv4 address on an active interface the lowest MAC address on an active interface

when the Layer 2 switch needs to be remotely managed

In what situation would a Layer 2 switch have an IP address configured? when the Layer 2 switch needs to forward user traffic to another device when the Layer 2 switch is the default gateway of user traffic when the Layer 2 switch needs to be remotely managed when the Layer 2 switch is using a routed port

Layers minimize the number of devices on any one tier that share a single point of failure. --> hierarchical Each layer has specific roles and functions that can scale easily. --> modularity This provides "always-on" dependability. --> resilibency This shares the network traffic load across all network resources. --> flexibility

Match each borderless switched network principle to its description. (Not all options are used.) Part A: hierarchical modularity resilibency flexibility Part B: Layers minimize the number of devices on any one tier that share a single point of failure. Each layer has specific roles and functions that can scale easily. This provides "always-on" dependability. This provides quality of service and additional security. This shares the network traffic load across all network resources.

configured to carry user generated traffic. --> data VLANs all switch ports are assigned to this VLAN after initial bootup of the switch. --> default VLAN carries untagged traffic. --> native VLAN an IP address and subnet mask are assigned to this VLAN, allowing the switch to be accessed by HTTP, Telnet, SSH, or SNMP. --> management VLAN

Match the description to the correct VLAN type. (Not all options are used.) Part A: default VLAN data VLANs native VLAN management VLAN Part B: configured to carry user generated traffic. all switch ports are assigned to this VLAN after initial bootup of the switch. carries untagged traffic. an IP address and subnet mask are assigned to this VLAN, allowing the switch to be accessed by HTTP, Telnet, SSH, or SNMP. only accessible by the network administrator.

full operating system -> Flash limited operating system -> ROM routing table -> RAM startup configuration file -> NVRAM

Match the router memory type that provides the primary storage for the router feature. (Not all options are used.) PartA: Flash NVRAM RAM ROM Part B: console access full operating system limited operating system routing table startup configuration file

Switch(config)# no vlan 100

On a switch that is configured with multiple VLANs, which command will remove only VLAN 100 from the switch? Switch(config)# no vlan 100 Switch(config-if)# no switchport access vlan 100 Switch(config-if)# no switchport trunk allowed vlan 100 Switch# delete flash:vlan.dat

(config)# interface gigabitethernet 1/1 (config-if)# no switchport

Refer to the exhibit. A Layer 3 switch routes for three VLANs and connects to a router for Internet connectivity. Which two configurations would be applied to the switch? (Choose two.) (config)# interface gigabitethernet 1/1 (config-if)# no switchport (config-if)# ip address 192.168.1.2 255.255.255.252 (config)# interface vlan 1 (config-if)# ip address 192.168.1.2 255.255.255.0 (config-if)# no shutdown (config)# interface gigabitethernet1/1 (config-if)# switchport mode trunk (config)# interface fastethernet0/4 (config-if)# switchport mode trunk (config)# ip routing

172.16.25.35

Refer to the exhibit. A company has an internal network of 172.16.25.0/24 for their employee workstations and a DMZ network of 172.16.12.0/24 to host servers. The company uses NAT when inside hosts connect to outside network. A network administrator issues the show ip nat translations command to check the NAT configurations. Which one of source IPv4 addresses is translated by R1 with PAT? 10.0.0.31 172.16.12.5 172.16.12.33 172.16.25.35 192.168.1.10

NAT-POOL2 is bound to the wrong ACL.

Refer to the exhibit. A network administrator has configured R2 for PAT. Why is the configuration incorrect? The static NAT entry is missing. NAT-POOL2 is bound to the wrong ACL. The ACL does not define the list of addresses to be translated. The overload keyword should not have been applied.

The state is not maintained by the DHCPv6 server under stateless DHCPv6 operation.

Refer to the exhibit. A network administrator is configuring a router as a DHCPv6 server. The administrator issues a show ipv6 dhcp pool command to verify the configuration. Which statement explains the reason that the number of active clients is 0? The IPv6 DHCP pool configuration has no IPv6 address range specified. The state is not maintained by the DHCPv6 server under stateless DHCPv6 operation. The default gateway address is not provided in the pool. No clients have communicated with the DHCPv6 server yet.

It identifies the VLAN number.

Refer to the exhibit. A network administrator is configuring inter-VLAN routing on a network. For now, only one VLAN is being used, but more will be added soon. What is the missing parameter that is shown as the highlighted question mark in the graphic? It identifies the subinterface. It identifies the VLAN number. It identifies the native VLAN number. It identifies the type of encapsulation that is used. It identifies the number of hosts that are allowed on the interface.

The configuration is correct.

Refer to the exhibit. A network engineer is examining a configuration implemented by a new intern who attached an IP phone to a switch port and configured the switch. Identify the issue, if any, with the configuration. The voice VLAN should be 150. The configuration is correct. There must be a data VLAN added. The spanning-tree BPDU guard feature is missing. The switch port is not configured as a trunk.

6

Refer to the exhibit. A small business uses VLANs 2, 3, 4, and 5 between two switches that have a trunk link between them. What native VLAN should be used on the trunk if Cisco best practices are being implemented? 1 2 3 4 5 6

RIPv2 is misconfigured on router R2.

Refer to the exhibit. All hosts and router interfaces are configured correctly. Pings to the server from both H1 and H2 and pings between H1 and H2 are not successful. What is causing this problem? RIPv2 does not support VLSM. RIPv2 is misconfigured on router R1. RIPv2 is misconfigured on router R2. RIPv2 is misconfigured on router R3. RIPv2 does not support discontiguous networks.

The interface is incorrect

Refer to the exhibit. An administrator is attempting to install an IPv6 static route on router R1 to reach the network attached to router R2. After the static route command is entered, connectivity to the network is still failing. What error has been made in the static route configuration? The network prefix is incorrect. The destination network is incorrect. The interface is incorrect The next hop address is incorrect.

The inside global address is not on the same subnet as the ISP.

Refer to the exhibit. An administrator is trying to configure PAT on R1, but PC-A is unable to access the Internet. The administrator tries to ping a server on the Internet from PC-A and collects the debugs that are shown in the exhibit. Based on this output, what is most likely the cause of the problem? The address on Fa0/0 should be 64.100.0.1. The NAT source access list matches the wrong address range. The inside global address is not on the same subnet as the ISP. The inside and outside NAT interfaces have been configured backwards.

2

Refer to the exhibit. Assuming that the routing tables are up to date and no ARP messages are needed, after a packet leaves H1, how many times is the L2 header rewritten in the path to H2? 1 2 3 4 5 6

2

Refer to the exhibit. Assuming that the routing tables are up to date and no ARP messages are needed, after a packet leaves H1, how many times is the L2 header rewritten in the path to H3? 1 2 3 4 5 6

because VLAN 99 needs to be entered as a VLAN under an interface before it can become an active interface because the VLAN 99 has not been manually entered into the VLAN database with the vlan 99 command

Refer to the exhibit. Based on the exhibited configuration and output, what are two reasons VLAN 99 missing? (Choose two.) because there is a cabling problem on VLAN 99 because VLAN 99 is not a valid management VLAN because VLAN 1 is up and there can only be one management VLAN on the switch because VLAN 99 needs to be entered as a VLAN under an interface before it can become an active interface because the VLAN 99 has not been manually entered into the VLAN database with the vlan 99 command

PAT using an external interface

Refer to the exhibit. Based on the output that is shown, what type of NAT has been implemented? dynamic NAT with a pool of two public IP addresses PAT using an external interface static NAT with one entry static NAT with a NAT pool

ip route 10.10.0.0 255.255.0.0 209.165.200.225 100

Refer to the exhibit. Currently router R1 uses an EIGRP route learned from Branch2 to reach the 10.10.0.0/16 network. Which floating static route would create a backup route to the 10.10.0.0/16 network in the event that the link between R1 and Branch2 goes down? ip route 10.10.0.0 255.255.0.0 Serial 0/0/0 100 ip route 10.10.0.0 255.255.0.0 209.165.200.226 100 ip route 10.10.0.0 255.255.0.0 209.165.200.225 100 ip route 10.10.0.0 255.255.0.0 209.165.200.225 50

Source MAC: 00E0.FE91.7799 Source IP: 10.1.1.10

Refer to the exhibit. Host A has sent a packet to host B. What will be the source MAC and IP addresses on the packet when it arrives at host B? Source MAC: 00E0.FE91.7799 Source IP: 192.168.1.1 Source MAC: 00E0.FE10.17A3 Source IP: 10.1.1.10 Source MAC: 00E0.FE91.7799 Source IP: 10.1.1.10 Source MAC: 00E0.FE10.17A3 Source IP: 192.168.1.1 Source MAC: 00E0.FE91.7799 Source IP: 10.1.1.1

Another router in the same organization provided the default route by using a dynamic routing protocol.

Refer to the exhibit. How did the router obtain the last route that is shown? The ip address interface configuration mode command was used in addition to the network routing protocol configuration mode command. The ipv6 route command was used. the ip route command was used. Another router in the same organization provided the default route by using a dynamic routing protocol.

The switch interface FastEthernet0/1 is configured as an access interface and should be configured as a trunk interface.

Refer to the exhibit. Inter-VLAN communication between VLAN 10, VLAN 20, and VLAN 30 is not successful. What is the problem? The access interfaces do not have IP addresses and each should be configured with an IP address. The switch interface FastEthernet0/1 is configured as an access interface and should be configured as a trunk interface. The switch interface FastEthernet0/1 is configured to not negotiate and should be configured to negotiate.​ The switch interfaces FastEthernet0/2, FastEthernet0/3, and FastEthernet0/4 are configured to not negotiate and should be configured to negotiate.

209.165.200.245

Refer to the exhibit. NAT is configured on RT1 and RT2. The PC is sending a request to the web server. What IPv4 address is the source IP address in the packet between RT2 and the web server? 192.0.2.2 172.16.1.10 203.0.113.10 172.16.1.254 192.168.1.5 209.165.200.245

203.0.113.5

Refer to the exhibit. NAT is configured on Remote and Main. The PC is sending a request to the web server. What IPv4 address is the source IP address in the packet between Main and the web server? 10.130.5.76 209.165.200.245 203.0.113.5 172.16.1.10 192.0.2.1 209.165.200.226

The ip helper-address command was applied on the wrong interface.

Refer to the exhibit. R1 has been configured as shown. However, PC1 is not able to receive an IPv4 address. What is the problem? R1 is not configured as a DHCPv4 server. A DHCP server must be installed on the same LAN as the host that is receiving the IP address. The ip address dhcp command was not issued on the interface Gi0/1. The ip helper-address command was applied on the wrong interface.

Change the destination network and mask to 0.0.0.0 0.0.0.0

Refer to the exhibit. R1 was configured with the static route command ip route 209.165.200.224 255.255.255.224 S0/0/0 and consequently users on network 172.16.0.0/16 are unable to reach resources on the Internet. How should this static route be changed to allow user traffic from the LAN to reach the Internet? Add an administrative distance of 254. Change the destination network and mask to 0.0.0.0 0.0.0.0 Change the exit interface to S0/0/1. Add the next-hop neighbor address of 209.165.200.226.

outbound R1 Gi0/1.12

Refer to the exhibit. The Gigabit interfaces on both routers have been configured with subinterface numbers that match the VLAN numbers connected to them. PCs on VLAN 10 should be able to print to the P1 printer on VLAN 12. PCs on VLAN 20 should print to the printers on VLAN 22. What interface and in what direction should you place a standard ACL that allows printing to P1 from data VLAN 10, but stops the PCs on VLAN 20 from using the P1 printer? (Choose two.) outbound R2 S0/0/1 R1 S0/0/0 inbound R1 Gi0/1.12 R2 Gi0/1.20

192.168.11.252

Refer to the exhibit. The network administrator enters these commands into the R1 router: R1# copy running-config tftp Address or name of remote host [ ]? When the router prompts for an address or remote host name, what IP address should the administrator enter at the prompt? 192.168.9.254 192.168.10.1 192.168.10.2 192.168.11.252 192.168.11.254

The wrong VLAN has been configured on subinterface Fa0/0.50.

Refer to the exhibit. The partial configuration that is shown was used to configure router on a stick for VLANS 10, 30, and 50. However, testing shows that there are some connectivity problems between the VLANs. Which configuration error is causing this problem? There is no IP address configured for the FastEthernet 0/0 interface. A configuration for the native VLAN is missing. The wrong VLAN has been configured on subinterface Fa0/0.50. The VLAN IP addresses should belong to the same subnet.

1

Refer to the exhibit. What is the administrative distance value that indicates the route for R2 to reach the 10.10.0.0/16 network? 110 1 782 0

IEEE 802.1Q

Refer to the exhibit. What protocol should be configured on SW-A Port 0/1 if it is to send traffic from multiple VLANs to switch SW-B? Spanning Tree RIP v2 IEEE 802.1Q ARP Rapid Spanning Tree

R2(config)# ipv6 route 2001:db8:10:12::/64 S0/0/0

Refer to the exhibit. Which command will properly configure an IPv6 static route on R2 that will allow traffic from PC2 to reach PC1 without any recursive lookups by router R2? R2(config)# ipv6 route 2001:db8:10:12::/64 2001:db8:32::1 R2(config)# ipv6 route 2001:db8:10:12::/64 S0/0/0 R2(config)# ipv6 route ::/0 2001:db8:32::1 R2(config)# ipv6 route 2001:db8:10:12::/64 S0/0/1

host C host D host F

Refer to the exhibit. Which three hosts will receive ARP requests from host A, assuming that port Fa0/4 on both switches is configured to carry traffic for multiple VLANs? host B host C host D host E host F host G

switchport mode access switchport port-security switchport port-security maximum 2 switchport port-security mac-address sticky switchport port-security violation restrict

Two employees in the Sales department work different shifts with their laptop computers and share the same Ethernet port in the office. Which set of commands would allow only these two laptops to use the Ethernet port and create violation log entry without shutting down the port if a violation occurs? switchport mode access switchport port-security switchport mode access switchport port-security switchport port-security maximum 2 switchport port-security mac-address sticky switchport port-security violation restrict switchport mode access switchport port-security maximum 2 switchport port-security mac-address sticky switchport mode access switchport port-security maximum 2 switchport port-security mac-address sticky switchport port-security violation protect

All VLANs will be allowed across the trunk.

What VLANs are allowed across a trunk when the range of allowed VLANs is set to the default value? All VLANs will be allowed across the trunk. Only VLAN 1 will be allowed across the trunk. Only the native VLAN will be allowed across the trunk. The switches will negotiate via VTP which VLANs to allow across the trunk.

Routers send triggered updates in response to a change. Routers create a topology of the network by using information from other routers.

What are two features of a link-state routing protocol? (Choose two.) The database information for each router is obtained from the same source. Routers send triggered updates in response to a change. Routers create a topology of the network by using information from other routers. Paths are chosen based on the lowest number of hops to the designated router. Routers send periodic updates only to neighboring routers.

They send their routing tables to directly connected neighbors.

What best describes the operation of distance vector routing protocols? They use hop count as their only metric. They send their routing tables to directly connected neighbors. They flood the entire network with routing updates. They only send out updates when a new network is added.

Port security was enabled on the switch port, and an unauthorized connection was made on switch port Fa0/8.

What caused the following error message to appear? 01:11:12: %PM-4-ERR_DISABLE: psecure-violation error detected on Fa0/8, putting Fa0/8 in err-disable state 01:11:12: %PORT_SECURITY-2-PSECURE_VIOLATION: Security violation occurred, caused by MAC address 0011.a0d4.12a0 on port FastEthernet0/8. 01:11:13: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/8, changed state to down 01:11:14: %LINK-3-UPDOWN: Interface FastEthernet0/8, changed state to down An unauthorized user tried to telnet to the switch through switch port Fa0/8. NAT was enabled on a router, and a private IP address arrived on switch port Fa0/8. Port security was enabled on the switch port, and an unauthorized connection was made on switch port Fa0/8. Another switch was connected to this switch port with the wrong cable. A host with an invalid IP address was connected to a switch port that was previously unused.

the ipv6 unicast-routing command

What command will enable a router to begin sending messages that allow it to configure a link-local address without using an IPv6 DHCP server? the ipv6 route ::/0 command a static route the ip routing command the ipv6 unicast-routing command

A lower cost indicates a better path to the destination than a higher cost does.

What does the cost of an OSPF link indicate? A lower cost indicates a better path to the destination than a higher cost does. Cost equals bandwidth. A higher cost for an OSPF link indicates a faster path to the destination. Link cost indicates a proportion of the accumulated value of the route to the destination.

source MAC address and incoming port number

What information is added to the switch table from incoming frames? source MAC address and incoming port number destination MAC address and incoming port number source IP address and incoming port number destination IP address and incoming port number

provides access to the user

What is a basic function of the Cisco Borderless Architecture access layer? domains aggregates Layer 2 broadcast domains aggregates Layer 3 routing boundaries provides access to the user provides fault isolation

sends all IP packets for which it does not have a learned or static route

What is a characteristic of a static route that creates a gateway of last resort? It backs up a route already discovered by a dynamic routing protocol. It uses a single network address to send multiple static routes to one destination address. It identifies the gateway IP address to which the router sends all IP packets for which it does not have a learned or static route It is configured with a higher administrative distance than the original dynamic routing protocol has.

provides access to the rest of the network through switching, routing, and network access policies

What is a characteristic of the distribution layer in the three layer hierarchical model? acts as the backbone for the network, aggregating and distributing network traffic throughout the campus provides access to the rest of the network through switching, routing, and network access policies distributes access to end users represents the network edge

There is no end-to-end addressing.

What is a disadvantage of NAT? The internal hosts have to use a single public IPv4 address for external communication. There is no end-to-end addressing. The costs of readdressing hosts can be significant for a publicly addressed network. The router does not need to alter the checksum of the IPv4 packets.

interconnection of large-scale networks in wiring closets

What is a function of the distribution layer? interconnection of large-scale networks in wiring closets network access to the user fault isolation high-speed backbone connectivity

The size of the broadcast domain is increased.

What is a result of connecting two or more switches together? The number of broadcast domains is increased. The size of the broadcast domain is increased. The number of collision domains is reduced. The size of the collision domain is increased.

to enable the router as an IPv6 router

What is the effect of configuring the ipv6 unicast-routing command on a router? to assign the router to the all-nodes multicast group to enable the router as an IPv6 router to permit only unicast packets on the router to prevent the router from joining the all-routers multicast group

access

What is the name of the layer in the Cisco borderless switched network design that would have more switches deployed than other layers in the network design of a large organization? access core data link network network access

It is a key for enabling an IOS feature set.

What is the purpose of the Cisco PAK? It is a key for enabling an IOS feature set. It is a proprietary encryption algorithm. It is a compression file type used when installing IOS 15 or an IOS upgrade. It is a way to compress an existing IOS so that a newer IOS version can be co-installed on a router.

::/0

What network prefix and prefix-length combination is used to create a default static route that will match any IPv6 destination? ::/128 ::/0 ::1/64 FFFF::/128

Forward the frame out all ports except the port where the frame is received.

What will a Cisco LAN switch do if it receives an incoming frame and the destination MAC address is not listed in the MAC address table? Drop the frame. Send the frame to the default gateway address. Use ARP to resolve the port that is related to the frame. Forward the frame out all ports except the port where the frame is received.

The DHCP server function of the router will not issue the addresses from 172.16.4.1 through 172.16.4.5 inclusive.

What will be the result of adding the command ip dhcp excluded-address 172.16.4.1 172.16.4.5 to the configuration of a local router that has been configured as a DHCP server? Traffic that is destined for 172.16.4.1 and 172.16.4.5 will be dropped by the router. Traffic will not be routed from clients with addresses between 172.16.4.1 and 172.16.4.5. The DHCP server function of the router will not issue the addresses from 172.16.4.1 through 172.16.4.5 inclusive. The router will ignore all traffic that comes from the DHCP servers with addresses 172.16.4.1 and 172.16.4.5.

native VLAN ID

When a Cisco switch receives untagged frames on a 802.1Q trunk port, which VLAN ID is the traffic switched to by default? data VLAN ID native VLAN ID unused VLAN ID management VLAN ID

create a public and private key pair

When configuring a switch to use SSH for virtual terminal connections, what is the purpose of the crypto key generate rsa command? show active SSH ports on the switch disconnect SSH connected hosts create a public and private key pair show SSH connected hosts access the SSH database configuration

frame error checking

Which advantage does the store-and-forward switching method have compared with the cut-through switching method? collision detecting frame error checking faster frame forwarding frame forwarding using IPv4 Layer 3 and 4 information

Frames are forwarded without any error checking

Which characteristic describes cut-through switching? Frames are forwarded without any error checking. Error-free fragments are forwarded, so switching accurs with lower latency. Buffering is used to support different Ethernet speeds. Only outgoing frames are checked for errors.

access-class 11 in

Which command is issued in the VTY line configuration mode to apply a standard ACL that will control Telnet access to a router? access-group 11 in access-class 11 in access-list 11 in access-list 110 in

the source MAC address and the incoming port

Which information does a switch use to populate the MAC address table? the destination MAC address and the outgoing port the source MAC address and the incoming port the source and destination MAC addresses and the incoming port the source MAC address and the outgoing port the source and destination MAC addresses and the outgoing port the destination MAC address and the incoming port

a collapsed core network design

Which network design may be recommended for a small campus site that consists of a single building with a few users? a network design where the access and distribution layers are collapsed into a single layer a network design where the access and core layers are collapsed into a single layer a collapsed core network design a three-tier campus network design where the access, distribution, and core are all separate layers, each one with very specific functions

modularity

Which network design principle focuses on the capability of on-demand seamless network expansion in a switched network? flexibility resiliency modularity hierarchical

R1(config)# line vty 0 4 R1(config​-line)# access-class 15 in

Which series of commands will cause access list 15 to restrict Telnet access on a router? R1(config)# line vty 0 4 R1(config​-line)# access-class 15 in R1(config)# line vty 0 4 R1(config​-line)# ip access-group 15 in R1(config)# int gi0/0 R1(config​-if)# access-class 15 in R1(config)# int gi0/0 R1(config​-if)# ip access-group 15 in

Frame forwarding decisions are based on MAC address and port mappings in the CAM table.

Which statement correctly describes how a LAN switch forwards frames that it receives? Only frames with a broadcast destination address are forwarded out all active switch ports. Unicast frames are always forwarded regardless of the destination MAC address. Frame forwarding decisions are based on MAC address and port mappings in the CAM table. Cut-through frame forwarding ensures that invalid frames are always dropped.

They are not stored in the vlan.dat file.

Which statement describes a characteristic of the extended range VLANs that are created on a Cisco 2960 switch? They are numbered VLANs 1002 to 1005. They cannot be used across multiple switches. They are reserved to support Token Ring VLANs. They are not stored in the vlan.dat file.

It is automatically updated and maintained by routing protocols.

Which statement describes a route that has been learned dynamically? It is automatically updated and maintained by routing protocols. It is unaffected by changes in the topology of the network. It has an administrative distance of 1. It is identified by the prefix C in the routing table.

ipv6 route 2001:db8:cafe::/56 S0/0/0

Which summary IPv6 static route statement can be configured to summarize only the routes to networks 2001:db8:cafe::/58 through 2001:db8:cafe:c0::/58? ipv6 route 2001:db8:cafe::/54 S0/0/0 ipv6 route 2001:db8:cafe::/60 S0/0/0 ipv6 route 2001:db8:cafe::/62 S0/0/0 ipv6 route 2001:db8:cafe::/56 S0/0/0

store-and-forward switching

Which switching method drops frames that fail the FCS check? ingress port buffering cut-through switching store-and-forward switching borderless switching

store-and-forward

Which switching method provides error-free data transmission? fragment-free fast-forward integrity-checking store-and-forward

The path a static route uses to send data is known. Static routing does not advertise over the network, thus providing better security. Static routing typically uses less network bandwidth and fewer CPU operations than dynamic routing does.

Which three advantages are provided by static routing? (Choose three.) The path a static route uses to send data is known. No intervention is required to maintain changing route information. Static routing does not advertise over the network, thus providing better security. Static routing typically uses less network bandwidth and fewer CPU operations than dynamic routing does. Configuration of static routes is error-free. Static routes scale well as the network grows.

the cost of that link the type of network link the link router interface IP address and subnet mask

Which three pieces of information does a link-state routing protocol use initially as link-state information for locally connected links? (Choose three.) the cost of that link the type of network link the link bandwidth the link next-hop IP address the link router interface IP address and subnet mask

The link interface subnet masks must match. The two routers must include the inter-router link network in an OSPFv2 network command. The OSPF hello or dead timers on each router must match.

Which three requirements are necessary for two OSPFv2 routers to form an adjacency? (Choose three.) The link interface subnet masks must match. The two routers must include the inter-router link network in an OSPFv2 network command. The OSPFv2 process ID must be the same on each router. The OSPF hello or dead timers on each router must match. The OSPFv2 process is enabled on the interface by entering the ospf process area-id command. The link interface on each router must be configured with a link-local address.

speed of convergence scalability

Which two factors are important when deciding which interior gateway routing protocol to use? (Choose two.) speed of convergence scalability ISP selection the autonomous system that is used campus backbone architecture

ICMP message type destination UDP port number

Which two packet filters could a network administrator use on an IPv4 extended ACL? (Choose two.) computer type source TCP hello address ICMP message type destination UDP port number destination MAC address

In a switched network, they are mostly configured between switches at the core and distribution layers. They are not associated with a particular VLAN.

Which two statements are characteristics of routed ports on a multilayer switch? (Choose two.) In a switched network, they are mostly configured between switches at the core and distribution layers. They support subinterfaces, like interfaces on the Cisco IOS routers. The interface vlan command has to be entered to create a VLAN on routed ports. They are used for point-to-multipoint links. They are not associated with a particular VLAN.

router on a stick

Which type of inter-VLAN communication design requires the configuration of multiple subinterfaces? router on a stick routing via a multilayer switch routing for the management VLAN legacy inter-VLAN routing

floating static route

Which type of static route typically uses the distance parameter in the ip route global configuration command? summary static route default static route floating static route standard static route

untagged

Which type of traffic is designed for a native VLAN? management user-generated tagged untagged


Conjuntos de estudio relacionados

Chapter 22: The Child with Gastrointestinal Dysfunction ANS

View Set

Gateways to Art Chapter 1.8 & 1.9

View Set

ELA 10 - "By the Waters of Babylon," Pt2: Analyzing Theme (Pre-test)

View Set