AS Path
Location in GUI: Objects » Object Management » AS Path
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| as_paths | List | [as_paths] | No |
as_paths (fmc.domains.objects)
Section titled “as_paths (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | Integer | min: 1, max: 500 | Yes | |
| overridable | Boolean | true, false | No | false |
| entries | List | [entries] | Yes |
entries (fmc.domains.objects.as_paths)
Section titled “entries (fmc.domains.objects.as_paths)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| action | Choice | DENY, PERMIT | Yes | |
| regular_expression | String | Yes |
Examples
Section titled “Examples”fmc: domains: - name: Global objects: as_paths: - name: 100 overridable: false entries: - action: PERMIT regular_expression: "65000" - action: DENY regular_expression: "^(100|200)$"