How to disable ports 80 and 443 on mid to low-end routers

2024-06-28 15:43:16 Published
  • 0 Followed
  • 0Collected ,3622Browsed

Network Topology

NULL

Problem Description

In display tcp, I see port 80 and port 443, and now I want to close web access:


Process Analysis

Use the following command to close:

undo ip http enable 
 undo ip https enable 
 undo autodeploy url enable



Solution

Only configuring undo IP HTTP enable and undo IP HTTPS enable cannot remove port 80 and port 443 from display TCP. Only after typing undo auto deploy URL enable can these two ports be removed. Both are indispensable, that is, only undo self-deploy URL enable without undo IP HTTP enable, and port 80 cannot be removed in dis TCP:


Please rate this case:   
0 Comments

No Comments

Add Comments: