자격증시험/CCNA

router 약어

saturn_99 2010. 1. 18. 12:42

enable
en

configure terminal
conf t

hostname r1
host r1

enable secret cisco

no ip domain-lookup

!

line console 0
line 0

logging synchronous
logg sync

exec-timeout 0 0
exec-t 0


int s1/0
 ip add 192.~~
 band 1024
 en hdlc
 no sh

int fa0/0
 ip add
 no sh

int lo0
 ip add

'자격증시험 > CCNA' 카테고리의 다른 글

Default Route  (0) 2010.01.19
Routing_static  (0) 2010.01.19
라우터 Recovery 모드 (비번 잊어버렸을때)  (0) 2010.01.18
라우터 IOS IMAGE 관리  (0) 2010.01.18
show ip interface brief  (0) 2010.01.16