Modem接入Console口实现远程拨号连接

 
 
用户配置需求说明:
总公司 PC 能够使用 PSTN 模拟电话线路通过 modem 拨号至分公司的 Cisco 2611 console 口,从而进行 Exec 管理操作。
 
实现方法与步骤:
1、  Modem PC ,通过“ HyperTerminal ”对 Modem 进行初始化配置。具体初始化内容如下:
AT&F0: Set to Factory Defaults(no Flow Control).
AT&S0=1: Auto Answer on first ring.
AT&C1: Uses the actual state of the carrier from the remote modem for the Data Carrier Detect.
AT&D2: DTR going off triggers modem disconnect,sends OK result code, and disables auto answer while DTR is OFF.
AT&K0: Disable Data Compression.
AT&W: Store configuration to NVRAM.
(Note: 不做以上配置或做了不一致的配置并不代表无法实现与 console 口的正常连接 )
 
2、  使用 RJ45-to-DB9 的转换头,用直连线接 Cisco2611 console 口和转换头的 RJ45 口, DB9 接头连 Modem RS232 口,再将号码为 ” 51000000” 的模拟话线接入 Modem ”Line” 口。(如果 Modem DB25 口,则使用 RJ45-to-DB25 转接头)
 
3、  为了登陆后的安全,再 Cisco2611 中做如下配置:
a) 配置 Idle time (此例中为 2 分钟)
Cisco2611(config)#console timeout 2
或者
Cisco2611(line-con)#exec-timeout 2 0
b) 配置 enable pass (此例中为 test
Cisco2611(config)#enable password test
c) 配置 line console 的连接速率(此例中为 115200 byte/s
Cisco2611(line-con)#speed 115200
 
4、  远程 PC 通过 HyperTerminal 建立拨号连接。
a) 创建拨号连接,拨叫号码为模拟电话(此例中假设为 02151000000
 
b) 更改拨叫配置。速率为 115200bps No Data Compression No Flow Control.
 
 
c) 数据位 8 ,无奇偶校验,停止位 1 .
 
        
 
5、  拨叫后出现光标闪烁并能进行输入操作,表示连接成功,输入 enable 密码后即可进行操作。如果无法成功连接,建议检查 modem 的初始配置和速率、流控等参数是否正确。
 
附录: Cisco 关于 Modem 接入 Console 的优势与劣势,请详见[url]http://www.cisco.com/en/US/products/ps6120/products_tech_note09186a00807955c1.shtml[/url]

本文出自 “自#己@自$在~” 博客,转载请与作者联系!

你可能感兴趣的:(console,职场,休闲,MODEM,拨号连接)