Custom Search

Tuesday, May 19, 2015

OpenContrail Control Node XMPP Server and Port


1)
saju@ubuntu:~$ sudo netstat -tuplen | grep 5269
tcp        0      0 0.0.0.0:5269            0.0.0.0:*               LISTEN      120        205565      31882/contrail-cont
saju@ubuntu:~$
saju@ubuntu:~$


2)
saju@ubuntu:~$ ps -aux | grep 31882
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
saju      2872  0.0  0.0   9392   932 pts/6    S+   20:33   0:00 grep --color=auto 31882
contrail 31882  0.0  0.1 229760  8688 ?        Sl   17:18   0:11 /usr/bin/contrail-control
saju@ubuntu:~$
saju@ubuntu:~$

3)
saju@ubuntu:~$ sudo netstat -tuplen | grep contrail-cont
tcp        0      0 0.0.0.0:8083            0.0.0.0:*               LISTEN      120        205567      31882/contrail-cont
tcp        0      0 0.0.0.0:179             0.0.0.0:*               LISTEN      120        205563      31882/contrail-cont
tcp        0      0 0.0.0.0:5269            0.0.0.0:*               LISTEN      120        205565      31882/contrail-cont
saju@ubuntu:~$
saju@ubuntu:~$ 


Ports: 
a) 179 : BGP
b) 5269 : XMPP server for vRouter agent to connect to
c) 8083 : introspect for debugging






1 comment:

  1. https://github.com/Juniper/contrail-controller/wiki/OpenContrail-Internal-Services

    https://github.com/Juniper/contrail-controller/wiki/Roles-Daemons-Ports

    ReplyDelete