⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sample configuration-ddr auxport dial backup.htm

📁 cisco中文资料,交换机的架构,信号流......
💻 HTM
字号:
<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=gb_2312-80">
<meta name="date" content="Thu May 29 13:38:07 1997">
<meta name="author" content="bretzlaf">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Cisco - Sample Configuration - DDR Auxport Dial Backup</title>
</head>

<body bgcolor="#FFFFFF">

<h1>Sample Configuration - DDR Auxport Dial Backup</h1>

<hr>

<table border="3" cellpadding="3">
    <tr>
        <td align="center" colspan="2"><img
        src="images/aux_port_ddr2.gif" width="416" height="90"> </td>
    </tr>
    <tr>
        <th>Router A</th>
    </tr>
    <tr>
        <td valign="top"><pre>
hostname RouterA
 
username RouterB password 7 246824
chat-script backup &quot;&quot; &quot;AT&quot; TIMEOUT 30 OK &quot;ATDT 1234&quot; TIMEOUT 30 CONNECT \c
 
interface Serial0
ip address 131.108.199.1 255.255.255.0
ip ospf cost 1562
bandwidth 1200
pulse-time 1
 
interface Async1
ip address 131.108.198.3 255.255.255.0
encapsulation ppp
async default ip address 131.108.198.4
async dynamic address
async dynamic routing
async mode dedicated
dialer in-band
dialer idle-timeout 200
dialer wait-for-carrier-time 120
dialer map IP 131.108.198.4 name RouterB modem-script backup 5678
dialer-group 1
ppp authentication chap
 
router igrp 110
network 131.108.0.0
neighbor 131.108.198.4
!^^^^^^^^
!  Use this, static routes, or broadcast maps
 
ip route 198.92.99.0 255.255.255.0 131.108.198.4 150
! ^^^^^^^^^^
! Floating static route to initiate DDR
 
access-list 101 deny   igrp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255
access-list 101 permit ip 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255
          
dialer-list 1 list 101
 
line con 0
line aux 0
modem InOut
rxspeed 38400
txspeed 38400
</pre>
        </td>
    </tr>
    <tr>
        <th>Router B</th>
    </tr>
    <tr>
        <td valign="top"><pre>
hostname RouterB
 
username RouterA password 7 987654
 
interface Serial0
ip address 131.108.199.2 255.255.255.0
clockrate 64000
pulse-time 1
 
interface Async1
ip address 131.108.198.4 255.255.255.0
encapsulation ppp
async default ip address 131.108.198.3
async dynamic address
async dynamic routing
async mode dedicated
dialer in-band
dialer idle-timeout 200
dialer map IP 131.108.198.3 name RouterA
dialer-group 1 
ppp authentication chap
 
router igrp 110
network 131.108.0.0
network 198.92.99.0
 
dialer-list 1 protocol ip permit
  
line con 0
line aux 0
password ww
login
modem InOut
rxspeed 38400
txspeed 38400

</pre>
        </td>
    </tr>
</table>

<p><br>
</p>

<table border="3" cellpadding="3">
    <tr>
        <th>Auxport Configuration Example</th>
    </tr>
    <tr>
        <td valign="top"><pre>
interface async 1
ip unnumbered ether 0
async default ip address x.x.x.x (generally, an address on eth0's net)
async mode interactive          (allows dial-in to start PPP/SLIP)
dialer string XXX               (XXX is the phone number)
dialer-group 1                  (filters what causes dialing)
...
dialer-list 1 proto ip permit   (any IP causes dialing)
...
line 1
modem inout
flow hard                       (HW flow control recommended)
login                           (for our login users)
password SECRET
modem chat-script dial-hayes    (how to dial on outbound on this line)
...
chat-script dial-hayes &quot;&quot; AT OK ATDT\T TIMEOUT 300 Password: SECRET2 &gt; slip SLIP
...
ip route y.y.y.y async1         (y.y.y.y is the guy you dial up)
...
router igrp 109                 (if you're running a routing protocol...)
passive-interface async 1       (usually no route updates out async)
redistribute static             (advertise the y.y.y.y route to the net)
</pre>
        </td>
    </tr>
</table>

<p><br>
<b>Notes</b><br>
</p>

<ul>
    <li>The complexity of the dialer list depends on the
        application and what traffic you want to cause dialing.</li>
    <li>If the async line <i>does</i> receive route updates, for
        instance, you usually use a dialer list with an IP
        extended access list to keep route updates from causing
        dial-out. </li>
</ul>

<hr>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -