Extended Community List
Location in GUI: Objects » Object Management » Community List » Extended Community
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| extended_community_lists | List | [extended_community_lists] | No |
extended_community_lists (fmc.domains.objects)
Section titled “extended_community_lists (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| sub_type | Choice | Expanded, Standard | Yes | |
| entries | List | [entries] | No |
entries (fmc.domains.objects.extended_community_lists)
Section titled “entries (fmc.domains.objects.extended_community_lists)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| action | Choice | DENY, PERMIT | Yes | |
| route_target | String | No | ||
| regular_expression | String | No |
Examples
Section titled “Examples”fmc: domains: - name: Global objects: extended_community_lists: - name: MyExtendedCommunityListName1 sub_type: Expanded entries: - action: PERMIT regular_expression: "^(65000:700|65000:800)$" - action: DENY regular_expression: "^(65000:900)$" - name: MyExtendedCommunityListName2 sub_type: Standard entries: - action: PERMIT route_target: "65000:1000" - action: DENY route_target: "65000:1100"