[ixpmanager] Slow graphs
Nishal Goburdhan
nishal at controlfreak.co.za
Mon Jun 13 17:19:29 IST 2022
On 13 Jun 2022, at 17:07, Justin Wilson (Lists) via ixpmanager wrote:
> My apologies
>
> SFLOW
>
> Darn auto correct
i remembered we had to do this back when we had a nexus 3064Q:
it was the _only_ cisco so this was a cheat way out ..
sflow-rrd-handler
In this script, we had to add the following at line 158 to allow us to
parse the packets from the DINX nexus switch (psw1.rhv), as the Cisco
sflow implementation doesn't send us vlan info.
#Added in to fix the cisco switch not sending us vlan info
if ($vlan eq '0'){
$vlan = 10;
}
-n.
More information about the ixpmanager
mailing list