diff options
Diffstat (limited to 'lib/snmp/doc/src/ref_man.xml')
-rw-r--r-- | lib/snmp/doc/src/ref_man.xml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/lib/snmp/doc/src/ref_man.xml b/lib/snmp/doc/src/ref_man.xml new file mode 100644 index 0000000000..1ae5a8205b --- /dev/null +++ b/lib/snmp/doc/src/ref_man.xml @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="latin1" ?> +<!DOCTYPE application SYSTEM "application.dtd"> + +<application xmlns:xi="http://www.w3.org/2001/XInclude"> + <header> + <copyright> + <year>1996</year><year>2009</year> + <holder>Ericsson AB. All Rights Reserved.</holder> + </copyright> + <legalnotice> + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + </legalnotice> + + <title>SNMP Reference Manual</title> + <prepared></prepared> + <docno></docno> + <date></date> + <rev></rev> + <file>ref_man.xml</file> + </header> + <description> + <p>A multilingual Simple Network Management Protocol + application featuring an Extensible Agent, simple manager, + a MIB compiler and facilities for implementing SNMP MIBs etc. + </p> + </description> + <xi:include href="snmp.xml"/> + <xi:include href="snmp_app.xml"/> + <xi:include href="snmpa.xml"/> + <xi:include href="snmpa_conf.xml"/> + <xi:include href="snmpa_discovery_handler.xml"/> + <xi:include href="snmpa_error_report.xml"/> + <xi:include href="snmpa_error.xml"/> + <xi:include href="snmpa_error_io.xml"/> + <xi:include href="snmpa_error_logger.xml"/> + <xi:include href="snmpa_local_db.xml"/> + <xi:include href="snmpa_mpd.xml"/> + <xi:include href="snmpa_network_interface.xml"/> + <xi:include href="snmpa_network_interface_filter.xml"/> + <xi:include href="snmpa_notification_delivery_info_receiver.xml"/> + <xi:include href="snmpa_notification_filter.xml"/> + <xi:include href="snmpa_supervisor.xml"/> + <xi:include href="snmp_community_mib.xml"/> + <xi:include href="snmp_framework_mib.xml"/> + <xi:include href="snmp_generic.xml"/> + <xi:include href="snmp_index.xml"/> + <xi:include href="snmp_notification_mib.xml"/> + <xi:include href="snmp_pdus.xml"/> + <xi:include href="snmp_standard_mib.xml"/> + <xi:include href="snmp_target_mib.xml"/> + <xi:include href="snmp_user_based_sm_mib.xml"/> + <xi:include href="snmp_view_based_acm_mib.xml"/> + <xi:include href="snmpc.xml"/> + <xi:include href="snmpm.xml"/> + <xi:include href="snmpm_conf.xml"/> + <xi:include href="snmpm_mpd.xml"/> + <xi:include href="snmpm_network_interface.xml"/> + <xi:include href="snmpm_user.xml"/> + <xi:include href="snmpm_network_interface_filter.xml"/> +</application> + |