Re: Ok here goes...... what is the "Community String"?
What type of device is the target device? (Cisco firewall, Dell switch, etc)
View ArticleRe: Ok here goes...... what is the "Community String"?
Dell WLAN wireless N mini-half card
View ArticleRe: Ok here goes...... what is the "Community String"?
Can you telnet or ssh into this device, and get to a CLI?
View ArticleRe: NCM 7.3.2 Additional Poller Question
Now that you are on NCM 7.3.x, you don't have to care about the "Jobs" folder -- job-related information is stored in the DB. Regarding "Scripts" -- if you have any custom scripts there, you can also...
View ArticleRe: Is anyone backing up Cisco ONS 15454's in NCM?
I am unable to log our 15454's so I can not fish out the commands. I have to see who controls this box and might be able to setup a template for testing.
View ArticleRe: Is anyone backing up Cisco ONS 15454's in NCM?
I have a TL1 perl script for backing them up to a separate server that has the commands, do you want me to send it to you? I’m just hoping to have all of my backups live at the same place.
View ArticleRe: Missing JOBS tab in NCM
Hi, That depends on the version of NCM you have. Jobs were moved to the Web UI in NCM 7.2. Prior to that, they can be found in the desktop application. Regards,Jiri
View ArticleRe: Is anyone backing up Cisco ONS 15454's in NCM?
Sure, I would enjoy taking a go at this. Currently I do not have any backups...
View ArticleRe: Is anyone backing up Cisco ONS 15454's in NCM?
#!/usr/bin/perl -wuse strict; use TL1::Toolkit;use DBI;use Data::Dumper; my $dsn = "*********";my $dbuser = "xxxx";my $pwd = "xxxxxxxx";my %stuff;my $key;my $value;my $username = "*********";my...
View ArticleRe: Re: Config Change Template question
Adding on to this script, I am now trying to allow the user to select the proper interface and VLAN and I've run into a couple more issues. For one, when choosing the VLAN, I see "No Entities" under...
View ArticleRe: Where can I get a device template for a Cisco ASA 5520 that will give me...
Hello Michael / Ben / noobes, I ran into the same issue and this is the only way I got by it. I modified this template "Cisco Adaptive Security Appliance-1.3.6.1.4.1.9.1.669.ConfigMgmt-Commands" to use...
View ArticleBacked up configurations not scrolling?
I have some Nexus devices that when I click on backed up configuration it does not scroll down past a page.Has someone ran into this before and does anyone hava a fix for it?
View ArticlePushed templates from Configuration management is not seen in the target...
I am executing some scripts to multiple devices on our network. However, I only see the added configurations in the running config and not the startup config.What settings am I required to choose to...
View ArticleRe: Trouble backing up CUCM & Unity to NCM
Hi bigmclargehuge, Are you sure it's SFTP? NCM only supports "direct download" (grab terminal output), TFTP, and SCP. Regards,Jiri
View ArticleRe: NCM for CUCM 7 and UC500 CUE
Replied here: Trouble backing up CUCM & Unity to NCM Jiri
View ArticleRe: Trouble backing up CUCM & Unity to NCM
Yes, I am sureI asked in a previous thread if SFTP was built into NCM, and the answer was yes!I logged into the NCM server and there it was under the Tools menu.
View ArticleRe: Trouble backing up CUCM & Unity to NCM
The tool used by NCM is our SFTP/SCP free tool. It can handle SFTP but NCM cannot. That's for the case when the transfer goes through NCM. If you e.g. execute an SFTP command on the device using NCM,...
View ArticleRe: Trouble backing up CUCM & Unity to NCM
Yes, I would configure the CUCM and Unity DRS with the IP of the NCM server.I would configure the SFTP tool with username and password and directory.Most of the files will succeed except the largest...
View ArticleRe: Trouble backing up CUCM & Unity to NCM
Are there any nodes backing up over the WAN? If so, Windows isn't updating the file sizes on the SFTP transfers until the file is complete. If it takes longer than 15 minutes to grab a single file...
View Article