Re: Change detection notification but no change made
Shutting down the interface is making a change to the running config, even if you don't save it to the startup config. Any time you make a change, the switch is going to fire off a syslog message that...
View ArticleCan we Upgrade code for Cisco Voice Gateway with NCM???
Hi there, I would like to upgrade code on multiple Cisco voice gate way VG202,VG224,VG350. So I am wondering If I can accomplish this goal with NCM and How??? I have it more than 100 VG to upgrade and...
View ArticleUsing NCM to change F5 local passwords
I am trying to build a NCM config template to change the F5 LTM local user account passwords. I have the bash script for this, but how do I build this into a template to allow for user input defined...
View ArticleRe: Can we Upgrade code for Cisco Voice Gateway with NCM???
I am not familiar with VGs in particular but if the upgrade can be achieved manually by typing commands on a Telnet/SSH session, it can be accomplished with NCM. There is a section on IOS firmware...
View ArticleRe: Using NCM to change F5 local passwords
.PARAMETER_LABEL @AccountName Enter Account Name (root or admin).PARAMETER_DESCRIPTION @AccountName Account Name that password applies to.PARAMETER_LABEL @Password New...
View ArticleRe: Using NCM to change F5 local passwords
How can we concatenate with NCM script language?
View ArticleRe: Change detection notification but no change made
Just entering configuration mode 'config t' and exiting without making any changes will trigger the syslog message 'Configured from vty'.or 'Configured from console' . This will trigger the RTCD...
View ArticleRe: Help with regular expressions and config change reports
I know this is an old post but I just found it looking for where I can edit the command that gets the running config. And, I am having a problem with a startup/running config conflict based on the...
View ArticleRe: Need a command for F5 to remote copy to server
Who's interested in joining The Big Fun F5 Brainstorm?
View ArticleRe: Using Config Change Script to Identify Switch Interface Mode
riley3,Exactly what I'm trying to do too (cycle through interfaces to find the 'switchport mode access' interfaces and apply QOS settings avoiding the trunks.). Have you found a way to do this? I'm...
View ArticleHelp: Detailed Node Inventory Reports including Serial Numbers
All.. I am having some issues with report creation in NCM 7.3.1. I am fairly OK in SQL, so designing them manually was not a task. The task is being able to create a single report that shows ALL...
View ArticleRe: Help: Detailed Node Inventory Reports including Serial Numbers
Can you post your current SQL code to see where your starting point is? I am 90% sure I know how to get this straightened out for you, but need to see what you're working with first. -ZackMLoop1...
View ArticleRe: Cabletron mtExpanded SSR 2000
If the command to download the configuration is show startup and show active change this line<Command Name="DownloadConfig" Value="${EnterConfigMode}${CRLF}show ${ConfigType}"/> to<Command...
View ArticleRe: Cabletron mtExpanded SSR 2000
Also, Edit the Node and explicitly choose your custom template.
View ArticleRe: Cabletron mtExpanded SSR 2000
Hi HolyGuacamole,thank you for the answer in my thread. But your tip doesn't work.It still shows Connectivity issues, discarding configuration (or configuration is too short)
View ArticleRe: Cabletron mtExpanded SSR 2000
Can you enable Session Tracing (you can enable that from NCM Settings), and attach the session trace file and also screenshots from a Putty session if you were to manually connect and run the show...
View ArticleRe: Cabletron mtExpanded SSR 2000
After looking at the screenshot that you quickly deleted , your original template was correct. so, if you restore the line<Command Name="DownloadConfig" Value="${EnterConfigMode}${CRLF}show...
View ArticleRe: Cabletron mtExpanded SSR 2000
According to the session trace, the config was download successfully at 13:35:43. Are you not seeing a copy of the config in the web console for this device?
View ArticleREGEX assistance
Hi Everyone, Have little or no experience with regex, and I am trying to create a query for a policy that would check for logging 1.1.1.1orlogging 2.2.2.2or logging server 1.1.1.1or logging server...
View Article