📄 seq16.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 16</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"><b><font face="Times New Roman" size="3"><u><a name="16"></a>LAB 16 - PPP & CHAP</u><br>
</font></b></p>
<p align="left"><font face="Times New Roman" size="3">1. In this lab, you will configure PPP and CHAP authentication on a serial interface. On router1, issue the show
interfaces serial 0 command.
Note the encapsulation type of HDLC which is the default for serial links.</font></p>
<p align="left"><font face="Times New Roman" size="2"> router1# show interfaces serial 0<br>
</font></p>
<p align="left"><font face="Times New Roman" size="3">2. On router1 and router3, configure PPP encapsulation for interface S0. Note that the link will not come up unless both ends are configured
with the same encapsulation type.</font></p>
<p align="left"><font face="Times New Roman" size="2">
routerx(config)# interface serial0<br>
routerx(config-if)# encapsulation ppp<br>
</font></p>
<p align="left"><font face="Times New Roman" size="3">3. On router1 and router3, issue the show interfaces serial 0 command to verify that PPP is configured for the link. The output should show the
PPP LCP phase as 慜pen
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -