sdllc with rsrb for ethernet.htm
来自「cisco中文资料,交换机的架构,信号流......」· HTM 代码 · 共 80 行
HTM
80 行
<html>
<head>
<meta http-equiv="Expires" content="30-Mar-97">
<meta http-equiv="Owner" content="dcoleman">
<meta http-equiv="Reply-to" content="cse-ibm">
<meta http-equiv="Content-Type"
content="text/html; charset=gb_2312-80">
<meta name="date" content="Mon May 20 14:29:27 1996">
<meta name="author" content="lmc">
<meta name="Security" content="Internal">
<meta name="Status" content="Draft">
<meta name="Source" content="/home/dcoleman/html/sdlc">
<meta name="FileType" content="SampleConfig">
<meta name="Subject"
content="Internetworking:IBM_Info:SDLLC:General">
<meta name="Subject"
content="Internetworking:IBM_Info:RSRB:General">
<meta name="Subject"
content="Internetworking:IBM_Info:SRTLB:General">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title> SDLLC with RSRB for Ethernet </title>
</head>
<body bgcolor="#FFFFFF">
<h3>SDLLC with RSRB for Ethernet</h3>
<p><img src="images/graphic-1-image-19.gif"
alt="graphic-1-image-19" width="474" height="139"> </p>
<table border="3" cellpadding="3">
<tr>
<th>Router A </th>
<td>source-bridge ring-group 100<br>
source-bridge remote-peer 100 tcp 1.0.0.1<br>
source-bridge remote-peer 100 tcp 5.0.0.1<br>
source-bridge transparent 100 13 1 4<br>
<br>
interface ethernet 0<br>
ip address 7.0.0.1 255.255.255.0<br>
bridge-group 4<br>
<br>
interface loopback 0<br>
ip address 1.0.0.1 255.255.255.0<br>
</td>
<td> </td>
<th>Router B</th>
<td>source-bridge ring group 100<br>
source-bridge remote-peer 100 tcp 1.0.0.1<br>
source-bridge remote-peer 100 tcp 5.0.0.1<br>
<br>
interface serial 0<br>
encapsulation sdlc-primary<br>
sdlc address c1<br>
sdllc traddr 0110.2222.3300 222 1 100<br>
sdllc partner 4000.0122.0001 c1<br>
sdllc xid c1 17200c1<br>
<br>
interface loopback 0<br>
ip address 5.0.0.1 255.255.255.0<br>
</td>
</tr>
</table>
<p><b>Note: The MAC address on the Ethernet is in Least
Significant Bit (LSB) first and the Token Ring is in Most
Significant Bit (MSB) first. This means that the
"traddr" address must be the bitswapped version of the
address in the host and the partner address must be the
bitswapped version of the hosts Ethernet MAC address.</b></p>
<p><b>0200.8044.0080 is the bitswapped form of 4000.0122.0001 </b></p>
<p><b><i>NOTE: This works for a PU 2.0 only SDLC device.</i></b> </p>
<hr>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?