티스토리 뷰
Hub and spoke network
Loopback in router
Int loopback10 //make loopback address
Ip address 11.1.1.1 255.255.255.0 //assign ip address
Exit
Show int loopback10
You can’t assign 127.x.x.x address because it’s dedicated to loopback. Although the interface you try to is loopback.
No int loopback 10 //delete loopback int
R2 to R3 need to go through R1. Round-trip time is doubled.
Debug ip packet // enable debug
Undebug all // disable debug mode
R3# ip route 2.2.2.2 255.255.255.255 172.12.123.1
When ping to 2.2.2.2, result is U.U.U
Ip route 0.0.0.0 .0.0.0.0 172.12.123.2 #Set default route to 172.12.123.2
Ref: Hub and spoke topology in packet tracer (http://freeccnalab.com/2013/10/27/ccna-packet-tracer-lab-understanding-frame-relay/)
'IT > CCNA: Udemy' 카테고리의 다른 글
Sec12: Rip commands (0) | 2018.03.20 |
---|---|
Sec12: Rip, Router poisioning (0) | 2018.03.14 |
Sec10: DNS, ARP, DHCP (0) | 2018.03.08 |
Sec9: TCP/ UDP (0) | 2018.03.08 |
Sec8: port description (0) | 2018.03.07 |
댓글