cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1344
Views
0
Helpful
6
Replies

Redistribution between two EIGRP Autonomous Systems

Andy White
Level 3
Level 3

Hello,

I will have the possible task of joining our EIGRP network to another one and they are on different AS numbers.  I'm going to use GNS3 to help me plan this, but can you give me some advise on how I can redistribute their EIGRP AS into ours and visa versa?  I have done basic redistribution before with RIP into EIGRP and connected subnets, but nothing this big .

Thanks

6 Replies 6

cadet alain
VIP Alumni
VIP Alumni

Hi,

do mutual redistribution on one router running both processes:

router eigrp 1

redistribute eigrp 2 metric x x x x x

router eigrp 2

redistribute eigrp 1 metric x x x x x

Regards

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

you can collect the metric values in interfaces using below command.

Sh interfaces 

Is this to get their current metrics?

yes.. You can type show interface and specify the interface you need to know the metric values..

Thanks as always Alain, I will give it a try.

can we use this command

router eigrp 1

redistribute eigrp 2 metric-type 1 subnets

router eigrp 2

redistribute eigrp 1 metric-type 1 subnets.

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