10.10.10.10에서 10.10.20.10과 10.10.30.10으로 핑테스트한 결과성공적이다
R1족보
enable
conf t
hostname r1
interface s2/0
ip address 192.168.0.1 255.255.255.0
clock rate 56000
no shutdown
exit
interface f0/0
ip address 10.10.10.254 255.255.255.0
no shutdown
exit
router eigrp 150
no auto-summary
network 192.168.0.0
network 10.10.10.0 0.0.0.255
end
wr me
R2족보
enable
conf t
hostname r2
interface s2/0
ip address 192.168.0.2 255.255.255.0
clock rate 56000
no shutdown
exit
interface s3/0
ip address 192.168.100.1 255.255.255.0
clock rate 56000
no shutdown
exit
interface f0/0
ip address 10.10.20.254 255.255.255.0
no shutdown
exit
router eigrp 150
no auto-summary
network 192.168.0.0
network 192.168.100.0
network 10.10.20.0 0.0.0.255
end
wr me
R3족보
enable
conf t
hostname r1
interface s2/0
ip address 192.168.100.2 255.255.255.0
clock rate 56000
no shutdown
exit
interface f0/0
ip address 10.10.30.254 255.255.255.0
no shutdown
exit
router eigrp 150
no auto-summary
network 192.168.100.0
network 10.10.30.0 0.0.0.255
end
wr me
'컴퓨터 > Network' 카테고리의 다른 글
[Cisco Packet Tracer] OSPF 기본 A클래스 (0) | 2011.08.25 |
---|---|
[Cisco Packet Tracer] OSPF 기본 (0) | 2011.08.25 |
[GNS3] DHCP 2대 (0) | 2011.08.24 |
[Cisco Packet Tracer] DHCP 기본 (0) | 2011.08.24 |
[GNS3] 서브넷팅 EIGRP zero-mask 구성 시스템 (0) | 2011.08.24 |
[Cisco Packet Tracer] EIGRP 라우팅 프로토콜을 이용해서 통신 가능하도록 (0) | 2011.08.24 |
[GNS3] 라우터 SSH 설정법 (0) | 2011.08.24 |
[GNS3] 라우터3개 (LINUX웹, 2003웹, XP접속) 구축하기 (0) | 2011.08.23 |
[Cisco Packet Tracer] 스태틱과 디폴트 라우팅의 짬뽕 (0) | 2011.08.23 |
Win2003 라우팅 연습 (0) | 2011.08.23 |