네트워크2 과목 13주차 예습과제
- 라우터 호스트 네임 변경
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname Ro-01
Ro-01(config)#
- interface IP 설정
Ro-01(config-if)#ip address 192.168.101.1 255.255.255.0
Ro-01(config-if)#no shutdown
- 스위치 vlan 설정
Sw-01>en
Sw-01#
Sw-01#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Sw-01(config)#int vlan 1
Sw-01(config-if)#ip add
Sw-01(config-if)#ip address 192.168.1.254 255.255.255.0
Sw-01(config-if)#no shutdown
Sw-01(config-if)#
%LINK-5-CHANGED: Interface Vlan1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up
Sw-01(config-if)#no shutdown
Sw-01(config-if)#
Sw-01(config-if)#
- enable 비밀번호 설정
Ro-01>en
Ro-01#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Ro-01(config)#en
Ro-01(config)#enable password cisco
Ro-01(config)#exit
'OS > 네트워크' 카테고리의 다른 글
netshoot : Docker+k8s network trouble-shooting swiss-army container (0) | 2023.06.08 |
---|---|
[네트워크보안] (0) | 2021.06.04 |
[CISCO] logging (0) | 2021.05.29 |
[CISCO]CDP Protocol (0) | 2021.05.29 |
[CISCO]static routing - 정적 경로 설정 (0) | 2021.05.06 |