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.255
Run 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.

Open the lab

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

More Security commands

← Back to the full command reference

access-list <10-99> {permit|deny} <src> <wild> — network CLI command reference · NetForge-AI