1. VMware NSX-T Data Center Administration Guide (for NSX 3.2
relevant to VCF 4.x/5.x): In the section "Configure BGP on a Tier-0 Gateway
" the guide details the required parameters for establishing a BGP neighbor relationship. It explicitly requires configuring the "Remote AS" number for the neighbor
stating
"Enter the AS number of the BGP neighbor." A mismatch in this value between the Tier-0 configuration and the physical router's configuration is a direct cause of peering failure. (Reference: VMware Docs
NSX-T Data Center 3.2
Administration Guide
Chapter: "BGP Configuration
" Section: "Add a BGP Neighbor").
2. VMware NSX-T Data Center Troubleshooting Guide: When troubleshooting BGP
one of the first steps recommended is to verify the BGP configuration on both peers. The guide states
"Check the BGP neighbor configuration on both the NSX Edge node and the physical router. Ensure that the neighbor IP address
remote AS number
and other parameters are correctly configured." This highlights the AS number as a critical configuration point to validate. (Reference: VMware Docs
NSX-T Data Center 3.2
Troubleshooting Guide
Chapter: "Troubleshooting BGP").
3. RFC 4271 - A Border Gateway Protocol 4 (BGP-4): This is the foundational document for BGP. Section 8.2.2
"Error Handling
" specifies that upon receiving an OPEN message
if the AS field is not the expected "remote AS" for the peer
the receiver MUST send a NOTIFICATION message with the Error Code "OPEN Message Error" and Error Subcode "Bad Peer AS". The RFC further states that sending a NOTIFICATION message causes the BGP connection to be closed
forcing the state machine back to Idle.