Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

radius + e1

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27651
    ismail
    Guest

    Hello,

    My gateway as5350 has two E1 interface.
    I have defined
    radius-server host zzzz auth-port 1812 acc-port 1813

    I work gw-to-gw.

    call application voice remote_ip
    flash:app_remote_ip_authenticate.2.0.0.tcl

    dial-peer voice 200 voip
    permission orig
    huntstop
    application remote_ip
    incoming called-number ^9054T
    !
    dial-peer voice 1 pots
    permission term
    huntstop
    destination-pattern 9054T
    port 3/1:0
    forward-digits 11
    prefix ,

    I termnte calls with GSM channel bank.

    controller E1 3/0
    ds0-group 0 timeslots 1-15,17-28 type r2-digital

    controller E1 3/1
    ds0-group 1 timeslots 1-15,17-28 type r2-digital

    till here all thing is normal. I work properly. But now I want to work with the following scenario:
    I will define two radius with
    aaa group server radius rad1
    server xxxx
    aaa group server radius rad2
    server yyyy

    I want to use rad1 for controller e1 3/0 and rad2 for controller e1 3/1.
    Two different types of call come with prefix 3547#number(to e1 3/0) and 9878#number (to e1 3/1).

    But I dont know how can I define rad1 to e1 3/0 and rad2 to e1 3/1.
    I think that I must define rad1 and rad2 to dial-peers separately. But how?
    can you help me,pls?

    #27652
    Andrew Zhilenko
    Guest

    Yes, you can. You have to use different applications on different incoming voip dial-peers, and these applications should use different auth. method instead of “h323” (modify the app_remote_ip_authenticate.2.0.0.tcl or get the remote IP auth. application where you can configure method from the CLI)


    aaa authentication login myh323one group rad1
    aaa authentication login myh323two group rad2

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Voice over IP’ is closed to new topics and replies.