Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,
You can configure static route on for your /32 address:
ip route 10.10.10.10 255.255.255.255 Null0
then you can redistribute that static into the bgp, so it will be advertised to neighbors as /32 route, when the packet arrives at router's inte...