Ref: 02170003
Title: Init Macro for Identifying TCP/IP Rotary Port
Date:  1/23/91

Copyright 3Com Corporation, 1991.  All rights reserved.

The following init macro tells you the address of the rotary port you
are connected to at the remote end of the connection.

   DEF logon = (
   C (rotary address) ECM
   SH SES P
   Pa 2 RES)

"ECM" means "escape to command mode."  The SH SES P shows the
physical port connections in an IP network.  "Pa 2" means "pause for two
seconds" so that you can read the list of connections.  The RES resumes the
session.

