I am able to specify access-lists for VPN users on my IAS radius server using avpairs like:
Cisco-AVpair = "ip:outacl[#number]={standard-access-control-list |
extended-access-control-list}"
So for example:
ip:inacl#101=deny tcp 192.168.1.0 0.0.0.255 any eq 21
Instead of specifying each line of the ACL, is there a directive that will let me specify that it should use an extended access list that exists in the IOS config?