Security
access-list <10-99> {permit|deny} <src> <wild>
Numbered standard ACL — matches source IP only. Final implicit deny.
Works on: RouterMode: config
Example
R1(config)# access-list 10 permit 192.168.1.0 0.0.0.255Run this command live
Don't just read it — type access-list <10-99> {permit|deny} <src> <wild> in a real network simulator in your browser and watch it take effect. No install, no account needed to start.
Frequently asked
What does the "access-list <10-99> {permit|deny} <src> <wild>" command do?
Numbered standard ACL — matches source IP only. Final implicit deny.
Example of "access-list <10-99> {permit|deny} <src> <wild>"
R1(config)# access-list 10 permit 192.168.1.0 0.0.0.255