This article describes how to debug uCPE onboarding related issues.




6. For HTTP access, Director login the Management IP of the NFV. Please make sure the ports 9090 and 6090 are opened in the Director. Also open these ports in any firewall infront of the Director node. If the Director runs in AWS then also we need to open these ports for Guest-VNF access.
Administrator@Director:~$ sudo netstat -pant | grep 9090
tcp6 0 0 10.40.151.119:9090 :::* LISTEN 27026/java
tcp6 0 0 10.40.151.119:9090 10.42.144.143:52210 ESTABLISHED 27026/java
tcp6 0 0 10.40.151.119:9090 10.42.144.143:52213 ESTABLISHED 27026/java
Administrator@Director:~$ sudo netstat -pant | grep 6090
tcp 0 0 127.0.0.1:4566 127.0.0.1:46090 ESTABLISHED 26651/ncs.smp
tcp 0 0 127.0.0.1:4566 127.0.0.1:60908 ESTABLISHED 26651/ncs.smp
tcp6 0 0 127.0.0.1:60906 127.0.0.1:4566 TIME_WAIT -
tcp6 0 0 127.0.0.1:60908 127.0.0.1:4566 ESTABLISHED 27026/java
tcp6 0 0 127.0.0.1:46090 127.0.0.1:4566 ESTABLISHED 27026/java