CCNA R&S (CCNA5.0) Lab vlan trunk vtp intervlan routing layer3 switch (phần 3)
Cấu hình trên Gate router: (chưa học nat, không dùng default route)
Router>
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname Gate
Gate(config)#enable password cisco
Gate(config)#line console 0
Gate(config-line)#password cisco
Gate(config-line)#exit
Gate(config)#line vty 0 4
Gate(config-line)#password cisco
Gate(config-line)#exit
Gate(config)#int f0/0
Gate(config-if)#no shut
Gate(config-if)#ip address 10.0.0.2 255.255.255.0
Gate(config-if)#description noi voi layer3 sw
Gate(config-if)#exit
Gate(config)#int f0/1
Gate(config-if)#no shut
Gate(config-if)#ip address 177.7.7.2 255.255.255.0
Gate(config-if)#description noi voi ISP
Gate(config-if)#exit
Gate(config)#ip route 192.168.10.0 255.255.255.0 10.0.0.13
Gate(config)#ip route 192.168.20.0 255.255.255.0 10.0.0.13
Gate(config)#ip route 192.168.30.0 255.255.255.0 10.0.0.13
Gate(config)#ip route 0.0.0.0 0.0.0.0 177.7.7.1
Gate(config)#exit
Gate#wr
Gate#
Cấu hình Trên isp router: (chưa học nat, không dùng default route)
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname ISP
ISP(config)#enable password cisco
ISP(config)#line console 0
ISP(config-line)#password cisco
ISP(config-line)#exit
ISP(config)#line vty 0 4
ISP(config-line)#password cisco
ISP(config-line)#exit
ISP(config)#int f0/0
ISP(config-if)#no shut
ISP(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
ISP(config-if)#ip address 200.200.1.1 255.255.255.0
ISP(config-if)#description noi voi server
ISP(config-if)#exit
ISP(config)#int f0/1
ISP(config-if)#no shut
ISP(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
ISP(config-if)#ip address 177.7.7.1 255.255.255.0
ISP(config-if)#description noi voi Gate
ISP(config-if)#exit
ISP(config)#ip route 10.0.0.0 255.255.255.0 177.7.7.2
ISP(config)#ip route 192.168.10.0 255.255.255.0 177.7.7.2
ISP(config)#ip route 192.168.20.0 255.255.255.0 177.7.7.2
ISP(config)#ip route 192.168.30.0 255.255.255.0 177.7.7.2
ISP(config)#exit
ISP#wr
ISP#
Kiểm tra từ ISP ping xuống Vlan 10:
Kết luận: đã thông mạng
Nguồn: Trung tâm thiết bị viễn thông bách khoa