The most recent content from our members.
Does any one has any idea on how to get All IP's Assigned to Nodes Select nodesdata.Caption AS 'Device Name', NodeIPAddresses.IPAddress From nodesdata Join NodeIPAddresses ON nodesdata.NodeID = NodeIPAddresses.NodeID Where nodesdata.UnManaged = '0' Above Query does not give additional ip's assigned to esxi's
Was hoping IPAM would be able to replace our manual spreadsheet to track ip, mac, name, history and alert us to any conflicts when bringing a new device online. I currently have some imported and some discovered. Also, the "add" button is greyed out on "manage subnet and ip addresses".
This is my first "web Report so it may be a little rough on the edges. Basically lists all IP Addresses marked as Used or Reserved. Also removed Subnet and Broadcast Addresses. Feel free to edit and modify as needed. Once generated you can export results in Excel and/or PDF. Enjoy
Not sure if others have already done this work but after hours of not finding any cut/paste solutions I sat down to write an advanced SQL report including finding a subnet's gateway address. Now this assumes you have the default gateway set for the first available IP as we do and if not then it would be a custom field. Not…
It looks like you're new here. Sign in or register to get started.