Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • O OpenStack-Cloud
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Christopher Hauser
  • OpenStack-Cloud
  • Wiki
  • sdn switch

sdn switch · Changes

Page history
hzn53 created page: opendaylight authored Oct 14, 2014 by Christopher Hauser's avatar Christopher Hauser
Show whitespace changes
Inline Side-by-side
sdn-switch.markdown
View page @ 1362d297
......@@ -33,4 +33,23 @@ From the administrator-mode you can enter the __configure-mode__ where you can s
tbd
### configure mode
tbd
#### Set allowed VLANs on a switch port
1. Change to configure mode.
```
> enable
# configure
```
2. Define the VLANs
```
(config) vlan 1200-1710
```
3. For each port add allowed VLANs (e.g. 0/25)
```
(config) interface gigabitethernet 0/25
[ (config-if) show ]
(config-if) switchport trunk allowed vlan add 1200-1710
(config-if) write
[ (config-if) top ]
```
Clone repository
  • Add Computenode to Beta cluster
  • disk partitioning
  • eth if names
  • ganglia
  • Home
  • ipmitool
  • kickstart
  • networking
  • neutron external
  • nova migration
  • omi clusterlab addnode
  • omi clusterlab index
  • omi clusterlab nodes
  • opendaylight
  • openstack export image
View All Pages