Path Control and IP SLA: Practice Questions

Path Control and IP SLA Practice Questions

  1. Question 1: Routing protocol convergence time would be an example of which path control consideration?
    Answer: Availability
  2. Question 2: A BGP routing policy has been created using route maps. The command route-map TEST permit 10 is part of the configuration. What does the argument 10 indicate?
    Answer: It identifies the position of the route map in relation to other instances.
  3. Question 3: Refer to the exhibit. What would be the RIP routing metric for
Read More

Cisco Router Configurations: EIGRP and BGP Setup

Router R1 Configuration

Hostname: R1


Interface Configurations

  • Loopback1:
    • IP Address: 10.1.1.1 255.255.255.0
  • FastEthernet0/0:
    • IP Address: 192.168.14.1 255.255.255.252
    • no shutdown
  • Serial0/0/0:
    • IP Address: 10.1.102.1 255.255.255.248
    • clock rate 64000
    • bandwidth 64
    • no shutdown
  • Serial0/0/1:
    • IP Address: 10.1.103.1 255.255.255.248
    • bandwidth 64
    • no shutdown

EIGRP Configuration

Autonomous System: 65001

  • network 10.0.0.0
  • network 192.168.14.0
  • passive-interface FastEthernet0/0
  • no auto-summary

BGP Configuration

Autonomous System: 65001

  • no
Read More

Troubleshooting Static Routes and Network Connectivity

Troubleshooting Network Connectivity

The output of the show interfaces serial 0 / 1 Router # show the following:

Serial0 / 1 is up, line protocol is down

What is the most likely cause of that line protocol being disabled?

Serial0 / 1 is disabled. There is no cable connecting the routers. The remote router is using serial 0 / 0. No clock frequency has been established.

What addresses can be used to summarize networks from 172.16.0.0/24 to 172.16.7.0/24?

172.16.0.0/21, 172.16.1.0/22, 172.16.0.0 255,255,

Read More