本文共 1413 字,大约阅读时间需要 4 分钟。
Virtual Wire模式可以在不改变原有网络拓扑结构的情况下,实现安全。需要两个接口为一组进行绑定。可以实现所有的安全防护功能,支持NAT。同时可以实现安全区域间VLAN Tag的控制。
序号 | 设备名称 | 接口 | 接口信息 | 备注 |
---|---|---|---|---|
1 | R1 | E0/0 | 10.0.0.1/24 | |
2 | SW1 | E0/1 | VLAN2 | |
E0/2 | Trunk | |||
3 | SW2 | E0/1 | VLAN2 | |
E0/2 | Trunk | |||
4 | PA | E1/1 | Virtual Wire | 区域:Untrust |
E1/2 | Virtual Wire | 区域:Trust | ||
5 | R2 | E0/1 | 10.0.0.2/24 | 开启telnet |
R1:------------enconf tinterface e0/0ip address 10.0.0.1 255.255.255.0no shutdownR2:------------enconf thostname R1interface e0/0ip address 10.0.0.2 255.255.255.0no shutdownexitline vty 0 4password cisco
SW1:------------enconf thostname SW1vlan 2exitinterface e0/1switch mode accessno shutdownexitinterface Ethernet0/2 switchport trunk encapsulation dot1q switchport mode trunk exit================================================SW2:------------enconf thostname SW2vlan 2exitinterface e0/1switch mode accessno shutdownexitinterface Ethernet0/2 switchport trunk encapsulation dot1q switchport mode trunk exit
创建Zone Trust和Untrust
【Policy】-【Security】
说明:配置完成后,记得Commit
转载于:https://blog.51cto.com/robingo/2130180