Dear All,
I need to run a report to find out which routers has been configured with the below commands, can anyone help me on this how to run a report using Report writer
ip http serverip http secure-server
You would need to be running NCM (Network Configuration Manager) to be able get this. You would need to define a 'Compliance Policy Report' with some rules that look for the strings you are looking for.
Thanks I was able to do it
We should go to Configs-Compliance-Create a Rule-Add that rule to a Policy- Add that policy to a report, then dont forget to update all and then select your report and run
I would like to do something similar however I do not know how to have the compliance report export the list of nodes along with vendor/machine type/IP etc.
like you can with report writer.
Can anyone help me out with that?
You can actually do this in the report writer with a custom SQL query: (Replacing STRING MATCH HERE on the last line with whatever you want to match in your configs)
SELECTn.Caption as 'DEVICE',n.IP_Address as 'IP ADDRESS',n.VENDOR,n.MachineType as 'MODEL'FROMNodes nJOINNCM_NodeProperties p ON p.CoreNodeID = n.NodeIDJOINNCM_ConfigArchive c on c.NodeID = p.NodeIDWHEREc.ConfigType = 'Running'ANDc.Config LIKE '%STRING MATCH HERE%'
-ZackM
Loop1 Systems: SolarWinds Training and Professional Services