gre tunnel
1. configure the tunnel interface of the cisco 7206: 【程序编程相关:Cisco 2621端口限速配置实例】
the second procedure is to set up the gre tunnel and route ipx through it to the cisco 1600. this procedure involves creating the tunnel interface on both routers. the ethernet 0 of the cisco 1600 and the ethernet 1/1 of the cisco 7206 are the endpoints of the tunnel. it will be a simple ip gre tunnel. 【推荐阅读:AS5300语音网关配置】 central7206#conf t enter configuration commands, one per line. end with cntl/z. central7206(config)#interface tunnel 0 central7206(config-if)#tunnel source e 1/1 central7206(config-if)#tunnel destination 192.168.113.2 central7206(config-if)#%lineproto-5-updown: line protocol on interface tunnel0, changed state to up 【扩展信息:vlan间dhcp配置】
... 下一页