3Com MSR 50 Series Configuration Manual page 1915

3com msr 30-16: software guide
Hide thumbs Also See for MSR 50 Series:
Table of Contents

Advertisement

IKE Configuration Example
1915
[RouterB] acl number 3101
[RouterB-acl-adv-3101] rule 0 permit ip source 192.168.0.0 0.0.0.255
destination 172.16.0.0 0.0.0.255
[RouterB-acl-adv-3101] quit
# Configure an IKE proposal.
[RouterB] ike proposal 1
[RouterB-ike-proposal-1] authentication-algorithm sha
[RouterB-ike-proposal-1] authentication-method pre-share
[RouterB-ike-proposal-1] encryption-algorithm 3des-cbc
[RouterB-ike-proposal-1] dh group2
# Configure an IKE peer.
[RouterB] ike peer peer
[RouterB-ike-peer-peer] exchange-mode aggressive
[RouterB-ike-peer-peer] pre-shared-key abc
[RouterB-ike-peer-peer] id-type name
[RouterB-ike-peer-peer] remote-name routera
[RouterB-ike-peer-peer] remote-address 100.1.1.1
[RouterB-ike-peer-peer] nat traversal
[RouterB-ike-peer-peer] quit
# Create an IPSec proposal named prop.
[RouterB] ipsec proposal prop
[RouterB-ipsec-proposal-prop] encapsulation-mode tunnel
[RouterB-ipsec-proposal-prop] transform esp
[RouterB-ipsec-proposal-prop] esp encryption-algorithm 3des
[RouterB-ipsec-proposal-prop] esp authentication-algorithm sha1
[RouterB-ipsec-proposal-prop] quit
# Create an IPSec policy, specifying to set up SAs through IKE negotiation.
[RouterB] ipsec policy policy 10 isakmp
# Configure the IPSec policy to reference the IKE peer.
[RouterB-ipsec-policy-isakmp-policy-10] ike-peer peer
# Configure the IPSec policy to reference ACL 3101.
[RouterB-ipsec-policy-isakmp-policy-10] security acl 3101
# Configure the IPSec policy to reference IPSec proposal prop.
[RouterB-ipsec-policy-isakmp-policy-10] proposal prop
[RouterB-ipsec-policy-isakmp-policy-10] quit
# Create a dialer rule.
[RouterB] dialer-rule 1 ip permit
# Create interface Dialer0, and perform relative configurations, using the
username and password assigned by the ISP for dial and PPP authentication.

Hide quick links:

Advertisement

Table of Contents

Troubleshooting

loading

Table of Contents