Configuration Mode Commands : SteelHead Configuration Commands : Secure Transport Commands : stp-client controller in-path enable
  
stp-client controller in-path enable
Configures the in-path control channel for connectivity from the client to the controller.
Syntax
[no] stp-client controller in-path enable [private <interface-1> public <interface-2>]
Parameters
private <interface-1>
Specifies the interface in which to reach the private IP address of the controller.
public <interface-2>
Specifies the interface in which to reach the public IP address of the controller.
Usage
This command enables the secure transport client to connect to the controller through multiple interfaces. When enabled, all interfaces are available for controller connectivity. The default behavior of this command is to attempt to connect to the controller through the private IP address via all interfaces first and then, if that fails, connect through the public IP address of the controller. You can override this behavior and specify which interface you want to use for connectivity to the controller.
You must restart the secure transport service by using the stp-client restart command for your changes to take effect.
This command is disabled by default. By default, the client attempts to connect to the controller through the management interface.
Example
In the following example, the secure transport client attempts to connect to the private IP address of the controller through the inpath0_0 interface. If that fails, the secure transport client attempts to connect to the public IP address of the controller through the mgmt0_0 interface.
amnesiac (config) # stp-client controller in-path enable private inpath0_0 public mgmt0_0
amnesiac (config) # stp-client restart
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
show stp-client settings, stp-client restart