Prefix List Configuration Example
Prefix list configuration example
ip prefix-list t2afnog seq 10 deny 81.199.108.192/28
To accept prefixes with a prefix length of /8 up to /24:
ip prefix-list test1 seq 5 permit 81.0.0.0/0 ge 8 le 24
To deny prefixes with a mask greater than 25 in 81.199.108.0/24:
ip prefix-list test2 seq 10 deny 81.199.108.0/24 ge 25