S-Bus Extension mit SN4552 - aber wie?

mnagele

Neuer User
Mitglied seit
8 Nov 2006
Beiträge
9
Punkte für Reaktionen
0
Punkte
0
Hallo:)

ich habe folgendes problem, ich möchte mit 2 SN4552 eine ISDN leitung übers lokale intranet "verlängern" (also eine S-Bus extension)

mein problem aber ist folgendes:

ich habe am BRI0/1 (wo das ISDN - telefon angesteckt ist) keine spannung. Also kein Telefonat möglich.


hier habe ich die aktuelle konfiguration der main station:

Code:
#----------------------------------------------------------------#
#                                                                #
# SN4552/2BIS/EUI                                                #
# R3.20 2006-11-17 SIP                                           #
# 1970-01-01T00:15:18                                            #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#

cli version 3.20
webserver port 80 language en
snmp community public ro
system hostname Main

system

  ic voice 0

profile service-policy PROF_QOS_OUT
  rate-limit 99 header-length 18 voice-margin 0

  source traffic-class local-voice
    priority

profile service-policy PROF_QOS_IN
  rate-limit 99 header-length 18 voice-margin 33

  source traffic-class local-voice
    priority

profile ppp default

profile tone-set default

profile voip default
  codec 1 g729 rx-length 20 tx-length 20
  codec 2 g711alaw64k rx-length 20 tx-length 20
  codec 3 g711ulaw64k rx-length 20 tx-length 20
  dejitter-max-delay 100

profile pstn default

profile sip default

profile aaa default
  method 1 local
  method 2 none

context ip router

  interface IF_IP_WAN
    ipaddress 10.124.50.216 255.255.255.0
    use profile service-policy PROF_QOS_IN in
    use profile service-policy PROF_QOS_OUT out

  interface IF_IP_LAN
    ipaddress 192.168.1.1 255.255.255.0

context ip router
  route 0.0.0.0 0.0.0.0 10.124.50.65 0
  route 192.168.1.1 255.255.255.0 10.124.50.217 0

context cs switch

  interface isdn IF_S0_00
    route call dest-interface IF_H323_BRANCH

context cs switch
  no shutdown

port ethernet 0 0
  encapsulation ip
  bind interface IF_IP_WAN router
  no shutdown

port ethernet 0 1
  encapsulation ip
  bind interface IF_IP_LAN router
  no shutdown

port bri 0 0
  clock auto
  encapsulation q921

  q921
    protocol pp
    uni-side auto
    encapsulation q931

    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface IF_S0_00 switch

port bri 0 0
  no shutdown

port bri 0 1
  clock auto
  encapsulation q921

  q921
    protocol pmp
    uni-side auto
    encapsulation q931

    q931
      protocol dss1
      uni-side net

port bri 0 1
  shutdown


und hier die aktuelle konfiguration der branch station:

Code:
#----------------------------------------------------------------#
#                                                                #
# SN4552/2BIS/EUI                                                #
# R3.20 2006-11-17 SIP                                           #
# 1970-01-01T00:17:53                                            #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#

cli version 3.20
webserver port 80 language en
snmp community public ro
system hostname Branch

system

  ic voice 0

profile service-policy PROF_QOS_OUT
  rate-limit 99 header-length 18 voice-margin 0

  source traffic-class local-voice
    priority

profile service-policy PROF_QOS_IN
  rate-limit 99 header-length 18 voice-margin 33

  source traffic-class local-voice
    priority

profile ppp default

profile tone-set default

profile voip default
  codec 1 g729 rx-length 20 tx-length 20
  codec 2 g711alaw64k rx-length 20 tx-length 20
  codec 3 g711ulaw64k rx-length 20 tx-length 20
  dejitter-max-delay 100

profile pstn default

profile sip default

profile aaa default
  method 1 local
  method 2 none

context ip router

  interface IF_IP_WAN
    ipaddress 10.124.50.217 255.255.255.0
    use profile service-policy PROF_QOS_IN in
    use profile service-policy PROF_QOS_OUT out

  interface IF_IP_LAN
    ipaddress 192.168.1.1 255.255.255.0

context ip router
  route 0.0.0.0 0.0.0.0 10.124.50.65 0

context cs switch

  interface isdn IF_S0_01
    route call dest-interface IF_H323_MAIN

context cs switch
  no shutdown

port ethernet 0 0
  encapsulation ip
  bind interface IF_IP_WAN router
  no shutdown

port ethernet 0 1
  encapsulation ip
  bind interface IF_IP_LAN router
  no shutdown

port bri 0 0
  clock auto
  encapsulation q921

  q921
    protocol pp
    uni-side auto
    encapsulation q931

    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface IF_S0_01 switch

port bri 0 0
  no shutdown

port bri 0 1
  clock auto
  encapsulation q921

  q921
    protocol pmp
    uni-side auto
    encapsulation q931

    q931
      protocol dss1
      uni-side net

port bri 0 1
  shutdown


habe ich vielleicht einen fehler in der konfiguration? kann mir jemand weiterhelfen?

lg matthias.
 
mnagele schrieb:
ich habe am BRI0/1 (wo das ISDN - telefon angesteckt ist) keine spannung. Also kein Telefonat möglich.
Ich weiß nicht ganz genau, hat dieses Modell Endgeräte-Speisung?

Funktioniert das:
Code:
port bri 0 1
power-feed

mfg Guard-X
 
Guard-X schrieb:
hat dieses Modell Endgeräte-Speisung?

Nein, nur 4634 und 4638 bzw die modularen Geräte mit den entsprechenden Optionen.

Da hilft nur ein alter ntba am Port 0/0. Programmiert werden muß dazu nichts.

@Mnagele, Deine Konfig wird eh nicht funktionieren. Du hast die SIP-FW in deiner SN, ist das so gewollt? Dein Beispiel deutet auf H.323 hin. Weiterhin hast du kein einziges VoIP-Interface, bzw Gateway.
 
Zuletzt bearbeitet:
Hallo!


erstmal danke für die antworten! ich hab mir ein "power feed accessory" besorgen können, damit konnte ich fürs erste mein "stromproblem" lösen :)

@Mnagele, Deine Konfig wird eh nicht funktionieren. Du hast die SIP-FW in deiner SN, ist das so gewollt? Dein Beispiel deutet auf H.323 hin. Weiterhin hast du kein einziges VoIP-Interface, bzw Gateway.

Ich habe diese config von der mitgelieferten cd runter. ich möchte einfach nur eine isdn leitung übers intranet verlängern. irgendwie komm ich aber auf keinen grünen zweig.

gruss Matthias.
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.