NexG VPN 터널 상태 확인
NexG VPN Tunnel Check , 터널 상태 확인 방법에 대해서 알아보자.
1. EIX 세션 확인
VPN_FW#show eix session
Total 1 sessions.
Local Remote Status Upload Download RTT Tunnel
192.16810.22(eth1) 192.168.19.241 up 1.0Mps 1.0Mps 37ms 6669.7823.8d62
2. EIX 터널 확인
VPN_FW#show eix tunnel all
Total 1 tunnels
identity Peer IP Status
6669.7823.8d62 1.1.1.253 up(1/1)
3. IKE 상태 확인
VPN_FW#show sa ike
IKE SA Information
# ver. Child Creared Address(L) Address(R) Address(V) Identity(L) Identity(R) Encrytion Hash PRF
-- --- ------ ------------------ --------------- ---------------- ------------ ------------ ------------- ----------- ---------
1 2 1 2014071685744 192.168.10.22 192.168.19.241 - Branch(fqdn) Center(fqdn) aes-128-cbc hmac-sha1-96
4. IPsec 상태 확인
VPN_FW#show sa ipsec
IPsec SA Information
# ID Address(L) Address(R) ESP-SPI(I) ESP-SPI(O) AH-SPI(I) AH-SPI(O) Cipher MAC Identity(L) Identity(R)
-- -------- ------------------ ------------- ---------- ----------- --------- ---------- -------- ----------- --------
1 00000001 192.168.10.22 192.168.19.241 37dcf146 33874f83 - - aes-cbc-/128 hmac-sha1-96/160 Branch(fqdn) Center(fqdn)