CISCO Router Quick setup?

cisco 2501에서..

1. Initialize
Ctrl+C
>o/r 0x142
>initialize

2. setting
router# config terminal
router(config)#
int e0
ip address [ethernet] [subnet-masks]
no shutdown
exit
int s0
ip address [serial1] [subnet-masks]
iproute 0.0.0.0 0.0.0.0 [serial0]
ip subnet-zero

config-register 0x2102

3. Frame-Relay setting
int s0 ip address [serial1] [netmasks]
enc fr IETF
fr lmi-type ansi
fr interface-dlci 16
fr map ip [serial0] 16 IETF
exit

3. 다른 방법
int s0
enc fr IETF
no keepalive
int s0.1 point-to-point
fr interface-dlci 16
no keepalive
exit

ip classless

4. Password Setting
line vty 0 4
login
password [password]
wr
enable secret [password]

오래전에 정리해 놓았던 것. 라우터 안만진지 오래돼서… 기억도 잘 안나네..

답글 남기기

Your email address will not be published.