AFIPv4
Description
Represents the IPv4 Address family for the BGP process. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
distance | True | object | An instance of type AFBGPDistance that represents an administrative distance. Valid value are from 1 to 255. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
defaultInformationOrginate | True | boolean | If true, configures a BGP routing process to distribute a default route. Default is false. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
bgpSupressInactive | True | boolean | If true, suppress the advertisement of routes that are not installed in the routing information base (RIB). Default is false. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
synchronization | True | boolean | If true, synchronize between BGP and your Interior Gateway Protocol (IGP) system. Default is false. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
bgpRedistributeInternal | True | boolean | If true, configures iBGP redistribution into an IGP, such as OSPF. Default is false. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
scanTime | False | integer | Scanning intervals of BGP routers for next hop validation. Valid values are from 5 to 60 seconds. The default is 60 seconds. Field level constraints: must be between 5 and 60 (inclusive). (Note: Additional constraints might exist) |
|||
aggregateTimer | False | integer | Represents interval at which BGP routes will be aggregated. Valid values are from 6 to 60 seconds. The default is 30 seconds. Field level constraints: must be between 6 and 60 (inclusive). (Note: Additional constraints might exist) |
|||
maximumPaths | False | object | An instance of type AFMaximumPaths that controls the maximum number of parallel iBGP routes that can be installed in a routing table. If the ibgp keyword is not used, then the number_of_paths argument controls the maximum number of parallel EBGP routes. | |||
redistributeProtocols | True | [object] | Represents redistribute routes from another routing domain into a BGP autonomous system. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
injectMaps | True | [object] | Represents injectMaps for injecting more specific routes into a BGP routing table. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
afTableMap | False | object | An instance of type AFTableMap that modifies metric and tag values when the IP routing table is updated with BGP learned routes | |||
autoSummary | True | boolean | If true, enables automatic summarization of subnet routes into network-level routes.Default is false. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
bgpNextHopTriggerDelay | False | integer | Sets the delay to trigger nexthop address tracking. Range is from 0 to 100. Default is 5 Field level constraints: must be between 0 and 100 (inclusive). (Note: Additional constraints might exist) |
|||
bgpNextHopTriggerEnable | False | boolean | If true, enables BGP next-hop address tracking immediately. Default is true. | |||
aggregateAddressesIPv4s | True | [object] | Represents aggregateAddressesIPv4s for aggregation of specific routes into one route. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
distributeLists | True | [object] | Represents distributeLists for the configuration of filtering incoming or outgoing routes using access control lists Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
neighbors | True | [object] | Represents neighbors configured for this process Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
networks | True | [object] | Represents networks to be advertised by the BGP routing processes. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |