Self-Improvement

2) 기본 네트워크 구성 실습 본문

네트워크/Switch

2) 기본 네트워크 구성 실습

JoGeun 2018. 10. 20. 13:59

------------------Router---------------------
Router>enable
Router#conf t
Router(config)#interface fa 0/0
Router(config-if)#ip add 192.168.10.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface fa 0/1
Router(config-if)#ip add 192.168.20.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#end
Router#show run
Router#copy run start
------------------------------------------------
※show run

'네트워크 > Switch' 카테고리의 다른 글

6) Switch STP  (0) 2018.10.20
5) Switch VTP  (0) 2018.10.20
4) Switch 기본 Vlan  (0) 2018.10.20
3) Switch Telnet/Console Password  (0) 2018.10.20
1) LAN구간 통신방법, 메모리공간 등 이론  (0) 2018.10.20