Chinaunix首页 | 论坛 | 博客
  • 博客访问: 133503
  • 博文数量: 14
  • 博客积分: 2000
  • 博客等级: 大尉
  • 技术积分: 565
  • 用 户 组: 普通用户
  • 注册时间: 2006-12-07 01:07
文章分类

全部博文(14)

文章存档

2011年(1)

2009年(4)

2008年(9)

我的朋友

分类: 系统运维

2008-07-28 15:39:04

第11章 广域网协议
规划和设计:根据客户需求选择WAN服务;
实现和操作:实现简单的WAN服务;
故障排除:进行简单的WAN故障排除;
技术:评价WAN的主要特点;
1、在Cisco路由器上配置PPP
  config t
  int s0
  encapsulation ppp
  配置PPP认证
  config t
  hostname RouterA
  username RouterB password cisco
  …………………………………………
  config t
  int s0
  ppp authentication chap pap
  show int s0
2、帧中继的实现和监控
  config t
  int s0/0
  encapsulation frame-relay
  ip address 172.16.20.1 255.255.255.0
  frame-relay lmi-type ansi
  frame-relay interface-dlci 101
3、ISDN和路由器
  config t
  isdn switch-type basic-ni
  int bri0
  encap ppp
  isdn spid1 086506610100 8650661
  isdn spid2 086506620100 8650662
  isdn switch-type basic-ni
  isdn dialer map ip address name name connection number
  ip address address mask
4、配置拨号信息
  config t
  int bri0
  ip address 172.16.60.1 255.255.255.0
  no shut
  encapsulation ppp
  dialer-group 1
  dialer string 8350661
  dialer map ip 172.116.60.2 name 804B 8350661
 
 
阅读(700) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~