[BGPCEP-340] No routes advertised to one of newly configured iBGP RR-client peer Created: 18/Dec/15  Updated: 03/Mar/19  Resolved: 10/Feb/16

Status: Resolved
Project: bgpcep
Component/s: BGP
Affects Version/s: Bugzilla Migration
Fix Version/s: Bugzilla Migration

Type: Bug
Reporter: Radovan Sajben Assignee: Claudio David Gasparini
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 4819

 Description   

No routes advertised to one of newly configured iBGP RR-client peer.
Note: consequent tests with re-configured peers passed.

bgp-peer1 config
================

<module xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
<type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-peer</type>
<name>example-bgp-peer1</name>
<host xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">127.0.0.1</host>
<port xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">17900</port>
<peer-role xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">rr-client</peer-role>
<holdtimer xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">180</holdtimer>
<initiate-connection xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">false</initiate-connection>
<rib xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">
<type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:cfg">prefix:rib</type>
<name>example-bgp-rib</name>
</rib>
<peer-registry xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">
<type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-peer-registry</type>
<name>global-bgp-peer-registry</name>
</peer-registry>
<advertized-table xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">
<type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-table-type</type>
<name>ipv4-unicast</name>
</advertized-table>
<advertized-table xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">
<type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-table-type</type>
<name>ipv6-unicast</name>
</advertized-table>
<advertized-table xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">
<type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-table-type</type>
<name>linkstate</name>
</advertized-table>
</module>

bgp-peer2 config
================

<module xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
<type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-peer</type>
<name>example-bgp-peer2</name>
<host xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">127.0.0.2</host>
<port xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">17900</port>
<peer-role xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">rr-client</peer-role>
<holdtimer xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">180</holdtimer>
<initiate-connection xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">false</initiate-connection>
<rib xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">
<type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:cfg">prefix:rib</type>
<name>example-bgp-rib</name>
</rib>
<peer-registry xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">
<type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-peer-registry</type>
<name>global-bgp-peer-registry</name>
</peer-registry>
<advertized-table xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">
<type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-table-type</type>
<name>ipv4-unicast</name>
</advertized-table>
<advertized-table xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">
<type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-table-type</type>
<name>ipv6-unicast</name>
</advertized-table>
<advertized-table xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">
<type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-table-type</type>
<name>linkstate</name>
</advertized-table>
</module>

example-ipv4-topology (peers connected updates sent)
====================================================

{"topology":[{"topology-id":"example-ipv4-topology","topology-types":{},"node":[{"node-id":"192.0.2.1","l3-unicast-igp-topology:igp-node-attributes":{"prefix":[

{"prefix":"8.2.0.0/28"}

,

{"prefix":"8.1.0.16/28"}

,

{"prefix":"8.1.0.32/28"}

,

{"prefix":"8.2.0.32/28"}

,

{"prefix":"8.1.0.0/28"}

,

{"prefix":"8.2.0.16/28"}

]}}],"server-provided":true}]}

bgp-peer1 log
=============

20151218 10:18:28.238 / 20151218 10:18:28.240 / 00:00:00.002
10:18:28.239 INFO 2015-12-18 09:17:20,382 INFO: Connecting in the talking mode.
2015-12-18 09:17:20,383 DEBUG: Local IP address: 127.0.0.1
2015-12-18 09:17:20,383 DEBUG: Local port: 17900
2015-12-18 09:17:20,383 DEBUG: Remote IP address: 10.30.32.6
2015-12-18 09:17:20,383 DEBUG: Remote port: 1790
2015-12-18 09:17:20,383 INFO: Connected to ODL.
2015-12-18 09:17:20,391 INFO: Open message received.
2015-12-18 09:17:20,391 INFO: Generator initialisation
2015-12-18 09:17:20,391 INFO: Target total number of prefixes to be introduced: 3
2015-12-18 09:17:20,391 INFO: Prefix base: 8.1.0.0/28
2015-12-18 09:17:20,391 INFO: My Autonomous System number: 64496
2015-12-18 09:17:20,392 INFO: My Hold Time: 180
2015-12-18 09:17:20,392 INFO: My BGP Identifier: 2130706433
2015-12-18 09:17:20,392 INFO: Next Hop: 192.0.2.1
2015-12-18 09:17:20,392 INFO: Originator ID: None
2015-12-18 09:17:20,392 INFO: Cluster list: None
2015-12-18 09:17:20,392 INFO: Prefix count to be inserted at once: 1
2015-12-18 09:17:20,393 INFO: Prefix count to be withdrawn at once: 0
2015-12-18 09:17:20,393 INFO: Fast pre-fill up to 0 prefixes
2015-12-18 09:17:20,393 INFO: Remaining number of prefixes to be processed in parallel with withdrawals: 3
2015-12-18 09:17:20,393 DE Prefix index range used after pre-fill procedure [0, 2]
2015-12-18 09:17:20,393 INFO: Two separate UPDATEs will be generated for each NLRI & WITHDRAWN lists
2015-12-18 09:17:20,393 INFO: Let's go ...

