Forum Discussion
Setting VLAN on a virtual server
Pulling my hair out trying to enable a VLAN for a virtual server. This is what I'm doing -- "v" is the object reference to LocalLB.VirtualServer:
vlan_filter_list = v.typefactory.create('Common.VLANFilterList')
enabled_state = v.typefactory.create('Common.EnabledState')
vlan_filter_list.state = enabled_state.STATE_ENABLED
vlan_filter_list.vlans = ["external"]
v.set_vlan([vip_name], [vlan_filter_list])
Unfortunately, it throws an exception:
xml.sax._exceptions.SAXParseException: :1:49: syntax error
Any ideas? I'm pretty stuck. :(
13 Replies
- mhite_60883
Cirrocumulus
Sorry for my absence from the thread. Getting pulled in a million directions.
Here's an example attempt to open an iControl issue (not this particular issue, but a different one):
iControl - certain calls return empty when using partitions
Case Number C864409
Support said "all iControl support has to go through Devcentral."
I opened a new case per your suggestion and basically said "please escalate this". A new case was open: new case C882637. - L4L7_53191
Nimbostratus
Thanks for the update on this, hopefully they'll help you track this down.
Matt Cauthorn - mhite_60883
Cirrocumulus
Looks like the problem disappeared in the upgrade to 10.2.1 HF3 from 10.2.1 HF1.
Magic!
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
