Comments
-
Hello, <Command Name="DownloadConfig" Value="show run-config commands"/> Works for me. Regards, Mateusz
-
You just started collecting data. Can you check Time periods of Custom Line Chart?
-
Orion Architecture: https://thwack.solarwinds.com/community/solarwinds-community/product-blog/blog/2011/08/18/orion-architecture Scalability Engine Guidelines for SolarWinds Products: http://www.solarwinds.com/documentation/Orion/docs/ScalabilityEngineGuidelines.pdf (page 18)
-
Hello, Unfortunately in NCM RegEx negation is not present ( [^ ] is only related to one single char or chars). You should try with Config blocks. See attachment. Regards, Mateusz
-
Hello, 1. As Jiri said, see Compliance Policy Reports. 2. You can use Listbox: See example in Configure Interfaces Based on Description Cisco IOS template. Regards, Mateusz
-
Feature request created
-
jhynds I'm missing the link on the Customer Portal. Should this be available via Download Trials ?
-
Hello, Did you tried to add "enter" after this script? wrreload//new line here Regards, Mateusz
-
Hello, Here are few steps to accomplish this effect: * Limit account to single interface. * We don’t need any tabs. * This could be Interface Details View, or just create your own (you don't need create View limitation). Remember to set up Type of view to Interface Details. * Select your interface. When user logs,…
-
configuredelete system name-server 20.20.20.10set system name-server 10.10.20.20commit and-quit
-
Hello, Depends what you are looking for. I suppose it is Junos OS. The char "^" for beginning of line. Regards, Mateusz
-
You should have this type of alert in your SolarWinds:
-
Hello, It depend what are you looking for, see example: (Remember to check Regex) @dave@entwistle.cc Better to use "Blocks". Best regards, Mateusz Message was edited by: Mateusz OPrevious post was wrong.
-
Hello Christopher, You can try with "search in block" option: Advanced Config Search(block search and/or search) String: \d.*\n(.*\n)*.*no\sip\sredirects (remember to choose RegEx expression) SEARCH CONFIG FILE/BLOCK: Config block Config block start: interface\sVlan Config block end: ! (remember to choose RegEx expression)…
-
Hello, There is some 'tricky' way to do this... Just create normal Report (from NCM), pick ARP Tables and select some properties: Filter out nodes. Keep nodes/sites where are you looking for phones. Save Report. Edit your report by using some text editor (notepad?). File path: "<Your SolarWinds…
-
Hello, You should try Config Change Templates, Chapter 8, page 175 http://www.solarwinds.com/documentation/orionNCM/docs/orionNCMAdministratorGuide.pdf Regards, Mateusz
-
Hello, You could differentiate this by System Description. Try to edit this script as follows: if (@ContextNode.SysDescr contains 'IOS'){ CLI { configure terminal // do what you want on single IOS }}if (@ContextNode.SysDescr contains 'NX-OS'){ CLI { configure terminal // do what you want on NX-OS devices }} (@ContextNode…
-
Hello, It depends what you want to check. Always use blocks: Against: line vty 0 4 session-timeout 10 exec-timeout 10 1 transport input sshline vty 5 15 session-timeout 10 exec-timeout 10 1 transport input ssh (missing "login local") Regards, Matt
-
Hello, Use Compliance Policy Reports. Rule for Cisco devices: Config block start: use your interface type. Brocade - depends of config, you could also use "Blocks" for searching. Regards, Mateusz
-
Hello, Please have a look at: Best regards, Mateusz
-
You have to enable and assign CIMC IP on blades. Then add each blade as Node (ICMP polling only). List should be populated with blades. What you get as result? Response Time, percent loss, status. Only. This is a simple ping to your blades. I suggest to monitor servers using ESXi Host polling - via SNMP. This will give you…
-
Hello, Try this: SolarWinds Knowledge Base :: Moving SolarWinds DPA to another server SolarWinds Knowledge Base :: Moving a DPA SQL Server Data Warehouse Repository Cheers, Mateusz
-
Cisco IOS Software, IOS-XE Software, Catalyst 4500 L3 1.3.6.1.4.1.9.1.1605 ( vs. 1.3.6.1.4.1.9.1.1732): http://www.cisco.com/c/en/us/td/docs/net_mgmt/ciscoworks_lan_management_solution/4-2-2/device_support/table/lms422sdt.html Showing as "Cisco" WLC: Alcatel, MODEL: OAW-6000 1.3.6.1.4.1.6486.800.1.1.2.2.2.1.1.4 Alcatel,…
-
HP 2520-8-PoE (J9137A) 1.3.6.1.4.1.11.2.3.7.11.94
-
HP E2620-48-PoEP (J9627A) 1.3.6.1.4.1.11.2.3.7.11.133 HP 2626 (J4900C) 1.3.6.1.4.1.11.2.3.7.11.82
-
Hi, Create new view or go to Customize Page. Add Map resource(s). Hit PREVIEW or DONE. EDIT Map resource, select your wireless heat map. (optionally set wireless heat map settings) On particular Heat Map you have to have a minimum of 3 Access Points (best is 4). This requirement is for triangulation and without this you…
-
Hello, Here is some example: //@ContextNode is NCM.Nodes SWIS entity, so it will be: //NCM.Nodes @ContextNode int @len string @octet3 string @octet4 string @ifoctet1 string @ifoctet2 string @ifoctet3 string @ifoctet4 // get length of Hostname @len = StrLength(@ContextNode.SysName) // I suppose octets will start from 10 to…
-
Hello, Have you tried with Script Results? If you are logging as root user put cli command before your script. root% cliuser@host> Regards, Matt
-
Hello, For exporting reports: (Compliance -> (select) View Report -> Export) As far as I know, you cannot include Description from Rule. I suggest creation Rules with name describing violation, with proper Alert level (Informational, Warning, Critial) In excel sheet you will get letters for those levels (I, W, C): I don't…
-
Hello, If I'm not wrong, each user must fill credentials for his own account. You don't need to give privilege access for each user. From user account: Best regards, Mateusz