cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2250
Views
0
Helpful
1
Replies

Easy CATOS question regarding using the 'clear' command

mccmhtac1
Level 1
Level 1

ok, it's been a while since I worked with catos.

I have a switch that has several lines in the config I need to remove. This is a production switch so I cannot reboot it. I see lines in the sh config. for example:

I see this line:

set trunk 3/1 on dot1q 200,700,1006-1024

When I issue the command

CLear trunk 3/1 dot1q 200

I do a show config and then see them both:

clear trunk 3/1 1-199,201-699,701-1005,1025-4094

set trunk 3/1 on dot1q 200,700,1006-1024

I need to erase / remove commands from the running config, how do I get rid of them?

thx

1 Accepted Solution

Accepted Solutions

Richard Michael
Cisco Employee
Cisco Employee

Hello Brain,

Try using this command,

set trunk 3/1 off dot1q 200,700,1006-1024

or

clear trunk 3/1 on dot1q 200,700,1006-1024

Thanks,

Richard

*Rate useful posts

View solution in original post

1 Reply 1

Richard Michael
Cisco Employee
Cisco Employee

Hello Brain,

Try using this command,

set trunk 3/1 off dot1q 200,700,1006-1024

or

clear trunk 3/1 on dot1q 200,700,1006-1024

Thanks,

Richard

*Rate useful posts