show configuration org org-services <org> ipsec show orgs org-services <org> ipsec vpn-profile <vpn-profile> ike history
show configuration org org-services <org> ipsec vpn-profile <staging profile>
tcpdump <WAN interface> filter host <staging controller IP>
tcpdump <WAN interface> filter host <staging CPE public IP>
When IKE and Encapsulating Security Payload (ESP) packets sent by the CPE or the Controller is not seen each other, please look into underlay network (FW) and allow these ports.
500 and 4500/UDP-IKE/IPsec
IP Protocol 50-ESP
When the above steps fails to provide the desired output, please capture the screenshots of both CPE and staging controller along with tcpdump and share it with Versa Support team.
/opt/versa/vnms/scripts/netconf-check.sh <TVI IP address of staging CPE>
$ sudo tcpdump -ni <South bound interface through which CPE is connected> host <TVI IP of CPE> and port 2022
$ sudo tcpdump -ni any host <Director south bound interface IP> and port 2022
When the packets exchanged between Versa Director and CPE is not seen each other, underlay would be dropping the packets. Please allow the below mentioned ports on FW and verify the asymmetrical routing is not causing packet drops on underlay FW.
| Protocol/Port
| Purpose
|
| UDP/4790 | VXLAN communication between Versa FlexVNF Hub, Branch and Controller. |
| UDP/4500 and 500 | IKE/IPsec Protocol. |
| 2022 | netconf/SSH from Versa Director to Versa FlexVNF. |
| 4000 | Service to allow Versa Director to execute network utilities like ping, traceroute etc. |
| TCP/3000, 3001 and 3002 | High Availability (HA) between FlexVNF instance, if HA nodes exist and are configured. |
| IP/50 | Encapsulating Security Payload (ESP) |
Run this CLI command on CPE if the TCP packets sent by Versa Director is seen by CPE but not responding.
When the above steps fails to provide the desired output, please capture screenshots of CPE, Controller and Versa Director along with tcpdump and share it with Versa Support team.
tcpdump <WAN interface> filter host <Post staging controller IP> and port 4790
tcpdump <WAN interface> filter host <CPE public IP> and port 4790
ssh <CPE TVI IP address> -l admin -p 2022 /opt/versa/vnms/scripts/netconf-check.sh <TVI/Overlay IP address of CPE>
$ sudo tcpdump -ni <South bound interface through which CPE is connected> host <TVI IP of CPE> and port 2022
$ sudo tcpdump -ni any host <Director south bound interface IP> and port 2022