Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

42 940 2
Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

Lab ฀ ฀ ฀ ฀ ฀      Router Ethernet interfaces configurations router R2 ? ? _ Biên So Page : Reload : Routers router R1 PC1 Desktop Terminal Desktop tab OK: Bits Per Second = 9600 Data Bits = Parity = None Stop Bits = Flow Control = None Enter Router : Router>enable Router# : privileged EXEC mode erase startup-config Enter [confirm] NVRAM Router#erase startup-config Erasing the nvram filesystem will remove all files! Continue? [confirm] [OK] Erase of nvram: complete Router# : reload no không Router#reload System configuration has been modified Save? [yes/no]: no Proceed with reload? [confirm] Enter [confirm] you like to enter the initial configuration dialog? [yes/no]: no you like to terminate autoinstall? [yes]: [Press Return] Enter to accept default RETURN to get started! Would Would Press Press 3: n Router R1 HyperTerminal session router R1 privileged EXEC mode Router>enable Router# Biên So Page global configuration mode Router#configure terminal Enter configuration commands, one per line End with CNTL/Z Router(config)# uter R1 hostname R1 Router(config)#hostname R1 R1(config)# : DNS lookup DNS lookup no ip domain-lookup R1(config)#no ip domain-lookup R1(config)# EXEC mode enable secret password class R1(config)#enable secret class R1(config)# enable password password ? _ _ message-of-the-day banner message-of-the-day banner banner motd R1(config)#banner motd & Enter TEXT message End with the character '&' ******************************** !!!AUTHORIZED ACCESS ONLY!!! ******************************** & R1(config)# console router cisco R1(config)#line console R1(config-line)#password cisco R1(config-line)#login R1(config-line)#exit R1(config)# irtual terminal lines cisco R1(config)#line vty R1(config-line)#password cisco R1(config-line)#login R1(config-line)#exit R1(config)# FastEthernet0/0 interface Biên So Page FastEthernet0/0 interface IP address 192.168.1.1/24 R1(config)#interface fastethernet 0/0 R1(config-if)#ip address 192.168.1.1 255.255.255.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)# R1(config-if)#interface serial 0/0/0 R1(config-if)#ip address 192.168.2.1 255.255.255.0 R1(config-if)#clock rate 64000 R1(config-if)#no shutdown R1(config-if)# Chú ý: end R1(config-if)#end R1# privileged EXEC mode R1 copy running-config startup-config R1#copy running-config startup-config Building configuration [OK] R1# cho Serial 0/0/0 interface Serial 0/0/0 interface IP address 192.168.2.2/24 R2(config)#interface serial 0/0/0 R2(config-if)#ip address 192.168.2.2 255.255.255.0 R2(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up R2(config-if)# R2(config-if)#interface fastethernet 0/0 R2(config-if)#ip address 192.168.3.1 255.255.255.0 R2(config-if)#no shutdown Biên So Page %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up R2(config-if)# end R2(config-if)#end R2# privileged EXEC mode copy running-config startup-config R2#copy running-config startup-config Building configuration [OK] R2# Gateway: 192.168.1.1 PC2 PC2 Gateway: 192.168.3.1 6: R2 192.168.3.10/24 default 1: show ip route R2 C R1#show ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type E1 - OSPF external type 1, E2 - OSPF external type i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set C 192.168.1.0/24 is directly connected, FastEthernet0/0 C 192.168.2.0/24 is directly connected, Serial0/0/0 -R2#show ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type E1 - OSPF external type 1, E2 - OSPF external type i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route Biên So Page o - ODR, P - periodic downloaded static route Gateway of last resort is not set C 192.168.2.0/24 is directly connected, Serial0/0/0 C 192.168.3.0/24 is directly connected, FastEthernet0/0 2: show ip interface brief R1#show ip interface brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 192.168.1.1 YES manual up up FastEthernet0/1 unassigned YES unset administratively down down Serial0/0/0 192.168.2.1 YES manual up up Serial0/0/1 unassigned YES unset administratively down down Vlan1 unassigned YES manual administratively down down -R2#show ip interface brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 192.168.3.1 YES manual up up FastEthernet0/1 unassigned YES unset administratively down down Serial0/0/0 192.168.2.2 YES manual up up Serial0/0/1 unassigned YES unset down down Vlan1 unassigned YES manual administratively down down up up, show ip route 3: router R1, R2, default gateway hay không? ? : không ?( ) ? PC ? show ip interface brief up up hay không? yes, ping default gateway thành công 4: K router R1, R2, không ping router R1 R2 R2 R1 ping 192.168.2.2? ping 192.168.2.1? u: ? câ Biên So ? router ? clock rate DCE ? show ip interface brief Page yes, lúc chúng R1 R2 R2 R3 7: 1: ping Ping không thành công 2: Ping không thành công 3: Ping không thành công router R1 R2 router R2 R2 t router R1 ? 8: ฀ show running-config  ฀ show ip route  ฀ show ip interface brief  Biên So Page Lab (Static Route) erase startup-config reload no Biên So Page 2:  ฀ hostname  ฀ no ip domain-lookup  ฀ enable secret  ฀ password  ฀ login  R1#configure terminal Enter configuration commands, one per line End with CNTL/Z R1(config)#interface fastethernet 0/0 IP address R1(config-if)#ip address 172.16.3.1 255.255.255.0 R1(config-if)#no shut R1# Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set 172.16.0.0/24 is subnetted, subnets C 172.16.3.0 is directly connected, FastEthernet0/0 0/0/0 router R1 R2 R1#configure terminal Enter configuration commands, one per line End with CNTL/Z R1(config)#interface Serial 0/0/0 IP address cho interface se R1(config-if)#ip address 172.16.2.1 255.255.255.0 is_up: state: sub state: line: has_route: False : clock rate cho router R1 ? 64000 bps R1(config-if)#clock rate 64000 is_up: state: sub state: line: has_route: False Biên So Page R1(config-if)# _ is_up: state: sub state: line: has_route: False %LINK-3-UPDOWN: Interface Serial0/0/0, changed state to down R2#configure terminal Enter configuration commands, one per line End with CNTL/Z R2(config)#interface serial 0/0/0 R2(config-if)#ip address 172.16.2.2 255.255.255.0 is_up: state: sub state: line: R2(config-if)# _ is_up: state: sub state: line: %LINK-3-UPDOWN: Interface Serial0/0/0, changed state to up is_up: state: sub state: line: RT: add 172.16.2.0/24 via 0.0.0.0, connected metric [0/0] RT: interface Serial0/0/0 added to routing table is_up: state: sub state: line: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up is_up: state: sub state: line: R1# _ Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type E1 - OSPF external type 1, E2 - OSPF external type i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set 172.16.0.0/24 is subnetted, subnets C 172.16.2.0 is directly connected, Serial0/0/0 C 172.16.3.0 is directly connected, FastEthernet0/0 Biên So Page 10 S3(config)# interface range fa0/1-5 S3(config-if-range)#switchport mode trunk S3(config-if-range)#switchport trunk native vlan 99 S3(config-if-range)#no shutdown S3(config-if-range)#end show interface trunk S1#show interface trunk Port Mode Encapsulation Status Native vlan Fa0/1 on 802.1q trunking 99 Fa0/2 on 802.1q trunking 99 Port Vlans allowed on trunk Fa0/1 1-4094 Fa0/2 1-4094 Port Vlans allowed and active in management domain Fa0/1 1,10,20,30,99 Fa0/2 1,10,20,30,99 Port Vlans in spanning tree forwarding state and not pruned Fa0/1 1,10,20,30,99 Fa0/2 1,10,20,30,99 S1#ping 172.17.99.12 Type escape sequence to abort Sending 5, 100-byte ICMP Echos to 172.17.99.12, timeout is seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/9 ms S1#ping 172.17.99.13 Type escape sequence to abort Sending 5, 100-byte ICMP Echos to 172.17.99.13, timeout is seconds: !!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 1/1/1 ms Biên So Page 28 Lab Biên So Liên Thông VLAN Page 29 1: 1: 2: Switch Xóa S1#erase startup-config Xóa file VLAN.dat S1#delete vlan.dat Kh show vlan VLAN vào VLAN S1#show vlan VLAN Name Status Ports - default active Fa0/1, Fa0/2, Fa0/3, Fa0/4 Biên So Page 30 Fa0/5, Fa0/6, Fa0/7, Fa0/8 Fa0/9, Fa0/10, Fa0/11, Fa0/12 Fa0/13, Fa0/14, Fa0/15,Fa0/16 Fa0/17, Fa0/18, Fa0/19,Fa0/20 Fa0/21, Fa0/22, Fa0/23,Fa0/24 Gig1/1, Gig1/2 1002 fddi-default active 1003 token-ring-default active 1004 fddinet-default active 1005 trnet-default active 3: down port interface range S1(config)#interface range fa0/1-24 S1(config-if-range)#shutdown S1(config-if-range)#interface range gi0/1-2 S1(config-if-range)#shutdown S2(config)#interface range fa0/1-24 S2(config-if-range)#shutdown S2(config-if-range)#interface range gi0/1-2 S2(config-if-range)#shutdown S3(config)#interface range fa0/1-24 S3(config-if-range)#shutdown S3(config-if-range)#interface range gi0/1-2 S3(config-if-range)#shutdown 4: S2 S2(config)#interface fa0/6 S2(config-if)#switchport mode access S2(config-if)#no shutdown S2(config-if)#interface fa0/11 S2(config-if)#switchport mode access S2(config-if)#no shutdown S2(config-if)#interface fa0/18 S2(config-if)#switchport mode access S2(config-if)#no shutdown 2: C Switch S1, S2, S3 T Biên So access mode : name switch DNS lookup enable secret password class cisco cho line console cisco cho line vty default gateway switch Page 31 S1 Switch>enable Switch#configure terminal Enter configuration commands, one per line End with CNTL/Z Switch(config)#hostname S1 S1(config)#enable secret class S1(config)#no ip domain-lookup S1(config)#ip default-gateway 172.17.99.1 S1(config)#line console S1(config-line)#password cisco S1(config-line)#login S1(config-line)#line vty 15 S1(config-line)#password cisco S1(config-line)#login S1(config-line)#end %SYS-5-CONFIG_I: Configured from console by console S1#copy running-config startup-config Destination filename [startup-config]? [enter] Building configuration 3: ip cho Interface ethernet cho PC Ethernet interfaces cho PC1, PC2, PC3 cho TFTP/Web Server addressing table 4: 1: IP addresses cho switch VTP switch : S1: S1(config)#vtp mode server Device mode already VTP SERVER S1(config)#vtp domain Lab6 Changing VTP domain name from NULL to Lab6 S1(config)#vtp password cisco Setting device VLAN database password to cisco S1(config)#end S2: Biên So Page 32 S2(config)#vtp mode client Setting device to VTP CLIENT mode S2(config)#vtp domain Lab6 Changing VTP domain name from NULL to Lab6 S2(config)#vtp password cisco Setting device VLAN database password to cisco S2(config)#end S3: S3(config)#vtp mode client Setting device to VTP CLIENT mode S3(config)#vtp domain Lab6 Changing VTP domain name from NULL to Lab6 S3(config)#vtp password cisco Setting device VLAN database password to cisco S3(config)#end 2: trunking ports native VLAN trunk port Fa0/1 port Fa0/5 trunking ports, VLAN 99 native VLAN interface range trunk S1(config)#interface range fa0/1-4 S1(config-if-range)#switchport mode trunk S1(config-if-range)#switchport trunk native vlan 99 S1(config-if-range)#no shutdown S1(config-if-range)#end S2(config)# interface range fa0/1-4 S2(config-if-range)#switchport mode trunk S2(config-if-range)#switchport trunk native vlan 99 S2(config-if-range)#no shutdown S2(config-if-range)#end S3(config)# interface range fa0/1-4 S3(config-if-range)#switchport mode trunk S3(config-if-range)#switchport trunk native vlan 99 S3(config-if-range)#no shutdown S3(config-if-range)#end 3: C VLAN switch VTP server switch VTP server Biên So : Page 33 S1(config)#vlan 99 S1(config-vlan)#name S1(config-vlan)#exit S1(config)#vlan 10 S1(config-vlan)#name S1(config-vlan)#exit S1(config)#vlan 20 S1(config-vlan)#name S1(config-vlan)#exit S1(config)#vlan 30 S1(config-vlan)#name S1(config-vlan)#exit management faculty-staff students guest VLANs 4: S1 show vlan brief a VLANs switch S2 S3 S show vlan brief switch S2 S3 switche (S2, S3) VLANs client S2#show vlan brief VLAN Name Status Ports - default active Fa0/1, Fa0/2, Fa0/4, Fa0/5 Fa0/6, Fa0/7, Fa0/8, Fa0/9 Fa0/10, Fa0/11, Fa0/12,Fa0/13 Fa0/14, Fa0/15, Fa0/16,Fa0/17 Fa0/18, Fa0/19, Fa0/20,Fa0/21 Fa0/22, Fa0/23, Fa0/24, Gi0/1 Gi0/2 10 faculty/staff active 20 students active 30 guest active 99 management active 5: interface vlan switch (S1, S2, S3) S1(config)#interface vlan 99 S1(config-if)#ip address 172.17.99.11 255.255.255.0 S1(config-if)#no shutdown S2(config)#interface vlan 99 S2(config-if)#ip address 172.17.99.12 255.255.255.0 S2(config-if)#no shutdown S3(config)#interface vlan 99 S3(config-if)#ip address 172.17.99.13 255.255.255.0 S3(config-if)#no shutdown , interface vlan S1, ping interface vlan switch S3 switch S2 S3 S2, ping pings thành công ? _ N Biên So Page 34 6: Gán ports vào VLAN S2 Gán port vào Vlan switch S2 ( S2(config)#interface range fa0/5-10 S2(config-if-range)#switchport access vlan 30 S2(config-if-range)#interface range fa0/11-17 S2(config-if-range)#switchport access vlan 10 S2(config-if-range)#interface range fa0/18-24 S2(config-if-range)#switchport access vlan 20 S2(config-if-range)#end S2#copy running-config startup-config Destination filename [startup-config]? [enter] Building configuration [OK] 7: VLANs M PC2 (Ip: 172.17.20.22) Ping PC2 S2 PC3 (172.17.30.23) Ping PC1 (Ip: 172.17.10.21) Ping có thành cơng hay không? _ ? 5: 1: Remote Server LAN router r Router#erase nvram: Erasing the nvram filesystem will remove all configuration files! Continue? [confirm] Erase of nvram: complete Router#reload System configuration has been modified Save? [yes/no]: no 2: router hostname R1 DNS lookup EXEC mode cisco cisco cho line console cisco cho line vty 3: trunking interface Router R1 Khái lan Routing) Biên So Page 35 Trên F0/1 router C C u hình ho Sub interface encapsulation dot1q C u hình cho Vlan The commands are as follows: R1(config)#interface fastethernet 0/1 R1(config-if)#no shutdown R1(config-if)#interface fastethernet 0/1.1 R1(config-subif)#encapsulation dot1q R1(config-subif)#ip address 172.17.1.1 255.255.255.0 R1(config-if)#interface fastethernet 0/1.10 R1(config-subif)#encapsulation dot1q 10 R1(config-subif)#ip address 172.17.10.1 255.255.255.0 R1(config-if)#interface fastethernet 0/1.20 R1(config-subif)#encapsulation dot1q 20 R1(config-subif)#ip address 172.17.20.1 255.255.255.0 R1(config-if)#interface fastethernet 0/1.30 R1(config-subif)#encapsulation dot1q 30 R1(config-subif)#ip address 172.17.30.1 255.255.255.0 R1(config-if)#interface fastethernet 0/1.99 R1(config-subif)#encapsulation dot1q 99 native R1(config-subif)#ip address 172.17.99.1 255.255.255.0 - Các Interface fastethernet router) n Các ub Interface) Nên tên (Sub Interface) Sub Interface Fastethernet 0/1.10 ) - 4: no shutdown 10 server LAN interface router R1 R1(config)# interface FastEthernet0/0 R1(config-if)#ip address 172.17.50.1 255.255.255.0 R1(config-if)#description server interface R1(config-if)#no shutdown R1(config-if)#end routing table router R1 Biên So Page 36 R1#show ip route Gateway of last resort is not set 172.17.0.0/24 is subnetted, subnets C 172.17.50.0 is directly connected, FastEthernet0/1 C 172.17.30.0 is directly connected, FastEthernet0/0.30 C 172.17.20.0 is directly connected, FastEthernet0/0.20 C 172.17.10.0 is directly connected, FastEthernet0/0.10 C 172.17.1.0 is directly connected, FastEthernet0/0.1 C 172.17.99.0 is directly connected, FastEthernet0/0.99 5: K Inter-VLAN routing PC1, ping (172.17.20.22 172.17.30.23) remote server (172.17.50.254) Ping thành công hay không ? _ _ Router Switch Router hostname R1 ! enable secret class ! no ip domain lookup ! interface FastEthernet0/0 ip address 172.17.50.1 255.255.255.0 no shutdown ! interface FastEthernet0/1 no shutdown ! interface FastEthernet0/1.1 encapsulation dot1Q ip address 172.17.1.1 255.255.255.0 ! interface FastEthernet0/1.10 encapsulation dot1Q 10 ip address 172.17.10.1 255.255.255.0 ! interface FastEthernet0/1.20 encapsulation dot1Q 20 ip address 172.17.20.1 255.255.255.0 ! interface FastEthernet0/1.30 encapsulation dot1Q 30 ip address 172.17.30.1 255.255.255.0 Biên So Page 37 ! interface FastEthernet0/1.99 encapsulation dot1Q 99 native ip address 172.17.99.1 255.255.255.0 ! ! line line aux line vty login password cisco ! Switch ! hostname S1 ! enable secret class ! no ip domain lookup ! interface FastEthernet0/1 switchport trunk native vlan 99 switchport mode trunk ! interface FastEthernet0/2 switchport trunk native vlan 99 switchport mode trunk ! interface FastEthernet0/3 switchport trunk native vlan 99 switchport mode trunk ! interface FastEthernet0/4 switchport trunk native vlan 99 switchport mode trunk ! interface FastEthernet0/5 no shutdown ! ! interface Vlan1 no ip address no ip route-cache ! interface Vlan99 ip address 172.17.99.11 255.255.255.0 no shutdown ! ip default-gateway 172.17.99.1 ip http server Biên So Page 38 ! line logging synchronous line vty login password cisco line vty 15 login password cisco ! end Switch ! hostname S2 ! enable secret class ! no ip domain lookup ! interface FastEthernet0/1 switchport trunk native vlan switchport mode trunk ! interface FastEthernet0/2 switchport trunk native vlan switchport mode trunk ! interface FastEthernet0/3 switchport trunk native vlan switchport mode trunk ! interface FastEthernet0/4 switchport trunk native vlan switchport mode trunk ! interface FastEthernet0/5 switchport access vlan 30 switchport mode access ! interface FastEthernet0/6 switchport access vlan 30 switchport mode access ! interface FastEthernet0/7 switchport access vlan 30 ! interface FastEthernet0/8 switchport access vlan 30 ! interface FastEthernet0/9 switchport access vlan 30 ! interface FastEthernet0/10 Biên So 99 99 99 99 Page 39 switchport access vlan 30 ! interface FastEthernet0/11 switchport access vlan 10 switchport mode access ! interface FastEthernet0/12 switchport access vlan 10 ! interface FastEthernet0/13 switchport access vlan 10 ! interface FastEthernet0/14 switchport access vlan 10 ! interface FastEthernet0/15 switchport access vlan 10 ! interface FastEthernet0/16 switchport access vlan 10 ! interface FastEthernet0/17 switchport access vlan 10 ! interface FastEthernet0/18 switchport access vlan 20 ! interface FastEthernet0/19 switchport access vlan 20 ! interface FastEthernet0/20 switchport access vlan 20 ! interface FastEthernet0/21 switchport access vlan 20 ! interface FastEthernet0/22 switchport access vlan 20 ! interface FastEthernet0/23 switchport access vlan 20 ! interface FastEthernet0/24 switchport access vlan 20 ! interface Vlan1 no ip address no ip route-cache ! interface Vlan99 ip address 172.17.99.12 255.255.255.0 no shutdown ! ip default-gateway 172.17.99.1 Biên So Page 40 ip http server ! line password cisco logging synchronous login line vty password cisco login line vty 15 password cisco login ! end Switch ! hostname S3 ! enable secret class ! no ip domain lookup ! interface FastEthernet0/1 switchport trunk native vlan 99 switchport mode trunk ! interface FastEthernet0/2 switchport trunk native vlan 99 switchport mode trunk ! interface FastEthernet0/3 switchport trunk native vlan 99 switchport mode trunk ! interface FastEthernet0/4 switchport trunk native vlan 99 switchport mode trunk ! interface FastEthernet0/5 shutdown ! ! ! interface Vlan99 ip address 172.17.99.13 255.255.255.0 no shutdown ! ip default-gateway 172.17.99.1 ip http server ! control-plane ! Biên So Page 41 ! line password login line vty password login line vty password login ! end Biên So cisco cisco 15 cisco Page 42 ... So Page 25 vlan vlan-id global configuration mo VLAN name vlan name S1(config)#vlan 10 S1(config-vlan)#name S1(config-vlan)#vlan S1(config-vlan)#name S1(config-vlan)#vlan S1(config-vlan)#name S1(config-vlan)#vlan... S1(config-vlan)#exit S1(config)#vlan 10 S1(config-vlan)#name S1(config-vlan)#exit S1(config)#vlan 20 S1(config-vlan)#name S1(config-vlan)#exit S1(config)#vlan 30 S1(config-vlan)#name S1(config-vlan)#exit management... Page 28 Lab Biên So Liên Thơng VLAN Page 29 1: 1: 2: Switch Xóa S1#erase startup-config Xóa file VLAN.dat S1#delete vlan.dat Kh show vlan VLAN vào VLAN S1#show vlan VLAN Name Status Ports

