Hi,
I'm doing some tests, and I've noticed something I can't understand, let me explain.
I've created a ip-pool for bng service, /24 its size.
Huawei automatically create a black hole route type:
Route Flags: R - relay, D - download to fib, T - to vpn-instance, B - black hole route
------------------------------------------------------------------------------
Routing Table : _public_
Destinations : 71 Routes : 71
Destination/Mask Proto Pre Cost Flags NextHop Interface
100.65.0.0/24 Unr 61 0 DB 127.0.0.1 NULL0
When clients connect to the pppoe server, one /32 route is created. The routing table is showing this way:
100.65.0.0/24 Unr 61 0 DB 127.0.0.1 NULL0
100.65.0.6/32 Unr 63 0 D 170.233.253.35 Eth-Trunk1.30
I've imported unr routes to BGP and applied the route-policy, but the BGP just announces /24 route and not the /32.
What must I do to announce /32 instead /24 in this case.
The route-policy and ip prefix list is not the problem, because when other clients connect to the pppoe server and get ip address from radius that /32 is announced correctly.
Thanks in advance