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

📄 dlsw ethernet to ethernet.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:26:12 1997">
<meta name="author" content="bretzlaf">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Cisco - Sample Configuration - DLSw Ethernet to Ethernet</title>
</head>

<body bgcolor="#FFFFFF">

<h1>Sample Configuration - DLSw Ethernet to Ethernet</h1>

<hr>

<table border="3" cellpadding="3">
    <tr>
        <td align="center" colspan="2"><img
        src="images/dlsw_eth-eth.gif" width="363" height="111"> <br>
        <br>
        </td>
    </tr>
    <tr>
        <th>RouterA</th>
    </tr>
    <tr>
        <td valign="top"><pre>
hostname RouterA
dlsw local-peer peer-id 132.146.252.1
dlsw remote-peer 0 tcp 132.146.251.1
dlsw bridge-group 1
 
interface Ethernet0
 ip address 132.146.252.1 255.255.255.0
 bridge-group 1

interface Serial0
 ip address 132.146.250.2 255.255.255.0
 bandwidth 336

bridge 1 protocol ieee 
</pre>
        </td>
    </tr>
    <tr>
        <th>RouterB</th>
    </tr>
    <tr>
        <td valign="top"><pre>
hostname RouterB
dlsw local-peer peer-id 132.146.251.1
dlsw remote-peer 0 tcp 132.146.252.1
dlsw bridge-group 1
 
interface Ethernet0
 ip address 132.146.251.1 255.255.255.0
 bridge-group 1
 
interface Serial0
 ip address 132.146.250.1 255.255.255.0
 bandwidth 336

bridge 1 protocol ieee
</pre>
        </td>
    </tr>
</table>

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

<ul>
    <li>The <b>source-bridge ring-group</b> statement is not used
        in this configuration. </li>
</ul>

<hr>
</body>
</html>

⌨️ 快捷键说明

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