- 이번 포스팅은 패킷 트레이서 프로그램을 이용하여 네트워크 토폴로지 구성을 해볼 것이다. - 첫번째 구성 - 조건 - Router 설정 ROUTER1 enable configure terminal enable password bis enable secret bis1 no ip domain-lookup service password-encryption line console 0 password bis2 login exec-timeout 0 0 logging synchronous exit int fa0/0 ip ad 50.50.50.126 255.255.255.128 no shut exit int se0/0 clock rate 72000 ip ad 50.50.50.193 255.255.255.192 no ..