Hi all,
In this command:
gyw-229(config)# ip prefix-list test_ipv4_1_1 seq 10 permit 192.18.8.0/24 ge 24
% Invalid prefix range for 192.18.8.0/24, make sure: len < ge-value <= le-value
gyw-229(config)# ip prefix-list test_ipv4_1_1 seq 10 permit 192.18.8.0/24 ge 25
we see 'ge' means greater.
But in doc:
ge command specifies prefix length. The prefix list will be applied if the
prefix length is greater than or equal to the ge prefix length
So what's 'ge' really means?
And how to set equal command? Set equal command using 'ge xxx le xxx' before, but if 'ge' means greater, how to set? Use this command?
ip prefix-list test_ipv4_1_1 seq 10 permit 192.18.8.0/32