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()

Android Compose Coil library

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

iOS Error Undefined symbol Testing.Trait

Forensics 인터넷 다운로드 파일 출처 확인하기

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

tensorflow tf.expand_dims()

음악 총보(Score), 파트보(Part)

Android Custom IME(Input method editor) 만들기

Android Notification with Full Screen