EIGRP
2020. 5. 17. 00:47ㆍ네트워크/라우터
[R1]
conf t
int f 0/0
ip add 172.16.1.1 255.255.255.0
int s2/0
ip add 10.1.1.1 255.255.255.0
router eigrp 100
network 172.16.0.0
network 10.0.0.0
[R2]
conf t
int f 0/0
ip add 192.168.100.254 255.255.255.0
int s2/0
ip add 10.1.1.2 255.255.255.0
int s2/1
ip add 10.2.2.2 255.255.255.0
router eigrp 100
network 192.168.100.0
network 10.0.0.0
[R3]
conf t
int f 0/0
ip add 192.168.1.254 255.255.255.0
int s2/1
ip add 10.2.2.3 255.255.255.0
router eigrp 100
network 192.168.1.0
network 10.0.0.0
반응형
'네트워크 > 라우터' 카테고리의 다른 글
수동 서머리-02 (0) | 2020.05.17 |
---|---|
EIGRP-02 (0) | 2020.05.17 |
RIP Version 2 (0) | 2020.05.17 |
RIPv2 Summary 수동서머리no auto-summary (0) | 2020.05.17 |
no ip split-horizon (0) | 2020.05.17 |