Merge "LISP FM readout"
[docs.git] / docs / release-notes / projects / snmp.rst
1 ============
2 SNMP Plug-in
3 ============
4
5 Major Features
6 ==============
7
8 odl-snmp-plugin
9 ---------------
10
11 * **Feature URL:**  https://git.opendaylight.org/gerrit/gitweb?p=snmp.git;a=blob;f=features/features-snmp/src/main/features/features.xml;hb=stable/oxygen
12 * **Feature Description:**  Provides NB API to SB SNMP interface
13 * **Top Level:** Yes
14 * **User Facing:** Yes
15 * **Experimental:** Yes
16 * **CSIT Test:**
17
18 Documentation
19 =============
20
21 * **Getting Started:**
22
23   * `SNMP Plugin:Getting Started
24     <https://wiki.opendaylight.org/view/SNMP_Plugin:Getting_Started>`_
25
26 * **User Guide:**
27
28   * :ref:`snmp-plugin-user-guide`
29
30 * **SNMP Simulator:**
31
32   * `SNMP simulator guide <https://wiki.opendaylight.org/view/SNMP_Plugin:SNMP_Simulator>`_
33
34 Security Considerations
35 =======================
36
37 * Do you have any external interfaces other than RESTCONF?
38
39   Yes, this plugin provides SNMP endpoints for talking to southbound devices.
40
41 * Other security issues?
42
43   Securing communication to devices (or not) over SNMP is outside the scope of\
44   this project and left to users.
45
46 Quality Assurance
47 =================
48
49 * No Sonar Report
50 * No CSIT Jobs
51 * Other manual testing and QA information: None
52
53 Migration
54 ---------
55
56 * Is it possible to migrate from the previous release? If so, how?
57
58   Yes, no specific steps needed.
59
60 Compatibility
61 -------------
62
63 * Is this release compatible with the previous release?
64
65   * Yes
66
67 * Any API changes?
68
69   * No
70
71 * Any configuration changes?
72
73   * No
74
75 Bugs Fixed
76 ----------
77
78 * List of bugs fixed since the previous release
79
80   None - no functional change to features
81
82 Known Issues
83 ------------
84
85 * List key known issues with workarounds
86
87   No known issues
88
89
90 End-of-life
91 ===========
92
93 * List of features/APIs which are EOLed, deprecated, and/or removed in this release
94
95   None
96
97 Standards
98 =========
99
100 * List of standards implemented and to what extent
101
102   * `SNMP <https://www.ietf.org/rfc/rfc1157.txt/>`_
103
104
105 Release Mechanics
106 =================
107
108 * `Link to release plan <https://wiki.opendaylight.org/view/SNMP_Plugin:Oxygen_Release_Plan>`_