Link to home
Start Free TrialLog in
Avatar of amanzoor
amanzoorFlag for Canada

asked on

cisco 2911 access-list 101

Hi there,
At the moment my access list is like:
    10 deny ip 72.184.0.0 0.0.0.255 any
    20 deny ip 175.43.68.0 0.0.0.255 any
    30 deny ip 117.135.204.0 0.0.0.255 any
    40 deny ip 64.207.56.0 0.0.0.255 any
    50 deny ip 120.39.11.0 0.0.0.255 any
    60 deny ip 183.62.0.0 0.0.255.255 any
and soo on
Problem:  If I want to put any new deny entry say like:
11 deny ip 184.71.0.0 0.0.0.255 any
for some reason when the router is reloaded it does not save entry 11, what is wrong.  Also if I want to put any new entry at the extreme end then my deny goes very down.  Someone told me that deny entries should be at the top.  How can I use the entry numbers so that my ACL of deny entries stays on top and is saved as well.
Help
ASKER CERTIFIED SOLUTION
Avatar of John Meggers
John Meggers
Flag of United States of America 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
Avatar of Don Johnston
Don Johnston
Flag of United States of America 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
Avatar of amanzoor

ASKER

jmeggers and donjohnston:
Thanks guys, I usually use 'copy run start'.  Then I disconnect the session and login to check my changed ACL at that point it shows me.  Recently I issued 'reload' and all my ACL changes starting from 11,12,13,14,15,16,17,18 were gone.  So I starting to think if its something to do with the sequence #.  But as you are saying to use:
copy run start (wr mem)...............<<<<<what will be the difference between copy run start and this command?  As I log back on to a new sessoin and it shows me at that time that my sequence # 11,12,13,14........are there.
I will try with wr mem and let you know.
Thanks
>copy run start (wr mem)...............<<<<<what will be the difference between copy run start and this command?

Nothing. They do the same thing.

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
adianuta2004:
I will keep an eye on what you suggested.
Thanks