summaryrefslogtreecommitdiff
path: root/docs/source/docs/v3arch/asyncore/oneliner/transport-configuration.rst
blob: 3aff429fe8d4210fb503d974294348ae93630e09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

Transport configuration
=======================

Calls to oneliner Applications API consume Transport configuration
object on input. The following shortcut classes convey configuration
information to SNMP engine's Local Configuration Datastore
(:RFC:`2271#section-3.4.2`) as well as to underlying socket API. Once committed
to LCD, SNMP engine saves its configuration for the lifetime of SNMP 
engine object.

Transport configuration is specific to Transport domain - 
:py:class:`~pysnmp.entity.rfc3413.oneliner.target.UdpTransportTarget`
class represents remote network endpoint of a UDP-over-IPv4 transport,
whereas 
:py:class:`~pysnmp.entity.rfc3413.oneliner.target.Udp6TransportTarget`
is specific to UDP-over-IPv6 communication.

.. toctree::
   :maxdepth: 2

.. autoclass:: pysnmp.entity.rfc3413.oneliner.target.UdpTransportTarget

.. autoclass:: pysnmp.entity.rfc3413.oneliner.target.Udp6TransportTarget