Hello,
I have 5 stackable cisco switch, when we stack all the switchs we will have 5 different serial number.
Can orion detect all off 5 serial number, since now orion only show one serial number.
Hello,
I have 5 stackable cisco switch, when we stack all the switchs we will have 5 different serial number.
Can orion detect all off 5 serial number, since now orion only show one serial number.
Below is an older post that has the SWQL query in it you could use for a start
Below is an older post that has the SWQL query in it you could use for a start
I make SQL query using this command and the result I'm able to see the SN for stacked or non stacked switch
select *
from APM_HardwareAlertData
inner join Nodes on Nodes.NodeID=APM_HardwareAlertData.NodeID
left join NPM_SwitchStackMember on Nodes.NodeID=NPM_SwitchStackMember.NodeID
Where Vendor like 'Cisco%'
SolarWinds solutions are rooted in our deep connection to our user base in the THWACK® online community. More than 195,000 members are here to solve problems, share technology and best practices, and directly contribute to our product development process.