Expanded Community List
Location in GUI: Objects » Object Management » Community List » Community » Expanded
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| expanded_community_lists | List | [expanded_community_lists] | No |
expanded_community_lists (fmc.domains.objects)
Section titled “expanded_community_lists (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| entries | List | [entries] | No |
entries (fmc.domains.objects.expanded_community_lists)
Section titled “entries (fmc.domains.objects.expanded_community_lists)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| action | Choice | DENY, PERMIT | Yes | |
| regular_expression | String | Yes |
Examples
Section titled “Examples”fmc: domains: - name: Global objects: expanded_community_lists: - name: MyExpandedCommunityListName1 entries: - action: PERMIT regular_expression: "^(65000:400|65000:500)$" - action: DENY regular_expression: "^(65000:600)$"