[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

2500.0. "APP.DEV.USING SNMP" by LEDDEV::GARRETT () Thu Mar 05 1992 10:09

                  +---+---+ 
                  | M | A | 
                  |---+---| - USS/Maynard Area Engineering Training
                  | E | T | 
                  +---+---+ 
--------------------------------------------------------------------------------
                  MAET Custom Courses Description
________________________________________________________________________________
Title             NETWORK MGMNT APPLICATION DEVELOP. USING SNMP - 6-24/26     
Instructor        DJK                           
Date              24-JUN-92 - 26-JUN-92
Time              8:30 -  5:00
Location          4-4 CONFERENCE ROOM-MLO4-4/4A 
Course Number     24CNT-15
Course Fee        $  675
Registration      Log into COURSES software on MILRAT  
                  Username is COURSES and password is TRAINING.
Cancellation      IN ORDER TO AVOID A FULL CHARGE, PLEASE CANCEL 10 DAYS      
                  PRIOR TO CLASS DATE                                         

                                                                                
                                                                                
                    NETWORK MANAGEMENT APPLICATION DEVELOPMENT USING SNMP
                    -----------------------------------------------------
                                                                                
                                                                                
                  PREREQUISITE: THIS COURSE REQUIRES KNOWLEDGE/EXPOSURE TO
                           THE TCP/IP ENVIRONMENT, AND SOME KNOWLEDGE
                    OF SNMP.
                    COURSES AVAILABLE - INTRO TO TCP/IP PROTOCOLS;
                    SNMP TECHNICAL OVERVIEW.
                  
                                                                                
                  AUDIENCE: This course is geared toward the software
                    developer who needs/desires to have code
                    level exposure to SNMP agents and mibs.
                    The course briefly discusses current SNMP
                    technical and political issues.  Therefore,
                    it is ideal if the attendee has some knowledge
                    of SNMP.  Attendee with no knowledge should
                    take SNMP Technical Overview class first.
                                                                                
                  COURSE DESCRIPTION:
                                                                                
                  This is a Network Management course for network developers,
                  and others who wish to develop network management applications
                  using the Simple Network Management Protocol (SNMP).
                  
                  OBJECTIVES:
                                                                                
                  Upon completion of this course you should be able to:
                                                                                
                  o Review the RFC and SMI standards
                  o Build an SNMP MIB specification using basic encoding
                    rules of ASN.1
                  o Design and code the minimal component set of an
                    SNMP agent
                  o Design and code the minimal component set of an
                    SNMP client
                                                                                
                  OUTLINE:
                                                                                
                  This course addresses in depth the following:
                                                                                
                  o Common constructs
                  o SNMP agent architecture
                  o SNMP client architecture
                  o The GetNextRequest-PDU
                  o Example of Table Traversal
                  o The GetResponse-PDU
                  o The SetRequest-PDU
                  o The Trap-PDU
                  o The coldStart Trap
                  o The warmStart Trap

                  o The lindDown Trap
                  o The linkUp trap
                  o The authenticationFailure Trap
                  o The egpNeighborLoss Trap
                  o The enterpriseSpecific Trap
                  o Security Considerations
 
--------------------------------------------------------------------------------
                  USS/Maynard Area Engineering Training 
                     

T.RTitleUserPersonal
Name
DateLines
2500.1Not quite as bad as the intro courseQUIVER::CHILDSEd ChildsThu Mar 05 1992 11:128
    I didn't like this follow-on course either.

    I did learn a few important things, but for the most part it moved much
    too slowly.  The "design and code" an SNMP client and agent consists of
    reading through code listings from CMU and MIT. :-(

    For software engineers who will be writing SNMP code, your time is
    better spent in the library.