分类: 系统运维
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
!
!
!