» nsxt_logical_tier0_router

This data source provides information about logical Tier 0 routers configured in NSX. A Tier 0 router is used to connect NSX networking with traditional physical networking. Tier 0 routers are placed on an Edge cluster and will exist on one or more Edge node depending on deployment settings (i.e. active/active or active/passive). A Tier 0 router forwards layer 3 IP packets and typically peers with a traditional physical router using BGP or can use static routing.

» Example Usage

data "nsxt_logical_tier0_router" "tier0_router" {
  display_name = "PLR1"
}

» Argument Reference

  • id - (Optional) The ID of Logical Tier 0 Router to retrieve.

  • display_name - (Optional) The Display Name prefix of the Logical Tier 0 Router to retrieve.

» Attributes Reference

In addition to arguments listed above, the following attributes are exported: