Copyright 08/12/96 Sun Microsystems, Inc. All Rights Reserved

This directory contains the x25 Agent and Schema for use with Sun Net
Manager (SNM). 

The Agent supplied here is intended to run on a Solaris 2.0 machine, and
will communicate with the console via the RPC mechanism.  To use this
agent, you must carry out the following steps:

Install the SUNWsnmag (SNM Agents) pakacke on the system where this
agent is to run.  This package is part of Sun Net manager, and contains
all the standard SNM agents, together with the libraries they need to
run.  The SNM manuals explain how to do this. 

Copy the files na.x25 and x25.schema to the SNM Agents directory on the
system which is running X.25.  This is usually /opt/SUNWconn/snm/agents.

Add the following line to the inetd.conf file on the X.25 system:

na.x25/10       tli rpc/udp wait root /opt/SUNWconn/snm/agents/na.x25       na.x25

and add this line to the /etc/rpc file on the X.25 system (if you are
NOT using a naming service such as NIS), or to your rpc.bynumber map
(if you ARE using a naming service). 

x25             100114  na.x25

Then restart inetd with a SIGHUP, see the inetd(8C) man page.

Repeat these steps on the remote machine which will run the SNM Console. 
Copy the x25.schema file to the SNM Agents directory on the remote
system. 

You should then be able to start the SNM console on the remote system
and interrogate the Agent on the X.25 system.

TRAPS
=====
 
When certain network events, such as link Up/Down, etc.  happen, an
Event will be sent to the event logger, na.event.  By default this will
go to the local system, however it can be sent to a remote system by
adding the line:
 
na.x25.trap.host <hostname>
 
where <hostname> should be replaced by the name of the target host,
to the file /etc/opt/SUNWconn/snm/snm.conf on the system where the
agent is installed.

