Hello,
I have configured PCE and PCC.
But when I execute "show pce ipv4 peer detail" command the output is empty.
Am I missing some configuration?
-------------------------------------------
RP/0/RP0/CPU0:PCE#show pce ipv4 peer detail
Sun Jul 17 19:06:18.998 UTC
-------------------------------------------
Below is the configuration.
PCE
-----------
pce
source address 1.1.1.1
peer ipv4 address 2.2.2.2
exit
int gi0/0/0/0
ip address 100.10.20.1 255.255.255.0
no sh
int lo0
ip address 1.1.1.1 255.255.255.255
exit
router ospf 1
area 0
int gi0/0/0/0
int lo0
exit
PCC
------------
segment-routing
traffic-eng
pcc
pce ipv4 address 1.1.1.1
exit
exit
int gi0/0/0/0
ip address 100.10.20.2 255.255.255.0
no sh
int lo0
ip address 2.2.2.2 255.255.255.255
exit
router ospf 1
area 0
int gi0/0/0/0
int lo0
exit
Thanks,
Sachin