ZenPack:Cisco Base QOS
- Author(s)
- Andrey Telepin
- Current Maintainer(s)
- Andrey Telepin
- Organization
- atelepin
- License
- GNU General Public License, Version 2, or later
- ZenPack name
- ZenPacks.atelepin.cbCiscoQOS
- Git sources (for cloning)
- Link
Cisco Base QOS ZenPack
Warning
The ZenPack Catalog has moved to its new home at https://www.zenoss.com/product/zenpacks as of January 17, 2017. The following information may be out of date, and this page will eventually be removed.
Support
This ZenPack is developed by the Zenoss user community and supported via our online forums. Zenoss, Inc. does not provide direct support for this ZenPack.
Releases
Background
This project is a Zenoss extension (ZenPack) primarily intended for ISPs which extensively use different QoS on their network (like MPLS), and need to know statistics by each class.
About Cisco Base QOS on Cisco site
This is prerelease but all main functionality work. Almost think i need change or add write in the code as TODO or FIXME
Overview
Because ServicePolicy bound to Interface (IpInterface), installation create additional relation between cbServicePolicy and IpInterface. ZenPack contain automated modeler which grab QOS Object configuration from device. From this configuration modeler create particular class instance and create hierarchy of that objects (see more about nested object in cisco site).
In this release i collect only two statistic item PostPolicyBitRate and PostPolicyDropRate. From code point of view each statistic item is different component, but from user point of view, this item belong to cbServicePolicy and statistics should be visible as single item (for example on single graph). In this case cbServicePolicy work not only as container but also provide internal API to gather statistic from his child.
Known issues
- For to see SPGraphReport need manualy change Product/ZenModel/ReportClass.py line 133 to spec=('Report','DeviceReport','GraphReport','MultiGraphReport', 'SPGraphReport')):
- For enable "change button" in Report manualy change
Products/Zen3UI/browser/resources/js/zenoss/Report.js comments /* Ext.getCmp('edit-button').setDisabled (!/^(Device |(Multi)?Graph)Report$/.test(attrs.meta_type)); */
Requirements & Dependencies
- Zenoss Versions Supported: 3.0 and later
- External Dependencies:
- ZenPack Dependencies:
- Installation Notes: zenhub and zopectl restart after installing this ZenPack.
- Configuration
Installation
Normal Installation (packaged egg)
- Download the appropriate egg file for the version of Zenoss you are running.
- Ensure you are logged in as the zenoss user:
$ sudo su - zenoss
- Install the ZenPack:
$ zenpack --install ZenPacks.atelepin.cbCiscoQOS-*.egg
- Restart these services:
$ zenoss restart
Developer Mode Installation
In order to do a development mode installation you will want to clone the existing git repository, and then use the --link flag with the zenpack command:
- Ensure you are logged in as the zenoss user:
$ sudo su - zenoss
- Start by cloning the upstream repository:
$ git clone https://github.com/atelepin/ZenPacks.atelepin.cbCiscoQOS
- Next, perform the installation:
$ zenpack --link --install ZenPacks.atelepin.cbCiscoQOS
- Finally, restart these serivices:
$ zenoss restart
Discuss
New: Don't forget to add yourself to the Zenoss User Map!