AFIPv6

Description

Represents the IPv6 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)
aggregateAddressesIPv6 True [object] Represents aggregateAddressesIPv6s for aggregation of specific routes into one route.
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.