Cisco认证考试重要知识辅导(32)
09-20
0
PSTN
  电话网络(PSTN)是目前普及程度最高、成本最低的公用通讯网络,它在网络互连中也有广泛的应用。电话网络的应用一般可分为两种类型,一种是同等级别机构之间以按需拨号(DDR)的方式实现互连,一种是ISP为拨号上网为用户提供的远程访问服务的功能。
1. 远程访问
1.1.Access Server基本设置:
选用Cisco2511作为访问服务器,采用IP地址池动态分配地址.远程工作站使用WIN95拨号网络实现连接。
全局设置:
任务  命令
设置用户名和密码  username username password password
设置用户的IP地址池  ip local pool {default | pool-name low-ip-address [high-ip-address]}
指定地址池的工作方式  ip address-pool [dhcp-proxy-client | local]
基本接口设置命令:
任务  命令
设置封装形式为PPP  encapsulation ppp
启动异步口的路由功能  async default routing
设置异步口的PPP工作方式  async mode {dedicated | interactive}
设置用户的IP地址  peer default ip address {ip-address | dhcp | pool [pool-name]}
设置IP地址与Ethernet0相同  ip unnumbered ethernet0
line拨号线设置:
任务  命令
设置modem的工作方式  modem {inout|dialin}
自动配置modem类型  modem autoconfig discovery
设置拨号线的通讯速率  speed speed
设置通讯线路的流控方式  flowcontrol {none | software [lock] [in | out] | hardware [in | out]}
连通后自动执行命令  autocommand command
访问服务器设置如下:
Router:
hostname Router
enable secret 5 $1$EFqU$tYLJLrynNUKzE4bx6fmH//
!
interface Ethernet0
ip address 10.111.4.20 255.255.255.0
!
interface Async1
ip unnumbered Ethernet0
encapsulation ppp
keepalive 10
async mode interactive
peer default ip address pool Cisco2511-Group-142
!
ip local pool Cisco2511-Group-142 10.111.4.21 10.111.4.36
!
line con 0
exec-timeout 0 0
password cisco
!
line 1 16
modem InOut
modem autoconfigure discovery
flowcontrol hardware
!
line aux 0
transport input all
line vty 0 4
password cisco
!
end
相关调试命令:
show interface
show line

相关内容

热门资讯

2012年思科认证(CCNP)... 2012年思科认证(CCNP)考试复习指导6
2012年思科认证(CCNP)... 2012年思科认证(CCNP)考试复习指导3
Cisco考试再认证常见问题4 Cisco考试再认证常见问题4
思科推进中国泛海网络建设 思科推进中国泛海网络建设
Cisco认证问答:我能在考试... Cisco认证问答:我能在考试的时候带计算器吗?
2012年思科认证(CCNP)... 2012年思科认证(CCNP)考试复习指导8