NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
RouteDetails (schema)
BGP route details
BGP route details.
| Name | Description | Type | Notes |
|---|---|---|---|
| as_path | AS path BGP AS path attribute. |
string | Readonly |
| esi | Ethernet Segment Identifier Ethernet Segment Identifier for EVPN routes. |
string | Readonly |
| eth_tag | Ethernet Tag Ethernet Tag ID for EVPN routes. |
integer | Readonly |
| evpn_route_type | EVPN Route Type EVPN route type for EVPN routes. |
integer | Readonly |
| local_pref | Local preference BGP Local Preference attribute. |
integer | Readonly |
| med | Multi Exit Discriminator BGP Multi Exit Discriminator attribute. |
integer | Readonly |
| network | CIDR network address CIDR network address. |
IPCIDRBlock | Required Readonly |
| next_hop | Next hop IP address Next hop IP address. |
IPAddress | Readonly |
| rd | Route Distinguisher BGP Route Distinguisher attribute. |
string | Readonly |
| rmac | Router MAC Router MAC address for EVPN routes. |
string | Readonly |
| rmac_len | Router MAC Length Router MAC address length for EVPN routes. |
integer | Readonly |
| weight | Weight BGP Weight attribute. |
integer | Readonly |