Quản trị mạng Lab 4-5 - RIP & IGRP
Trang 1CCNA LAB No 4-5 : CONFIGURE Static route – RIP – IGRP Lab time: 1
Task 2: RIP
1. Đặt địa chỉ cho router: (Ví dụ: router 3)
Router> enable
Router# config terminal
Router# interface loopback 0
Router(config)# ip address 3.3.3.3 255.255.255.255
Router(config)# ip address 10.10.10.3 255.255.255.0
Router(config)# ip address 192.168.168.3 255.255.255.0
2 Enable RIP on each router in your network
To enable RIP, use the following commands in global configuration mode:
Router> enable
Router# config terminal
Router(config)#router rip : bật giao thức rip lên
Router(config-router)#network network-number : gõ các mạng kết nối trực tiếp với router
Ví dụ: với router R3:
Router(config-router)#network 3.0.0.0
Router(config-router)#network 10.0.0.0
Router(config-router)#network 192.168.168.0
Trang 23 Dùng các lệnh dưới đây để kiểm tra kết quả:
Router(config)#exit
Router#show ip route
Router#show ip protocol
Router#debug ip rip