Cisco 네트워크 장비 이름 변경하기

오늘은 시스코 네트워크 장비의 이름 변경에 대해서 알아보겠습니다.



기본적으로 Router>라고 표시됩니다.

그러면, 여러 장비가 있을 때, 동일한 이름만 있다면, 헷갈립니다.

그래서, 이름을 변경해주면 좋습니다.


enable

configure terminal

hostname R1

end


다음과 같이 R1으로 변경된 것을 볼 수 있습니다.



끝.


카테고리: network, cisco

댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

Python OpenCV 빈 화면 만들기

Android Notification with Full Screen

tensorflow tf.random.uniform()

Android AVD Ram size change

Python bs4.SoupStrainer()

Android Compose automation for getting localized images to use on Play Store app image

Forensics .pyc 파일 .py로 복구하기

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

KiCad 시작하기 7 (FreeRoute 사용하기 2)