Example to Configure Inline Bypass on H Series Nodes

The following example configures protected inline network ports on the TAP-HC0-G100C0 module on the GigaVUE‑HC2. It also configures inline tool ports, which are on a different module on the same GigaVUE‑HC2.

Note:  These instructions are written for the TAP-HC0-G100C0 module on the GigaVUE‑HC2, but both TAP-HC0-G100C0 and TAP-HC1-G10040 can be used to configure inline networks:

■   TAP-HC0-G100C0 is a GigaVUE‑HC2 platform card
■   TAP-HC1-G10040 is a GigaVUE‑HC1 platform card

Note:  The configuration steps in this example are similar to the configuration steps in the examples in the chapter Configure Inline Bypass Solutions, with the following exceptions:

■   For protected inline networks, use the TAP-HC0-G100C0 module instead of bypass combo modules on the GigaVUE‑HC2.
■   You need to configure inline network ports because they are not created automatically (as they are on bypass combo modules).
■   You need to configure the inline network because it is not created automatically (as it is on bypass combo modules). In the following example, the inline network is named inline_net_2_2_1.

Note:  On the GigaVUE‑HC1, the configuration steps will be the same as in this example, but the network ports will be 1/3/g1..g8 (if the TAP-HC1-G10040 module is inserted in bay 3) and the tool ports will be 1/1/x1..x12 or 1/1g1..g4.

 

Step

Description

Command

1.    

Configure ports on the TAP-HC0-G100C0 module as passive (in passive mode, relays are closed).

(config) # port 2/2/x1..x2 params taptx passive

2.  

Configure inline network ports, port types (inline-network), and administratively enable inline network ports.

(config) # port 2/2/x1 alias iN1

(config) # port iN1 type inline-network

(config) # port iN1 params admin enable

(config) # port 2/2/x2 alias iN2

(config) # port iN2 type inline-network

(config) # port iN2 params admin enable

3.  

Configure inline network.

(config) # inline-network alias inline_net_2_2_1 pair net-a iN1 and net-b iN2

4.  

Configure inline tool ports, port types (inline-tool), and administratively enable inline tool ports.

(config) # port 5/1/x3 alias iT1

(config) # port iT1 type inline-tool

(config) # port iT1 params admin enable

(config) # port 5/1/x4 alias iT2

(config) # port iT2 type inline-tool

(config) # port iT2 params admin enable

5.  

Configure inline tool.

(config) # inline-tool alias inline_tool pair tool-a iT1 and tool-b iT2

6.  

Configure map passall, from inline network to inline tool.

(config) # map-passall alias inMap

(config map-passall alias inMap) # from inline_net_2_2_1

(config map-passall alias inMap) # to inline_tool

(config map-passall alias inMap) # exit

7.  

Configure the path of the traffic to inline tool.

(config) # inline-network alias inline_net_2_2_1 traffic-path to-inline-tool

8.  

Disable physical bypass on the inline network alias. This opens the relays on the TAP-HC0-G100C0 module.

(config) # inline-network alias inline_net_2_2_1 physical-bypass disable

9.  

Display the configuration for this example.

(config) # show inline-network

(config) # show inline-tool

(config) # show map