精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>网络专区>>● CISCO>>配置样例>>CISCO PRO 2509 /2511 IP拨号上网配置

主题:CISCO PRO 2509 /2511 IP拨号上网配置
发信人: jadebj()
整理人: sglzx(2001-08-20 22:12:33), 站内信件
CISCO PRO 2509 /2511 IP拨号上网配置

router#sh conf
Using 2170 out of 32762 bytes
!
version 11.1
service slave-log
service udp-small-servers
service tcp-small-servers
!
hostname Router
!
enable secret 5 $1$G3Ue$ePVhBy5AVEO7K4wmCFA4h1
enable password cisco
!
username aaa password 7 1416130A4C
username hhj password 7 011B0E0E
chat-script cisco-default ABORT ERROR "" "AT Z" OK "ATDT \T" TIMEOUT 3
0 \c CONNECT \c
!
interface Ethernet0
 ip address 166.71.70.10 255.255.255.0
!
interface Serial0
 no ip address
 shutdown
!
interface Serial1
 no ip address
 shutdown
!
interface Async1
 ip unnumbered Ethernet0
 ip tcp header-compression passive
 encapsulation ppp
 async dynamic routing
 async mode interactive
 peer default ip address 166.71.70.100
!
!
no ip classless
!
!
line con 0
line 1
 script dialer cisco-default
 script reset cisco-default
 login local
 modem InOut
 autocommand ppp neg
 transport input all
 flowcontrol hardware
line 2 8
 script dialer cisco-default
 modem InOut
 flowcontrol hardware
line aux 0
line vty 0 4
 password cisco
 login
!
end

Router#sh int a1

--
※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 210.72.253.217]

[关闭][返回]