Example 1: Unprotected Inline Bypass
On GigaVUE-HC1, an unprotected inline bypass solution can be configured on the base module, with the inline networks and inline tools on ports 1/1/x1..x12 and
1/1/g1..g4, or on the bypass combo module on ports x1..x4.
Step
Description
Command
- Configure inline network aliases, port type (inline-network), and administratively enable inline network ports.
(config) # port 3/1/x1 alias iN1
(config) # port iN1 type inline-network
(config) # port iN1 params admin enable
(config) # port 3/1/x2 alias iN2
(config) # port iN2 type inline-network
(config) # port iN2 params admin enable
- Configure inline network.
(config) # inline-network alias inNet pair net-a iN1 and net-b iN2
- Configure inline tool ports, port type (inline-tool), and administratively enable inline tool ports.
(config) # port 3/1/x3 alias iT1
(config) # port iT1 type inline-tool
(config) # port iT1 params admin enable
(config) # port 3/1/x4 alias iT2
(config) # port iT2 type inline-tool
(config) # port iT2 params admin enable
- Configure inline tool and enable it.
(config) # inline-tool alias inTool pair tool-a iT1 and tool-b iT2
(config) # inline-tool alias inTool enable
- Configure map passall, from inline network to inline tool.
(config) # map-passall alias inMap
(config map-passall alias inMap) # from inNet
(config map-passall alias inMap) # to inTool
(config map-passall alias inMap) # exit
- Configure the path of the traffic to inline tool.
(config) # inline-network alias inNet traffic-path to-inline-tool
- Display the configuration for this example.
(config) # show port
(config) # show inline-network
(config) # show inline-tool
(config) # show map
'업무이야기 > 패킷전달플랫폼' 카테고리의 다른 글
Gigamon Unprotected Inline Bypass with an Inline Tool Group (0) | 2021.01.17 |
---|---|
Gigamon Unprotected Inline Bypass with Default Heartbeat (0) | 2021.01.17 |
Gigamon APF, ASF Sample (0) | 2021.01.17 |
How To: Configure Out of band clustering on H seriesStep by step example for out of band clustering (0) | 2021.01.17 |
GigaSMART SSL Decryption for Out-of-Band Tools (0) | 2021.01.17 |