Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
Bugzilla Migration
-
None
-
Operating System: All
Platform: All
-
5763
Description
PCEP update complains about missing symbolic path name (error type 6 and value 14) after delegation of the tunnel is revoked. The symbolic path name is learnt by the controller through REST even after delegation is revoked.
Snapshot of controllers REST output:
<topology
xmlns="urn:TBD:params:xml:ns:yang:network-topology">
<topology-id>pcep-topology-1</topology-id>
<topology-types>
<topology-pcep
xmlns="urn:opendaylight:params:xml:ns:yang:topology:pcep">
</topology-pcep>
</topology-types>
<node>
<node-id>pcc://10.18.132.98</node-id>
<path-computation-client
xmlns="urn:opendaylight:params:xml:ns:yang:topology:pcep">
<reported-lsp>
<name>ios_t8</name>
<path>
<lsp-id>5</lsp-id>
<ero>
<subobject>
<loose>false</loose>
<ip-prefix>
<ip-prefix>8.8.8.2/32</ip-prefix>
</ip-prefix>
</subobject>
<subobject>
<loose>false</loose>
<ip-prefix>
<ip-prefix>7.7.7.2/32</ip-prefix>
</ip-prefix>
</subobject>
<subobject>
<loose>false</loose>
<ip-prefix>
<ip-prefix>6.6.6.2/32</ip-prefix>
</ip-prefix>
</subobject>
<subobject>
<loose>false</loose>
<ip-prefix>
<ip-prefix>192.168.254.1/32</ip-prefix>
</ip-prefix>
</subobject>
<ignore>false</ignore>
<processing-rule>false</processing-rule>
</ero>
<lspa>
<setup-priority>7</setup-priority>
<local-protection-desired>false</local-protection-desired>
<processing-rule>false</processing-rule>
<hold-priority>7</hold-priority>
<ignore>false</ignore>
<tlvs></tlvs>
<include-any>0</include-any>
<include-all>0</include-all>
<exclude-any>0</exclude-any>
</lspa>
<lsp
xmlns="urn:opendaylight:params:xml:ns:yang:pcep:ietf:stateful">
<plsp-id>9</plsp-id>
<create
xmlns="urn:opendaylight:params:xml:ns:yang:pcep:crabbe:initiated">false
</create>
<remove>false</remove>
<administrative>true</administrative>
<delegate>false</delegate>
<sync>false</sync>
<operational>up</operational>
<processing-rule>false</processing-rule>
<tlvs>
<lsp-identifiers>
<tunnel-id>8</tunnel-id>
<ipv4>
<ipv4-tunnel-endpoint-address>192.168.254.1</ipv4-tunnel-endpoint-address>
<ipv4-tunnel-sender-address>192.168.254.6</ipv4-tunnel-sender-address>
<ipv4-extended-tunnel-id>192.168.254.1</ipv4-extended-tunnel-id>
</ipv4>
<lsp-id>5</lsp-id>
</lsp-identifiers>
<path-binding>
<binding-type>0</binding-type>
<binding-value>AAXcAAA=</binding-value>
</path-binding>
<symbolic-path-name>
<path-name>aW9zX3Q4</path-name>
</symbolic-path-name>
</tlvs>
<ignore>false</ignore>
</lsp>
<bandwidth>
<ignore>false</ignore>
<processing-rule>false</processing-rule>
<bandwidth>AAAAAA==</bandwidth>
</bandwidth>
</path>
</reported-lsp>
<state-sync>synchronized</state-sync>
<stateful-tlv>
<stateful
xmlns="urn:opendaylight:params:xml:ns:yang:pcep:ietf:stateful">
<initiation
xmlns="urn:opendaylight:params:xml:ns:yang:pcep:crabbe:initiated">true
</initiation>
<lsp-update-capability>true</lsp-update-capability>
</stateful>
</stateful-tlv>
<ip-address>10.18.132.98</ip-address>
</path-computation-client>
</node>
</topology>
Attachments
Issue Links
- is duplicated by
-
BGPCEP-445 Attempted PCEP Update for a non-delegated LSP sets delegation to true in operational datastore
- Resolved