So just want to confirm - the only way I can do this is if I create a NetConfig job that has the parameterized box checked off and setup like so:
access-list 10 deny host $device
access-list 10 permit any
int tunnel 0
ip access-group 10 out
exit
int tunnel 11
ip access-group 10 out
exit
And then drop an XML file on the server that defines each device and the IP address that is unique to each device like so:
10.1.1.34
10.2.1.34
Just want to make sure there isn't another method that wouldn't require creating an XML file that defines every device we need to update.
Cheers,
Brian