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