az peering received-route
Peering received-route.
Commands
az peering received-route list |
Lists the prefixes received over the specified peering under the given subscription and resource group. |
az peering received-route list
Lists the prefixes received over the specified peering under the given subscription and resource group.
az peering received-route list --peering-name
--resource-group
[--as-path]
[--origin-as-validation-state]
[--prefix]
[--rpki-validation-state]
[--skip-token]
Examples
Lists the prefixes received over the specified peering under the given subscription and resource group.
az peering received-route list --as-path "123 456" --origin-as-validation-state "Valid" --peering-name "peeringName" --prefix "1.1.1.0/24" --resource-group "rgName" --rpki-validation-state "Valid"
Required Parameters
The name of the peering.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The optional AS path that can be used to filter the routes.
The optional origin AS validation state that can be used to filter the routes.
The optional prefix that can be used to filter the routes.
The optional RPKI validation state that can be used to filter the routes.
The optional page continuation token that is used in the event of paginated result.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.