[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

2501.0. "Does Export work with SNMP interfaces?" by SUBWAY::REILLY (Mike Reilly - New York Bank District) Thu Mar 05 1992 15:08

    With 1.2.4EFT on VMS is it possible to export SNMP interface
    attributes?
    
    I would like to export snmp xxxx interface *. 
    
    - Mike 
T.RTitleUserPersonal
Name
DateLines
2501.1Exporter should work with any entity defined in the dictionaryTOOK::SHMUYLOVICHFri Mar 06 1992 12:351
    
2501.2SUBWAY::REILLYMike Reilly - New York Bank DistrictFri Mar 06 1992 17:1929
    So... I have a problem then. When I attempt to export a SNMP entity
    I get an error message station that the entity is not registered.
    
    Eg:
    
    MCC>  export snmp newr01-e0  begin time = 06-mar-1992:17:20:00,   -
    end time = 12-mar-1992:00:00:00, -
    export period = 00:10:00, -
    export target = SYS$LOGIN:MCC_EXPORT_CISCO.RDB, in domain .domain.downtown
    
    SNMP newr01-e0
    AT  6-MAR-1992 17:20:59
    
    Entity is not registered
    
    MCC> show snmp newr01-e0, in domain .domain.downtown
    Using default ALL IDENTIFIERS
    
    SNMP newr01-e0
    AT  6-MAR-1992 17:21:35 Identifiers
    
    Examination of attributes shows:
                                    Address = 146.149.1.100
                                       Name = newr01-e0
    
    Any ideas what I'm doing wrong here..
    
    - Mike
          
2501.3You probably need to register your entityTOOK::MINTZErik Mintz, DECmcc Development, dtn 226-5033Fri Mar 06 1992 18:566
>    MCC> show snmp newr01-e0, in domain .domain.downtown

Please try "dir snmp newr01-e0" to find out if it is registered.
Show will work even on unregistered entities, and it appears
that the "in domain" qualifier is ignored on a show.

2501.4Thanks,.. it's working now.SUBWAY::REILLYMike Reilly - New York Bank DistrictMon Mar 09 1992 11:4040
        Got it to work at last...but is very confusing.
                                                      
    
    
        MCC> dir snmp newr01-e0
    
        SNMP newr01-e0
        AT  9-MAR-1992 10:43:28
    
        The entity SNMP newr01-e0  is not registered
                          Not Registered Entity = SNMP newr01-e0
    
        MCC> dir snmp .ip.newr01-e0
    
        SNMP JPM_DEV:.ip.newr01-e0
        AT  9-MAR-1992 10:43:34
    
        Directory successful.
                                Registered Name = JPM_DEV:.ip.NEWR01-e0
                                           Name = NEWR01-e0
                                        Address = 146.149.1.100
    
        MCC> export snmp .ip.NEWR01-e0 begin time = 09-mar-1992:10:46:00
    
    	SNMP .ip.NEWR01-e0
    	AT  9-MAR-1992 10:45:07
    
    	No such entity: SNMP .ip.NEWR01-e0
                             Unknown Entity = SNMP .ip.NEWR01-e0
    
    
    	MCC>  export snmp  JPM_DEV:.ip.NEWR01-e0  begin time =
    	09-mar-1992:10:46:00
    
        This one worked. Does the exporter always require a fullname,
    together with the JPM_DEV: portion?.  The current 1.2 doc for the
    exporter does not state that the verb requires a full-name, in fact
    the examples given on pages 2-14 and 2.15 show simple names.
    
    - Mike
2501.5TOOK::SHMUYLOVICHMon Mar 09 1992 17:5433
>        Got it to work at last...but is very confusing.

	I agree that the way how SNMP names are handled is confusing.

>        MCC> export snmp .ip.NEWR01-e0 begin time = 09-mar-1992:10:46:00
>    
>    	SNMP .ip.NEWR01-e0
>    	AT  9-MAR-1992 10:45:07
>    
>    	No such entity: SNMP .ip.NEWR01-e0
>                             Unknown Entity = SNMP .ip.NEWR01-e0
 
     
	I believe that if you do "Show snmp .ip.NEWR01-e0" you will have
 the same result. The problem is that for SNMP entity FCL handles
 .ip.NEWR01-e0 not as full name but as IP name. 
	Somebody who knows this subject better that I do should explain it
 in more details. 


	If you use any identifiers returned from the Directory command:

               - JPM_DEV:.ip.NEWR01-e0
               - NEWR01-e0
               - 146.149.1.100

   the Export command should work.


	Sam