Juniper 5GT透明模式配置

简介:
命令总结:
1、unset int untrust ip      清除untrust接口IP
2、unset int trust ip          清除trust接口IP
3、set interface vlan1 ip 192.168.0.44/24 添加VLAN1的IP地址,此为管理IP。
4、set int vlan1 manage web      定义管理方式
5、set int untrust v1-untrust 把untrust添加到v1-untrust虚拟接口
6、set int trust v1-trust 把trust添加到v1-trust虚拟接口
7、set policy id 2 from "V1-Trust" to "V1-Untrust" "Any" "Any" "ANY" permit

   set policy id 3 from "V1-Untrust" to "V1-Trust" "Any" "Any" "ANY" permit   添加访问策略





本文转自 yhw85 51CTO博客,原文链接:http://blog.51cto.com/yanghuawu/662449,如需转载请自行联系原作者

相关文章
|
6月前
|
负载均衡 大数据 网络虚拟化
大二层—多链接透明互联协议如何工作
【2月更文挑战第11天】大二层就引入了 TRILL(Transparent Interconnection of Lots of Link),即多链接透明互联协议。它的基本思想是,二层环有问题,三层环没有问题,那就把三层的路由能力模拟在二层实现。
|
Kubernetes 负载均衡 安全
ACMG 2.0支持零信任网络模式
ACMG 2.0支持零信任网络模式
163 1
|
监控 负载均衡 网络安全
【干货】思科ASA防火墙上配置透明模式的Failover Active/Acitve
【干货】思科ASA防火墙上配置透明模式的Failover Active/Acitve
606 0
【干货】思科ASA防火墙上配置透明模式的Failover Active/Acitve
|
Shell 网络安全 网络虚拟化