Comments
-
Yeah I have the same 1.3.6.1.4.1.11.2.3.7.11.50 OID now on our 5406 firmware, try restarting NCM, if this does not work you may have discovered a bug as this is not one we have seen here.
-
You should find an installer to automate the process here. IE: www.nilpo.com/.../ FireFox: iiegn.blogspot.com/.../ssh-handler-for-firefox.html
-
What system OID have you specified in your "HP Switch_5406" template? Would this be a Cisco OID?
-
If you have SNMP in your node details confguration then this would use "Indirect", however you have SSH selected and so this is using "Direct Transfer" See below from Administrators Guide: "What command sequence is used to directly download the configuration using telnet or SSH? This command sequence is the value used in…
-
If you are able to get any further with the Switch port to MAC address report, then please let me know, I am very interested in being able to achieve this if it is at all possible with this product as I have found the ARP report in NCM to be pretty much useless to us as it only enters the details of two devices.
-
Would this report be easy to adapt to HP/Juniper by substituting the name “Cisco” with the preferred vendor?
-
Hi Check the node details configuration page, I had a custom template working with older firmware and an out of the boxworking on a new fermware as below. Node Details Node Name ??????? Node Group Imported IP Address 10.0.32.2 IP Address v6 Managed Protocol IPv4 Comments SNMP Details Version SNMP V2 Community String ?????…
-
We are running on SolarWinds Orion Core 2011.1.0, NCM 6.1, NPM 10.1.2, NTA 3.7. My ticket was for : "Workspace Studio MAC finder Gadget. This displays all the layer 2 MAC's on every switch port. We would like to display the same MAC info via Orion. Which MIB does this poll? as I would like to have NPM/NCM poll the same MIB…
-
Same problem here. Running 6.1
-
Here is the template. <!--SolarWinds Network Management Tools--> <!--Copyright 2005 SolarWinds.Net All rights reserved--> <Configuration-Management Device="MOXA Switches" SystemOID="1.3.6.1.4.1.8691.7"> <Commands> <Command Name="RESET" Value="terminal length 0"/> <Command Name="Reboot" Value="reload${CRLF}y${CRLF}"/>…
-
Where do I find the "enable full text search on database" setting?
-
I have uploaded this document with screenshots of what I have done so far.
-
I don’t see how I can add the screen shots to this thread so I may have to start a new post with my screenshots.
-
Thanks very much for getting back to me on this, over the next few days I will post a description of what I have done, and a number of screen shots to show you, this should help you see what I am missing here.
-
Any chance with some assistance with getting this to work on our system?
-
Hi Jason, I have been directed to this post SWSPM Orion integration post by Solarwinds tech support after finding out we were unable to search for MAC’s of attached devices natively in Orion/NCM. I am having a difficulty in implementing this, I’m sure it will be my misunderstanding, but in desperate need of some assistance…
-
Sorry, I was not notified that this was updated with your comment. I have checked the variables and still cannot see where the issue is here. Can I contact you offline and send the files over for you to have a quick look through? As this is something we would benefit from having.
-
I currently use this in a custom html to display a node specific map on device views and will reduce the page size, this may not work if the page has java elements though. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">www.w3.org/.../loose.dtd"><html><head><title></title><meta http-equiv="Content-Type"…
-
We use the following in a custom html. <img src="${Map_Location}" /> Custom Property /Orion/NetPerfMon/NetworkMap.aspx?Map=MapName&Scale=50
-
Hi Are all of these switches 5406zl's? are the 5406's running different firmware? Here is the command template I was using on older firmware and known to work arround K12/13. Try it and see how this goes. <!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by () --> <!--SolarWinds Network Management Tools-->…
-
Firstly, add a custom property in the custom property editor called “Map_Location” or whatever you wish to call this property, but will need the reference changing in the custom html if this is done. Secondly, add the following to the custom property field: “/Orion/NetPerfMon/MapView.aspx?Map=Your Map Name&Printable=true”…
-
You will probably find that this does not give you the required information you need. I raised Case: 222341, and have never received a satisfactory answer from SW. They will provide no support for “their alternative solution” a work around which I have been unable to implement with any success. Message History…
-
Firstly, add a custom property in the custom property editor called “Map_Location” or whatever you wish to call this property, but will need the reference changing in the custom html if this is done. Secondly, add the following to the custom property field: “/Orion/NetPerfMon/MapView.aspx?Map=Your Map Name&Printable=TRUE”…
-
Ok, well if this works in NCM7, can anybody confirm if there are any known issues/bugs with 6.1 downloading device configs with the current device template?
-
Also add these custom macro's ${StorageAddress} [IP of your NCM server] ${StorageFileName} config.ini
-
I will try with SSH/SCP when Moxa can tell me where they have "hidden" this feature which they currently advertise on their web site, there is not a mention of these in their CLI manual from earlier this year. May have to wait until firmware 3.1?????
-
In NCM device settings, we have the following so try setting the enable level to "enable 0", Execute scrips using "Telnet", request configs using "Telnet" and transfer configs using "TFTP"
-
Yes we can download in NCM, but we did have a few issues!! When I try to download the configs manually via NCM, I get a message “cannot log into device bad password” however if you try executing the command “show running-config” it will display the config, also when hitting the download config from the web integration it…
-
I have just upgraded all our 408A/508A today with new firmware V3 which supports CLI, found a few issues with NCM, but can now download configs from the integrated web interface. Would upgrading to V3 be an option in your case as I see it is listed as available for your hardware on the Moxa site?
-
This post is a few years old, but this is now possible, with custom properties and a custom html on the device view page. Firstly, add a custom property in the custom property editor called “Map_Location” or whatever you wish to call this property, but will need the reference changing in the custom html if this is done.…