Alpha Technologies Cordex Controller Ver.2.0 User Manual

Page 105

Advertising
background image

Visit the Alpha website at

www.alpha.ca

for the latest manual and product downloads

Alpha Technologies Ltd.

034-136-C0 Rev B WC

Printed in Canada. © 2010 Alpha Technologies Ltd. ALPHA and CORDEX are trademarks of Alpha Technologies Ltd. All Rights Reserved.

Page 103 of 122

10.1.3 Typical UDP Transport

 Agent listens on UDP port 161.
 Responses are sent back to the originating NMS port from a dynamic port, although many agents use

port 161 also for this target.

 Maximum SNMP message size is limited by maximum UDP message size; i.e. 65507 octets.
 All SNMP implementations have to receive packets at least 484 octets in length.
 Some SNMP implementation will (incorrectly or not) handle packets exceeding 484 octets.
 Asynchronous Traps are received on port 162 of the NMS.
 UDP is more suitable than TCP when dynamic route changes occur often; e.g., when there are

problems in the network.

 UDP packets minimize the demands placed on the network (no resource tied up as with connection

mode).

 Agent and NMS are responsible for determining error recovery.

Figure 114–UDP transport (trap event)

SNMP is transport independent (although original design was connectionless transport function, which
corresponds to the UDP protocol) and can be implemented on other transports as well:

 TCP (Connected approach)
 Direct mapping onto Ethernet MAC level
 Encapsulation onto X25 protocol
 Encapsulation onto an ATM Cell.

Advertising