Specifications
How Do I Implement SNMP?
March 28, 2011 Page 2 of 27
•Acommonmanagementplatformsupportedbymanynetworkdevices
How Do I Implement SNMP?
YoucanimplementSNMPonEnterasysswitchingdevicesusingsimpleCLIcommandsas
describedinthisdocument.Theconfigurationprocessinvolvesthefollowingtasks:
1. CreatingusersandgroupsallowedtomanagethenetworkthroughSNMP
2. Settingsecurityaccessrights
3. SettingSNMPManagementInformationBase(MIB)viewattributes
4. Settingtargetparameterstocontrolthe
formattingofSNMPnotificationmessages
5. SettingtargetaddressestocontrolwhereSNMPnotificationsaresent
6. SettingSNMPnotificationparameters(filters)
7. ReviewingSNMPst atistics
SNMP Overview
ItishelpfultounderstandthefollowingSNMPcomponentsdescribedinthissection:
Manager/Agent Model Components
SNMPprovidesamessageformatforcommunicationbetweenmanagersandagents,whichusea
MIBandarelativelysmallsetofcommandstoexchangeinformation.TheSNMPmanagercanbe
partofanetworkmanagementsystem,suchasEnterasysNetSight
®
,whiletheagentandMIB
resideontheswitch.
TheSNMPagentactsuponrequestsfromthemanagertoeithercollectdatafromtheMIBorset
dataintotheMIB.Arepositoryforinformationaboutdeviceparametersandnetworkdata,the
MIBisorganizedinatreestructurein
whichindividualvariablesarerepresentedasleavesonthe
branches.Auniqueobjectidentifier(OID)distinguisheseachvariableintheMIBandisthemeans
bywhichthemanagerandagentspecifywhichmanagedelementsarechanged.
Anagentcansendunsolicitednotificationmessages(alsoknownastrapsorinforms)alerting
the
SNMPmanagertoaconditiononthenetwork.Theseconditionsincludesuchthingsasimproper
userauthentication,restarts,linkstatus(upordown),MACaddresstracking,closingofaTCP
connection,lossofconnectiontoaneighbor,orothersignificantevents.
Message Functions
SNMPusesfivebasicmessagetypes(Get,GetNext,GetResponse,Set,andTrap)tocommunicate
betweenthemanagerandtheagent.TheGetandGetNextmessagesallowthemanagertorequest
For information about... Refer to page...
Manager/Agent Model Components 2
Message Functions 2
Access to MIB Objects 3