Ngày đăng: 13/08/2013, 11:50

Hình ảnh liên quan

Lab Cu Hình Route rC Bn - Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

ab.

Cu Hình Route rC Bn Xem tại trang 1 của tài liệu.
Lab cu hình đ nh tuy nt nh (Static Route) - Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

ab.

cu hình đ nh tuy nt nh (Static Route) Xem tại trang 8 của tài liệu.
Lab cu hình đ nh tuy nđ ng (Dynamic Route) - Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

ab.

cu hình đ nh tuy nđ ng (Dynamic Route) Xem tại trang 15 của tài liệu.
Ph n 6: K im tra kt ni trên toà nh th ng m ng va đ c cu hình. - Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

h.

n 6: K im tra kt ni trên toà nh th ng m ng va đ c cu hình Xem tại trang 17 của tài liệu.
Lab Câu Hình Switc hC Bn - Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

ab.

Câu Hình Switc hC Bn Xem tại trang 18 của tài liệu.
Lab Cu Hình VLA NC Bn - Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

ab.

Cu Hình VLA NC Bn Xem tại trang 24 của tài liệu.
B c 1: Cu hình các mc yêu cu di đây. - Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

c.

1: Cu hình các mc yêu cu di đây Xem tại trang 25 của tài liệu.
Lab Cu Hình Liên Thông Gia các VLAN - Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

