Quantcast
Channel: THWACK: Message List
Viewing all articles
Browse latest Browse all 20693

Re: thwackCamp material

$
0
0

Just as an update I ended up running the following query against the db...

 

SELECT

  dbo.Nodes.NodeID,

  dbo.Nodes.IP_Address,

  dbo.Nodes.Caption,

  dbo.Nodes.IOSVersion

FROM

  dbo.Nodes

WHERE

  LOWER(dbo.Nodes.Vendor)= 'cisco'

ORDER BY

  IOSVersion

 

Which gave the information that I needed.


Viewing all articles
Browse latest Browse all 20693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>