Security

ip access-list extended <name>

Named extended ACL — matches src + dst + protocol + ports. Modern preferred form.

Works on: RouterMode: config

Example

R1(config)# ip access-list extended WEB
R1(config-ext-nacl)# permit tcp any any eq 80
Run this command live

Don't just read it — type ip access-list extended <name> 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 "ip access-list extended <name>" command do?

Named extended ACL — matches src + dst + protocol + ports. Modern preferred form.

Example of "ip access-list extended <name>"

R1(config)# ip access-list extended WEB R1(config-ext-nacl)# permit tcp any any eq 80

More Security commands

← Back to the full command reference

ip access-list extended <name> — network CLI command reference · NetForge-AI