본문 바로가기

학위공부/IT 자격증

[네트워크관리사2급/실기]라우팅 명령어

반응형

enable - 사용자모드에서 관리자모드로 변경합니다.

config terminal - 터미널을 설정할수있는 단계로 진입합니다

interface Ethernet 0 - interface Ethernet 0으로 들어갑니다.

ip address 192.168.200.2 255.255.255.252 - IP와 서브넷마스크를 설정합니다.

ip directed-broadcast - 주어진 환경대로 설정합니다.

exit - interface e0에서 빠져나옵니다

exit - config terminal에서 빠져나옵니다.

copy r s - 저장합니다.

 

enable

config terminal

interface serial 0 - Interface serial 0으로 들어갑니다.

bandwidth 2048 - 대역폭을 2048로 설정합니다.

exit

exit

copy r s

 

enable

config terminal

interface ethernet 0

description ICQA
exit

exit

copy r s

 

enable

config terminal

interface ethernet 0

ip address 192.168.2.1. 255.255.255.252 - 192.168.2.1/30

ip address 192.168.3.1. 255.255.255.252 secondary

exit

exit

copy r s

 

enable

config terminal

ip default-gateway 192.168.0.10

exit

copy r s

 

enable

config terminal

line vty 0 4 - line vty 0 4(텔넷 interface)에 접근

password TELPass - 패스워드 설정

login

exit

exit

copy r s

 

enable

config terminal

line vty 0 4

exec-timeout 05 50 - 5분 50초동안 신호가 없을시 세션 자동 종료

login

exit

exit

copy r s

 

enable

config terminal

line console 0

login

password ICQACon

exit

exit

copy r s

 

enable

config terminal

interface serial 0

no shutdown - interface Serial 0 활성화

exit

exit

copy r s

 

enable

config terminal

hostname network2 - hostname 변경

line console 0

password route5 - password 변경

login

exit

exit

copy r s

 

enable

config terminal

ip domain-name AAAA - 도메인네임 변경

exit

copy r s

 

 

-끗-

 

 

 

반응형