| 3662+isdn pri作为拨号服务器 |
| 作者:未知 文章来源:本站整理 点击数: 更新时间:2007-1-8 10:03:17 |
version 12.0 service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname 3662A ! aaa new-model aaa authentication login default local aaa authentication login console enable aaa authentication login vty local aaa authentication login dialin local aaa authentication ppp default local aaa authentication ppp dialin if-needed local enable secret 5 xxxx enable password 7 xxxx ! username xxx password 7 xxxxx username xxx password 7 xxx username xxxx password 7 xxx username xxx password 7 xxxx username xxx password 7 xxxx ! ! ! ! no ip subnet-zero no ip domain-lookup ip host modem 2097 135.x.248.x ! isdn switch-type primary-net5 isdn voice-call-failure 0 ! ! ! ! controller E1 2/0 framing NO-CRC4 pri-group timeslots 1-31 ! controller E1 2/1 ! ! ! interface Loopback0 ip address 135.x.248.x 255.255.255.128 no ip directed-broadcast ! interface FastEthernet0/0 ip address 135.xx.9.xx 255.255.255.0 secondary ip address 135.x.248.2 255.255.255.192 no ip directed-broadcast speed 100 full-duplex ! interface FastEthernet0/1 no ip address no ip directed-broadcast speed 100 full-duplex ! interface Serial1/0 no ip address no ip directed-broadcast no ip mroute-cache shutdown --More-- ! interface Serial1/1 no ip address no ip directed-broadcast shutdown ! interface Serial1/2 no ip address no ip directed-broadcast shutdown ! interface Serial1/3 no ip address no ip directed-broadcast shutdown ! interface Serial2/0:15 no ip address no ip directed-broadcast ip nat outside encapsulation ppp dialer rotary-group 0 dialer-group 1 isdn switch-type primary-net5 isdn incoming-voice modem no fair-queue no cdp enable ! interface Group-Async1 ip unnumbered Loopback0 no ip directed-broadcast encapsulation ppp async default routing async mode interactive peer default ip address pool dialin_pool no cdp enable ppp authentication chap pap callin group-range 97 108 ! interface Dialer0 ip unnumbered Loopback0 no ip directed-broadcast ip nat outside encapsulation ppp no ip mroute-cache dialer in-band dialer-group 1 peer default ip address pool dialin_pool no fair-queue no cdp enable ppp authentication chap pap callin ppp multilink ! router eigrp 10 redistribute static passive-interface Dialer0 network 135.x.9.0 0.0.0.255 network 135.x.248.0 0.0.0.63 network 135.x.248.0 0.0.0.127 network 135.x.248.0 0.0.0.255 no auto-summary ! ip local pool dialin_pool 135.x.248.131 135.x.248.192 ip default-gateway 135.x.248.2 no ip classless ip route 0.0.0.0 0.0.0.0 Dialer0 ip route 0.0.0.0 0.0.0.0 FastEthernet0/0 ip route 0.0.0.0 0.0.0.0 135.x.248.1 ip route 135.x.9.0 255.255.255.0 135.x.248.1 ip route 135.x.248.0 255.255.255.128 Dialer0 ip route 135.x.248.0 255.255.255.128 FastEthernet0/0 no ip http server ! dialer-list 1 protocol ip permit ! ! line con 0 transport input none line 97 108 autoselect during-login autoselect ppp modem Dialin modem autoconfigure type mica transport input all flowcontrol hardware line aux 0 line vty 0 4 password 7 xxxxxxx ! end
|
|
|
|
|
|
|