Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Description

<ip-prefix-name>

Specifies the name of an IPv4 prefix list.

seq <sequence-number>

Optional. Specifies the sequence number of an entry in the IPv4 prefix list. The value is an integer that ranges from 1 to 4294967295.

<ipv4/prefixlen>

Specifies an IP address/prefix lenghthprefix length. The value of prefix length is an integer that ranges from 0 to 32.
ge <greater-equal-value>

Optional. Specifies the lower threshold of the mask length. If ge greater-equal-value and le less-equal-value are not specified, the value of mask-length is the mask length.

greater-equal-value must meet the following requirement: prefixlengreater-equal-value ≤ less-equal-value ≤ 32.

If only ge is configured, the mask ranges from greater-equal-value to 32.

le <less-equal-value>

Optional. Specifies the upper threshold of the mask length. If ge greater-equal-value and le less-equal-value are not specified, the value of mask-length is the mask length.

less-equal-value must meet the following requirement: prefixlengreater-equal-value ≤ less-equal-value ≤ 32.

If only le is configured, the mask ranges from prefixlen to less-equal-value.

...