📄 seq12.htm
字号:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>BOSON CCNA COURSE - Lab 12</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>
<p align="left">
<INPUT TYPE="button" VALUE="Print this page" onClick="printpage()"> </p>
</FORM>
<p align="left"> </p>
<p align="left"><font face="Times New Roman" size="3"><b><u><a name="12"></a>LAB 12 - CATALYST 2950 SWITCH CONFIGURATION</u><br>
</b>
<br>
</font></p>
<p align="left"><font face="Times New Roman" size="3">1. In this lab, you will configure basic IOS commands on switch3 and switch4 which are Catalyst 2950 switches.
<br>
</font></p>
<p align="left"><font face="Times New Roman" size="3">2. From the NetSim tool bar, select Switch3 (Catalyst 2950). Press enter to get into the user prompt mode.
<br>
Enter enable to get into privileged mode.
Type ? to see a list of privileged mode commands. Enter disable to go back to user mode.</font></p>
<p align="left"><font face="Times New Roman" size="2"> enter<br>
> enable<br>
# ?<br>
# disable<br>
><br>
</font></p>
<p align="left"><font face="Times New Roman" size="3">3. On switch3, go into privileged mode and then into global configuration mode. Assign Switch3 a host name of 2950sw3.
Use exit or ctrl-z to get out of configuration mode. </font></p>
<p align="left"><font face="Times New Roman" size="2"> > enable<br>
# configure terminal<br>
(config)# hostname 2950sw3<br>
2950sw3(config)# exit<br>
2950sw3#<br>
</font></p>
<p align="left"><font face="Times New Roman" size="3">4. On switch3, type show running-config to see the active configuration.<br>
a. Question: Do you need to issue copy running-config startup-config on the Catalyst 2950 to save the running configuration? </font>
</p>
<p align="left"><font face="Times New Roman" size="2"> 2950sw3# show running-config<br>
</font></p>
<p align="left"><font face="Times New Roman" size="3">5. On switch3, type copy running-config startup-config to save the active configuration to NVRAM. Display the saved configuration in NVRAM
with the show startup-config command.</font></p>
<p align="left"><font size="2" face="Times New Roman"> 2950sw3# copy running-config startup-config<br>
2950sw3# show startup-config<br>
</font><font face="Times New Roman" size="3">
<br>
</font></p>
<p align="left"><font face="Times New Roman" size="3">6. On switch3, erase the saved configuration and reload the box.</font></p>
<p align="left"><font face="Times New Roman" size="2"> 2950sw3# erase startup-config<br>
2950sw3# reload<br>
</font></p>
<p align="left"><font face="Times New Roman" size="3">7. On switch3, go into privileged mode and then into global configuration mode. Reassign the switch a hostname of 2950sw3 and an enable password
of 慶isco
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -