How would this work for virtual servers? Customer has about a dozen Citrix Xen Server Hosts each with about 20 virtual servers and they would want to move the VM's one at a time.
I have different configs on some ports for the same VLAN as below (I have included an abstract of some of the config) , how do I ensure that the ports in question are able to process traffic for both my existing server VLAN which is VLAN6 and my new server VLAN which is to be VLAN60? I want to be able to pass traffic on both until the server ip address modifications have been completed.
interface vlan 2 name "Phone" exit interface vlan 3 name "UsersTL00" routing ip address 192.168.103.7 255.255.255.0 exit interface vlan 6 name "ServersTL00" routing ip address 152.114.10.105 255.255.0.0 exit interface vlan 8 name "Wifi" exit interface vlan 18 name "SRVISA DMZ" exit
interface vlan 19 name "GCSX" exit interface vlan 20 name "SRVISA02 DMZ" exit interface vlan 21 name "Netscaller Firewall" exit interface vlan 101 name "Management" routing ip address 192.168.101.7 255.255.255.0 exit interface vlan 115 name "VIManagement" routing ip address 192.168.115.2 255.255.255.0 no ip proxy-arp exit interface vlan 116
name "Storage" exit interface vlan 117 name "IDRAC" routing no ip proxy-arp exit interface vlan 118 name "DMZ" routing
interface ethernet 1/g5 spanning-tree portfast switchport mode general switchport general pvid 115 no switchport general acceptable-frame-type tagged-only switchport general allowed vlan add 115 switchport general allowed vlan add 6 tagged switchport general allowed vlan remove 1
interface ethernet 1/g13 spanning-tree portfast switchport mode general switchport general pvid 6 no switchport general acceptable-frame-type tagged-only switchport general allowed vlan add 6 switchport general allowed vlan add 8,18-21,118 tagged switchport general allowed vlan remove 1
garyo1971
4 Posts
0
August 2nd, 2012 06:00
Thanks for your reply
How would this work for virtual servers? Customer has about a dozen Citrix Xen Server Hosts each with about 20 virtual servers and they would want to move the VM's one at a time.
garyo1971
4 Posts
0
August 7th, 2012 04:00
Many thanks for this,
I have different configs on some ports for the same VLAN as below (I have included an abstract of some of the config) , how do I ensure that the ports in question are able to process traffic for both my existing server VLAN which is VLAN6 and my new server VLAN which is to be VLAN60? I want to be able to pass traffic on both until the server ip address modifications have been completed.
interface vlan 2
name "Phone"
exit
interface vlan 3
name "UsersTL00"
routing
ip address 192.168.103.7 255.255.255.0
exit
interface vlan 6
name "ServersTL00"
routing
ip address 152.114.10.105 255.255.0.0
exit
interface vlan 8
name "Wifi"
exit
interface vlan 18
name "SRVISA DMZ"
exit
interface vlan 19
name "GCSX"
exit
interface vlan 20
name "SRVISA02 DMZ"
exit
interface vlan 21
name "Netscaller Firewall"
exit
interface vlan 101
name "Management"
routing
ip address 192.168.101.7 255.255.255.0
exit
interface vlan 115
name "VIManagement"
routing
ip address 192.168.115.2 255.255.255.0
no ip proxy-arp
exit
interface vlan 116
name "Storage"
exit
interface vlan 117
name "IDRAC"
routing
no ip proxy-arp
exit
interface vlan 118
name "DMZ"
routing
interface ethernet 1/g5
spanning-tree portfast
switchport mode general
switchport general pvid 115
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 115
switchport general allowed vlan add 6 tagged
switchport general allowed vlan remove 1
interface ethernet 1/g13
spanning-tree portfast
switchport mode general
switchport general pvid 6
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 6
switchport general allowed vlan add 8,18-21,118 tagged
switchport general allowed vlan remove 1
interface port-channel 12
description 'rack3 to core stack'
switchport mode trunk
switchport trunk allowed vlan add 2-3,6,8,18-21,101,115-118
switchport trunk allowed vlan remove 1
exit
Thnx
garyo1971
4 Posts
0
August 7th, 2012 04:00
Sorry I also have ports on other switches in Access mode as below
interface range ethernet 1/e1,1/g2,4/g(1-2)
switchport access vlan 6
Should these be changed to General and the new VLAN60 added?