Jul 24, 2003 #1 alanwebb MIS Nov 23, 2001 6 GB I have a Cisco 2611 which has an ACL list which blocks all traffic except SMTP. I want to remove / delete the ACL. What is the command to do this. So far evwerything i tried does not work. P.S. I have not got a clue about Cisco IOS software. Thanks
I have a Cisco 2611 which has an ACL list which blocks all traffic except SMTP. I want to remove / delete the ACL. What is the command to do this. So far evwerything i tried does not work. P.S. I have not got a clue about Cisco IOS software. Thanks
Jul 25, 2003 #2 eabbink Programmer Nov 26, 2002 17 NL you have the enable password for it? if so, in enable mode: conf term no access-list XXX where XXX is the number of the acl (you can look that up in the current config with 'show run') remember to save the new config ('write mem') Esger Upvote 0 Downvote
you have the enable password for it? if so, in enable mode: conf term no access-list XXX where XXX is the number of the acl (you can look that up in the current config with 'show run') remember to save the new config ('write mem') Esger
Jul 25, 2003 Thread starter #3 alanwebb MIS Nov 23, 2001 6 GB Thanks, I had all the commands, I did not no about the conf t command. You learn somethnig new every day... Upvote 0 Downvote
Thanks, I had all the commands, I did not no about the conf t command. You learn somethnig new every day...