Ascend Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: (ASCEND) Monitoring Peak Capacity?
We too use a PERL script which uses the below MIB OID and we run it once a
day. It simply does a 'get' for the MIB OID and then resets the value to
'0' with a 'set'. We also save it to a file so we can generate a graph with
html pages.
Kirk
-----Original Message-----
From: Toshiharu OHNO [mailto:tohno@ascend.co.jp]
Sent: Friday, April 17, 1998 7:29 AM
To: nllabona@Harris.COM
Cc: stephen@eni.net; ascend-users@max.bungi.com
Subject: RE: (ASCEND) Monitoring Peak Capacity?
Please note that wanLineActiveChannels indicates number of
channels at
polling time. That is, you may miss to detect real "peak"
value between
polling interval.
There is another Mib which keeps real peak channel usage in
call.mib.
callStatusHighWaterMark OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION "The highest number of channels ever
used on the
wide area network since power up.
Nailed channels,
if any, are also included in this
count. Its value can
be set to zero with a SET command."
::= { callStatusGroup 3 }
I'm reading and resetting this counter every five minutes
and drawing
channel activity graph with MRTG.
Toshiharu OHNO
> You can do SNMPgets on several WAN parameters, if you
MAXen
> are running 6.0.x code. These parameters are non-existent
in 5.0 branch.
> Get Ascend's MIB from the ftp site and look at the
advanced.mib,
> which includes :
>
> wanLineActiveChannels
> wanLineAvailableChannels
>
> Sincerely,
> Nelson Llabona
> -----Original Message-----
> ...
>
> What type of tool is available to monitor the port
capacity on MAXes?
> How
> do you guys determine when it's time to expand port
capacity (IE. order
> new
> PRI and mod cards)?
> ...
> ++ Ascend Users Mailing List ++
> To unsubscribe: send unsubscribe to
ascend-users-request@bungi.com
> To get FAQ'd: <http://www.nealis.net/ascend/faq>
>
++ Ascend Users Mailing List ++
To unsubscribe: send unsubscribe to
ascend-users-request@bungi.com
To get FAQ'd: <http://www.nealis.net/ascend/faq>
++ Ascend Users Mailing List ++
To unsubscribe: send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd: <http://www.nealis.net/ascend/faq>