08-19-2013 02:24 PM - edited 03-16-2019 06:56 PM
So I’ve got an NFAS setup in my lab and would like to just confirm something around dial-peers. According to the cisco documentation I should be creating a dial-peer referencing the port:D. However the router will not let me do that.
Documentation example:
http://www.cisco.com/en/US/docs/ios/voice/isdn/configuration/guide/vi_nfas_dch_bkup.pdf
The following example shows configuration of a POTS dial peer with the primary controller of an NFAS
group:
dial-peer voice 35 pots
incoming called-number 45...
destination-pattern 35...
direct-inward-dial
port 1/0/0:D
prefix 35
My configuration is as follows:
card type t1 0 0
card type t1 0 1
!
network-clock-participate wic 0
network-clock-participate wic 1
network-clock-select 1 T1 0/0/0
network-clock-select 2 T1 0/1/0
!
controller T1 0/0/0
cablelength long 0db
pri-group timeslots 1-24 nfas_d primary nfas_int 0 nfas_group 0
!
controller T1 0/1/0
cablelength long 0db
pri-group timeslots 1-24 nfas_d backup nfas_int 1 nfas_group 0
!
voice-port 0/0/0:23
!
voice-port 0/1/0:23
!
interface Serial0/0/0:23
no ip address
encapsulation hdlc
isdn switch-type primary-ni
isdn incoming-voice voice
no cdp enable
TL;DR
So the question is, can I just create a dial-peer pointed to 0/0/0:23 which is my primary D channel in the NFAS group and it will distribute the calls across all members?
Example:
dial-peer voice 100 pots
destination-pattern 9T
port 0/0/0:23
~~~
Rate helpful posts
Blog - http://tripplehelix.net
11-19-2013 07:23 PM
Were you able to resolve the above issue by just using the port 0/0/0:23 command ??
Appreciate you reply.
Thanks,
simah.
11-20-2013 07:04 AM
That's correct pointing it at the primary D channel will distribute calls across all member PRIs.
~~~
Rate helpful posts
Blog - http://tripplehelix.net
11-20-2013 04:45 PM
NFAS Groups are really clunky and awful unless you run 4 or more PRIs at a given location. You really don't gain anything by building it as NFAS with only two PRIs.
Better to set it up as a trunk-group in that scenario. Less headache.
Chuck
11-20-2013 05:57 PM
But , then did you also configure the second set of dial-peers (with different preference) pointing it to the backup D channel Contoller as well ?? to support an event when the first PRI link is down ??
Thanks,
Simah.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide