how can i create and import a list in a CLI script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-03-2019 08:09 AM
hi,
Currently, I am working in a project to create a Script to detect Vendor Mac Address and put into appropriate vlan according to their mac address.
I have a question, is it possible to create a list with some variables (all allowed mac addresses) and then import these variable in a CLI script .xsf ?
Thank for your help, I hope I am understandable, and sorry for my bad english ...
Alex
Currently, I am working in a project to create a Script to detect Vendor Mac Address and put into appropriate vlan according to their mac address.
I have a question, is it possible to create a list with some variables (all allowed mac addresses) and then import these variable in a CLI script .xsf ?
Thank for your help, I hope I am understandable, and sorry for my bad english ...
Alex
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-04-2019 07:55 AM
Hi Stephane thank for your answer,
How can i run python in CLI Scripting/UPM script ?
alex
How can i run python in CLI Scripting/UPM script ?
alex
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-03-2019 02:41 PM
Hi,
does it have to be pure CLI Scripting, or can we add some Python? Using some Python implies to run EXOS 15.6 or above.
It would be way simpler to use Python to manipulate lists, while this python script could be used within a CLI Scripting/UPM script.
Best Regards,
Stephane
does it have to be pure CLI Scripting, or can we add some Python? Using some Python implies to run EXOS 15.6 or above.
It would be way simpler to use Python to manipulate lists, while this python script could be used within a CLI Scripting/UPM script.
Best Regards,
Stephane
