防火墙usg2000(1)

更新时间:2023-08-13 15:32:01 阅读量: IT计算机 文档下载

说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。

<USG> system-view
[USG] interface GigabitEthernet 0/0/0
[USG-Ethernet1/0/0] portswitch
[USG-Ethernet1/0/0] port access vlan 200
[USG-Ethernet1/0/0] quit
[USG] interface Vlanif 200
[USG-Vlanif200] ip address 10.1.1.1 24
[USG-Vlanif200] quit
[USG] firewall zone trust
[USG-zone-trust] add interface Vlanif 200


[USG] policy interzone trust local inbound
[USG-policy-interzone-local-trust-inbound] policy 1
[USG-policy-interzone-local-trust-inbound-1] policy source 10.1.1.2 0
[USG-policy-interzone-local-trust-inbound-1] action permit
[USG-policy-interzone-local-trust-inbound-1] quit
[USG-policy-interzone-local-trust-inbound] policy 1 enable
[USG-policy-interzone-local-trust-inbound] quit
[USG] policy interzone trust local outbound
[USG-policy-interzone-local-trust-outbound] policy 2
[USG-policy-interzone-local-trust-outbound-2] policy source 10.1.1.1 0
[USG-policy-interzone-local-trust-outbound-2] action permit
[USG-policy-interzone-local-trust-outbound-2] quit
[USG-policy-interzone-local-trust-outbound] policy 2 enable
[USG-policy-interzone-local-trust-outbound] quit

启动Web管理功能。

[USG] web-manager enableWeb浏览器和USG之间通过HTTPS(HTTP Security)安全协议进行交互时,请执行web-manager security enable port port-number命令启动Web管理功能。具体如下所示:

[USG] web-manager security enable port 1025
配置Web用户。

[USG] aa
a
[USG-aaa] local-user admin password simple Admin@123
[USG-aaa] local-user admin service-type web
[USG-aaa] local-user admin level 3
登录Web。

本文来源:https://www.bwwdw.com/article/behj.html

Top