Mục tiêu thực hành:
- Kiểm tra định danh của các cổng giao tiếp interface hiện có trên Cisco Router.
- Cấu hình địa chỉ IP trên interface e0/0 là 172.16.0.254/24.
- Kiểm tra địa chỉ IP trên các cổng giao tiếp interface của Cisco Router.
- Thực hiện tác vụ ping tới địa chỉ IP của các PC.
Truy cập vào "Lab 2-1 - Khao sat cac che do dong lenh va thiet lap Hostname tren Cisco Router v1" tại Public Unetlab Server 24/7 để thực hành.
Kiểm tra định danh của các cổng giao tiếp interface hiện có trên Cisco Router.
R1#show ip interface briefInterface IP-Address OK? Method Status ProtocolEthernet0/0 unassigned YES unset administratively down downEthernet0/1 unassigned YES DHCP administratively down downEthernet0/2 unassigned YES unset administratively down downEthernet0/3 unassigned YES unset administratively down downR1#
Cấu hình địa chỉ IP trên interface e0/0 là 172.16.0.254/24.
R1#configure terminalEnter configuration commands, one per line. End with CNTL/Z.R1(config)#interface e0/0R1(config-if)#ip address 172.16.0.254 255.255.255.0R1(config-if)#no shutdown*Jan 22 13:01:38.638: %LINK-3-UPDOWN: Interface Ethernet0/0, changed state to up*Jan 22 13:01:39.643: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0/0, changed state to upR1(config-if)#endR1#*Jan 22 13:01:41.401: %SYS-5-CONFIG_I: Configured from console by consoleR1#
Kiểm tra địa chỉ IP trên các cổng giao tiếp interface của Cisco Router.
R1#show ip interface briefInterface IP-Address OK? Method Status ProtocolEthernet0/0 172.16.0.254 YES manual up upEthernet0/1 unassigned YES DHCP administratively down downEthernet0/2 unassigned YES unset administratively down downEthernet0/3 unassigned YES unset administratively down downR1#
Thực hiện tác vụ ping tới địa chỉ IP của các PC.
R1#ping 172.16.0.1Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 172.16.0.1, timeout is 2 seconds:.!!!!Success rate is 80 percent (4/5), round-trip min/avg/max = 1/1/1 msR1#
Tham khảo các videos lý thuyết Hướng dẫn thực hành CCNA R&S để biết thêm thông tin chi tiết.
0 comments