Skip to content

Instantly share code, notes, and snippets.

@vicenteg
Last active December 21, 2015 02:29
Show Gist options
  • Save vicenteg/6235768 to your computer and use it in GitHub Desktop.
Save vicenteg/6235768 to your computer and use it in GitHub Desktop.
Configuration stanza for a SeaMicro node that will run openstack.
ver 07.4.00bT203
!
vlan 1 name DEFAULT-VLAN by port
router-interface ve 1
!
vlan 100 name selab-atom by port
untagged ethe 26
router-interface ve 100
!
vlan 199 name openstack-deploy by port
tagged ethe 4 to 5
router-interface ve 199
!
vlan 200 name openstack-public by port
tagged ethe 4 to 5
router-interface ve 200
!
vlan 203 name openstack-novanetwork_0 by port
tagged ethe 4 to 5
router-interface ve 203
!
ip route 0.0.0.0 0.0.0.0 192.168.142.1
!
logging host 192.168.142.251 udp-port 10514
clock summer-time
clock timezone us Pacific
sntp server 10.1.1.10 3
sntp server 10.1.1.254 3
sntp poll-interval 30
!
interface management 1
ip address 192.168.142.2 255.255.255.0
!
interface ethernet 4
dual-mode 199
!
interface ethernet 5
dual-mode 199
!
interface ve 1
ip address 10.1.1.1 255.255.255.0
!
interface ve 100
ip address 10.10.10.1 255.255.255.0
!
interface ve 199
ip address 10.20.0.1 255.255.255.0
!
interface ve 200
ip address 10.3.0.1 255.255.254.0
!
interface ve 203
ip address 10.5.0.1 255.255.255.0
!
!
end
selab# show running-config server id 55/0 nic
server id 55/0
nic 0
tagged-vlan 200
untagged-vlan 199
!
nic 1
tagged-vlan 201
!
nic 2
tagged-vlan 202
!
nic 3
tagged-vlan 203-210
!
nic 4
!
nic 5
!
nic 6
!
nic 7
!
!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment