Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
Introduction

  •  SNMP Protocol Agent (PA) provides the solution for SNMP Protocol to access CCSP Data Model.
  • Externally, SNMP protocol agent works like a regular SNMP agent. It takes coming SNMP requests and sends back the corresponding results or errors.
  • Internally, SNMP protocol agent processes the SNMP requests and translates those into CCSP Messages. Those messages go on to CCSP Message Bus and come back with response messages. SNMP protocol agent processes the response messages and response to SNMP requests accordingly.
  • In order to translate between SNMP requests and CCSP Messages, SNMP protocol agent loads the XML files describing how MIB objects are mapped to Data Model objects.

...

  1. Added snmpSubAgent systemd services to bring up the SnmpSubAgent component in RPI.
  2. Added device specific snmpd.conf
  3. Removed the MoCA MIB file from CcspRDKBMibList.xml
  4. Removed resource leak function calls to avoid the run time errors of snmp module.
  5. Added snmpd systemd service to bring up the snmpd in RPI

Architecture

Gliffy Diagram
macroIda46c19aa-321c-4608-9182-7a8dbd616900
displayNamesnmp_arch
namesnmp_arch
pagePin6



                                          

...