Chinaunix首页 | 论坛 | 博客
  • 博客访问: 463378
  • 博文数量: 132
  • 博客积分: 2995
  • 博客等级: 少校
  • 技术积分: 1412
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-06 20:14
文章分类

全部博文(132)

文章存档

2010年(2)

2008年(21)

2007年(109)

我的朋友

分类:

2007-03-11 09:46:10

Building configuration...
Current configuration : 1240 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname  aaa
!
logging queue-limit 100
enable secret 5 ***************
!
ip subnet-zero
ip name-server 202.96.69.38
ip name-server 202.96.64.68
!
vpdn enable
!
vpdn-group PPPoe
 request-dialin
  protocol pppoe
!
!
!
!
interface Ethernet0
 ip address 192.168.0.200 255.255.255.0
 ip nat inside
 ip tcp adjust-mss 1452
!
interface Ethernet1
 no ip address
 pppoe enable
 pppoe-client dial-pool-number 1
!
interface Serial0
 no ip address
 shutdown
!
interface Serial1
 no ip address
 shutdown
!
interface Dialer1
 ip address negotiated
 ip mtu 1492
 ip nat outside
 encapsulation ppp
 ip tcp adjust-mss 1452
 dialer pool 1
 ppp authentication pap callin
 ppp pap sent-username password 0 ********
!
ip nat inside source list 1 interface Dialer1 overload
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
!
access-list 1 permit any
snmp-server community public RO
snmp-server community private RW
snmp-server enable traps tty
!
line con 0
 password **********
 login
line aux 0
line vty 0 4
 password **********
 login
!
end
阅读(1034) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~