This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Push ACL configuration with IP address from VLAN interface

Sorry for the noob question, but does anyone have a config template that I could use to add an ACL entry to Cisco routers based on the IP address of a VLAN interface? Scripting/variables are not my thing, so I'm having some trouble figuring out how to do this. I'm basically looking for  a way to add an ACL entry, something like "access-list 122 permit ip host 172.33.2.255 host ${VLAN44IPADDRESS}", using a variable that would use an existing IP on that router. So I could push out a command to 330 routers and let the variable populate the ACL entry with the VLAN IP address.