Cisco 300-410 Practice Test - Questions Answers, Page 28
List of questions
Related questions
Refer to the exhibit.
An engineer cannot copy the IOS.bin file from the FTP server to the switch.
Which action resolves the issue?
Allow file permissions to download the file from the FTP server.
Add the IOS.bin file, which does not exist on FTP server.
Make memory space on the switch flash or USB drive to download the file.
Use the copy flash:/ ftp://[email protected]/IOS.bin command.
What does the MP-BGP OPEN message contain?
MPLS labels and the IP address of the router that receives the message
the version number and the AS number to which the router belongs
IP routing information and the AS number to which the router belongs
NLRI, path attributes, and IP addresses of the sending and receiving routers
Refer to the exhibit.
Although summarization is configured for R1 to receive 10.0.0.0/8. more specific routes are received by R1. How should the 10.0.0.0/8 summary route be received from the neighbor, attached to R1 via Fast Ethernet0/0 interface?
R1 should configure the ip summary-address eigrp <AS number> 10.0.0.0.255.0.0.0 command under the Fast Ethernet 0/0 interface.
The summarization condition is not met Router 10 1 100.10 requires a route for 10 0.0.0/8 that points to null 0
The summarization condition is not met. The network 10.1.100.0/24 should be changed to 172.16.0.0/24.
R1 should configure the ip summary-address eigrp <AS number> 10.0.0.0 0.0.0.255 command under the Fast Ethernet 0/0 interface.
Refer to the exhibit.
A prefix list is created to filter routes inbound to an EIGRP process except for network 10 prefixes After the prefix list is applied no network 10 prefixes are visible in the routing table from EIGRP.
Which configuration resolves the issue?
ip prefix-list EIGRP seq 20 permit 10.0.0.0/8 ge 9.
ip prefix-list EIGRP seq 10 permit 0.0.0.0/0 le 32
ip prefix-list EIGRP seq 5 permit 10.0.0.0/8 ge 9 no ip prefix-list EIGRP seq 20 permit 10.0.0.0/8
ip prefix-list EIGRP seq 20 permit 10.0.0.0/8 ge 9 ip prefix-list EIGRP seq 10 permit 0.0.0.0/0 le 32
Refer to the exhibit.
An engineer must establish a point-to-point GRE VPN between R1 and the remote site. Which configuration accomplishes the task for the remote site?
Interface Tunnel1
tunnel source 199.1.1.1
tunnel destination 200.1.1.3
ip address 192.168.1.3 255.255.255.0
Interface Tunnel1
tunnel source 200.1.1.3
tunnel destination 199.1.1.1
ip address 192.168.1.1.255.255.255.0
Interface Tunnel1
tunnel source 200.1.1.3
tunnel destination 199.1.1.1
ip address 192.168.1.3.255.255.255.0
Interface Tunnel
lunnel source 199.1.1.1
tunnel destination 200.1.1.3
ip address 192.168.1.1.255.255.255.0
What are the two prerequisites to enable BFD on Cisco routers? (Choose two)
A supported IP routing protocol must be configured on the participating routers.
OSPF Demand Circuit must run BFD on all participating routers.
ICMP must be allowed on all participating routers.
UDP port 1985 must be allowed on all participating routers.
Cisco Express Forwarding and IP Routing must be enabled on all participating routers.
Refer to the exhibit.
The network engineer configured the summarization of the RIP routes into the OSPF domain on R5 but still sees four different 172.16.0.0/24 networks on R4. Which action resolves the issue?
R5(config)#router ospf 1
R5(config-router)#no area
R5(config-router)#summary-address 172.16.0.0 255.255.252.0
R4(config)#router ospf 99
R4(config-router)#network 172.16.0.0 0.255.255.255 area 56
R4(config-router)#area 56 range 172.16.0.0 255,255.255.0
R4(config)#router ospf 1
R4(config-router)#no area
R4(config-router)#summary-address 172.16.0.0 255.255.252.0
R5(config)#router ospf 99
R5(config-router)#network 172.16.0.0 0.255.255.255 area 56
R5(config-router)#area 56 range 172.16.0.0 255.255.255.0
The network administrator configured the router for Control Plane Policing to limit OSPF traffic to be policed to 1 Mbps. Any traffic that exceeds this limit must also be allowed at this point for traffic analysis. The router configuration is:
access-list 100 permit ospf any any
! class-map CM-OSPF match access-group 100
! policy-map PM-COPP class CM-OSPF police 1000000 conform-action transmit
! control-plane service-policy output PM-COPP
The Control Plane Policing failed to monitor and police OSPF traffic. Which configuration resolves this issue?
policy-map PM-COPP
class CM-OSPF
no police 1000000 conform-action transmit
police 1000000 conform-action transmit
exceed-action transmit
!
control-plane
no service-policy output PM-COPP
policy-map PM-COPP
class CM-OSPF
no police 1000000 conform-action transmit
police 1000000 conform-action transmit
exceed-action transmit
control-plane
no service-policy output PM-COPP
service-policy input PM-COPP
no access-list 100
access-list 100 deny ospf any any
access-list 100 permit ip any any
!
policy-map PM-COPP
class CM-OSPF
no police 1000000 conform-action transmit
police 1000000 conform-action transmit
exceed-action drop
!
control-plane
no service-policy output PM-COPP
service-policy input PM-COPP
Which feature minimizes DoS attacks on an IPv6 network?
IPv6 Binding Security Table
IPv6 Router Advertisement Guard
IPv6 Prefix Guard
IPv6 Destination Guard
Refer to Exhibit.
PC2 is directly connected to R1. A user at PC2 cannot Telnet to 2001:db8:a:b::10. The user can ping 2001:db8:a:b::10 and receive DHCP-related information from the DHCP server. Which action resolves the issue?
Remove sequence 10 and put it back as sequence 25.
Remove sequence 20 and put it back as sequence 45.
Remove sequence 30 and put it back as sequence 5.
Remove sequence 40 and put it back as sequence 15.
Question