Lab 1: Setting up a Serial InterfaceLab 1: Setting up a Serial Interface

Posted at 2011. 1. 24. 22:19 | Posted in Computer/Network


Lab 1: Setting up a Serial Interface
The goal of the first lab in this series is to set up a serial connection. Serial connection configurations require an additional command that is not required with Ethernet connection configurations. This command is the clock rate command, which establishes a common rate at which the sending and receiving routers will communicate with each other. Note that when a service provider circuit is used, you do not need to set the clock rate because the service provider provides the clocking.

Establish a simple serial-to-serial connection between the serial 0 interface on R1 and the serial 0 interface on R2. To accomplish this, first select R1 from the eRouters menu, and assign it a host name of router1. Configure the serial 0 interface of router1 with a clock rate of 64000, and enable the interface. Select R2 from the eRouters menu, and assign it a host name of router2. Enable the serial 0 interface on router2.

To verify that the connection is established, use the show cdp neighbors command on each router. This command will show the CDP information of each router's directly connected neighbors.

R1

R2

hostname router1
!
interface serial0
 clock rate 64000
 no shut
hostname router2
!
interface serial0
 no shut


이 시리즈의 첫번째 랩의 목표는 시리얼 연결을 설정하는 것이다.

'Computer > Network' 카테고리의 다른 글

패킷 분석(와이어샤크) 기초  (0) 2011.01.28
라우터 설정 스크립트  (0) 2011.01.25
Dynamips with CISCO 3660  (0) 2011.01.24
다이나밉스를 이용한 실습 네트워크 구성  (0) 2011.01.22
네트워크 입문 로드맵  (0) 2011.01.21
//