[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DECmcc user notes file. Does not replace IPMT. |
Notice: | Use IPMT for problems. Newsletter location in note 6187 |
Moderator: | TAEC::BEROUD |
|
Created: | Mon Aug 21 1989 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 6497 |
Total number of notes: | 27359 |
5591.0. "SNMP using TCP transport ?" by COPCLU::SORENC (S�ren H Christiansen - (7)857-2107) Tue Sep 14 1993 09:16
I have not been able to locate answers to these short questions, so
Is it possible to use TCP as transport (instead of UDP) for the SNMP
AM ? (ULTRIX platform & Polycenter Network Manager 200 V1.3)
Does the SNMP AM have an 'SNMP API' for SET, GET, GET-NEXT ? (or is
the only way mcc_call)
Thanks,
S�ren
T.R | Title | User | Personal Name | Date | Lines |
---|
5591.1 | | MOLAR::YAHEY::BOSE | | Tue Sep 14 1993 10:57 | 10 |
|
The SNMP protocol is connectionless and uses datagrams. Reliable
delivery is acheived through timeouts and retries. As such most
SNMP implementations (including ours) are built on UDP/IP. Thus
you cannot use the TCP transport with the SNMP AM.
The SNMP AM does not currently have an "SNMP API". You will have
to use mcc_call to access SNMP data through the AM.
Rahul.
|