소요장비 :
- Gigamon HC2 1ea
- SSL VA 2ea
- WAF 2ea
- Switch 2ea
구성
- Gigamon에 1회선 수용을 위해 상하단 Switch 구성
- SSL VA는 복호화 구간, 암호화 구간 각각 이중화(LB) 구성
- WAF 이중화(LB) 구성
### SSL VA PoC를 위해 지원한 Gigamon 설정값 ###
port 1/3/x1..x6,1/4/x1..x6,1/4/x17..x18 param admin enable
port 1/3/x1..x6,1/4/x1..x6 type inline-tool
inline-tool alias SSL-1-1
pair tool-a 1/3/x1 and tool-b 1/3/x2
enable
heart-beat
shared true
exit
inline-tool alias SSL-1-2
pair tool-a 1/3/x3 and tool-b 1/3/x4
enable
heart-beat
shared true
exit
inline-tool alias SSL-2-1
pair tool-a 1/4/x1 and tool-b 1/4/x2
enable
heart-beat
shared true
exit
inline-tool alias SSL-2-2
pair tool-a 1/4/x3 and tool-b 1/4/x4
enable
heart-beat
shared true
exit
inline-tool alias WAF-1
pair tool-a 1/3/x5 and tool-b 1/3/x6
enable
heart-beat
shared true
exit
inline-tool alias WAF-2
pair tool-a 1/4/x5 and tool-b 1/4/x6
enable
heart-beat
shared true
exit
inline-tool-group alias SSL-DEC-LB
tool-list SSL-1-1,SSL-2-1
enable
exit
inline-tool-group alias SSL-ENC-LB
tool-list SSL-1-2,SSL-2-2
enable
exit
inline-tool-group alias WAF-LB-1
tool-list WAF-1,WAF-2
enable
exit
map alias iN5_HTTPS_VLAN501
type flexinline byRule
roles replace admin to owner_roles
rule add pass portdst 443 protocol tcp bidir
from default_inline_net_1_4_1
a-to-b SSL-DEC-LB,WAF-LB-1,SSL-ENC-LB
b-to-a reverse
tag 501
exit
map alias iN5_HTTP_VLAN502
type flexinline byRule
roles replace admin to owner_roles
rule add pass portdst 80 protocol tcp bidir
from default_inline_net_1_4_1
a-to-b WAF-LB-1
b-to-a reverse
tag 502
exit
map alias iN5_Other_VLAN520
type flexinline collector
roles replace admin to owner_roles
from default_inline_net_1_4_1
a-to-b bypass
b-to-a bypass
tag 520
exit
inline-network alias default_inline_net_1_4_1 physical-bypass disable
inline-network alias default_inline_net_1_4_1 traffic-path to-inline-tool
inline-network alias default_inline_net_1_4_1 lfp enable
'업무이야기 > 패킷전달플랫폼' 카테고리의 다른 글
Gigamon을 통한 구성 사례 (2) | 2024.11.07 |
---|---|
GigaVUE-FM Firmware upgrade 시 발생될 수 있는 문제점 (5) | 2024.10.29 |
Gigamon Source port labeling (31) | 2024.10.04 |
Gigamon Policy (Active Visibility) 항목 (8) | 2024.10.04 |
Gigamon Regular GigaStream Configuration (4) | 2024.10.04 |