CCNA R&S (CCNA5.0) Bài lab cấu hình cơ bản router
Bài lab cấu hình cơ bản router
Nguồn: thietbivienthongbachkhoa.com
Ảnh 600×340
Cấu hình cơ bản trên cisco router cần làm các công việc sau:
Đặt tên router
Cấu hình 3 loại mật khẩu
Cấu hình dòng thông báo
Cấu hình IP trên cổng, mô tả cổng
Lưu lại file cấu hình.
Đề bài:
Cấu hình:
Cấu hình:
Router>enable
Router#conf t
Router(config)#hostname R1
R1(config)#enable password cisco
R1(config)#line console 0
R1(config-line)#password cisco
R1(config-line)#exit
R1(config)#line vty 0 4
R1(config-line)#password cisco
R1(config-line)#exit
R1(config)#banner motd “Khong phan su mien vao”
R1(config)#interface fastEthernet 0/0
R1(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R1(config-if)#description connect to lan 1
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#exit
R1(config)#int f0/1
R1(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
R1(config-if)#ip address 192.168.2.1 255.255.255.0
R1(config-if)#description connect to lan 2
R1(config-if)#exit
R1(config)#exit
R1#
%SYS-5-CONFIG_I: Configured from console by console
R1#wr
R1#wr
R1#write memory
hoặc:
R1#copy running-config startup-config
R1#
Đặt IP trên PC0:
Đặt IP trên PC2:
Kiểm tra: từ PC0 ping Gateway, PC2:
Kết luận: Đã thông mạng
Nguồn: Trung tâm thiết bị viễn thông bách khoa