cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1764
Views
0
Helpful
12
Replies

update configration with RME

raindrop18
Level 1
Level 1

I have this scenario and i am looking for which LMS apps help me to do the job.

interface FastEthernet0/15

description *** test1 ***

switchport trunk allowed vlan 200,201,202

switchport mode trunk

and I want to change the switchport configration to

"switchport trunk allowed vlan 300,301,302,303,304,305"  and I want remove the old one.

Note - I have dozens of switch with this same configuration but the port is not the same. some switch on port 4 other 5 other 6 so on. I am thinking the compliance job, but not sure. net config can be work but since the port is not consistent I don't think it's work( I could be wrong) any suggestion highly appreciated. Thanks, Paul

3 Accepted Solutions

Accepted Solutions

Hi,

I just tested this template on my lab and it appears to work as per your requirements:

Name: Checktrunks
IsPrereq: Yes
Sub-mode: interface [#FastEthernet.*#]
Body:

+ switchport mode trunk
+ description [#test-.*#]
Name: SetAllowedVlans
IsPrereq: No
Parent:
Checktrunks
Prereq: Checktrunks
Body:

-
switchport trunk allowed vlan 200,201,202
+ switchport trunk allowed vlan 300,301,302,303,304,305

Let me know if this works.

Andres.

View solution in original post