- 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:
推薦閱讀
- 大學計算機基礎(第二版)
- Learning Neo4j
- vSphere High Performance Cookbook
- Java應用開發與實踐
- Android 7編程入門經典:使用Android Studio 2(第4版)
- Mastering Swift 2
- Visual Basic學習手冊
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- C++新經典
- HTML5從入門到精通 (第2版)
- INSTANT Yii 1.1 Application Development Starter
- Node學習指南(第2版)
- Clojure for Java Developers
- 深入分析GCC
- JavaScript Concurrency