<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>On 15 Dec 2013, at 21:15, Brian Thompson <<a href="mailto:brian.thompson@iovation.com">brian.thompson@iovation.com</a>> wrote:<br></div><blockquote type="cite"><div dir="ltr"><div><div>root@portal:/usr/local/ixp# /usr/local/bin/<a href="http://update-l2database.pl">update-l2database.pl</a> --debug --vlan 998</div><div>DEBUG: processing NWAX-Inband</div><div>cannot read dot1dBasePortIfIndex from NWAX-Inband at /usr/local/bin/<a href="http://update-l2database.pl">update-l2database.pl</a> line 166.</div>
</div><div><br></div><div>NWAX-Inband is a Cisco WS-C4948 we have added to handle our copper and peering.</div></div></blockquote><div><br></div><div>Cisco switches don't support sflow at all, which means that if you use it for peering service, your sflow stats will be wrong.  Well actually the N3064 supports sflow but that's the only C product which does. </div><div><br></div><div>Separately, update-l2database doesn't support Cisco kit either so I'll have to take a look at this. </div><br><blockquote type="cite"><div dir="ltr"><div>So it looks like the code isn't detecting that it is a Cisco. </div></div></blockquote><div><br></div><div>Cisco boxes don't support the qbridge mib. Instead they provide per-vlan bridge info using snmp vlan@community instead of community. This is a really ugly hack because it means you end up with timeouts if you pre-emptively attempt to use this community. There's a reference to this at the top of the .pl file but it isn't elaborated on. </div><div><br></div><div>Nick</div><div><br></div></body></html>