BGP General Settings
Location in GUI: Devices » Device Management » Device » Routing » General Settings » BGP
Diagram
Section titled “Diagram”Classes
Section titled “Classes”devices (fmc.domains.devices)
Section titled “devices (fmc.domains.devices)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| bgp_general_settings | Class | [bgp_general_settings] | No |
bgp_general_settings (fmc.domains.devices.devices)
Section titled “bgp_general_settings (fmc.domains.devices.devices)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| as_number | String | Yes | ||
| aggregate_timer | Integer | min: 6, max: 60 | No | |
| as_number_in_path_attribute | Integer | min: 1, max: 254 | No | |
| compare_med_from_different_neighbors | Boolean | true, false | No | |
| compare_router_id_in_path | Boolean | true, false | No | |
| default_local_preference | Integer | min: 1000, max: 4294967295 | No | |
| enforce_first_peer_as | Boolean | true, false | No | |
| graceful_restart | Boolean | true, false | No | |
| graceful_restart_restart_time | Integer | min: 1, max: 3600 | No | |
| graceful_restart_stale_path_time | Integer | min: 1, max: 3600 | No | |
| hold_time | Integer | min: 1, max: 65535 | No | |
| keepalive_interval | Integer | min: 1, max: 65535 | No | |
| log_neighbor_changes | Boolean | true, false | No | |
| min_hold_time | Integer | min: 1, max: 65535 | No | |
| missing_med_as_best | Boolean | true, false | No | |
| next_hop_address_tracking | Boolean | true, false | No | |
| next_hop_delay_interval | Integer | min: 0, max: 100 | No | |
| pick_best_med | Boolean | true, false | No | |
| reset_session_upon_failover | Boolean | true, false | No | |
| router_id | String | No | ||
| scanning_interval | Integer | min: 5, max: 60 | No | |
| tcp_path_mtu_discovery | Boolean | true, false | No | |
| use_dot_notation | Boolean | true, false | No |
Examples
Section titled “Examples”Prerequisites:
fmc: domains: - name: Global devices: devices: - name: MyDeviceName1 host: 10.62.158.201 registration_key: cisco123 access_policy: MyAccessPolicyName1 deploy: true licenses: - ESSENTIALS performance_tier: FTDv5BGP General Settings:
fmc: domains: - name: Global devices: devices: - name: MyDeviceName1 bgp_general_settings: as_number: "64666"