Comments
-
This a known issue with Orion Console. The bug is fixed in coming RC.
-
A query like this will give you info about the historical connections of you MACs SELECT TOP (1000) ep.MACAddress, poeh.[FirstSeen] ,poeh.[LastSeen] ,poeh.[PortID] ,poeh.[EndpointID] ,poeh.[VlanID] ,poeh.[ConnectionType] ,poeh.[ID] FROM UDT_PortToEndpointHistory poeh Inner join UDT_Endpoint ep on poeh.EndpointID =…
-
what do you mean by saying "We tried to upgrade from an older version but there is NO WAY to move the data."? IPAM does not loose information on upgrade.
-
try looking into C:\ProgramData\SolarWinds\InformationService\v3.0\Orion.InformationService.log for more hints about what went wrong. I just ran command with Orion admin account and received result successfully PS C:\WINDOWS\system32> Invoke-SwisVerb $swis IPAM.SubnetManagement GetFirstAvailableIp @("20.10.6.0", "24")…
-
when you trigger alert on subnet you can use ${N=SwisEntity;M=Location} in action text. I would recommend you using variable picking. it contains all variables including customer fields
-
Source node polling interval should be less or equal than operation polling interval
-
See IPAM - How to Alert when an I.P Address Changes Status for an idea
-
In "Send SNMP Trap" action you should uncheck "Forward SNMP Trap without changing". Also you can play with "Send Syslog Message" action
-
Have you tried to get info from your device using UDT Compatibility Checker? Does it provide any L2/L3 data?
-
rschroeder, UDT 3.3.2, which is based on Orion Platform 2018.4, contains a bunch of fixes to reduce the amount of SNMP requests. Also, UDT supports SNMPv3. L3 information from Cisco ASA devices can be got if you provide CLI credentials for the device. Nexus devices are not supported in UDT 3.3.2 and older
-
You can manually create necessary groups, and then using API IPAM 4.7 API · solarwinds/OrionSDK Wiki · GitHub create subnets in bulk
-
WIndows 2016 Server is supported, Juniper EX4300 and Juniper QFX5100 - no
-
how many records do you have in IPAM_IPHistory table? IPHistoryDAL.DeleteByRetention just tries to delete all records older N days. do you have othe SQL server related issues?
-
The only way for now is to disabled ICMP and SNMP scanning for all pollers in Admin -> IPAM Settings -> Subnet Scan Settings
-
You have to use: swis.update(uri, Status='Reserved') instead of swis.update(uri + "/Status", 4) See IPAM 4.5.x API · solarwinds/OrionSDK Wiki · GitHub for reference
-
IPAM 4.6 HF3 will make you happy
-
Here is a sample how you can achive your goal $startIp = '20.20.20.14' $startIpParts = $startIp.Split('.') $startIpHex = [String]::Format("{0:x2}{1:x2}{2:x2}{3:x2}-0000-0000-0000-000000000000", [convert]::ToInt32($startIpParts[3]), [convert]::ToInt32($startIpParts[2]), [convert]::ToInt32($startIpParts[1]),…
-
IPAM 4.6 has many compatibility RHEL7 and CentOS7 issues fixed. You can try IPAM 4.6 RC3, which is available on customer portal
-
Device should respond to all OIDs from the list ipForwarding 1.3.6.1.2.1.4.1 ipRouteDest 1.3.6.1.2.1.4.21.1.1. ipRouteMask 1.3.6.1.2.1.4.21.1.11. ipCidrRouteDest 1.3.6.1.2.1.4.24.4.1.1. ipCidrRouteMask 1.3.6.1.2.1.4.24.4.1.2.
-
it is not possible. the only way is to play with CSS files of website, but I would not reccomend it.
-
IPAM definitely works with Cisco ASA devices. Cisco 3650 is not on the list of supported devices. Most probably Cisco 3650 requires a bit different commands to get scopes info. You can check IPAM logs and detect errors
-
you can create Custom Table resource based on SWQL query SELECT S.NodeID, N.Status, N.Caption, N.IP_Address, S.LastScan, S.LastSuccessfulScan, S.LastScanResult, ISNULL(AllPortCount.NodeTotal,0) AS [PortCount], ISNULL(AllActivePortCount.NodeTotal,0) AS [ActivePortCount], (ISNULL(AllPortCount.NodeTotal,0) -…
-
.Net Framework 3.5 is required to run most tools.
-
UDT detects endpoint vendor by MAC address. List of MAC to vendor matching you can find in MACPrefixes table in your database. In your case, such prefixes do not exist in this table. You can do a trick by entering them manually there. BTW, which vendors are not detected? Could you provide sample MAC addresses?
-
your IP's have to be available for ping and SNMP request from the server, where you have IPAM polling engine installed.
-
IPAM compatibility with RADIUS was never explicitly verified