cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
979
Views
0
Helpful
2
Replies

Single ip is not able to advertise in BGP

Hi,

I need to advertise a single ip in the BGP but it is not working.

Due to IOS version or configuration issue.

Please check below configuration and help me.

 

router bgp 650321

network 10.10.10.10 mask 255.255.255.255

 

 

 

 

2 Replies 2

Hi

BGP will advertise the single IP if you have an entry into the routing table with  subnet mask /32 otherwise it will not be advertised. 

So verify the subnet mask through: show ip route 10.10.10.10, and check if it is a /32 or other subnet mask.

 

BGP will match the subnet submitted with network command and the subnet mask included into the routing table. 

 

If the ip 10.10.10.10 is part of a loopback, you can configure the subnet mask 255.255.255.255. Other way could be create a static route: ip route 10.10.10.10 255.255.255.255 <next hop> 

 

Hope it is useful

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

Hello

Do you have a bgp peering otherwise a simple network statement like you have posted will no work, you first need to establish a bgp peering and then advertise your prefixes.

 

res

Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul
Review Cisco Networking for a $25 gift card