主站首页设为首页收藏本站
新闻 互联网 IT教育 IT业界教育 中国IT教育 数字网校 21世纪IT人才网网络 Cisco 华为 锐捷系统 Windows Linux 嵌入式系统数据库 Oracle Mysql MSSQL
软件 Java技术 C/C++编程 .net开发 软件测试 游戏开发 Web开发 桌面开发硬件 网络设备 服务器 存储IT基础 网页设计 平面设计 多媒体 工具软件 即时通讯
安全中心数据中心项目管理专题中心 路由交换 网络技术 操作系统下载中心 认证 网络 系统 安全 程序 数据库 平面 视频 方案社区 论坛 博客 沙龙 周刊

中国IT实验室-IT社区

 找回密码
 注.册

用新浪微博连接

一步搞定

QQ登录

只需一步,快速开始

查看: 2161|回复: 0

cisco6509网通电信双线路由成功! [复制链接]

Rank: 1

威望
0 级
经验值
2 点
积分
13
帖子
6
发表于 2007-8-2 15:00:34 |显示全部楼层

第一步:
配置cnc接口:
interface GigabitEthernet5/1
ip address 60.10.135.11 255.255.255.224
ip nat outside

配置tel接口:
interface GigabitEthernet5/9
ip address 219.148.157.22 255.255.255.252
ip nat outside

配置内网接口:
interface GigabitEthernet5/2
ip address 192.168.0.1 255.255.255.0
ip nat inside

第二步:配置accelist-list

access-list 100 permit ip 192.168.0.0 0.0.0.255 any

第三步:分别配置cnc和tel的地址池
ip nat pool pool2 60.10.135.11 60.10.135.11 netmask 255.255.255.224
ip nat pool pool1 219.148.157.22 219.148.157.22 netmask 255.255.255.252

第四步:配置两个route-map

route-map isp2 permit 10
match ip address 100
match interface GigabitEthernet5/1
!
route-map isp1 permit 10
match ip address 100
match interface GigabitEthernet5/9

第五步:配置两个nat

ip nat inside source route-map isp1 pool pool1 overload
ip nat inside source route-map isp2 pool pool2 overload

第六步:配置路由
缺省从电信走:ip route 0.0.0.0 0.0.0.0 219.148.157.21
目的地址是网通的走网通,例如p route 202.99.168.0 255.255.248.0 60.10.135.1
将全国的网通地址段全部添加上即可完成。唉,魂牵梦绕的她终于走到了我跟前。

[ 本帖最后由 weibaochen 于 2007-8-2 15:14 编辑 ]
您需要登录后才可以回帖 登录 | 注.册

Archiver|中国IT实验室 ( 京ICP证110248号 )  

GMT+8, 2012-2-13 11:08

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部