New to NCM. Trying to see how I would run a script an ACL template on NCM on remote sites with Cisco routers. All running 12.4(24)T or newer IOS. Below is an example of what I would be looking to do:
access-list 150 remark //// Test Ingress ACL ////
access-list 150 deny tcp any host {Router Gi0/0 IP} eq telnet log
access-list 150 deny tcp any host {Router Gi0/0 IP} eq www log
access-list 150 deny tcp any host {Router Gi0/0 IP} range 161 162
access-list 150 deny tcp any host {Router Gi0/0 IP} range 513 514
access-list 150 deny udp any host {Router Gi0/0 IP} range 161 162
access-list 150 deny udp any host {Router Gi0/0 IP} range 513 514
access-list 150 deny tcp any host {Router Gi0/0 IP} eq 443 log
access-list 150 deny tcp any host {Router Gi0/0 IP} range 881 889 log
access-list 150 permit ip any any
I would then pust a script simular to this numerous sites. If i have to manually define the site specific IP addresses, then there is no difference from do it manually without NCM. Obviously, the scripts would be much more painful than this, but this will give me an idea of how to work this in NCM. Thanks all!