From c27def2281391d4c70791f7406c1eee4f08c18da Mon Sep 17 00:00:00 2001
From: Micael Karlberg Version 4.22 supports code replacement in runtime from/to
+ version 4.21.7 4.21.6 4.21.5, 4.21.4, 4.21.3, 4.21.2, 4.21.1 and 4.21. [manager] Introduced a new transport module,
+ Own Id: OTP-9876 - - Version 4.21.5 supports code replacement in runtime from/to
diff --git a/lib/snmp/doc/src/snmp_config.xml b/lib/snmp/doc/src/snmp_config.xml
index fc8562b638..7431805489 100644
--- a/lib/snmp/doc/src/snmp_config.xml
+++ b/lib/snmp/doc/src/snmp_config.xml
@@ -523,17 +523,17 @@
{no_reuse, no_reuse()} |
{filter, manager_net_if_filter_options()} These options are actually specific to the used module.
- The ones shown here are applicable to the default
-
+
+
+
For defaults see the options in
Module which handles the network interface part for the
- SNMP manager. Must implement the
-
Default is
The module which handles the network interface part for the
+ SNMP manager. It must implement the
+
Default is
The Network Interface (Net if) process delivers SNMP PDUs to the - manager server, and receives SNMP PDUs from the manager server. - The most common behaviour of a Net if process is that is receives - request PDU from the manager server, encodes the PDU into bytes - and transmits the bytes onto the network to an agent. When the - reply from the agent is received by the Net if process, which it - decodes into an SNMP PDU, which it sends to the manager server. -
+ manager server, and receives SNMP PDUs from the manager server. + The most common behaviour of a Net if process is that is receives + request PDU from the manager server, encodes the PDU into bytes + and transmits the bytes onto the network to an agent. When the + reply from the agent is received by the Net if process, which it + decodes into an SNMP PDU, which it sends to the manager server. +However, that simple behaviour can be modified in numerous - ways. For example, the Net if process can apply some kind of - encrypting/decrypting scheme on the bytes. -
-It is also possible to write your own Net if process. The default
- Net if process is implemented in the module
This section describes how to write a Net if process. -
+ ways. For example, the Net if process can apply some kind of + encrypting/decrypting scheme on the bytes. + +The snmp application provides two different modules,
+
It is also possible to write your own Net if process, + this section describes how to write a Net if processdo that.
A Net if process must implement the SNMP manager
-
Note that the network interface filter is something which is used
by the network interface implementation provided by the application
- (
A network interface filter can e.g. be used during testing or for load - regulation.
+ regulation.This chapter describes the
a multilingual extensible SNMP agent
@@ -525,15 +525,15 @@ {no_reuse, no_reuse()} | {filter, manager_net_if_filter_options()}These options are actually specific to the used module.
- The ones shown here are applicable to the default
-
For defaults see the options in
Module which handles the network interface part for the - SNMP manager. Must implement the +
The module which handles the network interface part for the
+ SNMP manager. It must implement the
Default is
Added the log_to_io audit-trail-log converter function to the
+ api modules of both the
+
Own Id: OTP-9940
+[manager] Introduced a new transport module,
Converts an Audit Trail Log to a readable format and
+ prints it on stdio. See
+
Converts an Audit Trail Log to a readable format and
+ prints it on stdio.
+
Converts an Audit Trail Log to a readable format and
+ prints it on stdio.
+
Added the log_to_io audit-trail-log converter function to the - api modules of both the +
Added the