Forum Discussion
Tim_18689
Jan 05, 2013Cirrus
Trying to setup basic networking with bigsuds
I am trying write a script to setup basic networking using bigsuds. I am having trouble creating a vlan. I am novice at scripting so I must be making an error.
Here is the simple script t...
JerryMac_150114
Sep 23, 2014Historic F5 Account
Creating a VLAN with more then one interface added.
Platform.Networking.VLAN.create_v2(
vlans = ['testVLAN01'],
vlan_ids = [1001],
members = [[{'member_name': '1.1', 'member_type': 'MEMBER_INTERFACE', 'tag_state': 'MEMBER_UNTAGGED'},
{'member_name': '1.2', 'member_type': 'MEMBER_INTERFACE', 'tag_state': 'MEMBER_UNTAGGED'}]],
failsafe_states = ['STATE_DISABLED'],
timeouts = [90]
)
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects