Securing Management Port Traffic with IPsec
ETEP CLI User Guide
95
Figure 17
Management port policy example
IKE Policy Example
This example shows how to create an IKE policy to encrypt all traffic between the ETEP management
port and the management workstation. The commands in the example are grouped according to the
following tasks:
●
The first set of commands enters ipsec-config mode, makes a backup copy of the active policy set,
and then defines the pre-shared key.
●
The second set of commands defines the IKE encryption policy. The ETEP management port IP
address is 203.0.113.9 and the management workstation IP address is 192.0.2.124. The ike-ipsec
proposal uses two encryption algorithms and two authentication algorithms.
●
The last set of commands displays the pending policy changes, and then deploys the new policy.
Deploying the policy automatically restarts the IKE server.
admin>
configure
config>
management-interface
man-if>
ipsec-config
ipsec-config>
backup-policy-set
ipsec-config>
ike-params-set
ike-params-set>
ike-sa-presharedkey M1$har3dK3y
ike-params-set>
exit
ipsec-config>
policy-add MyIKEPolicy
ipsec-config>
policy-config MyIKEpolicy
policy-config>
policy-action protect
policy-config>
policy-keying ike
policy-config>
policy-ike-peer 192.0.2.124
policy-config>
policy-selector 192.0.2.124/32 203.0.113.9/32 any any any
policy-config>
policy-ike-ipsec esp aes128-cbc/aes256-cbc hmac-sha2-256/
hmac-sha2-384
policy-config>
policy-priority 64000
policy-config>
exit
ipsec-config>
show-policy-set
ipsec-config>
deploy-policy-set
Summary of Contents for ET0010A
Page 7: ...8 ETEP CLI User Guide Contents...
Page 15: ...Getting Started 16 ETEP CLI User Guide...
Page 33: ...User Administration 34 ETEP CLI User Guide...
Page 55: ...Configuring the ETEP 56 ETEP CLI User Guide...
Page 97: ...Creating Policies 98 ETEP CLI User Guide...
Page 101: ...Maintenance 102 ETEP CLI User Guide...
Page 119: ...Troubleshooting 120 ETEP CLI User Guide...
Page 123: ...FIPS 140 2 Level 2 Operation 124 ETEP CLI User Guide...
Page 205: ...Command Reference 206 ETEP CLI User Guide...
Page 211: ...Index 212 ETEP CLI User Guide...