CCNP Switch Ch 5 (Incomp) Flashcards
Which two statements are true about routed ports on a multilayer switch? (Choose two.)
A routed port behaves like a regular router interface and supports VLAN subinterfaces.
A routed port is a physical switch port with Layer 2 capability.
A routed port is not associated with a particular VLAN.
To create a routed port requires removal of Layer 2 port functionality with the no switchport interface configuration command.
The interface vlan global configuration command is used to create a routed port.
A routed port is not associated with a particular VLAN.
To create a routed port requires removal of Layer 2 port functionality with the no switchport interface configuration command.
Refer to the exhibit. A network administrator attempts to ping the IP address 172.16.20.1 from RouterA. What will the router output be?
Sending 5, 100-byte ICMP Echos to 172.16.20.1, timeout is 2 seconds:
!!!!!
Sending 5, 100-byte ICMP Echos to 172.16.20.1, timeout is 2 seconds:
…..
Sending 5, 100-byte ICMP Echos to 172.16.20.1, timeout is 2 seconds:
U.U.U
%network or host unreachable, TTL exceeded
%Unrecognized host or address, or protocol not running
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/13, changed state to down
Sending 5, 100-byte ICMP Echos to 172.16.20.1, timeout is 2 seconds:
…..
Refer to the exhibit and the partial configuration taken on router RTA. Users on VLAN 5 cannot communicate with the users on VLAN 10. What should be done to fix the problem?
A dynamic routing protocol should be configured on the router.
Two static routes should be configured on the router, each pointing to each subnet.
The Fa0/0 interface should be configured with a primary IP address of 10.10.5.1/24 and a secondary IP address of 10.10.10.1/24.
The subinterfaces of the router should be configured with 802.1Q encapsulation.
The subinterfaces of the router should be configured with 802.1Q encapsulation.
Refer to the exhibit. Host A is unable to obtain an IP address from the DHCP server. Which procedure would solve this problem?
Use the command ip helper-address 10.1.2.1 on interface Fa0/0 of router RTA.
Use the command ip helper-address 10.1.2.10 on interface Fa0/0 of router RTA.
Use the command ip helper-address 10.1.2.10 on interface Fa0/1 of router RTA.
Use the command ip forward-protocol 67 on interface Fa0/0 of router RTA.
Use the command ip forward-protocol 68 on interface Fa0/1 of router RTA.
Use the command ip forward-protocol 67 on interface Fa0/1 of router RTA.
Use the command ip helper-address 10.1.2.10 on interface Fa0/0 of router RTA.
A client sends a request for an IP address to a DHCP server. Which DHCP message to the client will provide the configuration parameters that include an IP address, a domain name, and a lease for the IP address?
DHCPDISCOVER
DHCPOFFER
DHCPREQUEST
DHCPACK
DHCPOFFER
Which statement describes what occurs when a DHCP request is forwarded through a router that has been configured with the ip helper-address command?
The router replaces the source MAC address included in the DHCP request with its own MAC address.
The router replaces the source IP address of the DHCP request with the IP address that is specified with the ip helper-address command.
The router replaces the broadcast destination IP address of the DHCP request with the unicast IP address that is specified with the ip helper-address command.
The router replaces the unicast destination IP address of the DHCP request with the unicast IP address that is specified with the ip helper-address command.
The router replaces the broadcast destination IP address of the DHCP request with the unicast IP address that is specified with the ip helper-address command.
Refer to the exhibit. Which statement is true regarding the diagram and show ip routecommand output?
Because no routing protocol has been configured, the router will not forward packets between workstations.
The default gateway for hosts on VLAN 10 should be the Fa0/0 IP address of the router.
The default gateway for hosts on VLAN 10 should be the Fa0/0.1 IP address of the router.
The default gateway for hosts on VLAN 10 should be the Fa0/0.2 IP address of the router.
Because their packets are being trunked, hosts on VLAN 10 do not need a default gateway.
The default gateway for hosts on VLAN 10 should be the Fa0/0.1 IP address of the router.
Refer to the exhibit. Which configuration should be applied on router R1 in order for host 1 to receive its IP configuration from the DHCP server?
ip helper-address 10.1.1.2 applied to the Fa0/0 interface
ip helper-address 10.1.1.3 applied to the Fa0/0 interface
ip helper-address 192.168.10.1 applied to the Fa0/0 interface
ip helper-address 10.1.1.1 applied to the Fa0/1 interface
ip helper-address 10.1.1.3 applied to the Fa0/1 interface
ip helper-address 192.168.10.1 applied to the Fa0/1 interface
ip helper-address 10.1.1.1 applied to the Fa0/1 interface
Refer to the exhibit and the partial configuration taken on routers RTA and RTB. All users can ping their gateways, but users on VLAN 5 and VLAN 10 cannot communicate with the users on VLAN 20. What should be done to solve the problem?
A dynamic routing protocol or static routes should be configured on the routers.
A trunk should be configured between routers RTA and RTB.
RTA interface Fa0/1 and RTB Fa0/1 should be configured with three subinterfaces, each with ISL encapsulation.
RTA interface Fa0/1 and RTB Fa0/1 should be configured with three subinterfaces, each with 802.1Q encapsulation.
A dynamic routing protocol or static routes should be configured on the routers.
Which two statements are true about switched virtual interfaces (SVI) on a multilayer switch? (Choose two.)
An SVI behaves like a regular router interface but does not support VLAN subinterfaces.
An SVI is a physical switch port with Layer 3 capability.
By default, an SVI is created for the default VLAN (VLAN1).
Only one SVI can be associated with a VLAN.
To create an SVI requires removal of Layer 2 port functionality with the no switchportinterface configuration command.
By default, an SVI is created for the default VLAN (VLAN1).
Only one SVI can be associated with a VLAN.
What is an advantage to using a trunk link to connect a switch to an external router that is providing inter-VLAN routing?
works with any switch that supports VLANs and trunking
lowers latency
provides redundancy to the VLANs
reduces CPU overhead
works with any switch that supports VLANs and trunking
Refer to the exhibit. Based on the debug ip dhcp server packet output, which statement is true?
The client sends a DHCPDISCOVER that contains IP address 10.1.10.21 to the DHCP server.
The client sends a DHCPREQUEST that contains IP address 10.1.10.21 to the DHCP server.
The client sends the BOOTREPLY broadcast message to inquire for a new IP address.
The client accepts the offer from the DHCP server for the 10.1.10.21 IP address.
The client accepts the offer from the DHCP server for the 10.1.10.21 IP address.
Refer to the exhibit. A network administrator attempts to ping the IP address 172.16.20.1 from RouterA. What will the router output be?
Sending 5, 100-byte ICMP Echos to 172.16.20.1, timeout is 2 seconds:
!!!!!
Sending 5, 100-byte ICMP Echos to 172.16.20.1, timeout is 2 seconds:
…..
Sending 5, 100-byte ICMP Echos to 172.16.20.1, timeout is 2 seconds:
U.U.U
%Unrecognized host or address, or protocol not running
%Source quench: destination or port unreachable
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/13, changed state to down
Sending 5, 100-byte ICMP Echos to 172.16.20.1, timeout is 2 seconds:
…..
A DHCPREQUEST message has been sent from the client to the DHCP server. What information is included in the message?
initial message to locate a DHCP server
formal request for the offered IP address
confirmation that the IP address has been allocated to the client
denial message to reject the first offer from the DHCP server
formal request for the offered IP address
A client computer is set up for DHCP and needs an IP configuration. During the DHCP client configuration process, which response will enable the client to begin using the assigned address immediately?
DHCPACK
DHCPREQUEST
DHCPOFFER
DHCPDISCOVER
DHCPACK