Chinaunix首页 | 论坛 | 博客
  • 博客访问: 18141700
  • 博文数量: 7460
  • 博客积分: 10434
  • 博客等级: 上将
  • 技术积分: 78178
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-02 22:54
文章分类

全部博文(7460)

文章存档

2011年(1)

2009年(669)

2008年(6790)

分类: 系统运维

2008-05-20 20:09:43

网络环境:这是一个超市联网的工程,中心超市从网通引了一条2M的光纤,并配有终端盒及光端机,中心采用的设备有:CISCO2610XM路由器一台及一个1CE1U模块,每个分店采用ISDN(NT1+TA)拨入,由于只接受ISDN的拨入,所以没有配其他网络模块(比如说30DM等),当然了2600系列也配不上,因为它只有一个网络模块插槽,废话就说这些吧。

配置表如下:

Current conf iguration方案1)
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname htycs2610xmpri
!
aaa new-model
aaa authentication login default local
aaa authentication ppp default if-needed local
enable password erw3#@#rtewrdsf324#@%^
!
username aaaa password 0 wwww
!
!
!
!
ip subnet-zero
no ip domain-lookup
!
isdn switch-type primary-net5
isdn voice-call-failure 0
!
!
controller E1 1/0
framing NO-CRC4
pri-group timeslots 1-31
!
!
interface Loopback0
ip address 10.1.1.1 255.255.0.0
!
interface FastEthernet0/0
ip address 192.168.1.250 255.255.255.0
duplex auto
speed auto
!
interface Serial1/0:15
encapsulation ppp
ip mroute-cache
dialer rotary-group 0
dialer-group 1
isdn switch-type primary-net5
!
interface Dialer0
ip unnumbered FastEthernet0/0
encapsulation ppp
dialer in-band
dialer-group 1
peer default ip address pool isdn_dialin
ppp authentication chap pap callin
ppp multilink
!
ip local pool isdn_dialin 192.168.1.60 192.168.1.89
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
ip route 192.168.0.0 255.255.0.0 FastEthernet0/0
no ip http server
!
dialer-list 1 protocol ip permit
!
line con 0
transport input none
line aux 0
password 7 @#324df@#44efdffr
modem InOut
modem autoconfigure discovery
speed 57600
line vty 0 4
password 7 @#$DDSW3434@##@ff
!
end

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