Chinaunix首页 | 论坛 | 博客
  • 博客访问: 173051
  • 博文数量: 59
  • 博客积分: 1410
  • 博客等级: 上尉
  • 技术积分: 580
  • 用 户 组: 普通用户
  • 注册时间: 2009-01-21 06:15
文章分类

全部博文(59)

文章存档

2011年(1)

2010年(1)

2009年(57)

我的朋友

分类: 系统运维

2009-05-05 15:27:40

!version 1.3.3E
service timestamps log date
service timestamps debug date
no service password-encryption
!
hostname R1762A
!
!
aaa authentication ppp default local
!
username Rb password 0 yyszx
!
interface FastEthernet0/0
 ip address 172.16.1.1 255.255.255.0
 no ip directed-broadcast
 ip nat inside
!
interface FastEthernet0/3
 ip address 172.16.2.1 255.255.255.0
 no ip directed-broadcast
 ip nat inside
!
interface Serial0/1
 ip address 200.1.1.1 255.255.255.252
 no ip directed-broadcast
 encapsulation ppp
 ppp authentication chap
 ppp chap hostname Ra
 physical-layer speed 2048000
 ip nat outside
!
interface Serial0/2
 no ip address
 no ip directed-broadcast
!
interface Async0/0
 no ip address
 no ip directed-broadcast
!
!
!
!
!
!
router rip
 version 2
 no auto-summary
 network 172.16.1.0 255.255.255.0
 network 172.16.2.0 255.255.255.0
 network 200.1.1.0 255.255.255.252
 
!
!
ip route default 200.1.1.2
!
!
!
!
!
!
!
ip access-list standard 1
 permit any
!
!
!
!
!
ip nat inside source list 1 interface Serial0/1
!
!

 

 

 

 

 


!

!version 1.3.3E

service timestamps log date

service timestamps debug date

no service password-encryption

!

hostname R1762B

!

!

aaa authentication ppp default local

!

username Ra password 0 yyszx

!

interface FastEthernet0/0

 ip address 100.1.1.1 255.255.255.0

 no ip directed-broadcast

!

interface FastEthernet0/3

 no ip address

 no ip directed-broadcast

!

interface Serial0/1

 ip address 200.1.1.2 255.255.255.252

 no ip directed-broadcast

 encapsulation ppp

 ppp authentication chap

 ppp chap hostname Rb

!

interface Serial0/2

 no ip address

 no ip directed-broadcast

!

interface Async0/0

 no ip address

 no ip directed-broadcast

!

!

!

 

 


 

阅读(625) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~