Freeside:2.3:Documentation:Torrus Administration

From Freeside
Revision as of 00:03, 24 January 2011 by Ivan (talk | contribs) (Freeside)

Jump to: navigation, search

Adding new routers

Web UI

Manually

cd /usr/local/etc/torrus/discovery
vi routers.txt #space-delimted router ip addresses
torrus genddx \
  --hostfile=routers.txt \
  --domain=example.com \
  --community=community_string \
  --out=routers.ddx \
  --discout=routers.xml
torrus devdiscover  --in=routers.ddx 
torrus compile --tree=main --verbose
#kill collector, then restart
torrus collector --tree=main

Monitoring new interfaces

Torrus

Web UI

Manually

cd /usr/local/etc/torrus/discovery
vi routers.ddx
  <param name="RFC2863_IF_MIB::external-serviceid">
    TESTING_1:TenGigabitEthernet2_1:Both:main,
    TESTING_2:TenGigabitEthernet2_2:Both:main,
  </param>
torrus devdiscover  --in=routers.ddx 
torrus compile --tree=main --verbose
#kill collector, then restart
torrus collector --tree=main

Freeside

  • Setup an svc_port service definition, include it in a package definition with "Bandwidth (volume)" or "Bandwidth (95th percentile)" price plan.
  • Order the package for a customer, and provision the Port service.
  • The "Torrus serviceid" dropdown will have a list of the currently monitored serviceids.

References