2015-12-18 09:17:20,393 DEBUG: OPEN message encoding
2015-12-18 09:17:20,393 DE Marker=0xffffffffffffffffffffffffffffffff
2015-12-18 09:17:20,393 DE Length=45 (0x002d)
2015-12-18 09:17:20,394 DE Type=1 (0x01)
2015-12-18 09:17:20,394 DE Version=4 (0x04)
2015-12-18 09:17:20,394 DE My Autonomous System=64496 (0xfbf0)
2015-12-18 09:17:20,394 DE Hold Time=180 (0x00b4)
2015-12-18 09:17:20,394 DE BGP Identifier=2130706433 (0x7f000001)
2015-12-18 09:17:20,394 DE Optional Parameters Length=16 (0x10)
2015-12-18 09:17:20,394 DE Optional Parameters=0x0206010400010001020641040000fbf0
2015-12-18 09:17:20,394 DEBUG: OPEN message encoded: 0xffffffffffffffffffffffffffffffff002d0104fbf000b47f000001100206010400010001020641040000fbf0
2015-12-18 09:17:20,394 DEBUG: Sending the OPEN message: ffffffffffffffffffffffffffffffff002d0104fbf000b47f000001100206010400010001020641040000fbf0
2015-12-18 09:17:20,396 DEBUG: KEEP ALIVE message encoding
2015-12-18 09:17:20,396 DE Marker=0xffffffffffffffffffffffffffffffff
2015-12-18 09:17:20,396 DE Length=19 (0x0013)
2015-12-18 09:17:20,396 DE Type=4 (0x04)
2015-12-18 09:17:20,396 DEBUG: KEEP ALIVE message encoded: 0xffffffffffffffffffffffffffffffff001304
2015-12-18 09:17:20,396 DEBUG: KEEP ALIVE message encoding
2015-12-18 09:17:20,396 DE Marker=0xffffffffffffffffffffffffffffffff
2015-12-18 09:17:20,396 DE Length=19 (0x0013)
2015-12-18 09:17:20,396 DE Type=4 (0x04)
2015-12-18 09:17:20,397 DEBUG: KEEP ALIVE message encoded: 0xffffffffffffffffffffffffffffffff001304
2015-12-18 09:17:20,397 DEBUG: Sending a KEEP ALIVE message: ffffffffffffffffffffffffffffffff001304
2015-12-18 09:17:20,397 INFO: Iteration: 0 - total remaining prefixes: 3
2015-12-18 09:17:20,397 DEBUG: ########## Iteration: 0 ##########
2015-12-18 09:17:20,397 DEBUG: Remaining prefixes: 3
2015-12-18 09:17:20,397 DEBUG: — COMBINED SCENARIO —
2015-12-18 09:17:20,397 DEBUG: Prefixes to be inserted in this iteration:
2015-12-18 09:17:20,397 DE Prefix slot index: 0
2015-12-18 09:17:20,398 DE Prefix slot size: 1
2015-12-18 09:17:20,398 DE Prefix count: 1
2015-12-18 09:17:20,398 DE Prefix indexes: [0]
2015-12-18 09:17:20,398 DE Prefix list: [IPv4Address('8.1.0.0')]
2015-12-18 09:17:20,398 DEBUG: Prefixes to be withdrawn in this iteration:
2015-12-18 09:17:20,398 DE Prefix slot index: 0
2015-12-18 09:17:20,398 DE Prefix slot size: 1
2015-12-18 09:17:20,398 DE Prefix count: 0
2015-12-18 09:17:20,398 DE Prefix indexes: []
2015-12-18 09:17:20,398 DE Prefix list: []
2015-12-18 09:17:20,399 DEBUG: UPDATE message encoding
2015-12-18 09:17:20,399 DE Marker=0xffffffffffffffffffffffffffffffff
2015-12-18 09:17:20,399 DE Length=48 (0x0030)
2015-12-18 09:17:20,399 DE Type=2 (0x02)
2015-12-18 09:17:20,399 DE withdrawn_routes_length=0 (0x0000)
2015-12-18 09:17:20,400 DE Withdrawn_Routes=[]/28 (0x)
2015-12-18 09:17:20,400 DE Total Path Attributes Length=20 (0x0014)
2015-12-18 09:17:20,400 DE Path Attributes=(0x4001010040020602010000fbf0400304c0000201)
2015-12-18 09:17:20,400 DE Origin=IGP
2015-12-18 09:17:20,400 DE AS path=64496
2015-12-18 09:17:20,400 DE Next hop=192.0.2.1
2015-12-18 09:17:20,400 DE Network Layer Reachability Information=[IPv4Address('8.1.0.0')]/28 (0x1c08010000)
2015-12-18 09:17:20,401 DEBUG: UPDATE message encoded: 0xffffffffffffffffffffffffffffffff003002000000144001010040020602010000fbf0400304c00002011c08010000
2015-12-18 09:17:20,401 DEBUG: ########## Iteration: 1 ##########
2015-12-18 09:17:20,401 DEBUG: Remaining prefixes: 2
2015-12-18 09:17:20,401 DEBUG: — COMBINED SCENARIO —
2015-12-18 09:17:20,401 DEBUG: Prefixes to be inserted in this iteration:
2015-12-18 09:17:20,401 DE Prefix slot index: 1
2015-12-18 09:17:20,401 DE Prefix slot size: 1
2015-12-18 09:17:20,401 DE Prefix count: 1
2015-12-18 09:17:20,401 DE Prefix indexes: [1]
2015-12-18 09:17:20,402 DE Prefix list: [IPv4Address('8.1.0.16')]
2015-12-18 09:17:20,402 DEBUG: Prefixes to be withdrawn in this iteration:
2015-12-18 09:17:20,402 DE Prefix slot index: 1
2015-12-18 09:17:20,402 DE Prefix slot size: 1
2015-12-18 09:17:20,402 DE Prefix count: 0
2015-12-18 09:17:20,402 DE Prefix indexes: []
2015-12-18 09:17:20,402 DE Prefix list: []
2015-12-18 09:17:20,402 DEBUG: UPDATE message encoding
2015-12-18 09:17:20,403 DE Marker=0xffffffffffffffffffffffffffffffff
2015-12-18 09:17:20,403 DE Length=48 (0x0030)
2015-12-18 09:17:20,403 DE Type=2 (0x02)
2015-12-18 09:17:20,403 DE withdrawn_routes_length=0 (0x0000)
2015-12-18 09:17:20,403 DE Withdrawn_Routes=[]/28 (0x)
2015-12-18 09:17:20,403 DE Total Path Attributes Length=20 (0x0014)
2015-12-18 09:17:20,403 DE Path Attributes=(0x4001010040020602010000fbf0400304c0000201)
2015-12-18 09:17:20,404 DE Origin=IGP
2015-12-18 09:17:20,404 DE AS path=64496
2015-12-18 09:17:20,404 DE Next hop=192.0.2.1
2015-12-18 09:17:20,404 DE Network Layer Reachability Information=[IPv4Address('8.1.0.16')]/28 (0x1c08010010)
2015-12-18 09:17:20,404 DEBUG: UPDATE message encoded: 0xffffffffffffffffffffffffffffffff003002000000144001010040020602010000fbf0400304c00002011c08010010
2015-12-18 09:17:20,404 DEBUG: ########## Iteration: 2 ##########
2015-12-18 09:17:20,404 DEBUG: Remaining prefixes: 1
2015-12-18 09:17:20,405 DEBUG: — COMBINED SCENARIO —
2015-12-18 09:17:20,405 DEBUG: Prefixes to be inserted in this iteration:
2015-12-18 09:17:20,405 DE Prefix slot index: 2
2015-12-18 09:17:20,405 DE Prefix slot size: 1
2015-12-18 09:17:20,405 DE Prefix count: 1
2015-12-18 09:17:20,405 DE Prefix indexes: [2]
2015-12-18 09:17:20,405 DE Prefix list: [IPv4Address('8.1.0.32')]
2015-12-18 09:17:20,405 DEBUG: Prefixes to be withdrawn in this iteration:
2015-12-18 09:17:20,405 DE Prefix slot index: 2
2015-12-18 09:17:20,405 DE Prefix slot size: 1
2015-12-18 09:17:20,406 DE Prefix count: 0
2015-12-18 09:17:20,406 DE Prefix indexes: []
2015-12-18 09:17:20,406 DE Prefix list: []
2015-12-18 09:17:20,406 DEBUG: UPDATE message encoding
2015-12-18 09:17:20,406 DE Marker=0xffffffffffffffffffffffffffffffff
2015-12-18 09:17:20,406 DE Length=48 (0x0030)
2015-12-18 09:17:20,406 DE Type=2 (0x02)
2015-12-18 09:17:20,406 DE withdrawn_routes_length=0 (0x0000)
2015-12-18 09:17:20,406 DE Withdrawn_Routes=[]/28 (0x)
2015-12-18 09:17:20,407 DE Total Path Attributes Length=20 (0x0014)
2015-12-18 09:17:20,407 DE Path Attributes=(0x4001010040020602010000fbf0400304c0000201)
2015-12-18 09:17:20,407 DE Origin=IGP
2015-12-18 09:17:20,407 DE AS path=64496
2015-12-18 09:17:20,407 DE Next hop=192.0.2.1
2015-12-18 09:17:20,407 DE Network Layer Reachability Information=[IPv4Address('8.1.0.32')]/28 (0x1c08010020)
2015-12-18 09:17:20,407 DEBUG: UPDATE message encoded: 0xffffffffffffffffffffffffffffffff003002000000144001010040020602010000fbf0400304c00002011c08010020
2015-12-18 09:17:20,407 INFO: All update messages generated.
2015-12-18 09:17:20,407 INFO: Storing performance results.
2015-12-18 09:17:20,407 INFO: ########## Final results ##########
2015-12-18 09:17:20,408 INFO: Number of iterations: 3
2015-12-18 09:17:20,408 INFO: Number of UPDATE messages sent in the pre-fill phase: 0
2015-12-18 09:17:20,408 INFO: The pre-fill phase duration: 0s
2015-12-18 09:17:20,408 INFO: Number of UPDATE messages sent in the 2nd test phase: 3
2015-12-18 09:17:20,408 INFO: The 2nd test phase duration: 0.0100181102753s
2015-12-18 09:17:20,408 INFO: Threshold for performance reporting: 1000
2015-12-18 09:17:20,408 INFO: Message generator performance results stored in totals-bgp.csv:
2015-12-18 09:17:20,408 INFO:
2015-12-18 09:17:20,408 INFO:
2015-12-18 09:17:20,409 INFO: Message generator performance results stored in performance-bgp.csv:
2015-12-18 09:17:20,409 INFO:
2015-12-18 09:17:20,409 INFO:
2015-12-18 09:17:20,409 INFO: Finally an END-OF-RIB is sent.
2015-12-18 09:17:20,409 DEBUG: UPDATE message encoding
2015-12-18 09:17:20,409 DE Marker=0xffffffffffffffffffffffffffffffff
2015-12-18 09:17:20,409 DE Length=23 (0x0017)
2015-12-18 09:17:20,409 DE Type=2 (0x02)
2015-12-18 09:17:20,410 DE withdrawn_routes_length=0 (0x0000)
2015-12-18 09:17:20,410 DE Withdrawn_Routes=[]/28 (0x)
2015-12-18 09:17:20,410 DE Network Layer Reachability Information=[]/28 (0x)
2015-12-18 09:17:20,410 DEBUG: UPDATE message encoded: 0xffffffffffffffffffffffffffffffff00170200000000
2015-12-18 09:17:20,410 INFO: total_received_update_message_counter: 0
2015-12-18 09:17:20,410 INFO: total_received_nlri_prefix_counter: 0
2015-12-18 09:17:20,411 INFO: total_received_withdrawn_prefix_counter: 0
2015-12-18 09:17:23,609 INFO: ... idle for 3.198s
2015-12-18 09:17:23,609 INFO: total_rx_idle_time_counter: 3.198s
2015-12-18 09:17:23,609 DEBUG: UPDATE message received: 0xffffffffffffffffffffffffffffffff0043020000002c4001010040020602010000fbf0800904c0000202800a04c0000202800e0e00010104c0000201001c08020000
2015-12-18 09:17:23,609 DEBUG: Decoding update message:
2015-12-18 09:17:23,609 DEBUG: Message header marker: 0xffffffffffffffffffffffffffffffff
2015-12-18 09:17:23,609 DEBUG: Message lenght: 0x0043 (67)
2015-12-18 09:17:23,610 DEBUG: Message type: 0x02 (update)
2015-12-18 09:17:23,610 DEBUG: Withdrawn routes lenght: 0x0000 (0)
2015-12-18 09:17:23,610 DEBUG: Withdrawn routes: 0x
2015-12-18 09:17:23,610 DEBUG: Withdrawn routes prefix list: []
2015-12-18 09:17:23,610 DEBUG: Total path attribute lenght: 0x002c (44)
2015-12-18 09:17:23,610 DEBUG: Path attributes: 0x4001010040020602010000fbf0800904c0000202800a04c0000202800e0e00010104c0000201001c08020000
2015-12-18 09:17:23,610 DEBUG: Attribute type=1 (ORIGIN, flags:0x40)
2015-12-18 09:17:23,610 DEBUG: Attribute value=0x00
2015-12-18 09:17:23,611 DEBUG: Attribute type=2 (AS_PATH, flags:0x40)
2015-12-18 09:17:23,611 DEBUG: Attribute value=0x02010000fbf0
2015-12-18 09:17:23,611 DEBUG: Attribute type=9 (ORIGINATOR_ID, flags:0x80)
2015-12-18 09:17:23,611 DEBUG: Attribute value=0xc0000202
2015-12-18 09:17:23,611 DEBUG: Attribute type=10 (CLUSTER_LIST, flags:0x80)
2015-12-18 09:17:23,611 DEBUG: Attribute value=0xc0000202
2015-12-18 09:17:23,611 DEBUG: Attribute type=14 (MP_REACH_NLRI, flags:0x80)
2015-12-18 09:17:23,611 DEBUG: Attribute value=0x00010104c0000201001c08020000
2015-12-18 09:17:23,612 DE Address Family Identifier=0x0001
2015-12-18 09:17:23,612 DE Subsequent Address Family Identifier=0x01
2015-12-18 09:17:23,612 DE Length of Next Hop Network Address=4 (0x04)
2015-12-18 09:17:23,612 DE Network Address of Next Hop=192.0.2.1 (0xc0000201)
2015-12-18 09:17:23,612 DE Reserved=0x00
2015-12-18 09:17:23,612 DE Network Layer Reachability Information=0x1c08020000
2015-12-18 09:17:23,612 DE NLRI prefix list: ['8.2.0.0/28']
2015-12-18 09:17:23,612 DE nlri_prefix_received: 8.2.0.0/28
2015-12-18 09:17:23,612 DEBUG: Calculated NLRI length: 0
2015-12-18 09:17:23,613 DEBUG: NLRI: 0x
2015-12-18 09:17:23,613 DEBUG: NLRI prefix list: []
2015-12-18 09:17:23,613 INFO: total_received_update_message_counter: 1
2015-12-18 09:17:23,613 INFO: total_received_nlri_prefix_counter: 1
2015-12-18 09:17:23,613 INFO: total_received_withdrawn_prefix_counter: 0
2015-12-18 09:17:23,614 DEBUG: UPDATE message received: 0xffffffffffffffffffffffffffffffff0043020000002c4001010040020602010000fbf0800904c0000202800a04c0000202800e0e00010104c0000201001c08020020
2015-12-18 09:17:23,614 DEBUG: Decoding update message:
2015-12-18 09:17:23,614 DEBUG: Message header marker: 0xffffffffffffffffffffffffffffffff
2015-12-18 09:17:23,615 DEBUG: Message lenght: 0x0043 (67)
2015-12-18 09:17:23,615 DEBUG: Message type: 0x02 (update)
2015-12-18 09:17:23,615 DEBUG: Withdrawn routes lenght: 0x0000 (0)
2015-12-18 09:17:23,615 DEBUG: Withdrawn routes: 0x
2015-12-18 09:17:23,615 DEBUG: Withdrawn routes prefix list: []
2015-12-18 09:17:23,615 DEBUG: Total path attribute lenght: 0x002c (44)
2015-12-18 09:17:23,615 DEBUG: Path attributes: 0x4001010040020602010000fbf0800904c0000202800a04c0000202800e0e00010104c0000201001c08020020
2015-12-18 09:17:23,615 DEBUG: Attribute type=1 (ORIGIN, flags:0x40)
2015-12-18 09:17:23,615 DEBUG: Attribute value=0x00
2015-12-18 09:17:23,616 DEBUG: Attribute type=2 (AS_PATH, flags:0x40)
2015-12-18 09:17:23,616 DEBUG: Attribute value=0x02010000fbf0
2015-12-18 09:17:23,616 DEBUG: Attribute type=9 (ORIGINATOR_ID, flags:0x80)
2015-12-18 09:17:23,616 DEBUG: Attribute value=0xc0000202
2015-12-18 09:17:23,616 DEBUG: Attribute type=10 (CLUSTER_LIST, flags:0x80)
2015-12-18 09:17:23,616 DEBUG: Attribute value=0xc0000202
2015-12-18 09:17:23,616 DEBUG: Attribute type=14 (MP_REACH_NLRI, flags:0x80)
2015-12-18 09:17:23,616 DEBUG: Attribute value=0x00010104c0000201001c08020020
2015-12-18 09:17:23,616 DE Address Family Identifier=0x0001
2015-12-18 09:17:23,617 DE Subsequent Address Family Identifier=0x01
2015-12-18 09:17:23,617 DE Length of Next Hop Network Address=4 (0x04)
2015-12-18 09:17:23,617 DE Network Address of Next Hop=192.0.2.1 (0xc0000201)
2015-12-18 09:17:23,617 DE Reserved=0x00
2015-12-18 09:17:23,617 DE Network Layer Reachability Information=0x1c08020020
2015-12-18 09:17:23,617 DE NLRI prefix list: ['8.2.0.32/28']
2015-12-18 09:17:23,617 DE nlri_prefix_received: 8.2.0.32/28
2015-12-18 09:17:23,617 DEBUG: Calculated NLRI length: 0
2015-12-18 09:17:23,617 DEBUG: NLRI: 0x
2015-12-18 09:17:23,618 DEBUG: NLRI prefix list: []
2015-12-18 09:17:23,618 DEBUG: UPDATE message received: 0xffffffffffffffffffffffffffffffff0043020000002c4001010040020602010000fbf0800904c0000202800a04c0000202800e0e00010104c0000201001c08020010
2015-12-18 09:17:23,618 DEBUG: Decoding update message:
2015-12-18 09:17:23,618 DEBUG: Message header marker: 0xffffffffffffffffffffffffffffffff
2015-12-18 09:17:23,618 DEBUG: Message lenght: 0x0043 (67)
2015-12-18 09:17:23,618 DEBUG: Message type: 0x02 (update)
2015-12-18 09:17:23,618 DEBUG: Withdrawn routes lenght: 0x0000 (0)
2015-12-18 09:17:23,618 DEBUG: Withdrawn routes: 0x
2015-12-18 09:17:23,618 DEBUG: Withdrawn routes prefix list: []
2015-12-18 09:17:23,619 DEBUG: Total path attribute lenght: 0x002c (44)
2015-12-18 09:17:23,619 DEBUG: Path attributes: 0x4001010040020602010000fbf0800904c0000202800a04c0000202800e0e00010104c0000201001c08020010
2015-12-18 09:17:23,619 DEBUG: Attribute type=1 (ORIGIN, flags:0x40)
2015-12-18 09:17:23,619 DEBUG: Attribute value=0x00
2015-12-18 09:17:23,619 DEBUG: Attribute type=2 (AS_PATH, flags:0x40)
2015-12-18 09:17:23,619 DEBUG: Attribute value=0x02010000fbf0
2015-12-18 09:17:23,619 DEBUG: Attribute type=9 (ORIGINATOR_ID, flags:0x80)
2015-12-18 09:17:23,620 DEBUG: Attribute value=0xc0000202
2015-12-18 09:17:23,620 DEBUG: Attribute type=10 (CLUSTER_LIST, flags:0x80)
2015-12-18 09:17:23,620 DEBUG: Attribute value=0xc0000202
2015-12-18 09:17:23,620 DEBUG: Attribute type=14 (MP_REACH_NLRI, flags:0x80)
2015-12-18 09:17:23,620 DEBUG: Attribute value=0x00010104c0000201001c08020010
2015-12-18 09:17:23,620 DE Address Family Identifier=0x0001
2015-12-18 09:17:23,620 DE Subsequent Address Family Identifier=0x01
2015-12-18 09:17:23,620 DE Length of Next Hop Network Address=4 (0x04)
2015-12-18 09:17:23,620 DE Network Address of Next Hop=192.0.2.1 (0xc0000201)
2015-12-18 09:17:23,621 DE Reserved=0x00
2015-12-18 09:17:23,621 DE Network Layer Reachability Information=0x1c08020010
2015-12-18 09:17:23,621 DE NLRI prefix list: ['8.2.0.16/28']
2015-12-18 09:17:23,621 DE nlri_prefix_received: 8.2.0.16/28
2015-12-18 09:17:23,621 DEBUG: Calculated NLRI length: 0
2015-12-18 09:17:23,621 DEBUG: NLRI: 0x
2015-12-18 09:17:23,621 DEBUG: NLRI prefix list: []
2015-12-18 09:17:33,632 INFO: ... idle for 10.010s
2015-12-18 09:17:33,632 INFO: total_rx_idle_time_counter: 13.209s
2015-12-18 09:17:33,632 INFO: total_received_update_message_counter: 3
2015-12-18 09:17:33,633 INFO: total_received_nlri_prefix_counter: 3
2015-12-18 09:17:33,633 INFO: total_received_withdrawn_prefix_counter: 0
2015-12-18 09:17:43,636 INFO: ... idle for 10.003s
2015-12-18 09:17:43,636 INFO: total_rx_idle_time_counter: 23.212s
2015-12-18 09:17:43,636 INFO: total_received_update_message_counter: 3
2015-12-18 09:17:43,636 INFO: total_received_nlri_prefix_counter: 3
2015-12-18 09:17:43,636 INFO: total_received_withdrawn_prefix_counter: 0
2015-12-18 09:17:53,646 INFO: ... idle for 10.009s
2015-12-18 09:17:53,646 INFO: total_rx_idle_time_counter: 33.221s
2015-12-18 09:17:53,646 INFO: total_received_update_message_counter: 3
2015-12-18 09:17:53,646 INFO: total_received_nlri_prefix_counter: 3
2015-12-18 09:17:53,646 INFO: total_received_withdrawn_prefix_counter: 0
2015-12-18 09:18:03,647 INFO: ... idle for 10.000s
2015-12-18 09:18:03,647 INFO: total_rx_idle_time_counter: 43.221s
2015-12-18 09:18:03,647 INFO: total_received_update_message_counter: 3
2015-12-18 09:18:03,647 INFO: total_received_nlri_prefix_counter: 3
2015-12-18 09:18:03,648 INFO: total_received_withdrawn_prefix_counter: 0
2015-12-18 09:18:13,654 INFO: ... idle for 10.007s
2015-12-18 09:18:13,655 INFO: total_rx_idle_time_counter: 53.228s
2015-12-18 09:18:13,655 INFO: total_received_update_message_counter: 3
2015-12-18 09:18:13,655 INFO: total_received_nlri_prefix_counter: 3
2015-12-18 09:18:13,655 INFO: total_received_withdrawn_prefix_counter: 0
2015-12-18 09:18:20,415 INFO: ... idle for 6.759s
2015-12-18 09:18:20,415 INFO: total_rx_idle_time_counter: 59.987s
2015-12-18 09:18:20,415 DEBUG: KEEP ALIVE message encoding
2015-12-18 09:18:20,416 DE Marker=0xffffffffffffffffffffffffffffffff
2015-12-18 09:18:20,416 DE Length=19 (0x0013)
2015-12-18 09:18:20,416 DE Type=4 (0x04)
2015-12-18 09:18:20,416 DEBUG: KEEP ALIVE message encoded: 0xffffffffffffffffffffffffffffffff001304
2015-12-18 09:18:20,416 INFO: KEEP ALIVE is sent.
2015-12-18 09:18:20,417 INFO: total_received_update_message_counter: 3
2015-12-18 09:18:20,417 INFO: total_received_nlri_prefix_counter: 3
2015-12-18 09:18:20,417 INFO: total_received_withdrawn_prefix_counter: 0
2015-12-18 09:18:23,613 INFO: ... idle for 3.196s
2015-12-18 09:18:23,614 INFO: total_rx_idle_time_counter: 63.184s
2015-12-18 09:18:23,614 INFO: KEEP ALIVE message received: 0xffffffffffffffffffffffffffffffff001304
2015-12-18 09:18:23,614 INFO: total_received_update_message_counter: 3
2015-12-18 09:18:23,614 INFO: total_received_nlri_prefix_counter: 3
2015-12-18 09:18:23,614 INFO: total_received_withdrawn_prefix_counter: 0
Traceback (most recent call last):
File "play.py", line 1630, in <module>
state.perform_one_loop_iteration()
File "play.py", line 1572, in perform_one_loop_iteration
self.reader.wait_for_read()
File "play.py", line 1405, in wait_for_read
select.select([self.socket], [], [self.socket], wait_timedelta)
KeyboardInterrupt

