NET/MASTER Management Services (MS) Command Reference Manual

ISR
NonStop NET/MASTER MS Commands
2–128 115412 Tandem Computers Incorporated
6. The following example shows two commands. The first command is issued from
your local system and enables only inbound unsolicited messages to your local
system from all remote systems:
ISR ENABLE UNSOLICIT=INBOUND
The next command is issued from a remote system and enables outbound
unsolicited messages from the remote system:
ISR ENABLE UNSOLICIT=OUTBOUND
The result is that your local system can receive unsolicited messages from the
remote system, but the remote system cannot receive unsolicited messages from
your local system.
7. The following example disables all flow classes for the default ISR definition and
all links:
ISR DISABLE
8. The following example modifies the default ISR definition, disabling all flow
classes:
ISR DISABLE DEFAULT
9. The following example modifies the default ISR definition, disabling EMS message
flows, and allowing solicited messages and unsolicited messages:
ISR DISABLE=EMS DEFAULT SOLICIT=YES UNSOLICIT=ALL
10. The following example disables all flow classes for the specified link, LINK1:
ISR DISABLE LINK=LINK1
11. The following example disables CNM flow for the specified link, LINK1, allowing
solicited messages and inbound, unsolicited messages:
ISR DISABLE=CNM LINK=LINK1 SOLICIT=YES UNSOLICIT=INBOUND
12. The following example has no effect:
ISR ALTER
13. The following example has no effect:
ISR ALTER DEFAULT
14. The following example alters the EMS message flow for the default ISR definition
and all links, disallowing solicited messages:
ISR ALTER=EMS SOLICIT=NO
15. The following example alters all flow classes for the default ISR definition and all
links, allowing unsolicited, inbound messages:
ISR ALTER UNSOLICIT=INBOUND