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?


Refer to the exhibit. An engineer must troubleshoot an issue with the aaa authentication that affected the user ' s login to router R1. Which command allows the configured user to authenticate?
Refer to the exhibit.

Which two commands provide the administrator with the information needed to resolve the issue? (Choose two.)
Refer to the exhibit.

The network administrator configured VRF lite for customer A. The technician at the remote site misconfigured VRF on the router. Which configuration will resolve connectivity for both sites of customer_a?

A network engineer is investigating a flapping (up/down) interface issue on a core switch that is synchronized to an NTP server. Log output currently does not show the time of the flap. Which command allows the logging on the switch to show the time of the flap according to the clock on the device?
Drag and drop the MPLS terms from the left onto the correct definitions on the right.

A network engineer needs to verify IP SLA operations on an interface that shows on indication of
excessive traffic.
Which command should the engineer use to complete this action?
Refer to the exhibit.

The ACL is placed on the inbound Gigabit 0/1 interface of the router. Host
192.168.10.10cannot SSH to host 192.168.100.10 even though the flow is permitted. Which action
resolves the issue without opening full access to this router?
Drag and drop the DHCP messages from the left onto the correct uses on the right.

Refer to the exhibit.

A junior engineer updated a branch router configuration. Immediately after the change, the engineer receives calls from the help desk that branch personnel cannot reach any network destinations. Which configuration restores service and continues to block 10.1.1.100/32?
Which component of MPLS VPNs is used to extend the IP address so that an engineer is able to
identify to which VPN it belongs?
Refer the exhibit.

Which action resolves intermittent connectivity observed with the SNMP trap
packets?
The network administrator configured CoPP so that all routing protocol traffic toward the router CPU is
limited to 1 mbps. All traffic that exceeds
this limit must be dropped. The router is running BGP and OSPF Management traffic for Telnet and SSH
must be limited to 500kbps.
access-list 100 permit tcp any any eq 179
access-list 100 permit tcp any any range 22 23
access-list 100 permit ospf any any
!
class-map CM-ROUTING
match access-group 100
class-map CM-MGMT
match access-group 100
!
policy-map PM-COPP
class CM-ROUTING
police 1000000 conform-action transmit
class CM-MGMT
police 500000 conform-action transmit
!
control-plane
service-policy output PM-COPP
No traffic is filtering through CoPP,which is resulting in high CPU utilization,which configuration resolves
the issue ?
Refer to the exhibit.

Which configuration enables OSPF for area 0 interfaces to adjacency with a neighboring router with the same VRF?