Comments
-
rfletcher, that is just common knowledge. Just like everyone knows 22 translates to SSH and 80 translates to HTTP, so also everyone knows 470 and 471 translate to first and second power supply, respectively. But seriously, when you click the link from my first post, and you scroll down to the bottom of the correct answer,…
-
Can you direct me as to where I can submit feature requests for (Nexus) support?
-
Hi Kris, That is what I'm doing now: selecting the individual rows to display on the website. That's cool for a few switches but they have a sh*tload of Nexus and other switches here so I will have to keep on searching for ways to automate this.
-
Hello rfletcher, I'm very glad I could help you out. That is exactly the reason why I posted these updates to my question. I hope I'm on the right so that I don't drag you in here with me. Please let me know your findings and I will keep updating this thread as well if I find something new. I was thinking maybe a custom…
-
That sounds like a lot of work if you have lot's of remote/branch offices.
-
I now have the following SQL query: SELECT TOP 1000 n.Caption, p.Name, usr.AccountName, dns.DNSName, arp.IPAddress, ep.MACAddress, pep.VlanID, p.PortDescription FROM UDT_Endpoint AS ep JOIN UDT_PortToEndpointCurrent AS pep ON ep.EndpointID = pep.EndpointID LEFT JOIN UDT_Port AS p ON p.PortID = pep.PortID LEFT JOIN Nodes AS…
-
For your information, this is what I currently have: NexusPower - LabelentPhysicalNameNexusPower2O2 Non L3 Daughter CardOn2Fex-102 PowerSupply-2On232 port Modular Universal Port Supervisor in Fixed Module-1On216 port Flexible GEMOn2PowerSupply-1On2PowerSupply-2On2Fex-102 PowerSupply-1On2Fex-102 Fabric Extender Module:…
-
It could be years though, before this feature gets implemented. I'm surprised it hasn't been implemented yet since interfaces are the most basic thing to monitor.
-
What about firewall settings on the Windows Server running vCenter and the firewall settings on vCenter itself (if it has those)?
-
I guess it depends on the model of routers you have.
-
I'm currently looking at writing my own report using a custom SQL query. I came up with the following so far: SELECT AccountName, UDT_IPAddressCurrent.IPAddress, Nodes.Caption, UDT_Port.NameFROM UDT_UserJOIN UDT_UserToIPAddressCurrent ON UDT_User.UserID = UDT_UserToIPAddressCurrent.UserIDJOIN UDT_IPAddressCurrent ON…
-
I created a second UnDP for SNMPv2-SMI::mib-2.47.1.1.1.1.7 (see link from the original question). This table will return the strings explaining the numbers in the first column. However, it returns way too many rows. Thus if I put the results form both UnDPs in the same table in the web interface, I will get all the useful…
-
Do you have FEXes connected to the 7018? I have a Nexus 5548 with 4 FEXes connected to it and I get the following results: NexusPower - LabelNexusPower22On23On24On470On471On101000022On101000470On101000471On102000022On102000470On102000471On103000022On103000470On103000471On199000022On199000470On199000471On I translated the…