Download presentation
Presentation is loading. Please wait.
Published byDarrion Salsbury Modified over 10 years ago
1
192.168.0.0/30 Host Name : R1 Serial 0/0/0.1.2 Host Name : R2 Router Lab 3 : 2 - Routers Connection DTE DCE
2
192.168.0.0/30 Serial 0/0/0.1.2 192.168.1.0/24 192.168.2.0/24.1.2 R1 R2 Router Lab 4 : Basic Static Route PC1 GW:192.168.1.1 PC2 GW:192.168.2.1 F0/0 DTE DCE
3
192.168.0.0/30 Host Name : R1 Serial 0/0/0.1.2 Host Name : R2 192.168.1.0/24 192.168.2.0/24.1.2 Serial 0/0/0.2 Host Name : R3 192.168.4.0/24.1.2 Serial 0/1/0 192.168.3.0/30.1 Router Lab 5 : Static Route and Default Route F0/0 PC1 GW:192.168.1.1 PC2 GW:192.168.2.1 PC3 GW:192.168.4.1 DCE DTE
4
192.168.0.0/24 Host Name : R1 Serial 0/1/0.1.2 Host Name : R2 192.168.1.0/24 192.168.2.0/24.1.2 Serial 0/1/0.2 Host Name : R3 192.168.4.0/24.1.2 Serial 0/0/0 192.168.3.0/24.1 Dynamic Route [RIP] R1(config) router rip R1(config-router)# network 192.168.1.0 R1(config-router)# network 192.168.0.0 R2(config) router rip R2(config-router)# network 192.168.0.0 R2(config-router)# network 192.168.2.0 R2(config-router)# network 192.168.3.0 R3(config) router rip R3(config-router)# network 192.168.3.0 R3(config-router)# network 192.168.4.0
5
192.168.0.0/24 Host Name : R1 Serial 0/1/0.1.2 Host Name : R2 192.168.1.0/24 192.168.2.0/24.1.2 Serial 0/1/0.2 Host Name : R3 192.168.4.0/24.1.2 Serial 0/0/0 192.168.3.0/24.1 Dynamic Route [OSPF] R1(config) router ospf 1 R1(config-router)# network 192.168.1.0 0.0.0.255 area 0 R1(config-router)# network 192.168.0.0 0.0.0.255 area 0 OSPF Area 0 R1(config) router ospf 1 R1(config-router)# network 192.168.4.0 0.0.0.255 area 0 R1(config-router)# network 192.168.3.0 0.0.0.255 area 0
6
192.168.0.0/24 F0/2 F0/4F0/3 F0/1.1.2.3.4 2960 #int fast Ethernet 0/1 #switchport mode access
7
10.1.30.0/24 Engineering VLAN 30 10.1.20.0/24 Accounting VLAN 20 10.1.10.0/24 Admin VLAN 10 10.1.1.0/24 Native VLAN 1 Catalyst 2960 Ports:1-8 Ports:9-15 Ports:16-24
8
Vlan 2 192.168.2.1 Vlan 2 192.168.2.2 F0/1 Gi1/1 F0/1 Gi1/1 Gi1/2 IEEE 802.1q Trunk Vlan 2 – sale Vlan3 - engineering Vlan 3 192.168.3.1 Vlan 3 192.168.3.2 F0/2 SW1 SW2 SW3
9
Server Client IEEE 802.1q Trunk Vlan 2 – sale Vlan3 – engineering Vlan4 – guest Transparent Client IEEE 802.1q Trunk Domain : Cyber Password : cisco SW4 SW2 SW3 SW1 SW5SW6
10
VLAN 3 VLAN 2 192.168.3.0/24 192.168.2.0/24.3 G1/2.2 Vlan 2 :: 192.168.2.1 Vlan 3 :: 192.168.3.1 2960 G1/1 Trunk Line VTP Domain : yru VTP Server : ws-c3560 VTP Client : ws-c2960 3560 2960 G1/1 F0/1 VLAN 2 192.168.2.0/24.2 F0/2 VLAN 3 192.168.3.0/24.3 F0/2 F0/1
11
Host Name : ISP S0/1/0 DCE 192.31.7.5/30 S0/1/0 192.31.7.6/30 Host Name : CORP fa0/0 – no IP address fa0/0.1 – VLAN1(Native) – 192.168.1.1/24 fa0/0.10 – VLAN10 – 192.168.10.1/24 fa0/0.20 – VLAN20 – 192.168.20.1/24 fa0/0.30 – VLAN30 – 192.168.30.1/24 IEEE 802.1q Trunk Fa0/1 VLAN1 192.168.1.2/24 Native VLAN 1 Fa0/1 192.168.1.0/24 Sales VLAN 10 Fa0/2-4 192.168.10.0/24 Engineering VLAN 20 Fa0/5-8 192.168.20.0/24 Marketing VLAN 30 Fa0/9-12 192.168.30.0/24 192.168.10.10/24192.168.20.20/24192.168.30.30/24
12
.1 R1 192.168.0.0/24 Cisco configuration of DHCP service on a Router or L3 Switch Network subnet : 192.168.0.0 255.255.255.0 Gateway Address : 192.168.0.1 DNS Server : 4.2.2.2 Excluded Addresses : 192.168.0.1 to 192.168.0.10
13
.1 R1 192.168.0.0/24 Cisco configuration of DHCP service on a Router or L3 Switch Network subnet : 192.168.0.0 255.255.255.0 Gateway Address : 192.168.0.1 DNS Server : 4.2.2.2 Excluded Addresses : 192.168.0.1 to 192.168.0.10 #ip dhcp pool mypool #network 192.168.0.0 255.255.255.0 #default-router 192.168.0.1 #dns-server 4.2.2.2 #exit #ip dhcp excluded-address 192.168.0.1 192.168.0.10
14
.1 R1 192.168.1.0/24 99.99.99.99/24 Internet NAT – Network Address Translation.8.7 FA0/0 FA0/1.10
15
.1 R1 192.168.1.0/24 99.99.99.99/24 Internet PAT – Port Address Translation.8.7 FA0/0 FA0/1 ip nat inside source list 1 interface FastEthernet0/1 overload access-list 1 permit 192.168.1.0 0.0.0.255 interface FastEthernet0/0 ip address 192.168.1.1 255.255.255.0 ip nat inside interface FastEthernet0/1 ip address 99.99.99.99 255.255.255.0 ip nat outside
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.