[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DECmcc user notes file. Does not replace IPMT. |
Notice: | Use IPMT for problems. Newsletter location in note 6187 |
Moderator: | TAEC::BEROUD |
|
Created: | Mon Aug 21 1989 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 6497 |
Total number of notes: | 27359 |
5260.0. "counters in CIRCUIT-AM" by SWTHOM::NOBRE (Jocelyne Nobre - CST France) Fri Jun 25 1993 05:45
My customer wants to create a comparaison alarm on a particular
counter of circuit entity , using the CIRCUIT-AM .
He has the following:
MCC> sho circuit ultres-supmcc all char
Circuit KBANON_NS:.ultres-supmcc
AT 25-JUN-1993 09:34:34 Characteristics
Examination of Attributes shows:
aEndpointName = (
instance = SNMP ultres Interface 1 ,
objectid = %X303030,
objectname = "" )
administrativeState = Unknown
circuitBandwidth = (
azBandwidth = -1,
zaBandwidth = -1 )
circuitType = (
Mode = Unknown,
type = unspecified )
componentNames = (
type = null,
components = ( ) )
compositeCircuitNames = { }
transmissionDirection = Unknown
zEndpointName = (
instance = Node4 supmcc Line sva-0 ,
objectid = %X303030,
objectname = "" )
ComponentDomainName = KBANON_NS:.NOT_SET_YET
MCC> sho circuit ultres-supmcc all status
Circuit KBANON_NS:.ultres-supmcc
AT 25-JUN-1993 09:44:22 Status
Examination of Attributes shows:
nmfoperationalState = Enabled
MCC> sho circuit ultres-supmcc all counter
Circuit KBANON_NS:.ultres-supmcc
AT 25-JUN-1993 09:35:42 Counters
Examination of Attributes shows:
creationTime = 25-JUN-1993 09:27:04.51
Endpoint Counters = (
AEndPoint Counters = Examination of attributes shows:
ifOutDiscards = -- Attribute Not Gettable
ifOutErrors = 14
ifOutNUcastPkts = 0
ifOutUcastPkts = 3824867
ifOutOctets = 3130
ifInUnknownProtos = 0
ifInErrors = 427
ifInDiscards = 0
ifInNUcastPkts = 205
ifInUcastPkts = 15596524
ifInOctets = 17283
CounterCreationTime = 25-MAR-1993 18:48:30.20,
ZEndPoint Counters = Examination of Attributes shows:
Counter Creation Time = 24-JUN-1993 15:23:27.49
Seconds Since Last Zeroed = >65535 Seconds
Data Blocks Received = 11713868 Blocks
Multicast Blocks Received = 11642318 Blocks
Receive Failure = 5 Errors
Bytes Received = 1214831405 Bytes
Multicast Bytes Received = 1190921175 Bytes
Data Overrun = 0 Errors
Data Blocks Sent = 180538 Blocks
Multicast Blocks Sent = 76930 Blocks
Blocks Sent Multiple Collision = 6921 Blocks
Blocks Sent Single Collision = 3996 Blocks
Blocks Sent Initially Deferred = 14139 Blocks
Bytes Sent = 29830188 Bytes
Multicast Bytes Sent = 5784311 Bytes
Send Failure = 61 Errors
Collision Detect Failure = 0 Errors
Unrecognized Frame Destination = 0 Errors
System Buffer Unavailable = 7 Errors
User Buffer Unavailable = 0 Errors )
To create the alarm he uses the command :
MCC> create domain support rule circ-count -
_MCC> expression =(circuit ultres-supmcc Endpoint Counters =(ifOutErrors=14))
the result is :
Domain KBANON_NS:.support Rule circ-count
AT 25-JUN-1993 09:39:34
Data type of the attribute is currently unsupported.
**********************
question is :
will this syntaxe be supported in the future ?
is there another solution to test endpoint counters in circuit-am ?
Thanks for help
Regards ,
JOcelyne.
T.R | Title | User | Personal Name | Date | Lines |
---|
5260.1 | drop the extra parens and 'counters' keyword | MOLAR::ROBERTS | Keith Roberts - Network Management Applications | Fri Jun 25 1993 10:53 | 7 |
| >> expression =(circuit ultres-supmcc Endpoint Counters =(ifOutErrors=14))
try :
expression =(circuit ultres-supmcc ifOutErrors = 14)
/keith
|
5260.2 | valid attribute expression was not found | SWTHOM::NOBRE | Jocelyne Nobre - CST France | Fri Jun 25 1993 12:20 | 9 |
| I try:
expression =(circuit ultres-supmcc ifOutErrors = 14)
the result is :
" valid attribute expression was not found "
thanks for reply,
regards
Jocelyne.
|