Cisco 라우터 ip 설정하기

오늘은 cisco 라우터에 ip 설정하는 방법에 대해서 알아보겠습니다.



현재 네트워크 구성 형태는 다음과 같습니다.


R1의 interface ethernet 0/0에 ip address를 주겠습니다.


enable

configure terminal

interface ethernet 0/0

ip address 192.168.0.1 255.255.255.0

no shutdown

end



ip address 192.168.0.1[부여할 IP] 255.255.255.0[서브넷 마스크]







192.168.0.1의 ip가 부여된 것을 볼 수 있습니다.



끝.


카테고리: network, cisco

댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

tensorflow tf.random.uniform()

KiCad 시작하기 2 (PCB 만들기)

Python OpenCV 빈 화면 만들기

Android Compose Coil library

Android Notification with Full Screen

tensorflow tf.expand_dims()

About Subnet Mask App

KiCad 시작하기 4 (기존 회로도 수정 및 추가)

Android Minimum touch target size