Practice Free 300-410 Exam Online Questions
The network administrator configured R1 for Control Plane Policing so that the inbound Telnet traffic is policed to 100 kbps. This policy must not apply to traffic coming in from 10.1.1.1/32 and 172.16.1.1/32.
The administrator has configured this:
The network administrator is not getting the desired results.
Which set of configurations resolves this issue?
- A . control-plane
no service-policy input PM-CoPP
!
interface Ethernet 0/0
service-policy input PM-CoPP - B . control-plane
no service-policy input PM-CoPP
service-policy input PM-CoPP - C . no access-list 101
access-list 101 deny tcp host 10,1,1.1 any eq 23
access-list 101 deny tcp host 172,16.1.1 any eq 23
access-list 101 permit ip any any - D . no access-list 101
access-list 101 deny tcp host 10,1.1.1 any eq 23
access-list 101 deny tcp host 172.16.1.1 any eq 23
access-list 101 permit ip any any
!
interface E0/0
service-policy input PM-CoPP
Refer to the exhibit.
An engineer configures router A to mark all inside to outside traffic from network 192 168 1 0, except from host 192 168 1 1. with critical IP precedence. The policy did not work as expected.
Which configuration resolves the issue?
A)
B)
C)
D)
- A . Option
- B . Option
- C . Option
- D . Option
In a DMVPN network, the Spoke1 user observed that the voice traffic is coming to Spoke2 users via the hub router.
Which command is required on both spoke routers to communicate directly to one another?
- A . ip nhrp map dynamic
- B . ip nhrp shortcut
- C . ip nhrp nhs multicast
- D . ip nhrp redirect
Refer to the exhibit.
An engineer configured R2 and R5 as route reflectors and noticed that not all routes are sent to R1 to advertise to the eBGP peers.
Which iBGP routers must be configured as route reflectors to advertise all routes to restore reachability across all networks?
- A . R1 and R4
- B . R1 and R5
- C . R4 and R5
- D . R2 and R5
Refer to the exhibit.
ISP 1 and ISP 2 directly connect to the Internet. A customer is tracking both ISP links to achieve redundancy and cannot see the Cisco IOS IP SLA tracking output on the router console.
Which command is missing from the IP SLA configuration?
- A . Start-time 00:00
- B . Start-time 0
- C . Start-time immediately
- D . Start-time now
Which routing protocol is used by the PE router to advertise routes to a CE router without redistribution or static after removing the RD tag from the P router?
- A . IS-IS
- B . OSPF
- C . BGPIPv4
- D . MP-BGP
Refer to the exhibit.
A network administrator is troubleshooting IPv6 address assignment for a DHCP client that is not getting an IPv6 address from the server.
Which configuration retrieves the client IPv6 address from the DHCP server?
- A . ipv6 address autoconfig command on the interface
- B . ipv6 dhcp server automatic command on DHCP server
- C . ipv6 dhcp relay-agent command on the interface
- D . service dhcp command on DHCP server
Refer to the exhibit.
A network administrator is troubleshooting IPv6 address assignment for a DHCP client that is not getting an IPv6 address from the server.
Which configuration retrieves the client IPv6 address from the DHCP server?
- A . ipv6 address autoconfig command on the interface
- B . ipv6 dhcp server automatic command on DHCP server
- C . ipv6 dhcp relay-agent command on the interface
- D . service dhcp command on DHCP server
Which option is the best for protecting CPU utilization on a device?
- A . fragmentation
- B . COPP
- C . ICMP redirects
- D . ICMP unreachable messages
A customer reports that traffic is not passing on an EIGRP enabled multipoint interface on a router configured as below:
interface Serial0/0
no ip address
interface Server0/0/0.9 multipoint
ip address 10.1.1.1 255.255.255.248
ip split-horizon eigrp 1
Which action resolves the issue?
- A . Enable poison reverse
- B . Enable split horizon
- C . Disable poison reverse
- D . Disable split horizon