cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
330
Views
0
Helpful
1
Replies

Route-map

Just Kennie
Level 1
Level 1

whats the diff ?

route-map CONNECTED_TO_EIGRP permit 10

match interface Ethernet0/0 Ethernet0/1

and

route-map CONNECTED_TO_EIGRP permit 10

match interface Ethernet0/0

route-map permit 20

match interface Ethernet0/1

1 Accepted Solution

Accepted Solutions

Istvan_Rabai
Level 7
Level 7

Hi Just,

In this context, there is no difference.

Subnets of both E0/0 and E0/1 will be redistributed into EIGRP.

You can use this solution if for example you want to assign different metrics to these connected subnets while redistributing them into EIGRP.

But why don't you put this config into a router and see it for yourself.

Cheers:

Istvan

View solution in original post

1 Reply 1

Istvan_Rabai
Level 7
Level 7

Hi Just,

In this context, there is no difference.

Subnets of both E0/0 and E0/1 will be redistributed into EIGRP.

You can use this solution if for example you want to assign different metrics to these connected subnets while redistributing them into EIGRP.

But why don't you put this config into a router and see it for yourself.

Cheers:

Istvan