!============================================================= ! NetMasterClass LLC, DOiT 200v6 Workbook Volume II, ver 2. ! ! Scenario SAMPLE. R1 Initial Configuration ! !============================================================= ! hostname R1 ! ip tcp synwait-time 5 no ip domain-lookup ! interface Loopback10 ip address 172.16.10.1 255.255.255.0 ! interface FastEthernet0/0 ! Spot the issue ! interface Serial0/0 ip address 172.16.14.1 255.255.255.0 ! line con 0 exec-timeout 0 0 privilege level 15 transport input none no login line aux 0 exec-timeout 0 0 privilege level 15 no login line vty 0 4 exec-timeout 0 0 privilege level 15 no login ! end !============================================================= ! NetMasterClass LLC, DOiT 200v6 Workbook Volume II, ver 2. ! ! Scenario SAMPLE. R2 Initial Configuration ! !============================================================= ! hostname R2 ! ip tcp synwait-time 5 no ip domain-lookup ! interface Loopback2 ip address 172.16.2.1 255.255.255.0 ! interface Loopback20 ip address 172.16.20.5 255.255.255.252 ! interface Loopback222 ip address 2.2.2.2 255.255.255.0 ! interface Serial0/0 ip address 172.16.123.2 255.255.255.0 ! interface Serial1/0 ip address 172.16.25.2 255.255.255.0 ! line con 0 exec-timeout 0 0 privilege level 15 transport input none no login line aux 0 exec-timeout 0 0 privilege level 15 no login line vty 0 4 exec-timeout 0 0 privilege level 15 no login ! end !============================================================= ! NetMasterClass LLC, DOiT 200v6 Workbook Volume II, ver 2. ! ! Scenario SAMPLE. R3 Initial Configuration ! !============================================================= ! hostname R3 ! ip tcp synwait-time 5 no ip domain-lookup ! interface Loopback30 ip address 172.16.30.3 255.255.252.0 ! interface Loopback333 ip address 3.3.3.3 255.255.255.0 ! interface FastEthernet0/0 ip address 172.16.36.3 255.255.255.0 ! interface Serial0/0 ip address 172.16.123.3 255.255.255.0 ! line con 0 exec-timeout 0 0 privilege level 15 no login line aux 0 exec-timeout 0 0 privilege level 15 no login line vty 0 4 exec-timeout 0 0 privilege level 15 no login ! end !============================================================= ! NetMasterClass LLC, DOiT 200v6 Workbook Volume II, ver 2. ! ! Scenario SAMPLE. R4 Initial Configuration ! !============================================================= ! hostname R4 ! ip tcp synwait-time 5 no ip domain-lookup ! interface Loopback40 ip address 172.16.40.1 255.255.255.128 ! interface Serial0/0 ip address 172.16.14.4 255.255.255.0 ! line con 0 exec-timeout 0 0 privilege level 15 transport input none line aux 0 exec-timeout 0 0 privilege level 15 line vty 0 4 exec-timeout 0 0 privilege level 15 no login ! end !============================================================= ! NetMasterClass LLC, DOiT 200v6 Workbook Volume II, ver 2. ! ! Scenario SAMPLE. R5 Initial Configuration ! !============================================================= ! hostname R5 ! ip tcp synwait-time 5 no ip domain-lookup ! interface Loopback50 ip address 172.16.50.1 255.255.255.0 ! interface Serial1/0 ip address 172.16.25.5 255.255.255.0 ! line con 0 exec-timeout 0 0 privilege level 15 transport input none no login line aux 0 exec-timeout 0 0 privilege level 15 no login line vty 0 4 exec-timeout 0 0 privilege level 15 no login ! end !============================================================= ! NetMasterClass LLC, DOiT 200v6 Workbook Volume II, ver 2. ! ! Scenario SAMPLE. R6 Initial Configuration ! !============================================================= ! hostname R6 ! ip tcp synwait-time 5 no ip domain-lookup ! interface Loopback60 ip address 172.16.60.1 255.255.255.0 ! interface FastEthernet0/0 ip address 172.16.36.6 255.255.255.0 ! line con 0 exec-timeout 0 0 privilege level 15 transport input none no login line aux 0 exec-timeout 0 0 privilege level 15 no login line vty 0 4 exec-timeout 0 0 privilege level 15 no login ! end !============================================================= ! NetMasterClass LLC, DOiT 200v6 Workbook Volume II, ver 2. ! ! Scenario SAMPLE. FRS Initial Configuration ! !============================================================= ! hostname FRS ! ip tcp synwait-time 5 no ip domain-lookup ! frame-relay switching ! interface Loopback71 ip address 172.16.77.7 255.255.255.0 ! interface Loopback19100 ip address 192.168.100.1 255.255.255.0 ! interface Loopback19101 ip address 192.168.101.1 255.255.255.0 ! interface Loopback19102 ip address 192.168.102.1 255.255.255.0 ! interface Loopback19103 ip address 192.168.103.1 255.255.255.0 ! interface Loopback19104 ip address 192.168.104.1 255.255.255.0 ! interface Loopback19105 ip address 192.168.105.1 255.255.255.0 ! interface Ethernet0 ip address 172.16.17.7 255.255.255.0 ! interface Serial0 no ip address encapsulation frame-relay no ip mroute-cache no fair-queue clockrate 72000 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 102 interface Serial1 201 frame-relay route 103 interface Serial2 301 frame-relay route 104 interface Serial3 401 no shut ! interface Serial1 no ip address encapsulation frame-relay no ip mroute-cache clockrate 72000 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 201 interface Serial0 102 frame-relay route 203 interface Serial2 302 frame-relay route 204 interface Serial3 402 no shut ! interface Serial2 no ip address encapsulation frame-relay no ip mroute-cache clockrate 72000 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 301 interface Serial0 103 frame-relay route 302 interface Serial1 203 frame-relay route 304 interface Serial3 403 no shut ! interface Serial3 no ip address encapsulation frame-relay no ip mroute-cache clockrate 72000 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 401 interface Serial0 104 frame-relay route 402 interface Serial1 204 frame-relay route 403 interface Serial2 304 no shut ! line con 0 exec-timeout 0 0 privilege level 15 transport input none no login line aux 0 exec-timeout 0 0 privilege level 15 no login line vty 0 4 exec-timeout 0 0 privilege level 15 no login ! end !============================================================= ! NetMasterClass LLC, DOiT 200v6 Workbook Volume II, ver 2. ! ! Scenario SAMPLE. CAT1 Initial Configuration ! !============================================================= ! hostname CAT1 ! ip tcp synwait-time 5 no ip domain-lookup ! interface Loopback80 ip address 172.16.80.1 255.255.255.224 ! interface FastEthernet0/15 shutdown ! line con 0 exec-timeout 0 0 privilege level 15 no login line vty 0 4 exec-timeout 0 0 privilege level 15 no login ! end !============================================================= ! NetMasterClass LLC, DOiT 200v6 Workbook Volume II, ver 2. ! ! Scenario SAMPLE. CAT2 Initial Configuration ! !============================================================= ! hostname CAT2 ! ip tcp synwait-time 5 no ip domain-lookup ! interface Loopback120 ip address 172.16.120.1 255.255.255.0 ! interface FastEthernet0/15 shutdown ! line con 0 exec-timeout 0 0 privilege level 15 no login line vty 0 4 exec-timeout 0 0 privilege level 15 no login ! end !============================================================= ! NetMasterClass LLC, DOiT 200v6 Workbook Volume II, ver 2. ! ! Scenario SAMPLE. CAT3 Initial Configuration ! !============================================================= ! hostname CAT3 ! ip tcp synwait-time 5 no ip domain-lookup ! interface Loopback130 ip address 172.16.130.1 255.255.255.0 ipv6 address 130::130:1/64 ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line vty 0 4 privilege level 15 no login line vty 5 15 privilege level 15 no login ! end !============================================================= ! NetMasterClass LLC, DOiT 200v6 Workbook Volume II, ver 2. ! ! Scenario SAMPLE. CAT4 Initial Configuration ! !============================================================= ! hostname CAT4 ! ip tcp synwait-time 5 no ip domain-lookup ! interface Loopback140 no ip address ipv6 address 140::140:1/64 ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line vty 0 4 privilege level 15 no login line vty 5 15 privilege level 15 no login ! end