Skip to content

6.2.4 PCC Collector

rod edited this page Aug 15, 2019 · 1 revision

python

PCC collector uses the NETCONF broker for getting PCEP configuration. Two different services are used for this:

  • PCC Collector Producer: periodically sends corresponding RPC requests specifying the queue name where RPC replies will be sent on.
  • PCC Collector Receiver: subscribes to the queue where RPC replies are sent, parses the data looking for the actual IP address configured as destination for PCEP session and sends it to another Rabbitmq queue for further processing.

Clone this wiki locally