[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

4109.0. "SNMP on Ultrix, does it work ???" by MLNCSC::BARILARO () Wed Nov 18 1992 13:11

Hi,

    	MCC bms v1.2
    	VMS 5.5
    
	I tried to have back SNMP data from some Ultrix nodes with SNMP
    	agent installed and active (snmpd deamon present), I was 
	able to had "char" and "counters" for the interfaces, protocols
	(IP, UDP, etc.etc.) but I was (and I'm still) unable to have 
	data for the SNMP protocol, I receive back always 
	" -- Attribute Not Gettable" except for the 
	"CounterCreationTime = 11-NOV-1992 18:20:01.74" when I try
	a "Show snmp my_node SNMP all counter".

    	I've also another problem (still on Ultrix nodes), When I try
    	to have back counters from their interfaces the counter
    	"IfOutDiscards" is always too a " -- Attribute Not Gettable",
    	therefore some interface's statistics are not available
    	with message "Attribute not available".
    
    	Does someone know if SNMP agent implemented on Ultrix node has
    	some problems ???
    
	Could someone help me ??????

					Thanks in advance
					Ciao 	Luciano

Gundam > mana/enter
DECmcc (V1.2.0)

MCC> show snmp scossa snmp all char

SNMP scossa snmp
AT 18-NOV-1992 18:01:45 Characteristics

Examination of attributes shows:
                  snmpEnableAuthenTraps = -- Attribute Not Gettable
MCC> show snmp scossa snmp all counter

SNMP scossa snmp
AT 18-NOV-1992 18:04:57 Counters

Examination of attributes shows:
                           snmpOutTraps = -- Attribute Not Gettable
                    snmpOutGetResponses = -- Attribute Not Gettable
                     snmpOutSetRequests = -- Attribute Not Gettable
                        snmpOutGetNexts = -- Attribute Not Gettable
                     snmpOutGetRequests = -- Attribute Not Gettable
                         snmpOutGenErrs = -- Attribute Not Gettable
                       snmpOutBadValues = -- Attribute Not Gettable
                     snmpOutNoSuchNames = -- Attribute Not Gettable
                         snmpOutTooBigs = -- Attribute Not Gettable
                            snmpInTraps = -- Attribute Not Gettable
                     snmpInGetResponses = -- Attribute Not Gettable
                      snmpInSetRequests = -- Attribute Not Gettable
                         snmpInGetNexts = -- Attribute Not Gettable
                      snmpInGetRequests = -- Attribute Not Gettable
                     snmpInTotalSetVars = -- Attribute Not Gettable
                     snmpInTotalReqVars = -- Attribute Not Gettable
                          snmpInGenErrs = -- Attribute Not Gettable
                        snmpInReadOnlys = -- Attribute Not Gettable
                        snmpInBadValues = -- Attribute Not Gettable
                      snmpInNoSuchNames = -- Attribute Not Gettable
                          snmpInTooBigs = -- Attribute Not Gettable
                     snmpInASNParseErrs = -- Attribute Not Gettable
                 snmpInBadCommunityUses = -- Attribute Not Gettable
                snmpInBadCommunityNames = -- Attribute Not Gettable
                      snmpInBadVersions = -- Attribute Not Gettable
                            snmpOutPkts = -- Attribute Not Gettable
                             snmpInPkts = -- Attribute Not Gettable
                    CounterCreationTime = 11-NOV-1992 18:20:01.74
MCC> show snmp scossa interface 1 all char

SNMP scossa Interface 1
AT 18-NOV-1992 18:05:12 Characteristics


Examination of attributes shows:
                             ifSpecific = -- Attribute Not Gettable
                          ifAdminStatus = up
                          ifPhysAddress = %XAA0004008BBB
                                  ifMtu = 1500
                                 ifType = ethernet_csmacd
                                ifDescr = "ln0

MCC> show snmp scossa interface 1 all count

SNMP scossa Interface 1
AT 18-NOV-1992 18:05:17 Counters

Examination of attributes shows:
                          ifOutDiscards = -- Attribute Not Gettable
                            ifOutErrors = 5633
                        ifOutNUcastPkts = 3903
                         ifOutUcastPkts = 565249
                            ifOutOctets = 2267698
                      ifInUnknownProtos = 0
                             ifInErrors = 9721
                           ifInDiscards = 0
                         ifInNUcastPkts = 30264
                          ifInUcastPkts = 789898
                             ifInOctets = 4003513
                    CounterCreationTime = 11-NOV-1992 18:20:00.55

    
T.RTitleUserPersonal
Name
DateLines
4109.1YAHEY::BOSEWed Nov 18 1992 15:005
	That's because the Ultrix stations implement MIB I. The SNMP group
	was a new addition in MIB II.

	/rb
4109.2IfOutDiscards, wich MIB?MLNCSC::BARILAROThu Nov 19 1992 10:259
    	Hi!  Thank you for the answer.
    	
    	Just another question (the second part of the original question),
    do you know why on the interface counter "InOutDiscards" I obtain
    always "attribute not gettable". Infact, in the ULTRIX documentation
    "Networking Distributed System Services - Appendix B", there isn't
    this counter. Is this one another counter implemented only on MIB II?
    
    
4109.3YAHEY::BOSEThu Nov 19 1992 11:307
	ifOutDiscards is a MIB I variable, so it should be supported by the
	Ultrix stations. I don't know why you are seeing "Attribute Not Gettable"
	for this particular attribute. If it makes you feel any better, I see
	the same behaviour from our Ultrix stations down here.

	/rb