bgp-peer2 log (total_received_update_message_counter: 0)
========================================================

20151218 10:19:28.602 / 20151218 10:19:28.604 / 00:00:00.002
10:19:28.603 INFO 2015-12-18 09:17:23,547 INFO: Connecting in the talking mode.
2015-12-18 09:17:23,547 DEBUG: Local IP address: 127.0.0.2
2015-12-18 09:17:23,548 DEBUG: Local port: 17900
2015-12-18 09:17:23,548 DEBUG: Remote IP address: 10.30.32.6
2015-12-18 09:17:23,548 DEBUG: Remote port: 1790
2015-12-18 09:17:23,548 INFO: Connected to ODL.
2015-12-18 09:17:23,550 INFO: Open message received.
2015-12-18 09:17:23,550 INFO: Generator initialisation
2015-12-18 09:17:23,551 INFO: Target total number of prefixes to be introduced: 3
2015-12-18 09:17:23,551 INFO: Prefix base: 8.2.0.0/28
2015-12-18 09:17:23,551 INFO: My Autonomous System number: 64496
2015-12-18 09:17:23,551 INFO: My Hold Time: 180
2015-12-18 09:17:23,551 INFO: My BGP Identifier: 2130706434
2015-12-18 09:17:23,551 INFO: Next Hop: 192.0.2.1
2015-12-18 09:17:23,552 INFO: Originator ID: None
2015-12-18 09:17:23,552 INFO: Cluster list: None
2015-12-18 09:17:23,552 INFO: Prefix count to be inserted at once: 1
2015-12-18 09:17:23,552 INFO: Prefix count to be withdrawn at once: 0
2015-12-18 09:17:23,552 INFO: Fast pre-fill up to 0 prefixes
2015-12-18 09:17:23,552 INFO: Remaining number of prefixes to be processed in parallel with withdrawals: 3
2015-12-18 09:17:23,553 DE Prefix index range used after pre-fill procedure [0, 2]
2015-12-18 09:17:23,553 INFO: Two separate UPDATEs will be generated for each NLRI & WITHDRAWN lists
2015-12-18 09:17:23,553 INFO: Let's go ...

