az network express-route peering peer-connection

Manage ExpressRoute circuit peer connections.

Commands

az network express-route peering peer-connection list

Gets all global reach peer connections associated with a private peering in an express route circuit.

az network express-route peering peer-connection show

Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.

az network express-route peering peer-connection list

Gets all global reach peer connections associated with a private peering in an express route circuit.

az network express-route peering peer-connection list --circuit-name
                                                      --peering-name
                                                      --resource-group

Required Parameters

--circuit-name

ExpressRoute circuit name.

--peering-name

Name of BGP peering (i.e. AzurePrivatePeering).

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

az network express-route peering peer-connection show

Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.

az network express-route peering peer-connection show --circuit-name
                                                      --name
                                                      --peering-name
                                                      --resource-group

Required Parameters

--circuit-name

ExpressRoute circuit name.

--name -n

Name of the peering peer-connection.

--peering-name

Name of BGP peering (i.e. AzurePrivatePeering).

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.