====================================== access-list 111 defined gw#show config -- look for the access-list used # # to turn on the packet filter rules # # gwenable # gw#conf ter # gw(config)#int s0 # gw(config-if)#ip access-group 101 in # gw(config-if)#ip access-group 111 out # gw(config-if)#exit # gw(config)#exit # gw#configure gw#configure # # To turn off the rules # config no access-list 111 config no access-list 111 # # if yu wanna leave the access list disabled # write # # run the cicso with the new disabled rules # reload # # done exit