Command Reference Guide

90display ipsec policy 3Com Router 5000 Family and Router 6000 Family
Command Reference
display ipsec policy
Purpose Use the display ipsec policy command to view information about the ipsec
policy.
Syntax display ipsec policy [ brief | name policy-name [ seq-number ] ]
Parameters brief
Displays brief information about all the ipsec policies.
name
Displays information of the ipsec policy with the name
policy-name and sequence number seq-number.
policy-name
Name of an ipsec policy.
seq-number
Sequence number of an ipsec policy.
If no argument has been specified, the details of all the
IPSec policies will be displayed. If name
policy-name
has been specified but seq-number
has not, the information of the specified IPSec policy
group will be listed out.
Example View brief information about all the ipsec policies.
<3Com> display ipsec policy brief
Ipsec-policy-Name Mode acl Local Address Remote Address
policy1-100 manual 2000 150.1.1.2 150.1.1.1
test-300 isakmp 2200 202.38.160.66
ike-peer name: newpeer
View information about all the ipsec policies
[3Com] display ipsec policy
===========================================
IPsec Policy Group: "policy_isakmp"
Using interface: {Ethernet1/0/0}
===========================================
--------------------------------------------
IPsec policy name: "policy_isakmp"
sequence number: 10
mode: isakmp
--------------------------------------------
Table 1 Brief information of IPSec policy
Item Description
Ipsec-policy-Name Name and sequence number of an ipsec policy
Mode Negotiation method used by an ipsec policy
acl Access control list used by an ipsec policy
Local Address Local IP address
Remote Address Remote IP address
ike-peer name In ISAKMP negotiation mode, the IKE peer name referenced by the
IPSec policy. This field is not available with manually-established IPSec
policies.