Network/패킷트레이서

패킷트레이서 초기 명령어

1nfra 2019. 7. 17. 12:07
728x90

Router>enable (사용자모드에서 관리자모드로 전환하기)

- 인터페이스 정보보기 -

Router# show interface


- 라우터의 이름 설정하기 -

Router(config)# hostname test


- 인터페이스 구성모드 들어가서 이더넷에 IP주소 할당하기 -


Router>enable


Router# configure terminal

Router(config)# interface ethernet 0

Router(config-if)# no shutdown (포트 전원 켜기)

Router(config-if)#ip address 192.168.0.1 255.255.255.0

Router(config-if)# exit

Router(config)# exit


- 라우팅 테이블 보기 -

Router# show ip route



728x90