Standard Community List
Location in GUI: Objects » Object Management » Community List » Community » Standard
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| standard_community_lists | List | [standard_community_lists] | No |
standard_community_lists (fmc.domains.objects)
Section titled “standard_community_lists (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| entries | List | [entries] | No |
entries (fmc.domains.objects.standard_community_lists)
Section titled “entries (fmc.domains.objects.standard_community_lists)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| action | Choice | DENY, PERMIT | Yes | |
| communities | List | String | Yes | |
| internet | Boolean | true, false | No | false |
| no_advertise | Boolean | true, false | No | false |
| no_export | Boolean | true, false | No | false |
Examples
Section titled “Examples”fmc: domains: - name: Global objects: standard_community_lists: - name: MyStandardCommunityListName1 entries: - action: PERMIT communities: - "65000:100" - "65000:200" internet: true - action: DENY communities: - "65000:300" no_export: false