polad
The Pola PCE daemon.
Configuration
Specify the IP address and port number for each PCEP and gRPC.
global:
pcep:
address: "192.0.2.1"
port: 4189
grpc:
address: "192.0.2.1"
port: 50051
log:
path: "/var/log/pola/"
name: "polad.log"
Run Pola PCE using polad
Start polad. Specify the created configuration file with the -f option.
$ sudo polad -f polad.yaml
2022-06-05T22:57:59.823Z info gRPC Listen {"listenInfo": "127.0.0.1:50051", "server": "grpc"}
2022-06-05T22:57:59.823Z info PCEP Listen {"listenInfo": "10.100.0.252:4189"}
Last modified June 20, 2022: Create New Style Page (6dfc88e)