From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/buttons.html | 109 +++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/content.html | 151 +++++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/index.html | 29 ++++ Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/media.html | 21 +++ 4 files changed, 310 insertions(+) create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/buttons.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/content.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/index.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/media.html (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6') diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/buttons.html b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/buttons.html new file mode 100644 index 0000000..3e54f0d --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/buttons.html @@ -0,0 +1,109 @@ + + + + + + + + + + + +New Page 1 + + + + + + + + + + + + + + + + + + + + + + + +
  + + + + + + + +
+ + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/content.html new file mode 100644 index 0000000..7f52400 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/content.html @@ -0,0 +1,151 @@ + + + + + + + + +Content + + + + + + + + + + + + + + + + + + + +
+ + 4.3 + DDR Configuration 
  + 4.3.6 + Dialer profiles 
+ + + + + + +
Legacy DDR is limited because the + configuration is applied directly to a physical interface. Since the IP + address is applied directly to the interface, then only DDR interfaces + configured in that specific subnet can establish a DDR connection with + that interface. This means that there is a one-to-one correspondence + between the two DDR interfaces at each end of the link.

+ Dialer profiles remove the configuration + from the interface receiving or making calls and only bind the + configuration to the interface on a per-call basis. Dialer profiles + allow physical interfaces to dynamically take on different + characteristics based on incoming or outgoing call requirements. Dialer + profiles can do all of the following:

+
    +
  • Define encapsulation and access + control lists
  • +
  • Determine minimum or maximum calls
  • +
  • Turn features on or off
  • +
+

Dialer profiles aid in the design and + deployment of more complex and scalable circuit-switched internetworks + by implementing a more scalable DDR model in Cisco routers and access + servers. Dialer profiles separate the logical portion of DDR, such as + the network layer, encapsulation, and dialer parameters, from the + physical interface that places or receives calls. +

+

Using dialer profiles, the following + tasks may be performed:

+
    +
  • Configure B channels of an ISDN + interface with different IP subnets.
  • +
  • Use different encapsulations on the B + channels of an ISDN interface.
  • +
  • Set different DDR parameters for the B + channels of an ISDN interface.
  • +
  • Eliminate the waste of ISDN B channels + by letting ISDN BRIs belong to + multiple dialer pools.
  • +
+

A dialer profile consists of the + following elements: +

+
    +
  • Dialer interface – A logical + entity that uses a per-destination dialer profile.
  • +
  • Dialer pool – Each dialer + interface references a dialer pool, which is a group of one or more + physical interfaces associated with a dialer profile.
  • +
  • Physical interfaces – + Interfaces in a dialer pool are configured for encapsulation + parameters and to identify the dialer pools to which the interface + belongs. PPP authentication, encapsulation type, and multilink PPP are + all configured on the physical interface. +
  • +
+

Like legacy DDR, dialer profiles activate + when interesting traffic is queued to be sent out a DDR interface. + First, an interesting packet is routed to a remote DDR IP address. The router + then checks the configured dialer interfaces for one that shares the + same subnet as the remote DDR IP address. If one exists, the router + looks for an unused physical DDR interface in the dialer pool. The + configuration from the dialer profile is then applied to the interface + and the router attempts to create the DDR connection. When the + connection is terminated, the interface is returned to the dialer pool + for the next call.

+

+ + + + +
+ + + + + +
+ +
+ + + + + +
+ + + + + +
  +

+ + Web Links

+
+ +

Dialer Profiles

+ + http://www.cisco.com/en/US/tech/ + tk801/tk133/tk159/ tech_protocol_home.html

+ +

+

+
+
+

+       +  

+ + + + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/index.html b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/index.html new file mode 100644 index 0000000..82a25be --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/index.html @@ -0,0 +1,29 @@ + + + + +Cisco Global Learning Network + + + + + + + + + + + + + + + + <body> + + <p>This page uses frames, but your browser doesn't support them.</p> + + </body> + + + + diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/media.html b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/media.html new file mode 100644 index 0000000..9c8b010 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_6/media.html @@ -0,0 +1,21 @@ + + + + + + +Flash Graphic + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3