diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_5/content.html | |
| download | Studium-master.tar.gz Studium-master.tar.bz2 | |
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_5/content.html')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_5/content.html | 154 |
1 files changed, 154 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_5/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_5/content.html new file mode 100644 index 0000000..4e36294 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch4/4_3_5/content.html @@ -0,0 +1,154 @@ +<html>
+
+<head>
+<meta http-equiv="Content-Language" content="en-us">
+<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
+
+
+
+<title>Content</title>
+<base target="_self">
+</head>
+
+<body background="../../images/bg.gif" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" onLoad="window.focus();" link="#808080" vlink="#808080" alink="#808080">
+
+<table border="0" cellpadding="0" cellspacing="0" width="100%">
+ <tr>
+ <td bgcolor="#336666" width="18" valign="top">
+ <img border="0" src="../../images/content_lines.gif" width="16" height="25">
+ <img border="0" src="../../images/transdot.gif" width="2" height="1"></td>
+ <td bgcolor="#336666"><font face="Arial" size="2" color="#FFFFFF"><b>4.</b></font><b><font face="Arial" size="2" color="#FFFFFF">3</font></b></td>
+ <td bgcolor="#336666"><img border="0" src="../../images/transdot.gif" width="10" height="1"></td>
+ <td bgcolor="#336666" width="100%"><b>
+ <font face="Arial" size="2" color="#FFFFFF">DDR Configuration</font></b></td>
+ <td width="9" bgcolor="#336666"> </td>
+ </tr>
+ <tr>
+ <td bgcolor="#669999" height="25" width="18"> </td>
+ <td bgcolor="#669999" height="25"><b>
+ <font face="Arial" size="2" color="#FFFFFF">4.3.5</font></b></td>
+ <td bgcolor="#669999"><img border="0" src="../../images/transdot.gif" width="10" height="1"></td>
+ <td bgcolor="#669999" height="25" width="100%"><strong>
+ <font face="Arial" size="2" color="#FFFFFF">Configuring DDR dialer
+ information</font></strong></td>
+ <td bgcolor="#669999" height="25" width="9"> </td>
+ </tr></table>
+
+<table border="0" cellpadding="0" cellspacing="0" width="95%" bordercolor="#111111">
+ <tr>
+ <td width="15"></td>
+ <td><font face="Arial" size="2">There are several steps involved in
+ configuring the DDR interface. PPP
+ is configured on the dialer interface using the same commands that
+ enable PPP on a serial interface. HDLC is the default encapsulation for
+ an ISDN interface on a Cisco router, but most networks employ PPP for
+ circuit-switched connections. Because of its robustness,
+ interoperability, and additional features such as authentication, PPP is
+ the data link protocol in use on the B channels of most routers. To
+ configure PPP on the DDR interface use the following commands:
+ <img border="0" src="../../images/1.gif" align="absmiddle" width="12" height="12"></font><blockquote>
+ <p><font face="Courier New" size="2">Home(config)#<b>username
+ Central password cisco </b> <br>
+ Home(config)#<b>interface bri0/0</b><br>
+ Home(config-if)#<b>encapsulation ppp </b> <br>
+ Home(config-if)#<b>ppp authentication chap</b><br>
+ Home(config-if)#<b>ip address 10.1.0.1 255.255.255.0</b></font></p>
+ </blockquote>
+ <p><font face="Arial" size="2">A dialer list specifying the interesting
+ traffic for this DDR interface needs to be associated with the DDR
+ interface. This is done using the </font>
+ <font face="Courier New" size="2"><b>dialer-group </b><i>group-number</i></font><font face="Arial" size="2">
+ command: <img border="0" src="../../images/2.gif" align="absmiddle" width="12" height="12"></font></p>
+ <blockquote>
+ <p><font face="Courier New" size="2">Home(config-if)#<b>dialer-group 1</b></font></p>
+ </blockquote>
+ <p><font face="Arial" size="2">In the command, </font>
+ <i><font face="Courier New" size="2">group-number</font></i><font face="Arial" size="2">
+ specifies the number of the dialer group to which the interface belongs.
+ The group number can be an integer from 1 to 10. This number must match
+ the </font>
+ <font face="Courier New" size="2"><b>dialer-list</b> <i>group-number</i></font><font face="Arial" size="2">.
+ Each interface can have only one dialer group. However, the same dialer
+ list can be assigned to multiple interfaces with the </font>
+ <font face="Courier New" size="2"><b>dialer-group</b></font><font face="Arial" size="2">
+ command.</font></p>
+ <p><font face="Arial" size="2">The correct dialing information for the
+ remote DDR interface needs to be specified. This is done using the </font>
+ <font face="Courier New" size="2"><b>dialer map</b></font><font face="Arial" size="2">
+ command. <img border="0" src="../../images/3.gif" align="absmiddle" width="12" height="12"></font></p>
+ <p><font face="Arial" size="2">The </font>
+ <font face="Courier New" size="2"><b>dialer map</b></font><font face="Arial" size="2">
+ command maps the remote protocol address to a telephone number. This
+ command is necessary to dial multiple sites.</font></p>
+ <blockquote>
+ <p><font face="Courier New" size="2">Router(config-if)#<b>dialer map</b>
+ <i>protocol
+ next-hop-address</i> [<b>name </b><i>hostname</i>] [<b>speed
+ 56</b> |<b>
+ 64</b>] [<b>broadcast</b>] <i>dial-string </i></font></p>
+ </blockquote>
+ <p><font face="Arial" size="2">If dialing only one site, use an
+ unconditional </font>
+ <font face="Courier New" size="2"><b>dialer string</b></font><font face="Arial" size="2">
+ command that always dials the one phone number regardless of the traffic
+ destination. This step is unique to legacy DDR. Although the information
+ is always required, the steps to configure destination information are
+ different when using dialer profiles instead of legacy DDR.</font></p>
+ <p><font face="Arial" size="2">The </font>
+ <font face="Courier New" size="2"><b>dialer idle-timeout</b> <i>seconds</i></font><font face="Arial" size="2">
+ command may be used to specify the number of idle seconds before a call
+ is disconnected. </font>
+ <font face="Courier New" size="2"> <i>
+ <img border="0" src="../../images/4.gif" align="absmiddle" width="12" height="12"></i></font><font face="Arial" size="2"> The </font>
+ <font face="Courier New" size="2"><i>seconds</i></font><font face="Arial" size="2">
+ represent the number of seconds until a call is disconnected after the
+ last interesting packet is sent. The default is 120.</font></p>
+ <p>
+ <TABLE bgcolor="#B0AFAF" width="95%" border="0" cellspacing="0" cellpadding="0">
+ <TR>
+ <TD valign="top">
+ <TABLE bgcolor="#669999" width="100%" cellspacing="0" cellpadding="0" border="0">
+ <TR>
+ <TD width="5">
+ <img border="0" src="../../images/lab_toplft.gif" width="116" height="23"></TD>
+ <TD><IMG alt="" height="1" width="3" src="../../images/s.gif"></TD><TD align="right" valign="top">
+ <IMG alt="" src="../../images/corner_ur_7.gif" width="7" height="7"></TD>
+ </TR>
+ </TABLE>
+
+ <TABLE bgcolor="#B0AFAF" width="100%" cellspacing="0" cellpadding="0" border="0">
+ <TR>
+ <TD>
+ <TABLE width="100%" cellpadding="2" cellspacing="0" border="0" bordercolor="#111111">
+ <TR>
+ <TD bgcolor="#ffffff" width="15"> </TD>
+ <TD bgcolor="#ffffff"><font FACE="Arial" SIZE="2" COLOR="#000000">
+ <p><font color="#808080">
+ <img border="0" src="../../images/links_icon.gif" width="25" height="25">
+ <b>Web Links</b></font></p>
+ </font><font FACE="Arial" SIZE="2" COLOR="#808080">
+
+ <p>Configuration Examples<p>
+ <a target="_blank" href="http://www.cisco.com/en/US/tech/tk801/tk133/tech_configuration_examples_list.html">
+ http://www.cisco.com/en/US/tech/tk801/ tk133/tech_configuration_
+ examples_list.html</a></font></p>
+
+ <p>
+ <IMG alt="" height="2" width="1" src="../../images/s.gif"></p>
+ </TD>
+ </TR>
+ </TABLE>
+ </TD>
+ </TR>
+ </TABLE>
+ </TD>
+ </TR>
+ </TABLE><p>
+
+ <font face="Arial" size="2"> </font></td>
+ </tr>
+ </table>
+
+</body>
+
+</html>
\ No newline at end of file |
