h3c禁止外网telnet及web
禁用外网telnet
[SecPath-F1000]telnet server acl 2010
加:禁止外网web访问
[SecPath-F1000]ip http acl 2010
[SecPath-F1000]ip https acl 2010
允许外网telnet
[SecPath-F1000]undo telnet server acl 2010
----------以下保留不动,上面是通过是否引用该acl来控制外网是否能telnet
#
acl basic 2010
description use for deny wan telnet
rule 5 permit source 172.16.0.0 0.0.255.255
rule 10 deny
#