您所在的位置: 首页 > 组网建网 > 路由技术 > 路由器基础知识 >

广域网协议设置(3)

http://network.51cto.com  2005-11-03 18:22    ChinaITLab  我要评论(0)
  • 摘要:本文介绍广域网协议设置
  • 标签:协议
3.Access Server 实例
 
Router:
hostname Router
enable secret 5 $ 1$EFqU$tYLJLrynNUKzE4bx6fmH//
chat-script cisco-default ABORT ERROR "" "AT Z"OK "ATDT \T"TIMEOUT 30 \c CONNE
interface Ethernet0
--ip address 10.111.4.20 255.255.252.0
interface Async1
--ip unnumbered Ethernet0
cencapsulation ppp
--keepalive 10
--async mode interactive
--peer default ip address pool Cisco 2511-Group-142
--ppp authentication pap
ip local pool Cisco2511-Group-142 10.111.4.21 10.111.4.36
tacacs-server host 10.111.4.2
line 1
--script dialer cisco-default
--login authentication tacacs
--modem InOut
--modem autoconfigure discovery
--flowcontrol hardware


共4页: 上一页 [1] [2] 3 [4] 下一页
【内容导航】
RIP路由协议专栏
SIP协议融合语音视频通信
IPv6协议拓展网络无限空间
SIP协议---NGN网络的核心协议
TCP/IP协议专题
 
 验证码: (点击刷新验证码)   匿名发表
  • 亮剑.NET. 图解C#开发实战

  • 作者:李新峰 付志涛 缪勇
  • 本书采用全新的图解思路,分3篇介绍使用微软C#语言开发实际应用程序的基本知识。第1篇包括10章,介绍了C#语言的基础知识,主要..
Copyright©2005-2009 51CTO.COM 版权所有