Link to home
Start Free TrialLog in
Avatar of jskfan
jskfanFlag for Cyprus

asked on

Usage of Prefix-List

I have noticed the usage of Prefix -list differs from one protocol to another.
for instance in BGP, they use:
Neighbor x.x.x.x Prefix-list <name of the Prefix-list>

with  other protocols such as EIGRP, they use

Distribute-list  Prefix-list <name of the Prefix-list>

is that correct ?

Thank you
ASKER CERTIFIED SOLUTION
Avatar of Predrag Jovic
Predrag Jovic
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jskfan

ASKER

The way you call the prefix-list in BGP and other IGP protocols is different.

with BGP you call it after the Neighbor x.x.x.x command
with other protocols you call it using Distribute-List command
Avatar of jskfan

ASKER

Correct?
Avatar of jskfan

ASKER

Thank you