패킷 트레이서에서 슬롯을 추가하는 방법을 알아 보겠습니다.
라우터를 하나 올리시고 클릭을 해 보면 아래와 같이 나옵니다.
저게 라우터의 모습인데, 검은 공백이 뻥~ 뚫려 있죠. 저기에 Interface를 삽입해 주는 것입니다.
처음 2621XM을 올리게 되면 기본 인터페이스는 Fast Ethernet 2개만 있을 겁니다. 확인해 볼까요?
Router#sh ip int brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
FastEthernet0/1 unassigned YES unset administratively down down
Router#
그렇다면 한번 추가를 해 봐야겠죠,
1. 일단 라우터 그림에서 전원 버튼을 눌러서 전원을 끕니다.
2. Serial Interface를 추가 하려면 왼쪽 리스트에서 WIC-2T를 드래그 해서 중간의 작은 구멍에 넣습니다.
2. Fast Ethernet을 더 추가하려면 NM-2FE2W 를 드래그 해서 왼쪽의 큰 구멍에 넣습니다.
3. 다시 전원을 켜고 확인하면 됩니다.
예를들어, NM-2FE2W와 NM-2T를 추가하면 아래와 같이 됩니다. Fast Ethernet 2개와 Serial 2개가 추가되었겠죠?
Router#sh ip int b
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
FastEthernet0/1 unassigned YES unset administratively down down
Serial0/0 unassigned YES unset administratively down down
Serial0/1 unassigned YES unset administratively down down
FastEthernet1/0 unassigned YES unset administratively down down
FastEthernet1/1 unassigned YES unset administratively down down
Router#
마지막으로 혹시나 하는 마음에 동영상을 첨부합니다.