instance
routing/bgp/instance
Conditions: !smips
Type: Directory
| Flag | Name | Description |
|---|---|---|
| X | disabled | disabled |
| I | inactive | inactive |
| Argument | Type | Description |
|---|---|---|
| name | string | |
| routing-table ( unset ) | enum | Name of the routing table, to install routes in. |
| vrf ( unset ) | enum | Name of the VRF BGP connections operate on. By default always uses the "main" routing table. |
| router-id ( unset ) | alt { ip: ipAddr , name: enum } | BGP Router ID to be used. Use the ID from the Equal router-ids are also used to group peers into one instance. |
| as ( unset ) | super { as: as , [sub-as] [ /as] } | 32-bit BGP autonomous system number. Enter the value in AS-Plain or AS-Dot formats. Configure BGP confederation using the following format: confederation_as/as. For example, if your AS is 34 and your confederation AS is 43, set as=43/34. |
| cluster-id ( unset ) | ipAddr | For route reflector instances, specify the cluster ID of the route reflector cluster. This attribute identifies routing updates from other route reflectors in the cluster to avoid routing information loops. Typically, only one route reflector exists per cluster; in this case, do not configure 'cluster-id' and BGP router ID is used instead. |
| ignore-as-path-len ( unset ) | bool | Ignore the AS_PATH attribute in the BGP route selection algorithm. Applies to input. |
| multipath ( unset ) | num | Install the specified number of ECMP routes received by add-path or selected by best path selection. |
| always-compare-med ( unset ) | bool |