Title: ISDN and DDR
1ISDN and DDR
2Objectives
- ISDN concepts
- ISDN configuration
- DDR configuration
3Digital Communication with ISDN
4ISDN Benefits
5ISDN Standards
6ISDN Access Options
7ISDN 3-Layer Model
8Q.931 Messaging-Call Setup Example
9Call 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.
10ISDN Functions and Reference Points
11ISDN Functions and Reference Points
12BRI Reference Points
13Cisco ISDN BRI Interfaces
14ISDN Interfaces
15ISDN Switch Types
16Configuring ISDN BRI
17Configuring ISDN BRI
18Configuring ISDN PRI
19Switch Types Available for ISDN PRI Configuration
20ISDN PRI Examples
21Verifying ISDN Configuration
22Troubleshooting ISDN Configuration
23DDR Operation
24DDR Operation
25Configuring Legacy DDR
26Defining 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
27Specifying Interesting Traffic Dialer List
28Configuring Dialer Information PPP
29The dialer-group Command
30The dialer-map Command
31The dialer idle-timeout Command
32Dialer Profiles Overview
- Define encapsulation and access control lists
- Determine minimum or maximum calls
- Turn features on or off
33Dialer Profile Elements
34Configuring Dialer Interfaces
35Verifying DDR
- show dialer
- show dialer interface BRI
- show isdn active
- show isdn status
36Troubleshooting DDR
- debug isdn q921
- debug isdn q931
- debug dialer eventspackets
- isdn call interface
- clear interface bri
37Dialer Profiles
38Dialer 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
39Rotary Groups
40(No Transcript)
41(No Transcript)
42(No Transcript)
43(No Transcript)
44(No Transcript)
45Dialer 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
46(No Transcript)
47(No Transcript)
48Dialer profiles
49Dialer 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
50Labs
51Labs