cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
293
Views
0
Helpful
3
Replies

OSPF and EIGRP

Rafael Jimenez
Level 4
Level 4

I had to setup and router with both protocols, im receiving the provider with the lan interface in area 1. I want change the configuration on my router to continous using ospf and additionaly i want setup other protocol like eigrp for other new provider.

how it is possible?

thanks.

3 Replies 3

Edison Ortiz
Hall of Fame
Hall of Fame

router ospf 1

network [interface connected to ISP1] area 1

router eigrp 1

network [interface connected to ISP2]

no auto-summary

HTH,

__

Edison.

Hi Edinson, my question is the network entry in the router eigrp 1 command is only the interface conected to the isp2?, can I select specific interfaces (or subnets) to participate in the dinamic routing (the entries in the router eigrp 1 command).

For example if I want the subnet 192.168.1.2 forward o route all the traffic to the isp2 , can i put this network in the network command?.

thank for your help.

Yes, you can select specific interfaces to participate in the EIGRP process.

If you want only 192.168.1.2, the commands will be as follow

router eigrp 1

network 192.168.1.2 0.0.0.0

no auto-summary

__

Edison.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card