2015-12-18 09:17:23,553 DEBUG: OPEN message encoding
2015-12-18 09:17:23,553 DE Marker=0xffffffffffffffffffffffffffffffff
2015-12-18 09:17:23,553 DE Length=45 (0x002d)
2015-12-18 09:17:23,553 DE Type=1 (0x01)
2015-12-18 09:17:23,553 DE Version=4 (0x04)
2015-12-18 09:17:23,553 DE My Autonomous System=64496 (0xfbf0)
2015-12-18 09:17:23,554 DE Hold Time=180 (0x00b4)
2015-12-18 09:17:23,554 DE BGP Identifier=2130706434 (0x7f000002)
2015-12-18 09:17:23,554 DE Optional Parameters Length=16 (0x10)
2015-12-18 09:17:23,554 DE Optional Parameters=0x0206010400010001020641040000fbf0
2015-12-18 09:17:23,554 DEBUG: OPEN message encoded: 0xffffffffffffffffffffffffffffffff002d0104fbf000b47f000002100206010400010001020641040000fbf0
2015-12-18 09:17:23,554 DEBUG: Sending the OPEN message: ffffffffffffffffffffffffffffffff002d0104fbf000b47f000002100206010400010001020641040000fbf0
2015-12-18 09:17:23,555 DEBUG: KEEP ALIVE message encoding
2015-12-18 09:17:23,555 DE Marker=0xffffffffffffffffffffffffffffffff
2015-12-18 09:17:23,555 DE Length=19 (0x0013)
2015-12-18 09:17:23,555 DE Type=4 (0x04)
2015-12-18 09:17:23,556 DEBUG: KEEP ALIVE message encoded: 0xffffffffffffffffffffffffffffffff001304
2015-12-18 09:17:23,556 DEBUG: KEEP ALIVE message encoding
2015-12-18 09:17:23,556 DE Marker=0xffffffffffffffffffffffffffffffff
2015-12-18 09:17:23,556 DE Length=19 (0x0013)
2015-12-18 09:17:23,556 DE Type=4 (0x04)
2015-12-18 09:17:23,556 DEBUG: KEEP ALIVE message encoded: 0xffffffffffffffffffffffffffffffff001304
2015-12-18 09:17:23,556 DEBUG: Sending a KEEP ALIVE message: ffffffffffffffffffffffffffffffff001304
2015-12-18 09:17:23,556 INFO: Iteration: 0 - total remaining prefixes: 3
2015-12-18 09:17:23,556 DEBUG: ########## Iteration: 0 ##########
2015-12-18 09:17:23,557 DEBUG: Remaining prefixes: 3
2015-12-18 09:17:23,557 DEBUG: — COMBINED SCENARIO —
2015-12-18 09:17:23,557 DEBUG: Prefixes to be inserted in this iteration:
2015-12-18 09:17:23,557 DE Prefix slot index: 0
2015-12-18 09:17:23,557 DE Prefix slot size: 1
2015-12-18 09:17:23,557 DE Prefix count: 1
2015-12-18 09:17:23,557 DE Prefix indexes: [0]
2015-12-18 09:17:23,557 DE Prefix list: [IPv4Address('8.2.0.0')]
2015-12-18 09:17:23,557 DEBUG: Prefixes to be withdrawn in this iteration:
2015-12-18 09:17:23,558 DE Prefix slot index: 0
2015-12-18 09:17:23,558 DE Prefix slot size: 1
2015-12-18 09:17:23,558 DE Prefix count: 0
2015-12-18 09:17:23,558 DE Prefix indexes: []
2015-12-18 09:17:23,558 DE Prefix list: []
2015-12-18 09:17:23,558 DEBUG: UPDATE message encoding
2015-12-18 09:17:23,558 DE Marker=0xffffffffffffffffffffffffffffffff
2015-12-18 09:17:23,558 DE Length=48 (0x0030)
2015-12-18 09:17:23,558 DE Type=2 (0x02)
2015-12-18 09:17:23,558 DE withdrawn_routes_length=0 (0x0000)
2015-12-18 09:17:23,559 DE Withdrawn_Routes=[]/28 (0x)
2015-12-18 09:17:23,559 DE Total Path Attributes Length=20 (0x0014)
2015-12-18 09:17:23,559 DE Path Attributes=(0x4001010040020602010000fbf0400304c0000201)
2015-12-18 09:17:23,559 DE Origin=IGP
2015-12-18 09:17:23,559 DE AS path=64496
2015-12-18 09:17:23,559 DE Next hop=192.0.2.1
2015-12-18 09:17:23,559 DE Network Layer Reachability Information=[IPv4Address('8.2.0.0')]/28 (0x1c08020000)
2015-12-18 09:17:23,559 DEBUG: UPDATE message encoded: 0xffffffffffffffffffffffffffffffff003002000000144001010040020602010000fbf0400304c00002011c08020000
2015-12-18 09:17:23,559 DEBUG: ########## Iteration: 1 ##########
2015-12-18 09:17:23,560 DEBUG: Remaining prefixes: 2
2015-12-18 09:17:23,560 DEBUG: — COMBINED SCENARIO —
2015-12-18 09:17:23,560 DEBUG: Prefixes to be inserted in this iteration:
2015-12-18 09:17:23,560 DE Prefix slot index: 1
2015-12-18 09:17:23,560 DE Prefix slot size: 1
2015-12-18 09:17:23,560 DE Prefix count: 1
2015-12-18 09:17:23,560 DE Prefix indexes: [1]
2015-12-18 09:17:23,560 DE Prefix list: [IPv4Address('8.2.0.16')]
2015-12-18 09:17:23,560 DEBUG: Prefixes to be withdrawn in this iteration:
2015-12-18 09:17:23,560 DE Prefix slot index: 1
2015-12-18 09:17:23,561 DE Prefix slot size: 1
2015-12-18 09:17:23,561 DE Prefix count: 0
2015-12-18 09:17:23,561 DE Prefix indexes: []
2015-12-18 09:17:23,561 DE Prefix list: []
2015-12-18 09:17:23,561 DEBUG: UPDATE message encoding
2015-12-18 09:17:23,561 DE Marker=0xffffffffffffffffffffffffffffffff
2015-12-18 09:17:23,561 DE Length=48 (0x0030)
2015-12-18 09:17:23,561 DE Type=2 (0x02)
2015-12-18 09:17:23,561 DE withdrawn_routes_length=0 (0x0000)
2015-12-18 09:17:23,561 DE Withdrawn_Routes=[]/28 (0x)
2015-12-18 09:17:23,562 DE Total Path Attributes Length=20 (0x0014)
2015-12-18 09:17:23,562 DE Path Attributes=(0x4001010040020602010000fbf0400304c0000201)
2015-12-18 09:17:23,562 DE Origin=IGP
2015-12-18 09:17:23,562 DE AS path=64496
2015-12-18 09:17:23,562 DE Next hop=192.0.2.1
2015-12-18 09:17:23,562 DE Network Layer Reachability Information=[IPv4Address('8.2.0.16')]/28 (0x1c08020010)
2015-12-18 09:17:23,562 DEBUG: UPDATE message encoded: 0xffffffffffffffffffffffffffffffff003002000000144001010040020602010000fbf0400304c00002011c08020010
2015-12-18 09:17:23,562 DEBUG: ########## Iteration: 2 ##########
2015-12-18 09:17:23,562 DEBUG: Remaining prefixes: 1
2015-12-18 09:17:23,563 DEBUG: — COMBINED SCENARIO —
2015-12-18 09:17:23,563 DEBUG: Prefixes to be inserted in this iteration:
2015-12-18 09:17:23,563 DE Prefix slot i...



 Comments   
Comment by Claudio David Gasparini [ 10/Feb/16 ]

https://git.opendaylight.org/gerrit/#/c/34340
Be: https://git.opendaylight.org/gerrit/#/c/34341/
Li: https://git.opendaylight.org/gerrit/#/c/34328/

Generated at Wed Feb 07 19:12:45 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.