Link to home
Start Free TrialLog in
Avatar of 9413systems
9413systems

asked on

CISCO Adding an IP to an existing ACL

Im new to CISCO ACL's.  I need to add my IP address (192.168.100.110) to the ACL.  Below is the SHOW ACCESS-LIST command on the router.  What is the syntax to use if I want my IP on access-list 99.  Also, does this open all ports for these specific IP addresses?

access-list 70 deny   any
access-list 99 permit 192.168.100.109
access-list 99 permit 192.168.140.101
access-list 99 permit 192.168.100.156

Do I need to reset or renew the ACL after adding the new IP??
access-list 99 deny   any log
ASKER CERTIFIED SOLUTION
Avatar of ctbtech
ctbtech
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
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
Remember after you are done to type exit until your back at the first command line.  Then you want to type wr mem.  This writes it to memory, that way when you reboot it will still be saved.

test.com(config)#exit
test.com#wr mem

Regards,