Charles Bueche


converting IANA enterprise-numbers to JSON

http://www.iana.org/assignments/enterprise-numbers maps all SMI Network Management Private Enterprise Codes in iso.org.dod.internet.private.enterprise (1.3.6.1.4.1) to organizations, contacts and e-mails. I had to convert this file in JSON to be able to load it into Agent-Jones, my SNMP web-service. At first look, the file looks easy to parse. However, it is buggy at many places, with wrong number of spaces, line-continuations, […]


QoS parsing on Cisco routers

As I wrote in my previous article, Cisco ASR have a strange way of indexing its cbQos* tables, so I had to rewrite a parser following the MIB more closely. It is available as part of a bigger software part, originally written by Shane Scott, namely a QoS Zenpack for Zenoss. I adapted Shane’s work to […]


QoS on Cisco ASR

In CISCO-CLASS-BASED-QOS-MIB.my, Cisco says: Service policy is a policymap that is being attached to a logical interface. Because a policymap can also be a part of the hierarchical structure (inside a classmap), only a policymap that is directly attached to a logical interface is considered a service policy. Each service policy is uniquely identified by […]

Cisco ASR 1001