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 never used TCL before, so I need some help making a script. The script should run on a ie3000 switch.
1: it needs to find the MAC address of a device (AP1562) connected to an interface.
2: the MAC address should be put into a variable.
3: the ...
HI Joe.
here are the steps to do this manually from the Ie3000 (IOS 15.x.x.x)
1: show mac address-table interface fa1/8
2: ssh {ip address WLC} username password
3: config flexconnect group {flex-connect group name} ap add {AP MAC address}
4: Co...