10
devSnmp - device support for SNMP Richard Dabney,LANL [email protected]

DevSnmp - device support for SNMP Richard Dabney,LANL [email protected]

Embed Size (px)

Citation preview

Page 1: DevSnmp - device support for SNMP Richard Dabney,LANL rdabney@lanl.gov

devSnmp- device support for SNMP

Richard Dabney,LANL

[email protected]

Page 2: DevSnmp - device support for SNMP Richard Dabney,LANL rdabney@lanl.gov

devSnmp

SNMP – Simple Network Management Protocol

Telecom industry standardSupported in all enterprise-targeted

(LAN) network devices and in most service provider-targeted (WAN) devices.

Page 3: DevSnmp - device support for SNMP Richard Dabney,LANL rdabney@lanl.gov

devSnmp

What is it used for in EPICS?Co-relate control system aberrations with

network traffic.

How?Retrieve statistical information from

network switches and routers.

Page 4: DevSnmp - device support for SNMP Richard Dabney,LANL rdabney@lanl.gov

devSnmp

FeaturesQueries SNMP-enabled devices

Communications equipment i.e. switches, routers

Anything that supports SNMP Input only, no output (yet)Uses net-snmp APIs

Page 5: DevSnmp - device support for SNMP Richard Dabney,LANL rdabney@lanl.gov

devSnmp

EPICS record types supportedLonginAnaloginStringin

Page 6: DevSnmp - device support for SNMP Richard Dabney,LANL rdabney@lanl.gov

devSnmp

SNMP data typesCounterSigned integer IPAddress,NetworkAddressOIDStringGauge (records peak)TimeTicks

Page 7: DevSnmp - device support for SNMP Richard Dabney,LANL rdabney@lanl.gov

devSnmp

Counters,Gauges are at least 32-bit unsigned (SNMPv1). Some are 64-bit unsigned (SNMPv2)

EPICS longin is 32-bit signed. use EPICS analogin.

EPICS strings are 40 chars max

Page 8: DevSnmp - device support for SNMP Richard Dabney,LANL rdabney@lanl.gov

devSnmp

Other possible uses IOC management?Workstation/server management????

Page 9: DevSnmp - device support for SNMP Richard Dabney,LANL rdabney@lanl.gov

devSnmp

To do/enhancementsOutput support?Trap/Alarm support?

Page 10: DevSnmp - device support for SNMP Richard Dabney,LANL rdabney@lanl.gov

devSnmp

AlternativesUse other available SNMP utilities to log

SNMP data. Use the new archiver???.???