IpPrefixRule interface

IP Prefix Rule properties.

Properties

action

Action to be taken on the configuration. Example: Permit | Deny.

condition

Specify prefix-list bounds.

networkPrefix

Network Prefix specifying IPv4/IPv6 packets to be permitted or denied. Example: 1.1.1.0/24 | 3FFE:FFFF:0:CD30::/126

sequenceNumber

Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored.

subnetMaskLength

SubnetMaskLength gives the minimum NetworkPrefix length to be matched. Possible values for IPv4 are 1 - 32 . Possible values of IPv6 are 1 - 128.

Property Details

action

Action to be taken on the configuration. Example: Permit | Deny.

action: string

Property Value

string

condition

Specify prefix-list bounds.

condition?: string

Property Value

string

networkPrefix

Network Prefix specifying IPv4/IPv6 packets to be permitted or denied. Example: 1.1.1.0/24 | 3FFE:FFFF:0:CD30::/126

networkPrefix: string

Property Value

string

sequenceNumber

Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored.

sequenceNumber: number

Property Value

number

subnetMaskLength

SubnetMaskLength gives the minimum NetworkPrefix length to be matched. Possible values for IPv4 are 1 - 32 . Possible values of IPv6 are 1 - 128.

subnetMaskLength?: string

Property Value

string