- 1、本文档共66页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
UC Start Kit 2 – 会议系统
UC Start Kit 2 – 会议系统
2.1 网络结构图
2.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 互
通,节省通信费用。
7) 使用MPE 和CME 集成,远程员工和总部员工可以开voice/web 会议
2.3 配置步骤
2.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
//重启设备
2.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
2.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
您可能关注的文档
- 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
- 职业技术学院2024级工业机器人技术(安装与维护)专业人才培养方案.docx
- 职业技术学院2024级应用化工技术专业人才培养方案.pdf
- 职业技术学院2024级软件技术(前端开发)专业人才培养方案.pdf
- 职业技术学院2024软件技术专业人才培养方案.docx
- 职业技术学院2024级信息安全技术应用(安全运维)专业人才培养方案.docx
- 职业技术学院2024级新能源汽车检测与维修技术(车辆鉴定与评估)专业人才培养方案.pdf
- 职业技术学院2024级石油炼制技术专业人才培养方案.pdf
- 职业技术学院2024级环境监测技术专业人才培养方案.docx
- 职业技术学院2024级汽车制造与试验技术专业人才培养方案.pdf
- 职业技术学院2024级信息安全技术应用专业人才培养方案.pdf
文档评论(0)