Technical Tip: BGP debug shows the error: ' Incoming conn z.z.z.z expected iif x from peer group but received from y'
| Description | This article describes the meaning FortiGate debug message for BGP. |
| Scope | FortiGate. |
| Solution | If the BGP between peers is not coming up, it is advised to collect BGP debug.
Refer to the following KB ARTICLE to collect BGP debug in FortiGate: Troubleshooting Tip: BGP debug shows the error 'Incorrect leftmost AS number'
When the BGP debug was collected. The following was observed as an Example:
saBGP: [NETWORK] Accept Thread: Incoming conn from host 10.11.11.13 (FD=27 VRF=0)
To identify which interface is with index numbers 9 and 132, use the command: 'diag ip addr list'.
Example of output of 'diag ip addr list':
iron-kvm04 # diag ip addr list
On the BGP config:
config router bgp next end
This has to be changed:
config router bgp next end
After the change, the BGP should come up. This can be verified by the command 'get router info bgp summary'.
Related article: Technical Tip: BGP soft reset to refresh BGP routing table without tearing down existing peering sessions |
