精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>网络专区>>● CISCO>>配置样例>>还给一个ISDN备份和VOIP一起的,可不好看哦!!!

主题:还给一个ISDN备份和VOIP一起的,可不好看哦!!!
发信人: awinwan(泡沫爱情)
整理人: sglzx(2002-12-20 13:06:43), 站内信件
exel-gz# sh run
Building configuration...
 
Current configuration : 4424 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log datetime
no service password-encryption
!
hostname exel-gz
!
logging buffered 4096 debugging
enable secret 5 $1$r/DY$7CUxOEqPGgMQEo3tpwRj60
!
username exel-gz password 0 csl
username exel-hp password 0 csl
username exel-dg password 0 csl
username exel-sz password 0 csl
username MSAS_HHT password 0 csl
!
!
!
!
ip subnet-zero
!
isdn switch-type basic-net3
chat-script rem ABORT ERROR "" ATZ" OK "ATDT \T" TIMEOUT 60 CONNECT \c
!
!
!
voice-port 3/0/0
 cptone CN
!
voice-port 3/0/1
 cptone CN
!
!
dial-peer voice 10 pots
 destination-pattern 10
 port 3/0/0
!
dial-peer voice 11 pots
 destination-pattern 11
 port 3/0/1
!
dial-peer voice 12 voip
 destination-pattern 2.
 req-qos controlled-load
 fax-rate 9600
 ip precedence 5
 session target ipv4:10.11.239.6
!
dial-peer voice 13 voip
 destination-pattern 3.
 req-qos controlled-load
 fax-rate 9600
 ip precedence 5
 session target ipv4:10.11.239.2
!
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
 logging event subif-link-status
 logging event dlci-status-change
!
interface Serial0/0.1 point-to-point
 description Frame-link to Hongkong
 ip address 10.11.250.62 255.255.255.252
 traffic-shape rate 512000 192000 64000 1000
 frame-relay class guanzhou-hongkong
 frame-relay interface-dlci 401
!
interface Serial0/1
 description exel-gz DDN64k Link to SZ
 bandwidth 64
 ip address 10.11.239.5 255.255.255.252
 no ip mroute-cache
 fair-queue 64 32 3
 ip rsvp bandwidth 48 12
!
interface Serial0/2
 description exel-gz link to exel-DG
 bandwidth 64
 ip address 10.11.239.1 255.255.255.252
 ip accounting output-packets
 no ip mroute-cache
 fair-queue 64 32 3
 ip rsvp bandwidth 48 12
!
interface Serial0/3
 no ip address
 shutdown
!
interface Ethernet1/0
 ip address 10.11.65.1 255.255.255.0
!
interface Ethernet1/1
 ip address 192.168.1.254 255.255.255.0
!
interface BRI2/0
 description isdn #8732-4701
 ip address 10.11.239.101 255.255.255.252
 encapsulation ppp
 dialer map ip 10.11.239.102 name exel-dg broadcast 7692983191
 dialer-group 1
 isdn switch-type basic-net3
 fair-queue
 ppp authentication chap
 ppp multilink
!
interface BRI2/1
 description ISDN # 8732-4409
 ip address 10.11.239.105 255.255.255.252
 encapsulation ppp
 no ip mroute-cache
 dialer idle-timeout 300 either
 dialer map ip 10.11.239.106 name exel-sz broadcast 7557500185
 dialer-group 1
 isdn switch-type basic-net3
 no fair-queue
 ppp authentication chap
 ppp multilink
!
interface BRI2/2
 description isdn #8732-4659
 ip address 10.11.239.109 255.255.255.252
 encapsulation ppp
 dialer map ip 10.11.239.110 name exel-hp broadcast 82480282
 dialer load-threshold 80 either
 dialer-group 1
 isdn switch-type basic-net3
 ppp authentication chap
 ppp multilink
!
interface BRI2/3
 description isdn #8732-4667
 ip address 10.11.239.114 255.255.255.252
 encapsulation ppp
 dialer idle-timeout 300 either
 dialer map ip 10.11.239.113 name MSAS_HHT broadcast 0085223124694
 dialer-group 1
 isdn switch-type basic-net3
 ppp multilink
!
interface Async129
 ip address 10.11.250.70 255.255.255.252
 encapsulation ppp
 shutdown
 dialer in-band
 dialer map ip 10.11.250.69 name MSAS_HHT modem-script rem 0085223679657
 dialer-group 1
 async mode dedicated
 ppp authentication chap
!
router eigrp 777
 passive-interface Async129
 passive-interface BRI2/1
 network 10.0.0.0
 no auto-summary
 no eigrp log-neighbor-changes
!
ip classless
ip route 10.0.0.0 255.0.0.0 10.11.250.69 200
ip route 10.11.1.0 255.255.255.0 10.11.250.69 150
ip route 10.11.63.0 255.255.255.0 10.11.239.102 150
ip route 10.11.64.0 255.255.255.0 10.11.239.106 150
ip route 10.11.124.0 255.255.255.0 10.11.239.110
no ip http server
!
!
map-class frame-relay guanzhou-hongkong
 frame-relay adaptive-shaping becn
access-list 110 deny   eigrp any any
access-list 110 permit ip any 10.11.0.0 0.0.255.255
dialer-list 1 protocol ip permit
snmp-server community MSAS-IHO-SNMP RO
banner motd ^C
This device is the property of Exel Hong Kong Limited.
Access by anyone other than those specifically authorized by Exel is
unlawful. All sessions on this device can and may be monitored.
If you are not authorized to have access to this device, leave now.
^C
!
line con 0
 logging synchronous
 transport input none
line aux 0
 autoselect ppp
 login local
 modem InOut
 transport input all
 speed 38400
 flowcontrol hardware
line vty 0 4
 password csl
 login
!
end
 

[关闭][返回]