ab.

Cu Hình Liên Thông Gia các VLAN Xem tại trang 29 của tài liệu.
Ph n 1: Kt ni cáp nh mô hình - Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

h.

n 1: Kt ni cáp nh mô hình Xem tại trang 30 của tài liệu.
Cu hình trên switch S1 - Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

u.

hình trên switch S1 Xem tại trang 32 của tài liệu.
Ph n 3: Cu hình ip cho Interface ethernet cho PC - Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

h.

n 3: Cu hình ip cho Interface ethernet cho PC Xem tại trang 32 của tài liệu.
B c 2: Cu hình trunking ports và native VLAN cho đ ng trunk. - Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

c.

2: Cu hình trunking ports và native VLAN cho đ ng trunk Xem tại trang 33 của tài liệu.
Cu hình port Fa0/1 ti port Fa0/5 là trunking ports, và VLAN99 là native VLAN cho nh ng đ ng trunk này - Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

u.

hình port Fa0/1 ti port Fa0/5 là trunking ports, và VLAN99 là native VLAN cho nh ng đ ng trunk này Xem tại trang 33 của tài liệu.
B c 5: Cu hình đa ch interface vlan q un lý (Vlan 99) trên 3 switch (S1, S2, S3). - Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

c.

5: Cu hình đa ch interface vlan q un lý (Vlan 99) trên 3 switch (S1, S2, S3) Xem tại trang 34 của tài liệu.
Cu hình Sub interface trên port Ethernet ca Router cho các Vla nt ng ng - Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

u.

hình Sub interface trên port Ethernet ca Router cho các Vla nt ng ng Xem tại trang 36 của tài liệu.
Cu hình c ui cùng trên Router và Switch - Tài Liệu Thực Hành Môn Thiết Kế Mạng Lan

u.

hình c ui cùng trên Router và Switch Xem tại trang 37 của tài liệu.

Từ khóa liên quan

Tài liệu cùng người dùng

Tài liệu liên quan