Cnm
IPSEC tunnel authentication using CNM credentials (physical device)
IPSEC tunnel using cnm credentials
Description
Establish a IPSEC tunnel using CNM credentials as authentication mode.
Scenario
Step 1: Set the following configuration in DUT0 :
set interfaces ethernet eth1 address 10.215.168.116/24 set protocols static route 0.0.0.0/0 next-hop 10.215.168.1 set service cnm log-level debug set service cnm poll-interval 8 set service cnm role router set service cnm url qa.networkcloudmanager.com set service dns resolver name-server 192.168.212.3 set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Set the following configuration in DUT1 :
set interfaces ethernet eth0 address 10.215.168.117/24 set protocols static route 0.0.0.0/0 next-hop 10.215.168.1 set service cnm alternate-id OSDX_TESTING_VM1_uxQUZyKw set service cnm log-level debug set service cnm poll-interval 8 set service cnm role router set service cnm url qa.networkcloudmanager.com set service dns resolver name-server 192.168.212.3 set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 3: Ping the IP address qa.networkcloudmanager.com from DUT0:
admin@DUT0$ ping qa.networkcloudmanager.com count 1 size 56 timeout 1Show output
PING cnmproxyqa.networkcloudmanager.com (35.236.212.112) 56(84) bytes of data. 64 bytes from 112.212.236.35.bc.googleusercontent.com (35.236.212.112): icmp_seq=1 ttl=97 time=80.8 ms --- cnmproxyqa.networkcloudmanager.com ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 80.843/80.843/80.843/0.000 ms
Step 4: Ping the IP address qa.networkcloudmanager.com from DUT1:
admin@DUT1$ ping qa.networkcloudmanager.com count 1 size 56 timeout 1Show output
PING cnmproxyqa.networkcloudmanager.com (35.236.212.112) 56(84) bytes of data. 64 bytes from 112.212.236.35.bc.googleusercontent.com (35.236.212.112): icmp_seq=1 ttl=97 time=80.9 ms --- cnmproxyqa.networkcloudmanager.com ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 80.869/80.869/80.869/0.000 ms
Step 5: Run the command service cnm show | grep "CNM State Machine State" on DUT0 and check whether the output matches the following regular expressions:
CNM State Machine State:\s+CONNECTEDShow output
CNM State Machine State: CONNECTED
Step 6: Run the command service cnm show | grep "CNM State Machine State" on DUT1 and check whether the output matches the following regular expressions:
CNM State Machine State:\s+CONNECTEDShow output
CNM State Machine State: CONNECTED
Step 7: Set the following configuration in DUT0 :
set interfaces dummy dum0 address 10.1.0.1/24 set interfaces ethernet eth0p0 address 80.0.0.1/24 set interfaces ethernet eth1 address 10.215.168.116/24 set protocols static route 0.0.0.0/0 next-hop 10.215.168.1 set protocols static route 10.2.0.0/24 interface dum0 set protocols static route 10.3.0.0/24 interface dum0 set service cnm log-level debug set service cnm poll-interval 8 set service cnm role router set service cnm url qa.networkcloudmanager.com set service dns resolver name-server 192.168.212.3 set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0' set vpn ipsec auth-profile AUTH-SA local cnm-certs set vpn ipsec esp-group CHILD-SA mode tunnel set vpn ipsec esp-group CHILD-SA proposal 1 encryption aes256gcm128 set vpn ipsec esp-group CHILD-SA proposal 1 pfs dh-group19 set vpn ipsec ike-group IKE-SA key-exchange ikev2 set vpn ipsec ike-group IKE-SA proposal 1 dh-group 19 set vpn ipsec ike-group IKE-SA proposal 1 encryption aes256gcm128 set vpn ipsec ike-group IKE-SA proposal 1 hash sha256 set vpn ipsec logging log-types any log-level 1 set vpn ipsec site-to-site peer PEER auth-profile AUTH-SA set vpn ipsec site-to-site peer PEER connection-type respond set vpn ipsec site-to-site peer PEER default-esp-group CHILD-SA set vpn ipsec site-to-site peer PEER ike-group IKE-SA set vpn ipsec site-to-site peer PEER local-address 80.0.0.1 set vpn ipsec site-to-site peer PEER tunnel 1 local prefix 10.1.0.0/24 set vpn ipsec site-to-site peer PEER tunnel 1 local-interface dum0
Step 8: Set the following configuration in DUT1 :
set interfaces dummy dum0 address 10.2.0.1/24 set interfaces ethernet eth0 address 10.215.168.117/24 set interfaces ethernet eth1 address 80.0.0.2/24 set protocols static route 0.0.0.0/0 next-hop 10.215.168.1 set protocols static route 10.1.0.0/24 interface dum0 set service cnm alternate-id OSDX_TESTING_VM1_uxQUZyKw set service cnm log-level debug set service cnm poll-interval 8 set service cnm role router set service cnm url qa.networkcloudmanager.com set service dns resolver name-server 192.168.212.3 set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0' set vpn ipsec auth-profile AUTH-SA local cnm-certs set vpn ipsec esp-group CHILD-SA mode tunnel set vpn ipsec esp-group CHILD-SA proposal 1 encryption aes256gcm128 set vpn ipsec esp-group CHILD-SA proposal 1 pfs dh-group19 set vpn ipsec ike-group IKE-SA key-exchange ikev2 set vpn ipsec ike-group IKE-SA proposal 1 dh-group 19 set vpn ipsec ike-group IKE-SA proposal 1 encryption aes256gcm128 set vpn ipsec ike-group IKE-SA proposal 1 hash sha256 set vpn ipsec logging log-types any log-level 1 set vpn ipsec site-to-site peer PEER auth-profile AUTH-SA set vpn ipsec site-to-site peer PEER connection-type initiate set vpn ipsec site-to-site peer PEER default-esp-group CHILD-SA set vpn ipsec site-to-site peer PEER ike-group IKE-SA set vpn ipsec site-to-site peer PEER local-address 80.0.0.2 set vpn ipsec site-to-site peer PEER remote-address 80.0.0.1 set vpn ipsec site-to-site peer PEER tunnel 1 local prefix 10.2.0.0/24 set vpn ipsec site-to-site peer PEER tunnel 1 local-interface dum0 set vpn ipsec site-to-site peer PEER tunnel 1 remote prefix 10.1.0.0/24
Step 9: Ping the IP address 80.0.0.2 from DUT1:
admin@DUT1$ ping 80.0.0.2 count 1 size 56 timeout 1Show output
PING 80.0.0.2 (80.0.0.2) 56(84) bytes of data. 64 bytes from 80.0.0.2: icmp_seq=1 ttl=64 time=0.025 ms --- 80.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.025/0.025/0.025/0.000 ms
Step 10: Ping the IP address 80.0.0.1 from DUT0:
admin@DUT0$ ping 80.0.0.1 count 1 size 56 timeout 1Show output
PING 80.0.0.1 (80.0.0.1) 56(84) bytes of data. 64 bytes from 80.0.0.1: icmp_seq=1 ttl=64 time=0.105 ms --- 80.0.0.1 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.105/0.105/0.105/0.000 ms
Step 11: Run the command vpn ipsec show sa on DUT0 and check whether the output matches the following regular expressions:
peer-PEER-tunnel-\d+.+INSTALLEDShow output
vpn-peer-PEER: #1, ESTABLISHED, IKEv2, 6b468cce25de8909_i 8a6a3df7352b0f14_r* local 'CN=1 ROUTER DABRZ-000167, O=Teldat S.A., C=ES' @ 80.0.0.1[500] remote 'CN=1 ROUTER ee007196-60f4-5566-a01b-f07390f764fd, O=Teldat S.A., C=ES' @ 80.0.0.2[500] AES_GCM_16-256/PRF_HMAC_SHA2_256/ECP_256 established 0s ago, rekeying in 16300s peer-PEER-tunnel-1: #1, reqid 1, INSTALLED, TUNNEL, ESP:AES_GCM_16-256 installed 0s ago, rekeying in 3270s, expires in 3960s in c8671b0a, 0 bytes, 0 packets out c4c9ae4e, 0 bytes, 0 packets local 10.1.0.0/24 remote 10.2.0.0/24
Step 12: Ping the IP address 10.2.0.1 from DUT0:
admin@DUT0$ ping 10.2.0.1 local-address 10.1.0.1 count 1 size 56 timeout 1Show output
PING 10.2.0.1 (10.2.0.1) from 10.1.0.1 : 56(84) bytes of data. 64 bytes from 10.2.0.1: icmp_seq=1 ttl=64 time=0.593 ms --- 10.2.0.1 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.593/0.593/0.593/0.000 ms
Step 13: Ping the IP address 10.1.0.1 from DUT1:
admin@DUT1$ ping 10.1.0.1 local-address 10.2.0.1 count 1 size 56 timeout 1Show output
PING 10.1.0.1 (10.1.0.1) from 10.2.0.1 : 56(84) bytes of data. 64 bytes from 10.1.0.1: icmp_seq=1 ttl=64 time=1.00 ms --- 10.1.0.1 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 1.001/1.001/1.001/0.000 ms
Step 14: Run the command vpn ipsec show sa on DUT0 and check whether the output matches the following regular expressions:
[1-9]\d? packetsShow output
vpn-peer-PEER: #1, ESTABLISHED, IKEv2, 6b468cce25de8909_i 8a6a3df7352b0f14_r* local 'CN=1 ROUTER DABRZ-000167, O=Teldat S.A., C=ES' @ 80.0.0.1[500] remote 'CN=1 ROUTER ee007196-60f4-5566-a01b-f07390f764fd, O=Teldat S.A., C=ES' @ 80.0.0.2[500] AES_GCM_16-256/PRF_HMAC_SHA2_256/ECP_256 established 3s ago, rekeying in 16297s peer-PEER-tunnel-1: #1, reqid 1, INSTALLED, TUNNEL, ESP:AES_GCM_16-256 installed 3s ago, rekeying in 3267s, expires in 3957s in c8671b0a, 168 bytes, 2 packets, 0s ago out c4c9ae4e, 252 bytes, 3 packets, 0s ago local 10.1.0.0/24 remote 10.2.0.0/24