📄 seq3.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 3</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="3"></a>LAB 3 - CDP</u><br>
</b>
<br>
</font></p>
<p align="left"><font face="Times New Roman" size="3">1. In this lab, you will practice using Cisco Discovery Protocol (CDP) commands to view information about directly connected neighbors.<br>
</font></p>
<p align="left"><font face="Times New Roman" size="3">2. On router1, display summary information for router1抯 CDP neighbors. You should see one-line entries for both router2 and router3.</font></p>
<p align="left"><font face="Times New Roman" size="2"> router1# sh cdp neighbors
<br>
</font></p>
<p align="left"><font face="Times New Roman" size="3">3. On router1, display detailed information about CDP neighbors. You can do this with either the show cdp neighbors detail or
show cdp entry * commands.</font></p>
<p align="left"><font face="Times New Roman" size="2"> router1# show cdp neighbors detail<br>
router1# show cdp entry *<br>
</font></p>
<p align="left"><font face="Times New Roman" size="3">4. On router1, display the interfaces where CDP is active.
<br>a. Question: what is the CDP advertisement interval? <br>b. Question: what is the holdtime interval and what does it signify?</font></p>
<p align="left"><font face="Times New Roman" size="2"> router1# show cdp interface<br>
</font></p>
<p align="left"><font face="Times New Roman" size="3">5. On router1, change the CDP advertisement interval to 50 sec. and the holdtime interval to 170 sec.
<br>
Issue the show cdp interface command to verify the new timers are set correctly.</font></p>
<p align="left"><font face="Times New Roman" size="2"> router1(config)# cdp timer 50<br>
router1(config)# cdp holdtime 170<br>
router1(config)# exit<br>
router1# sh cdp interface</font></p>
<p align="left"> </p>
<p align="left"><font face="Times New Roman" size="2"><span class="724482219-24092001">Copyright (c) 1998-2003 Boson Software, Inc. All Rights Reserved.</span></font></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -