📄 fullmesh.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Cisco Discovery Protocol Lab</title>
</head>
<body>
<script language="Javascript">
<!--
function printpage() {
if (window.print)
window.print()
else
alert("Sorry, your browser doesn't support this feature.");
}
//-->
</script>
<FORM>
<INPUT TYPE="button" VALUE="Print this page" onClick="printpage()">
</FORM>
<p><b><font size="4" color="green" face="Arial">Lab: Frame Relay Full Mesh Topology</font></b></p>
<p><font face="Arial"><i>Objective</i>: This lab will allow you to
create a Full Mesh topology using the frame.top file located in your install
directory. (exit out of the program and load again using this topology just
like we did for the regular frame lab)</font></p>
<p><b><font size="4" color="#FF0000">IMPORTANT!</font></b> You will need to load a new
topology file to complete this lab. To do this you must exit the program, open
it up again and on the "Choose your Topology" screen select the third option,
"Load Simulator using saved Topology." When the open screen comes up select the frame.top file inside of your Boson
NetSim directory.</p>
<p class="MsoNormal"><b><font face="Arial" size="4" color="#008000">Full Mesh
Topology</font></b></p>
<p><span style="font-size: 12.0pt; font-family: Times New Roman">The difference
between the frame relay hub and spoke topology and the full mesh topology is
that now every sales office will have a direct connection to every other sales
office along with the Corporate office. This is a very redundant topology so if
one of the connections goes down data can still be transferred to every site by
using a different path. </span></p>
<p><span style="font-size: 12.0pt; font-family: Times New Roman">Lets go back to
our example of having a corporate office in one city and smaller sales offices
in other cities. Each sales office will have a connection to each of the other
sales offices and the corporate office will have a link to each of the sales
offices as well. The theory is that we have our corporate headquarters in Dallas
and we want our sales offices in California, New York and Tampa to be able to
access all of our company resources. This means we will have a multi-point frame
Relay connection to each sales office and from each sales office to every other
sales office. This will start off with the same configuration as we used for
the hub and spoke for the first router but all of the sales offices will have
more configurations.</span></p>
<p><span style="font-family: Times New Roman">Here is the an example of a full
mesh frame relay topology.</span></p>
<p align="center">
<img border="0" src="fullmesh.jpg" width="464" height="416"></p>
<p> </p>
<p><font color="#FF00FF"><b>1</b>. </font> Enter global configuration
mode on eRouter 1.<br></p>
<form name="form21">
<p><select size="1" name="q">
<option>- Click Here to View Answer -</option>
<option>Router>enable</option>
<option>Router#conf t</option>
<option>Router(config)#</option>
</select></p>
</form>
<p align="left"><b><font color="#FF00FF">2.</font><font color="#800080">
</font>
</b>Enter a hostname of Dallas.<br></p>
<form name="form31">
<p><select size="1" name="a">
<option>- Click Here to View Answer -</option>
<option>Router(config)#hostname Dallas</option>
<option>Dallas(config)#</option>
</select></p>
</form>
<p><font color="#FF00FF"><b>3.</b></font>
Configure the serial 0 interface.</p>
<form name="form51">
<p><font face="Courier New"><select size="1" name="1">
<option>- Click Here to View Answer -</option>
<option>Dallas(config)#interface Serial 0</option>
<option>Dallas(config-if)#</option>
</select></font></p>
</form>
<p><font color="#FF00FF"><b>4.</b></font>
Set the encapsulation type to frame relay. Don't forget to enable the interface.</p>
<form name="form51">
<p><font face="Courier New"><select size="1" name="1">
<option>- Click Here to View Answer -</option>
<option>Dallas(config-if)#encapsulation frame-relay</option>
<option>Dallas(config-if)#no shutdown</option>
</select></font></p>
</form>
<p class="MsoNormal"><b><font color="#FF00FF">5</font></b>. Now we will create a subinterface for
each of the connections to the Sales offices.</p>
<form name="form31">
<p><select size="1" name="f">
<option>- Click Here to View Answer -</option>
<option>Dallas(config-if)#exit</option>
<option>Dallas(config)#</option>
<option>Dallas(config)#interface serial 0.100 point-to-point</option>
<option>Dallas(config-subif)#</option>
</select></p>
</form>
<p><font color="#FF00FF"><b>6.</b> </font>
Next we will need to assign the DLCI number for our connection between eRouter 1
and eRouter2 (Dallas and California) and the IP address of 172.16.1.1
255.255.255.0.</p>
<form name="form51">
<p><font face="Courier New"><select size="1" name="1">
<option>- Click Here to View Answer -</option>
<option>Dallas(config-subif)#frame-relay interface-dlci 102</option>
<option>Dallas(config-subif)#ip address 172.16.1.1 255.255.255.0</option>
</select></font></p>
</form>
<p><font color="#FF00FF"><b>7.</b> </font>
Next create a subinterface for the connection to the Sales office in New York.</p>
<form name="form51">
<p><font face="Courier New"><select size="1" name="1">
<option>- Click Here to View Answer -</option>
<option>Dallas(cofig-subif)#exit</option>
<option>Dallas(config)#interface serial 0.200 point-to-point</option>
<option>Dallas(config-subif)#</option>
</select></font></p>
</form>
<p><b><font color="#FF00FF">8.</font><font color="#800080"> </font> </b>Now add the DLCI for
this connection and the IP address for our connection to New York.</p>
<p><font face="Courier New"><select size="1" name="1">
<option>- Click Here to View Answer -</option>
<option>Dallas(config-subif)#frame-relay interface-dlci 103</option>
<option>Dallas(config-subif)#ip address 172.16.2.1 255.255.255.0</option>
</select></font></p>
<p><font color="#FF00FF"><b>9</b></font><b><font color="#FF00FF">. </font> </b>
Next create the subinterface for the connection to the Sales office in Tampa.</p>
<form name="forma1">
<p><font face="Courier New"><select size="1" name="1">
<option>- Click Here to View Answer -</option>
<option>Dallas(config-subif)#exit</option>
<option>Dallas(config)#interface serial 0.300 point-to-point</option>
<option>Dallas(config-subif)#</option>
</select></font></p>
</form>
<p><font color="#FF00FF"><b>10</b></font><b><font color="#FF00FF">.</font><font color="#800080"> </font> </b>
Add the DLCI for this connection and the IP address for our connection to Tampa.</p>
<p><font face="Courier New"><select size="1" name="1">
<option>- Click Here to View Answer -</option>
<option>Dallas(config-subif)#frame-relay interface-dlci 104</option>
<option>Dallas(config-subif)#ip address 172.16.3.1 255.255.255.0</option>
</select></font></p>
<p><font color="#FF00FF"><b>11</b></font><b><font color="#FF00FF">. </font> </b>
Next connect to eRouter 2 (California) enter configuration mode and set the
hostname to California.</p>
<form name="forma1">
<p><font face="Courier New"><select size="1" name="1">
<option>- Click Here to View Answer -</option>
<option>Router>enable</option>
<option>Router#config t</option>
<option>Router(config)#hostname California</option>
<option>California(config)#</option>
</select></font></p>
</form>
<p><font color="#FF00FF"><b>12.</b> </font> Get into the Serial
interface and set the encapsulation to frame relay.</p>
<form name="forma1">
<p><font face="Courier New"><select size="1" name="1">
<option>- Click Here to View Answer -</option>
<option>California(config)#interface serial 0</option>
<option>California(config-if)#encapsulation frame-relay</option>
<option>California(config-if)#no shutdown</option>
</select></font></p>
</form>
<p><font color="#FF00FF"><b>13.</b></font> Lets create
our first subinterface for our connection to the Corporate office.</p>
<form name="forma1">
<p><font face="Courier New"><select size="1" name="1">
<option>- Click Here to View Answer -</option>
<option>California(config-if)#interface serial 0.100 point-to-point</option>
<option>California(config-subif)#</option>
</select></font></p>
</form>
<p><font color="#FF00FF"><b>14.</b> </font> Add the
correct DLCI value for this connection.</p>
<form name="forma1">
<p><font face="Courier New"><select size="1" name="1">
<option>- Click Here to View Answer -</option>
<option>California(config-subif)#frame-relay interface-dlci 201</option>
</select></font></p>
</form>
<p><b><font color="#FF00FF">15.</font><font color="#800080"> </font> </b> Next set the IP
address for this interface and enable the interface.</p>
<form name="forma1">
<p><font face="Courier New"><select size="1" name="1">
<option>- Click Here to View Answer -</option>
<option>California(config-subif)#ip address 172.16.1.2 255.255.255.0</option>
<option>California(config-subif)#no shutdown</option>
</select></font></p>
</form>
<p><font color="#FF00FF"><b>16. </b></font> Now create the
subinterface for the connection to New York (eRouter 3).</p>
<form name="forma1">
<p><font face="Courier New"><select size="1" name="1">
<option>- Click Here to View Answer -</option>
<option>California(config-subif)#exit</option>
<option>California(config)#interface serial 0.200 point-to-point</option>
</select></font></p>
</form>
<p><b><font color="#FF00FF">17.</font><font color="#800080"> </font> </b> Add the correct
DLCI value for this connection.</p>
<form name="forma1">
<p><font face="Courier New"><select size="1" name="1">
<option>- Click Here to View Answer -</option>
<option>California(config-subif)#frame-relay interface-dlci 203</option>
</select></font></p>
</form>
<p><b><font color="#FF00FF">18.</font><font color="#800080"> </font> </b> Next set the IP
address for this interface and enable the interface.</p>
<form name="forma1">
<p><font face="Courier New"><select size="1" name="1">
<option>- Click Here to View Answer -</option>
<option>California(config-subif)#ip address 172.16.4.1 255.255.255.0</option>
</select></font></p>
</form>
<p><b><font color="#FF00FF">19.</font><font color="#800080"> </font> </b> Now create the
subinterface for the connection to Tampa (eRouter 4).</p>
<form name="forma1">
<p><font face="Courier New"><select size="1" name="1">
<option>- Click Here to View Answer -</option>
<option>California(config-subif)#exit</option>
<option>California(config)#interface serial 0.300 point-to-point</option>
</select></font></p>
</form>
<p><b><font color="#FF00FF">20.</font><font color="#800080"> </font> </b> Add the correct
DLCI value for this connection.</p>
<form name="forma1">
<p><font face="Courier New"><select size="1" name="1">
<option>- Click Here to View Answer -</option>
<option>California(config-subif)#frame-relay interface-dlci 204</option>
</select></font></p>
</form>
<p><b><font color="#FF00FF">21.</font><font color="#800080"> </font> </b> Next set the IP
address for this interface and enable the interface.</p>
<form name="forma1">
<p><font face="Courier New"><select size="1" name="1">
<option>- Click Here to View Answer -</option>
<option>California(config-subif)#ip address 172.16.6.1 255.255.255.0</option>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -