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

📄 dlsw sdlc pu2.1,pu2.1 multidrop.htm

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

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=gb_2312-80">
<meta name="date" content="Thu May 29 07:45:10 1997">
<meta name="author" content="bretzlaf">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Cisco - Sample Configuration - DLSw SDLC PU 2.1, PU 2.0 Multidrop</title>
</head>

<body bgcolor="#FFFFFF">

<h1>Sample Configuration - DLSw SDLC PU 2.1, PU 2.0 Multidrop</h1>

<hr>

<table border="3" cellpadding="3" width="520">
    <tr>
        <td align="center" colspan="2"><img
        src="images/sdlc_multi.gif" width="572" height="186"> </td>
    </tr>
    <tr>
        <th>RouterA</th>
        <th>RouterB</th>
    </tr>
    <tr>
        <td valign="top"><pre>hostname RouterA
source-bridge ring-group 100
dlsw local-peer peer-id 1.1.1.11
dlsw remote-peer 0 tcp 1.1.1.12

interface TokenRing0
 no ip address
 ring-speed 16
 source-bridge 2564 1 100
 source-bridge spanning

interface Serial0
ip address 1.1.1.11 255.0.0.0</pre>
        </td>
        <td valign="top"><pre>hostname RouterB
source-bridge ring-group 100
dlsw local-peer peer-id 1.1.1.12
dlsw remote-peer 0 tcp 1.1.1.11

interface Serial0
ip address 1.1.1.12 255.0.0.0

interface Serial1
 mtu 4400
 no ip address
 encapsulation sdlc
 no keepalive
 clockrate 19200
 sdlc role primary
 sdlc vmac 4000.1234.5600
 sdlc N1 27200
 sdlc address C1
 sdlc xid C1 05DCCCC1
 sdlc partner 4001.3745.1088 C1
 sdlc address C2 xid-poll 
 sdlc xid C2 05DCCCC2
 sdlc partner 4001.3745.1088 C2
 sdlc dlsw C1 C2
</pre>
        </td>
    </tr>
</table>

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

<ul>
    <li>This configuration requires Cisco IOS 11.0 or later.</li>
    <li>You must use <b>sdlc role primary</b> for multidrop.</li>
    <li>In the <b>sdlc address C2 xid-poll</b> command, <b>xid-poll</b>
        indicates that this PU is a 2.1 device. </li>
    <li>The <b>sdlc vmac 4000.1234.5600</b> statement specifies
        the MAC address that represents the SDLC devices on the
        Tpken Ring (LLC) side. The SDLC address if each PU is
        inserted into the last two bytes of the virtual MAC
        address. </li>
    <li>The <b>sdlc partner 4001.3745.1088 C1</b> statement
        specifies the Token Ring station's MAC address. </li>
    <li>The <b>sdlc xid C1 05DCCCC1</b> statement generates the
        XID F0 T2 for PU 2.0 devices. </li>
    <li>The <b>sdlc dlsw C1 C2</b> statement assigns these PUs to
        the DLSw+ feature. </li>
</ul>

<hr>
</body>
</html>

⌨️ 快捷键说明

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