Lab 2.1: (2) Cấu hình địa chỉ IP trên Interface của Cisco Router

By , 0 View

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 brief 
Interface                  IP-Address      OK? Method Status                Protocol
Ethernet0/0                unassigned      YES unset  administratively down down    
Ethernet0/1                unassigned      YES DHCP   administratively down down    
Ethernet0/2                unassigned      YES unset  administratively down down    
Ethernet0/3                unassigned      YES unset  administratively down down    
R1#

Cấu hình địa chỉ IP trên interface e0/0 là 172.16.0.254/24.
R1#configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#interface e0/0
R1(config-if)#ip address 172.16.0.254 255.255.255.0
R1(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 up
R1(config-if)#end
R1#
*Jan 22 13:01:41.401: %SYS-5-CONFIG_I: Configured from console by console
R1#

Kiểm tra địa chỉ IP trên các cổng giao tiếp interface của Cisco Router.
R1#show ip interface brief 
Interface                  IP-Address      OK? Method Status                Protocol
Ethernet0/0                172.16.0.254    YES manual up                    up      
Ethernet0/1                unassigned      YES DHCP   administratively down down    
Ethernet0/2                unassigned      YES unset  administratively down down    
Ethernet0/3                unassigned      YES unset  administratively down down    
R1#

Thực hiện tác vụ ping tới địa chỉ IP của các PC.
R1#ping 172.16.0.1
Type 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 ms
R1#

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. 


You Might Also Like

0 comments