To
disable a network interface,
use the following sis-console
command, Ant task, or related MBean operation.
Console command
disablenetworkinterface
Command |
disablenetworkinterface <ra-entity> <interface-name> Disable the network interface on the SIS instance
|
||
---|---|---|---|
Example |
To disable the network interface called $ ./sis-console disablenetworkinterface sis default-in Disabled network interface default-in on SIS instance sis |
Ant task
disablenetworkinterface
Task |
<disablenetworkinterface name="..."/> |
---|---|
Example |
To disable a network interface called <sis-in-management> <disablenetworkinterface name="default-in"/> </sis-in-management> or to disable a network interface called <sis-sip-management> <disablenetworkinterface name="default-sip"/> </sis-sip-management> |
MBean operation
MBean |
---|
disableNetworkInterface
Operation |
To disable a network interface: public void disableNetworkInterface(String name) throws NullPointerException, UnrecognizedComponentException, InvalidStateException, ManagementException; |
---|