This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

VPN Verbindungen über CLI abfragen

Hallo,

 

ich habe mehrere S2S Verbindungen aktiv.

Wie kann ich diese über die CLI abfragen, ob die Verbindung aufgebaut ist. Ich muss nur wissen, ob diese Up oder Down sind.

Kann man das über die Astaro Notifier MIB abfragen?



This thread was automatically locked due to age.
  • Hallo dimon,

    cc get_ipsec_status|grep \'all_established\'

    MfG - Bob

     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • in der Ausgabe sehe ich keine Namen der Verbindungen.

     

    'all_established' => 1,
    'all_established' => 1,
    'all_established' => 1,
    'all_established' => 1,
    'all_established' => 1,
    'all_established' => 1,
    'all_established' => 1,
    'all_established' => 1,
    'all_established' => 1,
    'all_established' => 1,
    'all_established' => 1,
    'all_established' => 1,
    'all_established' => 1,
    'all_established' => 1,
    'all_established' => 1,

  • Dann versuche:

    cc get_ipsec_status|grep 'REF_\|all_established'

    MfG - Bob

     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA