Uploaded image for project: 'bgpcep'
  1. bgpcep
  2. BGPCEP-263

BGP FlowSpec not advertising route

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Done
    • Bugzilla Migration
    • Bugzilla Migration
    • BGP
    • None
    • Operating System: All
      Platform: All

    • 4066

    Description

      I've enabled BGP FlowSpec to an IOS XR peer but I'm not seeing any FlowSpec routes being advertised.

      I've used the APP RIB to add a flow-spec route:

      <flowspec-route xmlns="urn:opendaylight:params:xml:ns:yang:bgp-flowspec">
      <route-key>foo</route-key>
      <flowspec>
      <component-type>destination-port</component-type>
      <destination-ports>
      <op>equals</op>
      <value>8080</value>
      </destination-ports>
      </flowspec>
      <attributes>
      <origin>
      <value>igp</value>
      </origin>
      <as-path/>
      <local-pref>
      <pref>100</pref>
      </local-pref>
      <extended-communities>
      <comm-type>128</comm-type>
      <comm-sub-type>7</comm-sub-type>
      </extended-communities>
      </attributes>
      </flowspec-route>

      The route appears in the LocRib and in the peer's AdjRibOut but is never advertised to the peer.

      Of course the route may be incorrect

      The peer runs eBGP and is in AS65504. ODL is in 64496.

      Giles

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ihalanov@cisco.com Iveta Halanova
            giheron@cisco.com Giles Heron
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: