Group, wondering if you can help me with a problem I am having with my
configuration.  When calls are made inbound, I receive a busy signal.  When
calls are made outbound, I get a fast dial tone.  I checked with the CO and
they have said it's not the switch.  I made a coupld of changes to the spid
as suggested by Cisco website and before I did, I was able to receive and
make calls, but the calls would drop.  Below is my configuration.  Thanks.


Current configuration:
!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname xxxxxxx
!
logging buffered 8192 debugging
enable secret xxxxxxxxx
!
username xxxxxxx password xxxxxxxxx
!
dial-peer voice 1 pots
 no call-waiting
 ring 1
 port 1
 destination-pattern 5551212
!
dial-peer voice 2 pots
 no call-waiting
 ring 2
 port 2
 destination-pattern 5551212
!
pots country US
ip subnet-zero
no ip source-route
!
ip dhcp pool test
   network 10.7.6.0 255.255.255.0
   default-router 10.7.6.1
   dns-server 111.111.111.111
   lease 7
!
no ip domain-lookup
ip address-pool local
isdn switch-type basic-5ess
!
!
!
interface Ethernet0
 ip address 10.7.6.1 255.255.255.0
 ip directed-broadcast
 no ip proxy-arp
 ip nat inside
 no cdp enable
!
interface BRI0
 ip address negotiated
 ip directed-broadcast
 encapsulation ppp
 dialer pool-member 1
 isdn switch-type basic-5ess
 isdn tei-negotiation first-call
 isdn spid1 30155512120101
 isdn spid2 30155512120101
 isdn voice-priority 3015551212 in always
 isdn voice-priority 3015551212 in always
 isdn incoming-voice modem
 no cdp enable
 ppp authentication chap pap callin
 ppp multilink
!
interface Dialer1
 description ISP
 ip address negotiated
 no ip directed-broadcast
 no ip proxy-arp
 ip nat outside
 encapsulation ppp
 no ip split-horizon
 dialer remote-name Cisco1
 dialer idle-timeout 180
 dialer string 12025551212 class DialClass
 dialer string 12025551212 class DialClass
 dialer hold-queue 10
 dialer load-threshold 1 outbound
 dialer pool 1
 dialer-group 1
 pulse-time 0
 no cdp enable
 ppp authentication chap pap callin
 ppp chap hostname xxxxxxxx
 ppp chap password xxxxxxx
 ppp pap sent-username xxxxxxx password xxxxxxx
 ppp multilink
!
ip nat inside source list 18 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 10.7.6.0 255.255.255.0 Dialer1
!
!
map-class dialer DialClass
 dialer isdn speed 56
access-list 18 permit 10.7.6.0 0.0.0.255
access-list 100 permit ip any any
access-list 101 permit icmp any any
dialer-list 1 protocol ip permit
no cdp run
!
line con 0
 exec-timeout 120 0
 transport input none
 stopbits 1
line vty 0 4
 exec-timeout 0 0
 login local
!
end

_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to