The most recent content from our members.
Hey everyone, Running into a little issue. I am trying to use Config Change Templates to perform firmware updates for about several hundred SonicWalls. First I created a CCT to have the SonicWall run the import ftp commands to download the firmware from my share. Then a second CCT to make the sonicwall 'boot imported'…
Is there a way to validate user input? I have template to perform a mac address drop. This works but I would like to be able to: 1. ensure the mac address is entered in the correct format (xxxx.xxxx.xxxx) 2. prevent a user from entering certain values (ex. ffff.ffff.ffff)
I am trying to build a script for our NOSC to be able to block mac's on a Cisco wireless controller 8540. I am trying to add in some basic error correction to the script. The mac has to be in a specific format to work on the controller, XX:XX:XX:XX:XX:XX so my thought was to get the total length of the string(17) and count…
Good morning I need to be able to pull the cisco router's default gateway address and use that to create a static route, ie abc-de-01234-01#show ip route | inc resort Gateway of last resort is 44.44.44.44 to network 0.0.0.0 Then use that 44.44.44.44 conf t ip route 11.11.11.0 255.255.255.224 44.44.44.44 As part of a config…
hy, I am trying to make a "generic IOS upgrade" template. there i work with the fallowing script: script BaseChangeTemplate( NCM.Nodes @ContextNode, string @tftpserver, string @iosfile ) { if (@iosfile contains ' ') {} CLI { dir flash: conf t ip tftp source-interface Loopback 0 end copy tftp: flash: @tftpserver @iosfile…
Hello All, I've posted something similar to this a ways back, but I was never able to complete my testing, so I am starting over. I am looking for some assitance in parsting out part of a cisco config (hostname) and taking that an putting it into a command for an access list. Here's what I am targeting/ my example I have a…
I was hoping someone has some information on passing variables from an html page into CCT and then running a template based on the variables provided from the html page. Is this something that is possible with CCT or can you only interact with database to pull variables?
It looks like you're new here. Sign in or register to get started.