11-13-2006 01:57 PM
Hi, I am trying to figure out how to make LMS send out interface commands to 3750 stacks with different numbers and models of switches in them. For example, I want to enable spanning-tree portfast on all the fastethernet ports. Any ideas? Thanks
Solved! Go to Solution.
11-13-2006 02:10 PM
You can use the Baseline Template feature of RME to do this. Your template would look something like:
Submode: interface [#FastEthernet1/0/.*#]
+ spanning-tree portfast
Once you have the template defined, you can deploy the necessary changes to all interfaces that are not compliant (i.e. that do not have portfast enabled already).
11-13-2006 02:10 PM
You can use the Baseline Template feature of RME to do this. Your template would look something like:
Submode: interface [#FastEthernet1/0/.*#]
+ spanning-tree portfast
Once you have the template defined, you can deploy the necessary changes to all interfaces that are not compliant (i.e. that do not have portfast enabled already).
11-16-2006 06:22 AM
Is it possible to apply a configuration like this, but matching only on interfaces that are set to access mode?
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