Cisco Profile Series 구성 매뉴얼 - 페이지 9

{카테고리_이름} Cisco Profile Series에 대한 구성 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Cisco Profile Series 13 페이지. Jbod on the 12g sas modular raid controller
Cisco Profile Series에 대해서도 마찬가지입니다: 시작하기 매뉴얼 (41 페이지), 사용자 설명서 (44 페이지), 사용자 설명서 (7 페이지), 시작하기 매뉴얼 (35 페이지), 빠른 참조 매뉴얼 (2 페이지), 설치 매뉴얼 (44 페이지), 설치 시트 (2 페이지), 설치 매뉴얼 (2 페이지), 빠른 시작 매뉴얼 (4 페이지), 빠른 시작 매뉴얼 (4 페이지), 설치 매뉴얼 (16 페이지), 시작하기 매뉴얼 (32 페이지), 매뉴얼 (16 페이지), 시작하기 매뉴얼 (42 페이지), 시작하기 매뉴얼 (46 페이지)

Cisco Profile Series 구성 매뉴얼
Chapter 4
Configuring the Serial Interface
DETAILED STEPS
Command or Action
Step 1
physical-layer async
Example:
Router(config-if)# physical-layer async
You cannot use the physical-layer async command for frame-relay encapsulation.
Note
When you make a transition from asynchronous mode to synchronous mode in serial interfaces, the
interface state becomes down by default. You should then use the no shutdown option to bring the
interface up.

Configuration Examples

Example: PPP Configuration:

This example shows how to configure PPP encapsulation with CHAP authentication.
Router> enable
Router# configure terminal
Router(config)# hostname R1
R1(config)# username R2 password cisco
R1(config)# interface serial 0/0/0
R1(config-if)# encapsulation ppp
R1(config-if)# ppp authentication chap
R1(config-if)# exit
Router> enable
Router# configure terminal
Router(config)# hostname R2
R2(config)# username R1 password
R2(config)# interface serial 0/0/0
R2(config-if)# encapsulation ppp
R2(config-if)# ppp authentication chap
R2(config-if)# exit
This example shows how to configure PPP encapsulation with PAP authentication.
Router> enable
Router# configure terminal
Router(config)# hostname R1
R1(config)# username R2 password cisco
R1(config)# interface serial 0/0/0
R1(config-if)# encapsulation ppp
R1(config-if)# ppp authentication PAP
R1(config-if)# ppp pap sent-username R1 password cisco
R1(config-if)# end
Router> enable
Router#configure terminal
Purpose
Specifies the mode of a low-speed interface as either
synchronous or asynchronous.
cisco
Cisco 800M Series Integrated Services Routers Software Configuration Guide
Configuration Examples
47