afics@router01# commit
[ policy prefix-list AS65200-V4 rule 100 ]
ge must be greater than prefix length
[[policy prefix-list AS65200-V4]] failed
[ policy prefix-list6 AS65200-V6 rule 100 ]
ge must be greater than prefix length
[[policy prefix-list6 AS65200-V6]] failed
Commit failed
[edit policy]
afics@router01# show prefix-list AS65200-V4 | strip-private
+rule 100 {
+ action permit
+ ge 28
+ le 32
+ prefix xxx.xxx.1.80/28
+}
[edit policy]
afics@router01# show prefix-list6 AS65200-V6 | strip-private
+rule 100 {
+ action permit
+ ge 56
+ le 128
+ prefix xxxx:xxxx:18c:dd00::/56
+}
[edit policy]
afics@router01#This route-map is to be applied to a BGP peering on the inbound direction. The intent is to allow the peer to announce xxxx:xxxx:18c:dd00::/56 itself as well as sub-prefixes down to the size of 128. Same for IPv4. This is a valid configuration and other platforms allow this.