cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1075
Views
5
Helpful
2
Replies

Using LMS to send out interface commands to switches

gbudd12345
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

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).

View solution in original post

2 Replies 2

Joe Clarke
Cisco Employee
Cisco Employee

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).

Is it possible to apply a configuration like this, but matching only on interfaces that are set to access mode?

Thanks.