- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- vsr1000 ipsec ikev2 vti
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2017 07:57 AM
06-01-2017 07:57 AM
vsr1000 ipsec ikev2 vti
Hello, I need to configure ipsec ikev2 site to site between cisco csr 1000v and hpe vsr1000
cisco config
crypto ikev2 keyring HPE
peer HPE
address xxx.xxx.xxx.132
identity address yyy.yyy.yyy.111
pre-shared-key local Cisco-Pass
pre-shared-key remote HPE-Pass
crypto ikev2 proposal HPE
encryption aes-cbc-128
integrity sha256
group 14
crypto ikev2 policy HPE
match address local yyy.yyy.yyy.111
proposal HPE
crypto ikev2 profile HPE
match identity remote address xxx.xxx.xxx.132 255.255.255.255
identity local address yyy.yyy.yyy.111
authentication remote pre-share
authentication local pre-share
keyring local HPE
crypto ipsec profile HPE
set ikev2-profile HPE
interface Tunnel5
ip address 10.10.10.2 255.255.255.252
tunnel source GigabitEthernet4
tunnel mode ipsec ipv4
tunnel destination xxx.xxx.xxx.132
tunnel protection ipsec profile HPE
end
hpe config
ikev2 keychain CSR
peer CSR
address yyy.yyy.yyy.111 255.255.255.255
identity address xxx.xxx.xxx.132
pre-shared-key local pl HPE-Pass
pre-shared-key remote pl Cisco-Pass
ikev2 proposal CSR
encryption aes-cbc-128
integrity sha256
dh group14
ikev2 policy CSR
proposal CSR
match local address xxx.xxx.xxx.132
ikev2 profile CSR
authentication-method local pre-share
authentication-method remote pre-share
keychain CSR
match remote identity address yyy.yyy.yyy.111 255.255.255.25
interface Tunnel5 mode ipv4-ipv4
ip address 10.10.10.1 255.255.255.252
source GigabitEthernet4/0
destination yyy.yyy.yyy.111
ipsec apply policy CSR
I do something wrong, I ask for help
- Tags:
- vsr1000 vti