BGP LS PCEP

Major Features

odl-bgpcep-bgp

odl-bgpcep-bmp

odl-bgpcep-pcep

Security Considerations

None Known - all protocol implements the TCP Authentication Option (TCP MD5)

Quality Assurance

Migration

BGP:

Protocol Configuration

First we get old configuration

URL: /restconf/config/openconfig-network-instance:network-instances/network-instance/global-bgp/openconfig-network-instance:protocols

Method: GET

where example-bmp-monitor old bmp monitor id

Then we insert it

URL: /restconf/config/openconfig-network-instance:network-instances/network-instance/global-bgp/openconfig-network-instance:protocols

Method: POST

Topology Configuration

First we get old configuration

URL: /restconf/config/network-topology:network-topology

Method: GET

Then we insert it

URL: /restconf/config/network-topology:network-topology

Method: POST

BMP:

First we get old configuration

URL: /restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/config:module/odl-bmp-impl-cfg:bmp-monitor-impl/example-bmp-monitor

Method: GET

example-bmp-monitor old bmp monitor id

Then we insert it

URL: /restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/config:module/odl-bmp-impl-cfg:bmp-monitor-impl/example-bmp-monitor

Method: PUT

PCEP:

There are no additional steps needed for migration to this release.

Compatibility

  • Is this release compatible with the previous release? Yes
  • Any API changes?
  • Any configuration changes? BGP OpenConfig configuration should be used instead of previous BGP CSS configuration.

Known Issues

  • BUG-6562 Support add-path in base BGP NLRI

End-of-life

  • None

Standards

Release Mechanics

  • Link to release plan
  • Release plan not achieved
    • BUG-6966 Introduce infrastructure for inbound/outbound routing policies
    • BUG-6973 Migrate PCEP topology provider to use BP wiring
    • BUG-6976 Migrate BMP collector to use BP wiring
    • BUG-6978 Integrate BMP collector with Cluster Singleton Service