How do I disable L3 without removing the interface's config?

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

How do I disable L3 without removing the interface's config?

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
How do I disable L3 without removing the interface's config?
How do I disable L3 without removing the interface's config?
2023-09-07 02:02:45 - last edited 2023-09-07 08:32:38
Model: T3700G-28TQ  
Hardware Version: V1
Firmware Version: 1.0.6

I'd like to disable the interface so it won't route, but without disabling routing completely nor the VLAN.

 

7b833dd22e644ec483f36949d71fe862

 

If it's not obvious using the GUI as an example, I mean in the CLI. I  was to do this in the CLI. I have the manual with all the commands but I can't seem to find it.

 

Thanks! :)

  0      
  0      
#1
Options
1 Accepted Solution
Re:How do I disable L3 without removing the interface's config?-Solution
2023-09-07 02:08:16 - last edited 2023-09-07 08:32:38

Never mind, I just found it.

 

ssh <switch-addr>

<password>

enable

<password>

config

interface vlan <vlan-id>

shutdown

exit

exit

exit

exit

 

I remember the backups are text files so I just got it from there. Thanks anyway! :)

Recommended Solution
  0  
  0  
#2
Options
1 Reply
Re:How do I disable L3 without removing the interface's config?-Solution
2023-09-07 02:08:16 - last edited 2023-09-07 08:32:38

Never mind, I just found it.

 

ssh <switch-addr>

<password>

enable

<password>

config

interface vlan <vlan-id>

shutdown

exit

exit

exit

exit

 

I remember the backups are text files so I just got it from there. Thanks anyway! :)

Recommended Solution
  0  
  0  
#2
Options

Information

Helpful: 0

Views: 204

Replies: 1

Related Articles