Working on a python script to automate the commands I use to program some switches. I am trying to come up with a way to determine the MAC addresses of the switches in the stack and input those values into the following commands. - configure stacking node-address aa??cc:dd:ee:ff slot-number <1 - 8>
- configure stacking node-address aa??cc:dd:ee:ff priority <1 - 100>
- configure stacking node-address aa??cc:dd:ee:ff master-capability on
The problems that I am running into specifically are that I need to get and store 3 different MAC addresses (I have 3 switches in this particular stack) and I am not entirely sure how to do that. Also I would be running each of the above commands 3x (once for each switch in the stack.)
Thank you for any help you can give!