Routing and Switching Flashcards
Refer to the exhibit. Which highlighted value represents a specific destination network in the routing table?
10.16.100.128*
A router has used the OSPF protocol to learn a route to the 172.16.32.0/19 network. Which command will implement a backup floating static route to this network?
ip route 172.16.32.0 255.255.224.0 S0/0/0 200*
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 209.165.200.225 100
To enable RIP routing for a specific subnet, the configuration command network 172.16.64.32 was entered by the network administrator. What address, if any, appears in the running configuration file to identify this network?
172.16.0.0
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?
1
Which route will a router use to forward an IPv4 packet after examining its routing table for the best match with the destination address
a level 1 ultimate route*
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 interface is incorrect*
What is a basic function of the Cisco Borderless Architecture access layer?
provides access to the user*
What is a characteristic of the distribution layer in the three layer hierarchical model?
provides access to the rest of the network through switching, routing, and network access policies*
Which information does a switch use to populate the MAC address table?
the source MAC address and the incoming port*
Which statement is correct about Ethernet switch frame forwarding decisions?
Frame forwarding decisions are based on MAC address and port mappings in the CAM table*
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
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.)
loopback address
default VLAN
IP address
A network technician has been asked to secure all switches in the campus network. The security requirements are for each switch to automatically learn and add MAC addresses to both the address table and the running configuration. Which port security configuration will meet these requirements?
sticky secure MAC addresses
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?
IEEE 802.1Q*
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
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
Forward the frame out all ports except the port where the frame is received
What VLANs are allowed across a trunk when the range of allowed VLANs is set to the default value?
The switches will negotiate via VTP which VLANs to allow across the trunk
Only VLAN 1 will be allowed across the trunk.
Only the native VLAN will be allowed across the trunk
All VLANs will be allowed across the trunk
All VLANs will be allowed across the trunk
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 type of encapsulation that is used.
It identifies the VLAN number.
It identifies the subinterface.
It identifies the number of hosts that are allowed on the interface.
It identifies the native VLAN number.
It identifies the VLAN number *
A network administrator is designing an ACL. The networks 192.168.1.0/25, 192.168.0.0/25, 192.168.0.128/25, 192.168.1.128/26, and 192.168.1.192/26 are affected by the ACL. Which wildcard mask, if any, is the most efficient to use when specifying all of these networks in a single ACL permit entry?
- 0.0.127
- 0.0.255
- 0.1.255
- 0.255.255
0.0.1.255
The computers used by the network administrators for a school are on the 10.7.0.0/27 network. Which two commands are needed at a minimum to apply an ACL that will ensure that only devices that are used by the network administrators will be allowed Telnet access to the routers? (Choose two.) access-class 5 in* access-list 5 deny any access-list standard VTY permit 10.7.0.0 0.0.0.127 access-list 5 permit 10.7.0.0 0.0.0.31* ip access-group 5 out ip access-group 5 in
access-list 5 permit 10.7.0.0 0.0.0.31*
A network engineer has created a standard ACL to control SSH access to a router. Which command will apply the ACL to the VTY lines? access-group 11 in access-class 11 in* access-list 11 in access-list 110 in
access-class 11 in*
What is the reason why the DHCPREQUEST message is sent as a broadcast during the DHCPv4 process?
for hosts on other subnets to receive the information
to notify other hosts not to request the same IP address
for routers to fill their routing tables with this new information
to notify other DHCP servers on the subnet that the IP address was leased
to notify other DHCP servers on the subnet that the IP address was leased
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 default gateway address is not provided in the pool.
No clients have communicated with the DHCPv6 server yet.
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 state is not maintained by the DHCPv6 server under stateless DHCPv6 operation