Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a small tcl script that I'm executing with tclsh on an IE3010 switch. The script only contains a number of ios_config rows and changes the configuration in various ways. Everything works as expected, the only row that fails is the following:
...
Hello!I have the following code to add a VLAN to a VLAN group:
def add_vlan_to_vlan_group(self, vlan, vlan_name, vlan_group):
"""Adding vlan to vlan group. Very important that vlan group
name given is exactly the same as shown in ...