在门户网站做产品seo效果图是怎么做出来的
配置静态路由
这里选择的路由器是AR2220
因为有三个GE接口
 
下面说拓扑图

一、定义AR路由ip地址和下一条
- AR1
 - system-view
 - sysname AR1
 - interface g0/0/0
 - ip address 10.0.0.254 8
 - interface g0/0/1
 - ip address 50.0.0.1 8
 - 下一条代码
 - [AR1]ip route-static 0.0.0.0 0 50.0.0.2
 
AR2
system-view
sysname AR2
interface g0/0/1
ip address 50.0.0.1 8
interface g0/0/0
ip address 60.0.0.1 8
interface g2/0/0
ip address 20.0.0.254 8
下一条代码
[AR2]ip route-static 10.0.
