# cmd

* usage\_audit.py，检测存在哪些网络资源（包括网络、子网、端口、路由器和浮动IP），显示它们的信息。
* sanity\_check.py，进行一些简单的检查，包括是否支持vxlan，是否支持patch端口，是否支持nova的notify等。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yeasy.gitbook.io/openstack_code_neutron/neutron/cmd.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
