I've been stuck on this for HOURS now. From my understanding this should work! (so apparently my understanding is wrong).
Trying to set up a route-map for BGP network command to include all /30 routes in a /16 network (I have 1 set up now, but this is to "plan ahead".
Here's what I have:
ip prefix-list DHCP-POOL seq 5 permit 10.10.0.0/16 ge 30 le 30
route-map SLASH_30S permit 10
match ip address prefix-list DHCP-POOL
And under my router BGP 46000:
network 10.10.10.0 route-map SLASH_30S
*NOTE I changed this to 10.10.0.0, but I didn't expect it to make a difference (and it didn't)
Show-commands suggest my problem is in the route-map portion, but I don't see HOW:
R6#sh ip prefix-list detail
Prefix-list with the last deletion/insertion: DHCP-POOL
ip prefix-list DHCP-POOL:
count: 1, range entries: 1, sequences: 5 - 5, refcount: 3
seq 5 permit 10.10.0.0/16 ge 30 le 30 (hit count: 0, refcount: 1)
R6#sh route-map
route-map SLASH_30S, permit, sequence 10
Match clauses:
ip address prefix-lists: DHCP-POOL
Set clauses:
Policy routing matches: 0 packets, 0 bytes