300-410 Exam Question 81

Refer to the exhibit.

When the FastEthemet0/1 goes down, the route to 172.29.0 0/16 via 192.168.253 2 is not installed in the RIB. Which action resolves the issue?
  • 300-410 Exam Question 82

    Drag and drop the MPLS concepts from the left onto the descriptions on the right.

    300-410 Exam Question 83

    What is a role of route distinguishers in an MPLS network?
  • 300-410 Exam Question 84

    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 ?
  • 300-410 Exam Question 85

    Refer to the exhibit.

    Which control plane policy limits BGP traffic that is destined to the CPU to 1 Mbps and ignores BGP traffic that is sent at higher rate?