Cisco Profile Series Podręcznik konfiguracji - Strona 9

Przeglądaj online lub pobierz pdf Podręcznik konfiguracji dla System konferencyjny Cisco Profile Series. Cisco Profile Series 13 stron. Jbod on the 12g sas modular raid controller
Również dla Cisco Profile Series: Podręcznik dla początkujących (41 strony), Podręcznik użytkownika (44 strony), Podręcznik użytkownika (7 strony), Podręcznik dla początkujących (35 strony), Skrócona instrukcja obsługi (2 strony), Instrukcja instalacji (44 strony), Arkusz instalacyjny (2 strony), Instrukcja instalacji (2 strony), Skrócona instrukcja obsługi (4 strony), Skrócona instrukcja obsługi (4 strony), Instrukcja instalacji (16 strony), Podręcznik dla początkujących (32 strony), Podręcznik (16 strony), Podręcznik dla początkujących (42 strony), Podręcznik dla początkujących (46 strony)

Cisco Profile Series Podręcznik konfiguracji
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