[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

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

1688.0. "Zeroing station counters" by HOO78C::TIMMERMANS () Mon Oct 21 1991 17:30

How to zero Ethernet Station (or Terminal server) counters from DECmcc.

Is this possible with the Terminal Server AM, or will this be supported in
the Ehternet AM of DECmcc version 1.2 ??

Or is there any DCL command procedure available that will do this with NCP or
is TSM still needed?

I would like to have the following functionality within version 1.2:

MCC>sho mcc 0 alarms rule * all id, at start =(23:59:59)
MCC>zero node4 * all counters
MCC>zero station * all counters
MCC>zero ..... * all counters

Thanks in Advance,

Adrie Timmermans
CS/EIS Holland
T.RTitleUserPersonal
Name
DateLines
1688.1Zeroing Station Counters...CHRISB::BRIENENDECmcc Bridge|Station|SNMP Management.Tue Oct 22 1991 12:5824
>How to zero Ethernet Station (or Terminal server) counters from DECmcc.
>
> ... will this be supported in the Ehternet AM of DECmcc version 1.2 ??
>
> I would like to have the following functionality within version 1.2:
>
> MCC>sho mcc 0 alarms rule * all id, at start =(23:59:59)
> MCC>zero node4 * all counters
> MCC>zero station * all counters
> MCC>zero ..... * all counters

 The protocols that Ethernet AM implements for the Station entity do not
support a ZERO directive, but all of the systems I know of that support
a Station Entity (at least MOP V3.0 ones) allow zeroing of the line
counters.

 For DECnet nodes, I think the NCP command: ZERO LINE <line> COUNT
will zero the Station counters for you (e.g. ZERO LINE SVA-0 COUNT).

The Node4 command is probably something like ZERO NODE4 foo LINE foo.
Wildcarding both NODE4 and LINE would do what you're asking...

I'm not up on how to zero Terminal Server Line counters, but I would
expect that the TSAM (and NCP CONNECT) would support such a command.
1688.2TSAMTOOK::CASSIDYLinda, LKG2-2/BB10, DTN 226-7270Tue Oct 22 1991 13:497
    
    For TSAM, 
    
    	ZERO TERMINAL_SERVER term_server_name
    
     - Linda