Chinaunix首页 | 论坛 | 博客
  • 博客访问: 897286
  • 博文数量: 148
  • 博客积分: 10010
  • 博客等级: 上将
  • 技术积分: 3920
  • 用 户 组: 普通用户
  • 注册时间: 2007-06-30 18:17
文章分类

全部博文(148)

文章存档

2008年(148)

我的朋友

分类:

2008-04-27 12:57:10

CISCO 8AM配置示例

Building configuration...

Current configuration : 2341 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Cisco
!
boot-start-marker
boot-end-marker!

username cisco password 0 cisco
no aaa new-model
ip subnet-zero
!
!
!
no ip domain lookup
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
ip address 10.09.12.5 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.0.1 255.255.255.0
duplex auto
speed auto
!
interface Group-Async1
ip unnumbered FastEthernet0/0
encapsulation ppp
ip tcp header-compression passive
dialer in-band
dialer idle-timeout 600
dialer-group 1
async mode interactive
peer default ip address pool test
ppp authentication chap
group-range 33 40
!
ip local pool test 10.09.12.210 10.09.12.220
ip classless
ip route 0.0.0.0 0.0.0.0 10.09.12.1
ip http server
!
dialer-list 1 protocol ip permit
!
line con 0
line 33 40
modem InOut
autocommand ppp neg
transport input all
autoselect ppp
line aux 0
line vty 0 4
password Tony
login
!
!
end

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