>>2. I have developed the following expresion for utilization reporting on my
>>switch ports:
>>
>>8 * (ifInOctets + ifOutOctets) / ifSpeed.
>>
>>Is this correct? Am I nelecting anything in this expression or is there a
>>better way to do it.
this expression is correct for half duplex interface. It is to say that the
speed (ifSpeed) or your interface is shared beetween inOctets and outOctects.
For a full duplex interface you have to use two expressions one for the incoming
bandwith (8*ifInOctets / ifSpeed) and one for the outcoming bandwith
(8*ifOutOctets / ifSpeed)
>>3. Finally, in NetView, can you set threholds for MIB expressions? Can you
>>use the alarms/events group on MIB expression thresholds in the same way you
>>would for a single MIB Object??
Yes. You even can graph the expression with xnmgraph.
Alexis Henry
Groupe BNP Paribas
alexis.henry@bnpparibas.com
gord_michaels@hotmail.com on 17/07/2000 17:54:50
Veuillez répondre à nv-l@tkg.com
Pour : nv-l@ucsbvm.ucsb.edu
cc : (ccc : Alexis Henry/DOSI/BNP)
Objet : [NV-L] Utilization expression...
_____________________________________________________________________________________________________________________________________
Ce message et toutes les pièces jointes (ci-après le "message") sont établis à
l'intention exclusive de ses destinataires et sont confidentiels. Si vous
recevez ce message par erreur, merci de le détruire et d'en avertir
immédiatement l'expéditeur.
Toute utilisation de ce message non conforme à sa destination, toute diffusion
ou toute publication, totale ou partielle, est interdite, sauf autorisation
expresse.
L'internet ne permettant pas d'assurer l'intégrité de ce message, BNP PARIBAS
(et ses filiales) décline(nt) toute responsabilité au titre de ce message, dans
l'hypothèse où il aurait été modifié.
----------------------------------------------------------------------------------
This message and any attachments (the "message") are intended solely for the
addressees and are confidential. If you receive this message in error, please
delete it and immediately notify the sender.
Any use not in accord with its purpose, any dissemination or disclosure, either
whole or partial, is prohibited except formal approval.
The internet can not guarantee the integrity of this message. BNP PARIBAS (and
its subsidiaries) shall (will) not therefore be liable for the message if
modified.
_____________________________________________________________________________________________________________________________________
Hello All.
I have a couple of questions which someone may be able to help me out
with....
1. Regarding rmon, the events and alarms groups... can you set thresholds
for events/alarms on any MIB objects or must they be MIB Objects with the
rmon tree?
2. I have developed the following expresion for utilization reporting on my
switch ports:
8 * (ifInOctets + ifOutOctets) / ifSpeed.
Is this correct? Am I nelecting anything in this expression or is there a
better way to do it.
3. Finally, in NetView, can you set threholds for MIB expressions? Can you
use the alarms/events group on MIB expression thresholds in the same way you
would for a single MIB Object??
Any info appreciated.
Sincerely,
Gord Michaels
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
_________________________________________________________________________
NV-L List information and Archives: http://www.tkg.com/nv-l
|