- 1、本文档共39页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
UC Start Kit 3 - 随身电话系统
UC Start Kit 3 – 随身电话系统
3.1 网络结构图
3.2 客户需求
1) Cisco2811 路由器的G0/0 做外网接口IP 为/29,G0/1 做内网接口
IP/24
2) 内网 网段通过PAT 上Internet
3) 2811 做EzVPN Server
4) 2811 做CCME
5) 2811 做语音网关(FXO 连接到PSTN 或企业现用的PBX),使IP 电话能和PSTN 电话互通
6) 远程用户使用IP Communicator 通过VPN 注册到CCME,和公司内部电话互通或PSTN 互
通。
3.3 配置步骤
3.3.1 清空2811 出厂缺省配置
使用console 线连接设备console 口进行配置
缺省用户名/密码:cisco
Username: cisco
Password: cisco
% Password expiration warning.
Cisco Router and Security Device Manager (SDM) is installed on this device and
it provides the default username cisco for one-time use. If you have already
used the username cisco to login to the router and your IOS image supports the
one-time user option, then this username has already expired. You will not be
able to login to the router with this username after you exit this session.
It is strongly suggested that you create a new username with a privilege level
of 15 using the following command.
username myuser privilege 15 secret 0 mypassword
Replace myuser and mypassword with the username and password you want to
use.
yourname#erase startup-config
//删除nvram 中的启动配置文件
Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]
[OK]
Erase of nvram: complete
*Jan 5 07:28:23.843: %SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram
yourname#reload
//重启设备
3.3.2 配置接口IP
配置G0/0 接口地址
Routeren
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int g0/0
Router(config-if)#ip add 48
Router(config-if)#no shut
配置G0/1 接口地址
Router(config)#int g0/1
Router(config-if)#ip add
Router(config-if)#no shut
配置默认路由
Router(config)#ip route
3.3.3 配置PAT
Router(config)#access-list 101 permit ip 55 any
Router(config)#ip nat source list 101 interface g0/0 overload
Router(config)#int g0/0
Router(config-if)#ip nat outside
Router(config)#int g0/1
Router(config-if)#ip nat insideside
3.3.4 配置VPN
使用SDM 图形化界面配置VPN
您可能关注的文档
- TS系列交流伺服驱动器使用手册.pdf
- TV-V6-2016-S2电视原理课件.pdf
- TXZ智能压力开关NN.pdf
- Twin双线润滑系统.pdf
- TST使用说明书.pdf
- TY-06微机小电流接地选线装置正式版本-定位-2012.pdf
- TY-07微机小电流接地选线装置正式版本2014.pdf
- U211B-XY相位控制电路.pdf
- TYD-51-1使用说明书.pdf
- T型梁制造全过程.pdf
- 新高考生物二轮复习讲练测第6讲 遗传的分子基础(检测) (原卷版).docx
- 新高考生物二轮复习讲练测第12讲 生物与环境(检测)(原卷版).docx
- 新高考生物二轮复习讲练测第3讲 酶和ATP(检测)(原卷版).docx
- 新高考生物二轮复习讲练测第9讲 神经调节与体液调节(检测)(原卷版).docx
- 新高考生物二轮复习讲练测第11讲 植物生命活动的调节(讲练)(原卷版).docx
- 新高考生物二轮复习讲练测第8讲 生物的变异、育种与进化(检测)(原卷版).docx
- 新高考生物二轮复习讲练测第5讲 细胞的分裂、分化、衰老和死亡(讲练)(原卷版).docx
- 新高考生物二轮复习讲练测第5讲 细胞的分裂、分化、衰老和死亡(检测)(原卷版).docx
- 新高考生物二轮复习讲练测第12讲 生物与环境(讲练)(原卷版).docx
- 新高考生物二轮复习讲练测第11讲 植物生命活动的调节(检测)(原卷版).docx
文档评论(0)