NeighborIPv4
Description
Represents the neighbors configured for this 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 | |||
|---|---|---|---|---|---|---|
| remoteAs | True | string |
Represents remote Autonomous number for BGP neighbor.
Field level constraints: cannot be null, must match pattern [1-9]\d{0,8}|[1-3]\d{9}|4[0-2]\d[0-4]\d[0-6][0-7][0-2]\d[0-5]|(?:(?:[1-9]\d{0,3}|[1-5]\d{4}|6[0-5][0-5][0-3][0-5]).(?:0|[1-9]\d{0,3}|[1-5]\d{4}|6[0-5][0-5][0-3][0-5])). (Note: Additional constraints might exist) |
|||
| activate | True | boolean |
If true, exchange information with a BGP neighbor. Default value is false.
Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
| neighborGeneral | False | object | Represents settings of type NeighborGeneral such as BFD support for fall-over | |||
| neighborAdvanced | False | object | Represents settings of type NeighborAdvanced such as NeighborHops support for neighborTtlSecurityHops, maxHopCount and disableConnectedCheck | |||
| neighborRoutes | False | object | Represents settings of type NeighborRoutes such as Neighbor Default Originate, Neighbor Advertise Map | |||
| neighborRouteMap | True | [ object ] |
Represents neighbor route-maps for applying a route map to incoming or outgoing routes.
Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
| neighborFilterList | True | [ object ] |
Represents neighbor filter-list for establishing BGP filters.
Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
| neighborMaximumPrefix | False | object | Controls the number of prefixes that can be received from a neighbor. | |||
| haModeGracefulRestart | True | boolean |
If true, enables the graceful restart configuration when the system is configured in HA mode. Default value is false.
Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
| neighborTimers | False | object | An instance of type NeighborTimers that sets the timers for a specific BGP peer or peer group. | |||
| neighborLocalAs | False | object | An instance of type NeighborLocalAs that customizes the AS_PATH attribute for routes received from an external Border Gateway Protocol (eBGP) neighbor. | |||
| ipv4Address | False | string |
Represents neighbor ipv4 address.
Field level constraints: must match pattern (?:(?:\d|[1-9]\d{1,2}|2[0-4]\d|25[0-5]).){3}(?:\d|[1-9]\d{1,2}|2[0-4]\d|25[0-5]). (Note: Additional constraints might exist) |
|||
| neighborDistributeLists | True | [ object ] |
Represents neighbor distribute-lists for distributing BGP neighbor information as specified in an access list.
Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
| ipv4PrefixListFilter | True | [ object ] |
Represents neighbor distribute-lists for distributing BGP neighbor information as specified in an prefix list.
Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
| neighborHAMode | False | object | An instance of type NeighborHAMode that enables or disables Neighbor HA graceful restart mode. | |||
| type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. | |||