Comments
-
One other thing, that this would be helpful, is to solve any config issues between two devices that are alike. One is working OK, and the other as problems. Like in the retail business, you have multiple sites, configured the same way, but something maybe missing, or is there and shouldn't, and you can't figure it out. And…
-
Hello Tim, I was wondering, if you had any news about this problem. Thanks, Martin
-
Tim, Here is the case number, if you ever want to follow it up. Case #362500 - "Request hotfix for bug 157728"
-
It's the same, between 2:30 to 3 minutes.
-
Hell Yossarian, It takes about 2:30 to 3 minutes, with an additional poller. I'll try to do that from the main poller, to see how it goes. I'll keep you posted. Thanks, Martin
-
Hi Tim, No problem, I'll do that. Thank you. Martin
-
Hi tdanner ! Do you have anything that could help me? I don't want to do it using the gui. Thanks
-
Hi, Do you know where I could change that timeout value ? Can't find any in the Orion settings. Thanks, Martin
-
No problem. Martin
-
That router as 32 interfaces. Virtuals and physicals. And, it took exactly 60 seconds before the error message displayed.
-
Ok, I tried it, and it works like a charm. Thank you, for your kind help. Martin
-
Here is what I was doing in Perl : sub AddCustomPollers{ my $nodeIP = shift; my $nodeID = shift; my $name = shift; my $store = shift; my $nodeType = shift; my $swis = shift; my $sth; my $pollerID; my $pollers = {'Router'=>['ciscoEnvMonTemperatureState', 'ciscoEnvMonFanStateTable' ],…
-
Hum, obvious now... I didn't look at it this way, when I read these lines in the SDK pdf : "The changes related to SWISv3 are internal and will make implementing future improvements easier. We have not changed any client-side functionnality in SWISv3." I misinterpreted it. So, it seems to work, but I had a timeout error.…
-
Here is a sub function that I use to create groups. I have a main group called "1-Succursales", regrouping all our stores. In it, I create a group named "Sxxxx" representing the store number. Then, I create a dynamic query to gather all the network devices of that store, except the router, that will be the group…
-
Well, I already have something similar : my $groupId = $swis->Invoke("Orion.Container", "CreateContainer", ["S".$store, "Core", "60", 0, "Test", "true", "<ArrayOfMemberDefinitionInfo…
-
The problem seems to be for the VE version of the F5. We updated one of our appliance model, and it works. Information seems to be in a different place for the virtual edition.
-
Here it is ! Case #408379 - "F5 BigIP - No hardware status"
-
It would also help drawing good NetPath diagrams! Just because NetPath gets different IPs from some routers (you can test that with a traceroute), it needs a node for every IP of the same device (routers and firewalls, in my case). That's not really cool! For Netpaths to my retail stores, I had to define 3 nodes for the…
-
Me too !