520 likes | 795 Views
ISDN and DDR. Objectives. ISDN concepts ISDN configuration DDR configuration. Digital Communication with ISDN. ISDN Benefits. ISDN Standards. ISDN Access Options. ISDN 3-Layer Model. Q.931 Messaging-Call Setup Example. Call Processing.
E N D
Objectives • ISDN concepts • ISDN configuration • DDR configuration
Call Processing • The D channel is used to send the called number to the local ISDN switch. • The local switch uses the SS7 signaling protocol to set up a path and pass the called number to the remote ISDN switch. • The remote ISDN switch signals the destination over the D channel. • The destination ISDN NT-1 device sends the remote ISDN switch a call-connect message. • The remote ISDN switch uses SS7 to send a call-connect message to the local switch. • The local ISDN switch connects one B channel end-to-end, leaving the other B channel available for a new conversation or data transfer. Both B channels can be used simultaneously.
S/T ISDN Interface U ISDN Interface ISDN Interfaces
Defining Static Routes • When configuring static routes, consider the following: • By default, a static route will take precedence over a dynamic route because of its lower administrative distance. Without additional configuration, a dynamic route to a network will be ignored if a static route is present in the routing table for the same network. • To reduce the number of static route entries, define a summarized or default static route
Dialer Profiles Overview • Define encapsulation and access control lists • Determine minimum or maximum calls • Turn features on or off
Verifying DDR • show dialer • show dialer interface [BRI] • show isdn active • show isdn status
Troubleshooting DDR • debug isdn q921 • debug isdn q931 • debug dialer [events|packets] • isdn call interface • clear interface bri
Dialer profiles • Legacy DDR powerful but can restrict growth • Based on static binding between destination call specification & a physical interface • Locks physical interface into one configuration • ‘dialer’ command configured on physical interface • Rotary groups • Single logical configuration from the dialer interface to multiple physical interfaces • Dialer profiles • Dialer profiles – propagate logical configurations from multiple dialer interfaces to a physical interface, as needed – much more flexibilty
Dialer Profiles • With dialer profiles, the logical and physical configurations are dynamically bound to each other on a per-call basis. • This allows physical interfaces to dynamically assume different characteristics based on incoming or outgoing calls, as shown in Figure Next Slide
Dialer profiles Interesting traffic interface dialer 0 ip add 192.168.x.x dialer-group 5 dialer pool 1 … interface bri 0 (Physical interface) … dialer pool-member 1 encap ppp ppp authentication pap … dialer pool dialer-list 5 protocol ip permit interface dialer 1 ip add 172.16.x.x dialer pool 1 dialer-group 5 dialer string 123 class ABC … interface bri 1 (Physical interface) … dialer pool-member 1 encap ppp ppp authentication pap … map-class dialer ABC dialer idle-timeout 30 …