To provide connectivity, you must explicitly permit the affected subnet within the Prefix List configuration.
- Log in to the NSX Manager UI.
- Navigate to Networking > Routing > IP Prefix Lists.
- Locate and Edit the Prefix List assigned to the active Route Map.
- Add a new rule to the list:
- Network: [Enter the missing subnet]
- Action: Permit
- Ensure the rule is positioned correctly within the list (rules are processed top-to-bottom).
- Click Save.
- Verify the fix:
- On the NSX Edge CLI, run:
get logical-routers to find the VRF ID for the Tier-0 SR. - Enter the VRF:
vrf <ID> - Check BGP advertisements:
get bgp neighbor <neighbor-ip> advertised-routes - Confirm the missing prefix is now listed.