also ACL's have a deny any any at the end. so you will have to redo the whole ACL to add that line in ...
do a show run, copy all the access-list 5 statements into notepad
do a no access-list 5 in global config
in notepad add access-list 5 permit 10.10.30.18
then past the new acl in....
wr mem
and that should do it.
We must go always forward, not backward
always up, not down and always twirling twirling towards infinity.
Unless you are running really old code like below 12.2T train you don't have to remove anything just go into acl config mode and make the changes , you can also put the entry anywhere in the list the prefix number , you can see the prefix numbers with the show access-list command. Prefix number is optional and used if you want to put the entry in a specific spot in the list , if you don't use it the entry will be put at the bottom of the list.
conf t
ip access-list standard 5 -- puts you into ACL config mode <prefix number>permit 10.10.30.18
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.