Configuration steps

Use the following commands to either add or remove TCP/IP interfaces to a list of interfaces that BRMS is to use during restricted state.

To add a restricted state TCP/IP interface:

CALL QBRM/Q1AOLD PARM('TCPIPIFC' '*ADD' 'internet-address')

where internet-address is the internet address, in nnn.nnn.nnn.nnn format, of the interface that you want to add to the list.

To remove a restricted state TCP/IP interface:

CALL QBRM/Q1AOLD PARM('TCPIPIFC' '*REMOVE' 'internet-address')

where internet-address is the internet address, in nnn.nnn.nnn.nnn format, of the interface that you want to remove from the list.



[ Top of Page | Previous Page | Next Page | Contents | Index ]