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.
Topology:
{
"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"
}
]
}
}
]
}
}
}
]
}
}
Attachments
Issue Links
- relates to
-
BGPCEP-865 BGP advertizes Route Target Entries even when it has not advertized it
-
- Resolved
-