NeighborAdvanced
Description
Represents Neighbor Advanced settings such as NeighborHops support for neighborTtlSecurityHops, maxHopCount and disableConnectedCheck (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 | |||
---|---|---|---|---|---|---|
neighborSecret | False | object | An instance of type Secret that enables Message Digest 5 (MD5) authentication on a TCP connection between two BGP peers. Allowed types are: [Secret] |
|||
neighborHops | False | object | Represents either neighborTtlSecurityHops or maxHopCount and disableConnectedCheck. maxHopCount: Accept and attempt BGP connections to external peers residing on networks that are not directly connected. disableConnectedCheck: Disable connection verification to establish an eBGP peering session with a single-hop peer that uses a loopback interfaceneighborTtlSecurityHops: Secure a BGP peering session and configures the maximum number of hops that separate two external BGP (eBGP) peers. | |||
neighborVersion | False | integer | Specifies the BGP version number. Valid value is 4. The default is to use Version 4. Field level constraints: must be between 4 and 4 (inclusive). (Note: Additional constraints might exist) |
|||
nextHopSelf | True | boolean | If true, enables router as the next hop for a BGP-speaking neighbor or peer group. Default value is false Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
neighborWeight | False | integer | Assign a weight to a neighbor connection. Valid range is from 0 to 65535. Field level constraints: must be between 0 and 65535 (inclusive). (Note: Additional constraints might exist) |
|||
sendCommunity | True | boolean | Specifies that communities attributes should be sent to a BGP neighbor.If true, standard communities are sent to neighbors. Default value is false. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
neighborTransportConnectionMode | False | string | An instance of type NeighborTransportConnectionMode that enables TCP transport session option for a BGP session. Type of connection can be active or passive. | |||
neighborTransportPathMTUDiscovery | False | object | An instance of type NeighborTransportPathMTUDiscovery that enables TCP transport path maximum transmission unit (MTU) discovery. TCP path MTU discovery is enabled by default. | |||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |