- OpenStack Networking Cookbook
- Sriram Subramanian Chandan Dutta Chowdhury
- 281字
- 2021-07-09 21:40:44
Viewing the VLAN allotted for a Network
Open vSwitch configures the VLAN ID on the virtual port associated with a virtual machine instance. The underlying physical network must also be configured so as to allow the data traffic for the same VLAN ID. Hence, the knowledge of the VLAN ID allotted for a Network is very useful, especially while troubleshooting networking problems. This recipe shows you how to view the VLAN ID allotted for a Network.
Getting ready
The VLAN ID information is available only to users with an administrative role. Hence, for this recipe, you will need the appropriate credentials.
How to do it…
The following steps will show you how to view the VLAN ID allotted for a Network:
- Log in to the OpenStack Horizon dashboard using a user ID with an administrative role.
- In the left navigation menu, click on Admin | System | Networks.
- On the right-hand side, you will get a list of all the Networks in the setup, as shown in the following screenshot:
- To view the details of a particular Network, click on the name of the Network.
- In the preceding screenshot, we can observe that Network Type is vlan.
- Segmentation ID represents the VLAN ID allotted for this particular Network. Therefore, we can see that the VLAN ID of 1001 has been assigned to this Network.
- The same information can be viewed using the
neutron net-show
command of the Neutron CLI, as follows:
推薦閱讀
- Node.js+Webpack開發實戰
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- SSM輕量級框架應用實戰
- 軟件測試技術指南
- Serverless computing in Azure with .NET
- OpenGL Data Visualization Cookbook
- Learning jQuery(Fourth Edition)
- Python程序設計與算法基礎教程(第2版)(微課版)
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Python數據科學實踐指南
- 3ds Max 2018從入門到精通
- Android開發進階實戰:拓展與提升
- Kotlin程序員面試算法寶典
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)