steelhead interceptor communication interface
Sets the interface to use for Interceptor-to-SteelHead communication.
Syntax
steelhead interceptor communication interface <interface-name>
Parameters
<interface-name> | Interface name. |
Usage
This command replaces the in-path neighbor interface command.
Make sure you configure the SteelHead to communicate with this SteelHead Interceptor on this interface when you configure SteelHead-to-Interceptor communication.
Assume you want to configure peering between Interceptor A (with primary interface 10.10.10.1, inpath0_0 interface 10.10.10.2, inpath0_1 interface 10.10.10.3) and SteelHead Z (with primary interface 10.10.10.21, inpath0_0 10.10.10.22, inpath0_1 interface 10.10.10.23).
1. Log in to the CLI for Interceptor A.
2. Specify which in-path interface on Interceptor A to use for Interceptor-to-SteelHead peering:
steelhead interceptor communication interface inpath0_0
3. Add SteelHead Z as a peer by specifying the name and IP address for the SteelHead Z inpath0_0 interface:
steelhead interceptor name shaZ main-ip 10.10.10.22
4. Log in to the CLI for SteelHead Z.
5. Enable the in-path interface:
in-path enable
6. Enable the out-of-path support:
in-path oop enable
7. Enable peering:
in-path neighbor enable
8. Specify the neighbor name and main IP address:
in-path neighbor name interceptA main-ip 10.10.10.2
The no command option disables the interface.
Disable multiple interface support for the SteelHead Interceptor before changing the communication interface. To disable multiple interface support, use the no steelhead interceptor communication multi-interface command.
Example
amnesiac (config) # steelhead interceptor communication interface inpath0_0
Product
SteelHead Interceptor
Related Commands