If I entered access-list commands, but I didn't enter access-group command. Would access-list work? For example: I enter "access-list 100 permit tcp any interface outside eq ftp", but I didn't enter "access-group 100 in interface outside". Would access-list take effect?
If I enter access-group 100 in interface outside" without entering any access-list 100 ... Would it give me the following errors?
Result of firewall command: "access-group 100 in interface outside"
ERROR: access-list <100> does not exist
Usage: [no] access-group <access-list> in interface <if_name> [per-user-override]
Command failed
Thank you
If I enter access-group 100 in interface outside" without entering any access-list 100 ... Would it give me the following errors?
Result of firewall command: "access-group 100 in interface outside"
ERROR: access-list <100> does not exist
Usage: [no] access-group <access-list> in interface <if_name> [per-user-override]
Command failed
Thank you