[BGPCEP-862] BGP-LS NLRI are reflected without route-reflector configuration Created: 04/Feb/19 Updated: 05/Sep/19 Resolved: 05/Sep/19 |
|
| Status: | Resolved |
| Project: | bgpcep |
| Component/s: | BGP |
| Affects Version/s: | Oxygen SR4 |
| Fix Version/s: | Neon SR1, Sodium |
| Type: | Bug | Priority: | Medium |
| Reporter: | Ofer Ben Zvi | Assignee: | Robert Varga |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Description |
|
With 2 iBGP neighbors configured with only link-state AFI/SAFI, and no route-reflector configuration, the NLRI get reflected from one neighbor to the other. Checked the same 2 neighbors with added IPv4 unicast and only the link-state NLRI get reflected. It doesn't happen in other AFI/SAFI.
{
"protocols": {
"protocol": [
{
"identifier": "openconfig-policy-types:BGP",
"name": "bgp-example",
"bgp-openconfig-extensions:bgp": {
"global": {
"afi-safis": {
"afi-safi": [
{
"afi-safi-name": "bgp-openconfig-extensions:LINKSTATE"
}
]
},
"config": {
"router-id": "#.#.#.#",
"as": 200000
}
},
"neighbors": {
"neighbor": [
{
"neighbor-address": "x.x.x.x",
"transport": {
"config": {
"remote-port": 179,
"passive-mode": false
}
},
"config": {
"peer-type": "INTERNAL"
},
"timers": {
"config": {
"hold-time": 90,
"connect-retry": 10
}
},
"afi-safis": {
"afi-safi": [
{
"afi-safi-name": "bgp-openconfig-extensions:LINKSTATE"
}
]
}
},
{
"neighbor-address": "y.y.y.y",
"transport": {
"config": {
"remote-port": 179,
"passive-mode": false
}
},
"config": {
"peer-type": "INTERNAL"
},
"timers": {
"config": {
"hold-time": 90,
"connect-retry": 10
}
},
"afi-safis": {
"afi-safi": [
{
"afi-safi-name": "bgp-openconfig-extensions:LINKSTATE"
}
]
}
}
]
}
}
}
]
}
}
|
| Comments |
| Comment by Robert Varga [ 20/Mar/19 ] |
|
Mistagged commit: https://git.opendaylight.org/gerrit/#/c/80875/ |