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 (128 bit keys)
        Diffie-Hellman Group  : #1 (768 bit)
        hash algorithm        : Message Digest 5
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] 現在IKE SAが確立している場合は、ポリシーIDを表示します。Default protection suiteでは、設定されている内容を表示します。
authentication method 認証方式を表示します。
encryption algorithm 暗号化アルゴリズムを表示します。
Diffie-Hellman Group Diffie-Hellman Group番号を表示します。
hash algorithm 認証アルゴリズムを表示します。
lifetime ライフタイム値を表示します。


コマンド書式

show crypto isakmp policy


パラメータ

パラメータはありません。

トップページへ