cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
308
Views
4
Helpful
3
Replies

Weird Access list setup problem query

dan_track
Level 1
Level 1

Hi

I've got an access list that's being used by a distrubute command in eigrp. When I enter the following:

ip access-list standard out

permit 10.8.25.128 0.0.0.192

permit 10.8.25.192 0.0.0.224

The access list I end up with is:

permit 10.8.25.0 0.0.0.192

permit 10.8.25.0 0.0.0.224

Any idea why this would happen?

Thanks

Dan

3 Replies 3

andrew.prince
Level 10
Level 10

It's because your mask is wrong - you need to invert it.

try:-

permit 10.8.25.128 0.0.0.63

permit 10.8.25.192 0.0.0.31

HTH>

Priceless info. I feel a little silly now, glad it's the w/e for me to hide away.

Thanks

Dan

;o)

It's all good.

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