init
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
|
||||
config t
|
||||
|
||||
!Remove old tunnel-group
|
||||
no tunnel-group 95.80.234.229 ipsec-attributes
|
||||
|
||||
!Re-Configure new tunnel-group
|
||||
tunnel-group 80.190.69.97 type ipsec-l2l
|
||||
tunnel-group 80.190.69.97 ipsec-attributes
|
||||
ikev2 remote-authentication pre-shared-key Meal-8Orca-Pepper-2Sandfish
|
||||
ikev2 local-authentication pre-shared-key Meal-8Orca-Pepper-2Sandfish
|
||||
exit
|
||||
tunnel-group 80.190.69.97 general-attributes
|
||||
default-group-policy XITEE_GroupPolicy
|
||||
exit
|
||||
|
||||
!Remove Old Peer from Crypto map
|
||||
no crypto map TG-TRANS_map0 24 set peer 95.80.234.229
|
||||
|
||||
!Create New Peer on Crypto Map
|
||||
crypto map TG-TRANS_map0 24 set peer 80.190.69.97
|
||||
|
||||
clear config tunnel-group 95.80.234.229
|
||||
|
||||
!Save Config
|
||||
end
|
||||
wr mem
|
||||
|
||||
Reference in New Issue
Block a user