show crypto isakmp policy

Phase1 SAのポリシー(IKEポリシー)の情報を表示します。

表示画面例

Router#show crypto isakmp policy
Protection suite priority [1]
        authentication method : preshared key
        encryption algorithm  : AES - Advanced Encryption Standard (256 bit keys)
                              : AES - Advanced Encryption Standard (128 bit keys)
        Diffie-Hellman Group  : #1 (768 bit)
        hash algorithm        : Message Digest 5
                              : Secure Hash Standard
        lifetime              : 86400 seconds, no volume limit
        Disabled frequency    : 0

Default protection suite
        authentication method : preshared key
        encryption algorithm  : DES - Data Encryption Standard (56 bit keys)
        hash algorithm        : Message Digest 5
        Diffie-Hellman Group  : #1 (768 bit)
        lifetime              : 1000 seconds, no volume limit

Router#


各項目の説明

項 目 内 容
Protection Suite[1] 設定されているPhase1 SAのポリシーIDを表示します。
Default protection suiteでは、各設定のデフォルト値を表示します。
ポリシーが無効化されている場合は、ポリシーIDの後にDisabledと表示されます。
authentication method 認証方式を表示します。
encryption algorithm 暗号化アルゴリズムを表示します。
暗号化アルゴリズムを複数設定している場合は、優先度の高い順に表示されます。
Diffie-Hellman Group Diffie-Hellman Group番号を表示します。
hash algorithm 認証アルゴリズムを表示します。
認証アルゴリズムを複数設定している場合は、優先度の高い順に表示されます。
lifetime ライフタイム値を表示します。


コマンド書式

show crypto isakmp policy


パラメータ

パラメータはありません

トップページへ