router> enable
router# configur terminal
router(config)# hostname R1
R1(config)# router rip
R1(config-router)# version 2
R1(config-router)# no auto-summary
router(config-router)# network <Classfull address> 내가 보유하고 있는 Network 정보
R1(config)# ip summary [rip이나 eigrp] [축약하려는 네트워크 주소] [서브넷마스크]
router(config-if)# ip split-horizon // 받은 정보는 광고하지 않겠다.
router(config-router)# passive-interface <Type> <Number> --> 원하지 않은 정보 전송 차단
router(config-router)# passive-interface serial 1/0
@RIP 설정하기
-RIP의 상태를 확인하기 위해 Capture하기
Dynagen => capture R1 s1/0 RIP.cap HDLC
@RIP Timer 설정하기
router(config)# router rip
router(config-router)# timers basic <update> <invalid> <holddown> <flush>
ex) router(config-router)# timers basic 10 30 30 90
-각 Router들의 Connected정보 확인
R1#show ip route connected
'CCNA' 카테고리의 다른 글
몰라몰라 3-1일차 OSPF설정 및 재분배. (0) | 2013.05.10 |
---|---|
몰라몰라 3일차. EIGRP (0) | 2013.05.10 |
몰라 1일차. static, default (0) | 2013.05.07 |
라우터 명령어 (0) | 2013.03.21 |
10장 라우팅 테이블 (0) | 2013.03.21 |