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. :(
- mhite_60883CirrocumulusSorry for my absence from the thread. Getting pulled in a million directions.
- L4L7_53191NimbostratusThanks for the update on this, hopefully they'll help you track this down.
- mhite_60883CirrocumulusLooks like the problem disappeared in the upgrade to 10.2.1 HF3 from 10.2.1 HF1.
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