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 | 30 |
| as_number_in_path_attribute | Integer | min: 1, max: 254 | No | 0 |
| compare_med_from_different_neighbors | Boolean | true, false | No | false |
| compare_router_id_in_path | Boolean | true, false | No | false |
| default_local_preference | Integer | min: 1000, max: 4294967295 | No | 100 |
| enforce_first_peer_as | Boolean | true, false | No | true |
| graceful_restart | Boolean | true, false | No | false |
| graceful_restart_restart_time | Integer | min: 1, max: 3600 | No | 120 |
| graceful_restart_stale_path_time | Integer | min: 1, max: 3600 | No | 360 |
| hold_time | Integer | min: 1, max: 65535 | No | 180 |
| keepalive_interval | Integer | min: 1, max: 65535 | No | 60 |
| log_neighbor_changes | Boolean | true, false | No | true |
| min_hold_time | Integer | min: 1, max: 65535 | No | 0 |
| missing_med_as_best | Boolean | true, false | No | false |
| next_hop_address_tracking | Boolean | true, false | No | true |
| next_hop_delay_interval | Integer | min: 0, max: 100 | No | 5 |
| pick_best_med | Boolean | true, false | No | false |
| reset_session_upon_failover | Boolean | true, false | No | true |
| router_id | String | No | AUTOMATIC | |
| scanning_interval | Integer | min: 5, max: 60 | No | 60 |
| tcp_path_mtu_discovery | Boolean | true, false | No | true |
| use_dot_notation | Boolean | true, false | No | false |
Examples
Section titled “Examples”Prerequisites:
fmc: domains: - name: Global policies: access_control_policies: - name: MyAccessPolicyName2 default_action: BLOCK devices: devices: - name: MyDeviceName1 host: 10.1.120.203 access_control_policy: MyAccessPolicyName2 registration_key: cisco123 deploy: true licenses: - ESSENTIALS - IPS performance_tier: FTDv5BGP General Settings:
fmc: domains: - name: Global devices: devices: - name: MyDeviceName1 bgp_general_settings: as_number: "64637"