티스토리 뷰
라우터 설정 명령어
Seoul_R1
en
conf t
hostname Seoul_R1
enable password It1
enable secret It2
no ip domain-lookup
service password-encryption
line console 0
password It3
login
exec-time 0 0
logging synchronous
exit
line vty 0 4
password It4
login
exit
int f0/0
ip add 12.10.12.62 255.255.255.192
no shutdown
exit
int s0/0
ip add 12.10.12.177 255.255.255.248
clock rate 4000000
no shutdown
exit
ip route 12.10.12.64 255.255.255.192 12.10.12.178
ip route 12.10.12.128 255.255.255.224 12.10.12.186
ip route 12.10.12.160 255.255.255.240 12.10.12.194
ip route 12.10.12.184 255.255.255.248 12.10.12.178
ip route 12.10.12.192 255.255.255.248 12.10.12.186
do write
Busan_R1
en
conf t
hostname Busan_R1
enable password It1
enable secret It2
no ip domain-lookup
service password-encryption
line console 0
password It3
login
exec-time 0 0
logging synchronous
exit
line vty 0 4
password It4
login
exit
int f0/0
ip add 12.10.12.126 255.255.255.192
no shutdown
exit
int s0/0
ip add 12.10.12.178 255.255.255.248
clock rate 4000000
no shutdown
exit
int s0/1
ip add 12.10.12.185 255.255.255.248
no shutdown
exit
ip route 12.10.12.0 255.255.255.192 12.10.12.177
ip route 12.10.12.128 255.255.255.224 12.10.12.186
ip route 12.10.12.160 255.255.255.240 12.10.12.194
ip route 12.10.12.192 255.255.255.248 12.10.12.186
do write
Daegu_R1
en
conf t
hostname Daegu_R1
enable password It1
enable secret It2
no ip domain-lookup
service password-encryption
line console 0
password It3
login
exec-time 0 0
logging synchronous
exit
line vty 0 4
password It4
login
exit
int f0/0
ip add 12.10.12.158 255.255.255.224
no shutdown
exit
int s0/0
ip add 12.10.12.186 255.255.255.248
clock rate 4000000
no shutdown
exit
int s0/1
ip add 12.10.12.193 255.255.255.248
no shutdown
exit
ip route 12.10.12.0 255.255.255.192 12.10.12.177
ip route 12.10.12.64 255.255.255.192 12.10.12.178
ip route 12.10.12.160 255.255.255.240 12.10.12.194
ip route 12.10.12.176 255.255.255.248 12.10.12.185
do write
Jeju_R1
en
conf t
hostname Jeju_R1
enable password It1
enable secret It2
no ip domain-lookup
service password-encryption
line console 0
password It3
login
exec-time 0 0
logging synchronous
exit
line vty 0 4
password It4
login
exit
int f0/0
ip add 12.10.12.174 255.255.255.240
no shutdown
exit
int s0/0
ip add 12.10.12.194 255.255.255.248
no shutdown
exit
ip route 12.10.12.0 255.255.255.192 12.10.12.177
ip route 12.10.12.64 255.255.255.192 12.10.12.178
ip route 12.10.12.128 255.255.255.224 12.10.12.186
ip route 12.10.12.176 255.255.255.248 12.10.12.185
ip route 12.10.12.184 255.255.255.248 12.10.12.193
do write
'실습' 카테고리의 다른 글
mysql DB와 Wordpress 연동 (0) | 2022.06.02 |
---|---|
docker에서 mysql로 데이터베이스 구축 (0) | 2022.06.01 |
docker를 이용한 httpd 환경 구축 실습 (0) | 2022.05.30 |
Linux, Windows 복합설계 및 실습 (0) | 2022.05.25 |
ncloud 서버 개설 실습 (0) | 2022.04.06 |