Print

防火墙90分支删除设备上HTTP/HTTPS后端口还是监听状态

2天前 发表

问题描述

现场设备型号F5000-CN60-D 、版本Version 7.1.064, Release 8890P13,客户需要关闭设备web服务,设备正常执行undo ip https enable、undo ip http enable后,display tcp显示80、443仍是LISTEN状态。

过程分析

Release 8X90有新增URL自动配置功能(且默认处于开启状态),会自动打开tcp 80和443端口,

undo autodeploy url enable命令用来关闭通过URL地址向设备下发配置的功能后,80、443端口正常关闭。

解决方法

undo netconf soap http enable
undo netconf soap https enable
#
undo ip http enable
undo ip https enable
#
undo autode   url   enable