IpCommunityRule interface
IP Community patchable properties.
Properties
action | Action to be taken on the configuration. Example: Permit | Deny. |
community |
List the community members of IP Community. |
sequence |
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. |
well |
Supported well known Community List. |
Property Details
action
Action to be taken on the configuration. Example: Permit | Deny.
action: string
Property Value
string
communityMembers
List the community members of IP Community.
communityMembers: 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
wellKnownCommunities
Supported well known Community List.
wellKnownCommunities?: string[]
Property Value
string[]