Pular para o conteúdo

Monitoramento de Status das VPNs Dialup (ADVPN) via SNMP no FortiOS

Limitação do monitoramento de Status das VPNs Dialup (ADVPN)

Seção intitulada “Limitação do monitoramento de Status das VPNs Dialup (ADVPN)”

ADVPN é uma arquitetura Dialup/Dynamic: O ADVPN utiliza túneis pai do tipo Dialup (nos Hubs e Spokes) e cria atalhos dinâmicos (shortcuts) sob demanda entre os Spokes. Para o FortiOS, conexões que negociam Fase 1 e Fase 2 dinamicamente não são classificadas como “túneis estáticos”, e por isso são omitidas da fgVpnTunTable.

Os atalhos ADVPN nascem e fecham dinamicamente com base no fluxo de tráfego e nos cronômetros de ociosidade (idle-timeout / holddown timer). Como as SAs (Security Associations) de Fase 1 e Fase 2 desses atalhos são temporárias, a Fortinet não as mapeia na estrutura de MIB estática para evitar poluição de índices SNMP e inconsistências de varredura.

Por essa razão, não é possível monitorar o status operacional tradicional (Up/Down) dessas VPNs via SNMP, pois a Fortinet não disponibiliza uma OID de estado de conexão para túneis dinâmicos. Veja a seguir a MIB da tabela Dialup com as informações que ela fornece.

fgVpn2Tables1.3.6.1.4.1.12356.101.12.4
fgVpn2DialupTable1.3.6.1.4.1.12356.101.12.4.1Dial-up VPN peers information
fgVpn2DialupEntry1.3.6.1.4.1.12356.101.12.4.1.1Dial-up VPN peer info
fgVpn2DialupIndex1.3.6.1.4.1.12356.101.12.4.1.1.1An index value that uniquely identifies an VPN dial-up peer within the fgVpn2DialupTable
fgVpn2DialupGatewayType1.3.6.1.4.1.12356.101.12.4.1.1.2Remote gateway address type of the tunnel
fgVpn2DialupGateway1.3.6.1.4.1.12356.101.12.4.1.1.3Remote gateway address of the tunnel
fgVpn2DialupLifetime1.3.6.1.4.1.12356.101.12.4.1.1.4Tunnel life time (seconds) of the tunnel
fgVpn2DialupTimeout1.3.6.1.4.1.12356.101.12.4.1.1.5Time before the next key exchange (seconds) of the tunnel
fgVpn2DialupSrcBeginType1.3.6.1.4.1.12356.101.12.4.1.1.6Beginning’s IP type of remote address range of the tunnel
fgVpn2DialupSrcBegin1.3.6.1.4.1.12356.101.12.4.1.1.7Beginning of remote address range of the tunnel
fgVpn2DialupSrcEndType1.3.6.1.4.1.12356.101.12.4.1.1.8End’s IP type of remote address range of the tunnel
fgVpn2DialupSrcEnd1.3.6.1.4.1.12356.101.12.4.1.1.9End of remote address range of the tunnel
fgVpn2DialupDstBeginType1.3.6.1.4.1.12356.101.12.4.1.1.10Beginning’s IP type of local address range of the tunnel
fgVpn2DialupDstBegin1.3.6.1.4.1.12356.101.12.4.1.1.11Beginning of local address range of the tunnel
fgVpn2DialupDstEndType1.3.6.1.4.1.12356.101.12.4.1.1.12End’s IP type of local address range of the tunnel
fgVpn2DialupDstEnd1.3.6.1.4.1.12356.101.12.4.1.1.13End of local address range of the tunnel
fgVpn2DialupInOctets1.3.6.1.4.1.12356.101.12.4.1.1.14Number of bytes received on tunnel since instantiation.
fgVpn2DialupOutOctets1.3.6.1.4.1.12356.101.12.4.1.1.15Number of bytes sent on tunnel since instantiation.
fgVpn2DialupPhase1Name1.3.6.1.4.1.12356.101.12.4.1.1.16Descriptive name of phase1 configuration for the tunnel
fgVpn2DialupVdom1.3.6.1.4.1.12356.101.12.4.1.1.17Virtual domain tunnel is part of. This index corresponds to the index used by fgVdTable.