Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

e&m configuration for router

Status
Not open for further replies.

ralphwu

MIS
Apr 4, 2002
1
US
This is my configuration on my router for the e&m tie lines to the norstar mics 4.0 system. There is another location with the same configuration of router and norstar. I have the wiring correct but I cannot seem to get the call to route to the other router. Is there something i'm missing? I could have sworn i did this same configuration before and it worked, but i'm having problems with this setup.

voice-port 3/0/0
input gain 6
no comfort-noise
operation 4-wire
type 2
!
voice-port 3/0/1
input gain 6
no comfort-noise
operation 4-wire
type 2

dial-peer voice 7100 voip
destination-pattern 71..
session target ipv4:x.x.x.x

any help would be appreciated.

Ralph
 
heres a working config!!!
your destination patterns may be have to to be changed from
.... to say 4.. (.) <-- being an any



interface Serial0
description Frame Relay VOFR DLCI 70 128K DLCI 71 256K
no ip address
encapsulation frame-relay
service-module t1 timeslots 1-6
frame-relay traffic-shaping
frame-relay lmi-type ansi
!
interface Serial0.1 point-to-point
bandwidth 128
ip address 192.168.1.1 255.255.255.252
frame-relay interface-dlci 70 IETF
!
interface Serial0.2 point-to-point
bandwidth 256
ip address 192.168.1.5 255.255.255.252
frame-relay interface-dlci 71 IETF
class voice
vofr cisco
!
interface FastEthernet0
ip address 10.1.1.1 255.255.255.0
speed 100
!
router eigrp 100
network 10.0.0.0
network 192.168.1.0
no auto-summary
no eigrp log-neighbor-changes
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.2
no ip http server
!
!
map-class frame-relay voice
frame-relay cir 256000
frame-relay bc 2560
frame-relay mincir 64000
no frame-relay adaptive-shaping
frame-relay fair-queue
frame-relay voice bandwidth 48000
frame-relay fragment 360
!
voice-port 1/0
operation 4-wire
type 2
!
voice-port 1/1
operation 4-wire
type 2
!
voice-port 2/0
operation 4-wire
type 2
!
voice-port 2/1
operation 4-wire
type 2
!
dial-peer voice 1 pots
destination-pattern ..........
port 1/0
!
dial-peer voice 2 pots
destination-pattern ..........
port 1/1
!
dial-peer voice 3 pots
destination-pattern ..........
port 2/0
!
dial-peer voice 4 pots
destination-pattern ..........
port 2/1
!
dial-peer voice 5 vofr
destination-pattern .
session target Serial0 71
dtmf-relay
no vad
Jeter@LasVegas.com
Fisher CCNA
Sprint-Data
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top