03-04-2009 10:26 AM - edited 03-06-2019 04:23 AM
Does anyone know if there is an excel template that has basic router or switch configuration commands where all you do is type in the value or option then it exports into text or csv? I'm not interested in gui interfaces.
see attached..
It probably does not exist b/c of changes IOS version as well as differences b/t models but I'm just curious.
Thanks,
Bernie
03-04-2009 01:37 PM
Have you tried using Smartports Macros?
Configuring Smartports Macros
This is dependent on the model of your switch. This is applicable to the low-end switch up to the high-end ones.
To verify, just type in the command "show parser macro brief".
Hope this helps you.
03-04-2009 01:48 PM
I've created a small macro for you to use.
macro name MyMacro
hostname $host
clock timezone PST -8
username admin password 7 $password
ip domain-name $dom-name
# Keywords: $host
# Keywords: $password
# Keywords: $dom-name
If you need to invoke this macro, do the following:
conf t
#macro global apply MyMacro $host MYSWITCH $password Cisco $dom-name acme.cayote.com
Does this help?
03-05-2009 11:49 AM
Yes, Thank you both for your help.
03-06-2009 04:25 PM
Please rate if this is successful. Thanks.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide