Latest News

the latest news from our team

Printing NETXPORT

Using NMMGR to print NETXPORT and DTS configurations.

The MPE utility NMMGR allows for simple and safe printing of configurations from a command line interface, but NMMGR should not be used by those who do not know what they are doing. Improper use of the NMMGR screen interface can result in the loss of use of devices upon the next re-boot!

The following procedures will produce output that is formatted for easy transmission by FAX (replace the reference to LP with an appropriate printer for your site):

  • For printing the NETXPORT (TCP/IP) configuration:

    :FILE FORMLIST;DEV=LP;REC=-80,,F,ASCII
    :FILE NMMGRCMD=$STDINX
    :NMMGR
    NMMGR>OPENCONF NMCONFIG
    NMMGR>SUMMARYCONF NETXPORT
    NMMGR>EXIT

  • For printing the complete DTC configuration:

    :FILE FORMLIST;DEV=LP;REC=-80,,F,ASCII
    :FILE NMMGRCMD=$STDINX
    :NMMGR
    NMMGR>OPENCONF NMCONFIG
    NMMGR>SUMMARYCONF DTS ALL
    NMMGR>EXIT

  • Subsets of the DTC configuration are also available:

    NMMGR>SUMMARYCONF DTS DTC

    NMMGR>SUMMARYCONF DTS LDEV

    NMMGR>SUMMARYCONF DTS PROFILE

Leave a Reply

Your email address will not be published. Required fields are marked *