SlideShare une entreprise Scribd logo
1  sur  42
Télécharger pour lire hors ligne
Packet Tracer
              Simulation Lab
                L3 Routing

Johnson Liu
CCIE#11440(R&S, SP)
CCSI#31346
Agenda Slide

      • Setup two Routers with WAN WIC(WAN Interface Card)

      • Setup each LAN segment behind both Routers

      • Assign WAN IP address between Routers

      • Enable Static route in both Routers

      • Enable RIP routing protocols

      • Enable OSPF routing protocols




3/6/2013   Confidential | Copyright 2012 Trend Micro Inc.
Setup two Routers with WAN
WIC(WAN Interface Card)
Setup two Routers with WAN WIC(WAN
     Interface Card)




3/6/2013   Confidential | Copyright 2012 Trend Micro Inc.   4
Setup two Routers with WAN WIC(WAN
     Interface Card)




3/6/2013   Confidential | Copyright 2012 Trend Micro Inc.   5
Router basic configurations
     Router>en
     Router#conf t
     Enter configuration commands, one per line. End with CNTL/Z.
     Router(config)#hostname R1
     R1(config)#enable secret cisco
     R1(config)#line vty 0 4
     R1(config-line)#password cisco
     R1(config-line)#exit
     R1(config)#exit
     R1(config)#interface loopback0 => Loopback interface for management
     R1(config-if)#ip address 1.1.1.1 255.255.255.255
     R1(config-if)#^Z =>(Ctrl-Z)
     R1#
     %SYS-5-CONFIG_I: Configured from console by console

     R1#telnet 1.1.1.1
     Trying 1.1.1.1 ...Open


     User Access Verification

     Password:
     R1>en
     Password:
     R1#
     R1#




3/6/2013    Confidential | Copyright 2012 Trend Micro Inc.   6
Assign WAN IP address between Routers
Setup two Routers with WAN WIC(WAN
     Interface Card)




3/6/2013   Confidential | Copyright 2012 Trend Micro Inc.   8
Check interface list and status in brief
     R1#sh ip int brief
     Interface                          IP-Address            OK? Method Status                 Protocol

     FastEthernet0/0                    unassigned            YES unset   administratively down down

     FastEthernet0/1                    unassigned            YES unset   administratively down down

     Serial0/0/0                        unassigned            YES unset   administratively down down

     Serial0/0/1                        unassigned            YES unset   administratively down down

     Loopback0                          1.1.1.1               YES manual up                    up

     Vlan1                              unassigned            YES unset   administratively down down

     R1#




3/6/2013     Confidential | Copyright 2012 Trend Micro Inc.        9
Common Leased Line Physical Topology




3/6/2013   Confidential | Copyright 2012 Trend Micro Inc.   10
DCE vs DTE




3/6/2013   Confidential | Copyright 2012 Trend Micro Inc.   11
Routers w/ V.35 Serial cable
     setup back-to-back connection
           Serial                                            Male        Female   Serial
           (DTE)                                             V.35         V.35    (DCE)




                                                             Clock Rate




3/6/2013    Confidential | Copyright 2012 Trend Micro Inc.          12
Check serial interface type in each router
     R1#sh controllers s0/0/0
     Interface Serial0/0/0
     Hardware is PowerQUICC MPC860
     DCE V.35, no clock
     idb at 0x81081AC4, driver data structure at 0x81084AC0
     SCC Registers:
     … (omit)



     R2#show controllers s0/0/0
     Interface Serial0/0/0
     Hardware is PowerQUICC MPC860
     DTE V.35 clocks stopped.
     idb at 0x81081AC4, driver data structure at 0x81084AC0
     SCC Registers:
     … (omit)




3/6/2013    Confidential | Copyright 2012 Trend Micro Inc.   13
Configure R1 Serial0/0/0
     R1>en
     Password:
     R1#conf t
     Enter configuration commands, one per line.                    End with CNTL/Z.
     R1(config)#int s0/0/0
     R1(config-if)#no shutdown

     %LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
     R1(config-if)#clock rate 64000 => Since R1 s0/0/0 is DCE, so it must config clock rate
     R1(config-if)#ip address 10.100.1.1 255.255.255.252
     R1(config-if)#^Z
     R1#
     %SYS-5-CONFIG_I: Configured from console by console

     R1#sh ip int brief
     Interface                          IP-Address            OK? Method Status                 Protocol

     FastEthernet0/0                    unassigned            YES unset   administratively down down

     FastEthernet0/1                    unassigned            YES unset   administratively down down

     Serial0/0/0                        10.100.1.1            YES manual down                  down

     Serial0/0/1                        unassigned            YES unset   administratively down down

     Loopback0                          1.1.1.1               YES manual up                    up

     Vlan1                              unassigned            YES unset   administratively down down




3/6/2013     Confidential | Copyright 2012 Trend Micro Inc.       14
Configure R2 Serial0/0/0
     R2>en
     Password:
     R2#conf t
     R2(config)#int s0/0/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)#ip address 10.100.1.2 255.255.255.252
     R2(config-if)#^Z
     R2#
     %SYS-5-CONFIG_I: Configured from console by console

     R2#sh ip int brief
     Interface                          IP-Address            OK? Method Status                 Protocol

     FastEthernet0/0                    unassigned            YES unset   administratively down down

     FastEthernet0/1                    unassigned            YES unset   administratively down down

     Serial0/0/0                        10.100.1.2            YES manual up                    up

     Serial0/0/1                        unassigned            YES unset   administratively down down

     Loopback0                          2.2.2.2               YES manual up                    up

     Vlan1                              unassigned            YES unset   administratively down down




3/6/2013     Confidential | Copyright 2012 Trend Micro Inc.       15
Check R1 serial interface status
     R1#sh int s0/0/0
     Serial0/0/0 is up, line protocol is up (connected)
       Hardware is HD64570
       Internet address is 10.100.1.1/30
       MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,
          reliability 255/255, txload 1/255, rxload 1/255
       Encapsulation HDLC, loopback not set, keepalive set (10 sec)
       Last input never, output never, output hang never
       Last clearing of "show interface" counters never
     … (omit)

     R1#ping 10.100.1.2
     Type escape sequence to abort.
     Sending 5, 100-byte ICMP Echos to 10.100.1.2, timeout is 2 seconds:
     !!!!!
     Success rate is 100 percent (5/5), round-trip min/avg/max = 20/20/20 ms




3/6/2013    Confidential | Copyright 2012 Trend Micro Inc.   16
WAN interconnection was ready!




3/6/2013   Confidential | Copyright 2012 Trend Micro Inc.   17
Setup each LAN segment behind Routers
Setup LAN switch & host in both site




3/6/2013   Confidential | Copyright 2012 Trend Micro Inc.   19
Check R1 interface list and status in brief
     R1#sh ip int brief
     Interface                          IP-Address            OK? Method Status                 Protocol

     FastEthernet0/0                    unassigned            YES unset   administratively down down

     FastEthernet0/1                    unassigned            YES unset   administratively down down

     Serial0/0/0                        10.100.1.1            YES manual up                    up

     Serial0/0/1                        unassigned            YES unset   administratively down down

     Loopback0                          1.1.1.1               YES manual up                    up

     Vlan1                              unassigned            YES unset   administratively down down
     R1#




3/6/2013     Confidential | Copyright 2012 Trend Micro Inc.       20
Configure R1 FastEthernet0/0/0
     R1#conf t
     Enter configuration commands, one per line. End with CNTL/Z.
     R1(config)#int f0/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)#ip address 10.100.2.254 255.255.255.0
     R1(config-if)#^Z
     R1#
     %SYS-5-CONFIG_I: Configured from console by console

     R1#sh ip int brief
     Interface                          IP-Address            OK? Method Status                 Protocol

     FastEthernet0/0                    10.100.2.254          YES manual up                    up

     FastEthernet0/1                    unassigned            YES unset   administratively down down

     Serial0/0/0                        10.100.1.1            YES manual up                    up

     Serial0/0/1                        unassigned            YES unset   administratively down down

     Loopback0                          1.1.1.1               YES manual up                    up

     Vlan1                              unassigned            YES unset   administratively down down




3/6/2013     Confidential | Copyright 2012 Trend Micro Inc.       21
Configure R2 FastEthernet0/0/0
     R2#conf t
     Enter configuration commands, one per line. End with CNTL/Z.
     R2(config)#int f0/0
     R2(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

     R2(config-if)#ip address 10.100.3.254 255.255.255.0
     R2(config-if)#^Z
     R2#
     %SYS-5-CONFIG_I: Configured from console by console

     R2#sh ip int brief
     Interface                          IP-Address            OK? Method Status                 Protocol

     FastEthernet0/0                    10.100.3.254          YES manual up                    up

     FastEthernet0/1                    unassigned            YES unset   administratively down down

     Serial0/0/0                        10.100.1.2            YES manual up                    up

     Serial0/0/1                        unassigned            YES unset   administratively down down

     Loopback0                          2.2.2.2               YES manual up                    up

     Vlan1                              unassigned            YES unset   administratively down down




3/6/2013     Confidential | Copyright 2012 Trend Micro Inc.       22
Configure switches & hosts
      Keep switch default configuration without any change, because we use
       switch default VLAN 1 only without management SVI and any
       dedicated VLAN/Trunk port configuration

      Configure host IP Address behind R1
            IP Address: 10.100.2.1
            Subnet Mask: 255.255.255.0
            Default Gateway: 10.100.2.254 (R1 F0/0 IP Address)

      Configure host IP Address behind R2
            IP Address: 10.100.3.1
            Subnet Mask: 255.255.255.0
            Default Gateway: 10.100.3.254 (R1 F0/0 IP Address)

      Now only R1 can ping PC1, R2 can ping PC2, but PC1 cannot ping
       PC2, because R1 and R2 still not have complete routing information




3/6/2013     Confidential | Copyright 2012 Trend Micro Inc.   23
Enable Static route in both Routers
How to test in routers (1/2) ?
      When execute ping function in routers under default parameter, it will
       use outgoing interface IP address as source IP(ex:R1 s0/0/0), so it will
       always works!
     R1#ping 10.100.3.1 => The host behind R2

     Type escape sequence to abort.
     Sending 5, 100-byte ICMP Echos to 10.100.3.1, timeout is 2 seconds:
     !!!!!
     Success rate is 100 percent (5/5), round-trip min/avg/max = 52/58/61 ms


      That’s because the other router (R2) has WAN(10.100.1.0/30) and
       LAN(10.100.1.0/30) routing information so it can route the packet
       between these IP networks.
     R2#sh ip route

     Gateway of last resort is not set

           2.0.0.0/32 is subnetted, 1 subnets
     C        2.2.2.2 is directly connected, Loopback0
           10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
     C        10.100.1.0/30 is directly connected, Serial0/0/0
     C        10.100.3.0/24 is directly connected, FastEthernet0/0




3/6/2013     Confidential | Copyright 2012 Trend Micro Inc.   25
How to test in routers (2/2) ?
      You can use extension ping as below to specify any source IP which
       owns by this router interface:
     R1#ping
     Protocol [ip]: => Leave it alone, it means IP protocol
     Target IP address: 10.100.3.1
     Repeat count [5]:
     Datagram size [100]:
     Timeout in seconds [2]:
     Extended commands [n]: y
     Source address or interface: 10.100.2.254 => Using R1 F0/0 IP address as Source IP
     Type of service [0]:
     Set DF bit in IP header? [no]:
     Validate reply data? [no]:
     Data pattern [0xABCD]:
     Loose, Strict, Record, Timestamp, Verbose[none]:
     Sweep range of sizes [n]:
     Type escape sequence to abort.
     Sending 5, 100-byte ICMP Echos to 10.100.3.1, timeout is 2 seconds:
     Packet sent with a source address of 10.100.2.254
     .....
     Success rate is 0 percent (0/5)


      So, let’s fix it by static route in both routers !



3/6/2013    Confidential | Copyright 2012 Trend Micro Inc.   26
Configure R1 static route
     R1#conf t
     Enter configuration commands, one per line. End with CNTL/Z.
     R1(config)#ip route 10.100.3.0 255.255.255.0 10.100.1.2
     R1(config)#^Z
     R1#
     %SYS-5-CONFIG_I: Configured from console by console

     R1#sh ip route
     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 2
            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

           1.0.0.0/32 is subnetted, 1 subnets
     C        1.1.1.1 is directly connected, Loopback0
           10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
     C        10.100.1.0/30 is directly connected, Serial0/0/0
     C        10.100.2.0 is directly connected, FastEthernet0/0
     S        10.100.3.0 [1/0] via 10.100.1.2




3/6/2013     Confidential | Copyright 2012 Trend Micro Inc.   27
Configure R2 static route
     R2#conf t
     Enter configuration commands, one per line. End with CNTL/Z.
     R2(config)#ip route 10.100.2.0 255.255.255.0 10.100.1.1
     R2(config)#^Z
     R2#
     %SYS-5-CONFIG_I: Configured from console by console

     R2#sh ip route
     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 2
            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

           2.0.0.0/32 is subnetted, 1 subnets
     C        2.2.2.2 is directly connected, Loopback0
           10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
     C        10.100.1.0/30 is directly connected, Serial0/0/0
     S        10.100.2.0/24 [1/0] via 10.100.1.1
     C        10.100.3.0/24 is directly connected, FastEthernet0/0




3/6/2013     Confidential | Copyright 2012 Trend Micro Inc.   28
Check the routing in Router and host
     R1#ping
     Protocol [ip]: => Leave it alone, it means IP protocol
     Target IP address: 10.100.3.1
     Repeat count [5]:
     Datagram size [100]:
     Timeout in seconds [2]:
     Extended commands [n]: y
     Source address or interface: 10.100.2.254 => Using R1 F0/0 IP address as Source IP
     Type of service [0]:
     Set DF bit in IP header? [no]:
     Validate reply data? [no]:
     Data pattern [0xABCD]:
     Loose, Strict, Record, Timestamp, Verbose[none]:
     Sweep range of sizes [n]:
     Type escape sequence to abort.
     Sending 5, 100-byte ICMP Echos to 10.100.3.1, timeout is 2 seconds:
     Packet sent with a source address of 10.100.2.254
     !!!!!
     Success rate is 100 percent (5/5), round-trip min/avg/max = 43/54/60 ms

     PC>ping 10.100.3.1
     Pinging 10.100.3.1 with 32 bytes of data:

     Reply from 10.100.3.1: bytes=32 time=101ms TTL=126

     Ping statistics for 10.100.3.1:
         Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
     Approximate round trip times in milli-seconds:
         Minimum = 100ms, Maximum = 101ms, Average = 100ms



3/6/2013    Confidential | Copyright 2012 Trend Micro Inc.   29
Enable RIP routing protocols
Clear static route configuration at first
      Before we starting to configure RIP protocol, please remove the static
       route in both R1 and R2 to ensure our RIP can work for routing
       exchange and packet forwarding
     R1#sh run
     …(omit)
     !
     ip route 10.100.3.0 255.255.255.0 10.100.1.2
     !
     …(omit)

     R1#conf t
     Enter configuration commands, one per line. End with CNTL/Z.
     R1(config)#no ip route 10.100.3.0 255.255.255.0 10.100.1.2
     R1(config)#^Z
     R1#
     %SYS-5-CONFIG_I: Configured from console by console

     R1#sh ip route
          1.0.0.0/32 is subnetted, 1 subnets
     C       1.1.1.1 is directly connected, Loopback0
          10.0.0.0/24 is subnetted, 2 subnets
     C       10.100.1.0 is directly connected, Serial0/0/0
     C       10.100.2.0 is directly connected, FastEthernet0/0




3/6/2013    Confidential | Copyright 2012 Trend Micro Inc.   31
Configure RIP protocol
     R1#conf t
     Enter configuration commands, one per line.              End with CNTL/Z.
     R1(config)#router rip
     R1(config-router)#version 2
     R1(config-router)#network 10.0.0.0
     R1(config-router)#no auto-summary
     R1(config-router)#^Z
     R1#

     R2#conf t
     Enter configuration commands, one per line.              End with CNTL/Z.
     R2(config)#router rip
     R2(config-router)#version 2
     R2(config-router)#network 10.0.0.0
     R2(config-router)#no auto-summary
     R2(config-router)#^Z
     R2#




3/6/2013    Confidential | Copyright 2012 Trend Micro Inc.   32
Check R1 & R2 routing table
     R1#sh ip route
     Gateway of last resort is not set

           1.0.0.0/32 is subnetted, 1 subnets
     C        1.1.1.1 is directly connected, Loopback0
           10.0.0.0/24 is subnetted, 3 subnets
     C        10.100.1.0 is directly connected, Serial0/0/0
     C        10.100.2.0 is directly connected, FastEthernet0/0
     R        10.100.3.0 [120/1] via 10.100.1.2, 00:00:26, Serial0/0/0

     R2#sh ip route
     Gateway of last resort is not set

           2.0.0.0/32 is subnetted, 1 subnets
     C        2.2.2.2 is directly connected, Loopback0
           10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
     C        10.100.1.0/30 is directly connected, Serial0/0/0
     R        10.100.2.0/24 [120/1] via 10.100.1.1, 00:00:07, Serial0/0/0
     C        10.100.3.0/24 is directly connected, FastEthernet0/0




3/6/2013     Confidential | Copyright 2012 Trend Micro Inc.   33
Enable OSPF routing protocols
OSPF Topology Design




3/6/2013   Confidential | Copyright 2012 Trend Micro Inc.   35
Check R1 OSPF neighbor and routing table
     R1#sh ip ospf neighbor

     Neighbor ID               Pri        State                  Dead Time   Address      Interface
     2.2.2.2                     0        FULL/       -          00:00:38    10.100.1.2   Serial0/0/0

     R1#sh ip route
     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 2
            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

              1.0.0.0/32 is subnetted, 1 subnets
     C           1.1.1.1 is directly connected, Loopback0
              2.0.0.0/32 is subnetted, 1 subnets
     O           2.2.2.2 [110/65] via 10.100.1.2, 00:00:31, Serial0/0/0
              10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
     C           10.100.1.0/30 is directly connected, Serial0/0/0
     C           10.100.2.0/24 is directly connected, FastEthernet0/0
     O     IA    10.100.3.0/24 [110/65] via 10.100.1.2, 00:08:39, Serial0/0/0




3/6/2013        Confidential | Copyright 2012 Trend Micro Inc.        36
Check R2 OSPF neighbor and routing table
     R2#sh ip ospf neighbor

     Neighbor ID           Pri        State                  Dead Time   Address      Interface
     1.1.1.1                 0        FULL/       -          00:00:36    10.100.1.1   Serial0/0/0

     R2#sh ip route
     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 2
            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

          1.0.0.0/32 is subnetted, 1 subnets
     O       1.1.1.1 [110/65] via 10.100.1.1, 00:02:13, Serial0/0/0
          2.0.0.0/32 is subnetted, 1 subnets
     C       2.2.2.2 is directly connected, Loopback0
          10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
     C       10.100.1.0/30 is directly connected, Serial0/0/0
     O IA    10.100.2.0/24 [110/65] via 10.100.1.1, 00:10:06, Serial0/0/0
     C       10.100.3.0/24 is directly connected, FastEthernet0/0




3/6/2013    Confidential | Copyright 2012 Trend Micro Inc.        37
Q&A


3/6/2013   Confidential | Copyright 2012 Trend Micro Inc.    38
Appendix




3/6/2013     Confidential | Copyright 2012 Trend Micro Inc.   39
PDU Simulation for troubleshooting




3/6/2013   Confidential | Copyright 2012 Trend Micro Inc.   40
PDU Simulation for troubleshooting




3/6/2013   Confidential | Copyright 2012 Trend Micro Inc.   41
PDU Simulation for troubleshooting




3/6/2013   Confidential | Copyright 2012 Trend Micro Inc.   42

Contenu connexe

Tendances

Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet3Anetwork com
 
Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Abdul Basit
 
Cisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchCisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchHamed Moghaddam
 
Ccna PPT2
Ccna PPT2Ccna PPT2
Ccna PPT2AIRTEL
 
Cisco CCNA IPV6 Static Configuration
Cisco CCNA  IPV6 Static ConfigurationCisco CCNA  IPV6 Static Configuration
Cisco CCNA IPV6 Static ConfigurationHamed Moghaddam
 
CCNA Routing and Switching Lessons 11-12 - WAN Configuration - Eric Vanderburg
CCNA Routing and Switching Lessons 11-12 - WAN Configuration - Eric VanderburgCCNA Routing and Switching Lessons 11-12 - WAN Configuration - Eric Vanderburg
CCNA Routing and Switching Lessons 11-12 - WAN Configuration - Eric VanderburgEric Vanderburg
 
CCNA ppt Day 4
CCNA ppt Day 4CCNA ppt Day 4
CCNA ppt Day 4VISHNU N
 
Cisco router command configuration overview
Cisco router command configuration overviewCisco router command configuration overview
Cisco router command configuration overview3Anetwork com
 
CCNA- Router on stick, VLAN and Trunking
CCNA- Router on stick, VLAN and TrunkingCCNA- Router on stick, VLAN and Trunking
CCNA- Router on stick, VLAN and TrunkingRafat Khandaker
 
Cisco 2960 basic configuration – vlan configuration
Cisco 2960 basic configuration – vlan configurationCisco 2960 basic configuration – vlan configuration
Cisco 2960 basic configuration – vlan configuration3Anetwork com
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracerAnabia Anabia
 
Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer) Arz Sy
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationHamed Moghaddam
 
CCNA Lab 1-Configuring a Switch Part I
CCNA Lab 1-Configuring a Switch Part ICCNA Lab 1-Configuring a Switch Part I
CCNA Lab 1-Configuring a Switch Part IAmir Jafari
 

Tendances (20)

Ccna command
Ccna commandCcna command
Ccna command
 
Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet
 
Router commands
Router commandsRouter commands
Router commands
 
Router commands
Router commandsRouter commands
Router commands
 
Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2
 
Cisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchCisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer Switch
 
Ccnpswitch
CcnpswitchCcnpswitch
Ccnpswitch
 
Ccna PPT2
Ccna PPT2Ccna PPT2
Ccna PPT2
 
Cisco CCNA IPV6 Static Configuration
Cisco CCNA  IPV6 Static ConfigurationCisco CCNA  IPV6 Static Configuration
Cisco CCNA IPV6 Static Configuration
 
CCNA Routing and Switching Lessons 11-12 - WAN Configuration - Eric Vanderburg
CCNA Routing and Switching Lessons 11-12 - WAN Configuration - Eric VanderburgCCNA Routing and Switching Lessons 11-12 - WAN Configuration - Eric Vanderburg
CCNA Routing and Switching Lessons 11-12 - WAN Configuration - Eric Vanderburg
 
CCNA ppt Day 4
CCNA ppt Day 4CCNA ppt Day 4
CCNA ppt Day 4
 
Cisco router command configuration overview
Cisco router command configuration overviewCisco router command configuration overview
Cisco router command configuration overview
 
CCNA- Router on stick, VLAN and Trunking
CCNA- Router on stick, VLAN and TrunkingCCNA- Router on stick, VLAN and Trunking
CCNA- Router on stick, VLAN and Trunking
 
Cisco 2960 basic configuration – vlan configuration
Cisco 2960 basic configuration – vlan configurationCisco 2960 basic configuration – vlan configuration
Cisco 2960 basic configuration – vlan configuration
 
Ccna Imp Guide
Ccna Imp GuideCcna Imp Guide
Ccna Imp Guide
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
 
Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer)
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT Configuration
 
Cisco Commands
Cisco CommandsCisco Commands
Cisco Commands
 
CCNA Lab 1-Configuring a Switch Part I
CCNA Lab 1-Configuring a Switch Part ICCNA Lab 1-Configuring a Switch Part I
CCNA Lab 1-Configuring a Switch Part I
 

En vedette

Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Saurav Pandey
 
IoT: An Introduction and Getting Started Session
IoT: An Introduction and Getting Started SessionIoT: An Introduction and Getting Started Session
IoT: An Introduction and Getting Started SessionDebasis Das
 
第18讲 Hdlc和Ppp
第18讲 Hdlc和Ppp第18讲 Hdlc和Ppp
第18讲 Hdlc和PppF.l. Yu
 
第20讲 帧中继
第20讲 帧中继第20讲 帧中继
第20讲 帧中继F.l. Yu
 
M3 – cisco packet tracer lab
M3 – cisco packet tracer labM3 – cisco packet tracer lab
M3 – cisco packet tracer labDrew7Williams
 
Student packet tracer manual v1.1
Student packet tracer manual v1.1Student packet tracer manual v1.1
Student packet tracer manual v1.1milkux
 
Cisco Icon Library
Cisco Icon LibraryCisco Icon Library
Cisco Icon Libraryfmarches
 
Electromagnetic Wave propagation, Electromagnetic
Electromagnetic Wave propagation, ElectromagneticElectromagnetic Wave propagation, Electromagnetic
Electromagnetic Wave propagation, ElectromagneticMuhammad Ibrahim
 
레이스 컨디션 기초(Basic Race Condition)
레이스 컨디션 기초(Basic Race Condition)레이스 컨디션 기초(Basic Race Condition)
레이스 컨디션 기초(Basic Race Condition)Sehan Lee
 
Computer networks network layer,routing
Computer networks network layer,routingComputer networks network layer,routing
Computer networks network layer,routingDeepak John
 
Introduction to layer 2 attacks & mitigation
Introduction to layer 2 attacks & mitigationIntroduction to layer 2 attacks & mitigation
Introduction to layer 2 attacks & mitigationRishabh Dangwal
 
Packet tracer 설치 및 사용법
Packet tracer 설치 및 사용법Packet tracer 설치 및 사용법
Packet tracer 설치 및 사용법Sehan Lee
 
Computer Networking Lab File
Computer Networking Lab FileComputer Networking Lab File
Computer Networking Lab FileNitin Bhasin
 
Chapter 2 LAN redundancy
Chapter 2   LAN  redundancyChapter 2   LAN  redundancy
Chapter 2 LAN redundancyJosue Wuezo
 
CCNA Routing & Switching. Novedades Enrutamiento. OSPF Multiárea y OSPFv3
CCNA Routing & Switching. Novedades Enrutamiento. OSPF Multiárea y OSPFv3CCNA Routing & Switching. Novedades Enrutamiento. OSPF Multiárea y OSPFv3
CCNA Routing & Switching. Novedades Enrutamiento. OSPF Multiárea y OSPFv3Francisco Javier Novoa de Manuel
 
Packet Tracer: SNMP, Netflow, Sys-log
Packet Tracer: SNMP, Netflow, Sys-logPacket Tracer: SNMP, Netflow, Sys-log
Packet Tracer: SNMP, Netflow, Sys-logRafat Khandaker
 
Laboratorio packet tracer dhcp-dns-http
Laboratorio packet tracer dhcp-dns-httpLaboratorio packet tracer dhcp-dns-http
Laboratorio packet tracer dhcp-dns-httphhlezana
 
Packet tracer practical guide
Packet tracer practical guidePacket tracer practical guide
Packet tracer practical guideNishant Gandhi
 

En vedette (20)

Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0
 
IoT: An Introduction and Getting Started Session
IoT: An Introduction and Getting Started SessionIoT: An Introduction and Getting Started Session
IoT: An Introduction and Getting Started Session
 
第18讲 Hdlc和Ppp
第18讲 Hdlc和Ppp第18讲 Hdlc和Ppp
第18讲 Hdlc和Ppp
 
第20讲 帧中继
第20讲 帧中继第20讲 帧中继
第20讲 帧中继
 
M3 – cisco packet tracer lab
M3 – cisco packet tracer labM3 – cisco packet tracer lab
M3 – cisco packet tracer lab
 
Hacking L2 Switches
Hacking L2 SwitchesHacking L2 Switches
Hacking L2 Switches
 
Student packet tracer manual v1.1
Student packet tracer manual v1.1Student packet tracer manual v1.1
Student packet tracer manual v1.1
 
Cisco Icon Library
Cisco Icon LibraryCisco Icon Library
Cisco Icon Library
 
Electromagnetic Wave propagation, Electromagnetic
Electromagnetic Wave propagation, ElectromagneticElectromagnetic Wave propagation, Electromagnetic
Electromagnetic Wave propagation, Electromagnetic
 
레이스 컨디션 기초(Basic Race Condition)
레이스 컨디션 기초(Basic Race Condition)레이스 컨디션 기초(Basic Race Condition)
레이스 컨디션 기초(Basic Race Condition)
 
Lan Network with Redundancy.ppt
Lan Network with Redundancy.pptLan Network with Redundancy.ppt
Lan Network with Redundancy.ppt
 
Computer networks network layer,routing
Computer networks network layer,routingComputer networks network layer,routing
Computer networks network layer,routing
 
Introduction to layer 2 attacks & mitigation
Introduction to layer 2 attacks & mitigationIntroduction to layer 2 attacks & mitigation
Introduction to layer 2 attacks & mitigation
 
Packet tracer 설치 및 사용법
Packet tracer 설치 및 사용법Packet tracer 설치 및 사용법
Packet tracer 설치 및 사용법
 
Computer Networking Lab File
Computer Networking Lab FileComputer Networking Lab File
Computer Networking Lab File
 
Chapter 2 LAN redundancy
Chapter 2   LAN  redundancyChapter 2   LAN  redundancy
Chapter 2 LAN redundancy
 
CCNA Routing & Switching. Novedades Enrutamiento. OSPF Multiárea y OSPFv3
CCNA Routing & Switching. Novedades Enrutamiento. OSPF Multiárea y OSPFv3CCNA Routing & Switching. Novedades Enrutamiento. OSPF Multiárea y OSPFv3
CCNA Routing & Switching. Novedades Enrutamiento. OSPF Multiárea y OSPFv3
 
Packet Tracer: SNMP, Netflow, Sys-log
Packet Tracer: SNMP, Netflow, Sys-logPacket Tracer: SNMP, Netflow, Sys-log
Packet Tracer: SNMP, Netflow, Sys-log
 
Laboratorio packet tracer dhcp-dns-http
Laboratorio packet tracer dhcp-dns-httpLaboratorio packet tracer dhcp-dns-http
Laboratorio packet tracer dhcp-dns-http
 
Packet tracer practical guide
Packet tracer practical guidePacket tracer practical guide
Packet tracer practical guide
 

Similaire à Packet Tracer Simulation Lab Layer3 Routing

Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02A.S.M Shmimul Islam.
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configurationsamreenghauri786
 
Cisco CCNA- PPP Multilink Configuration
Cisco CCNA- PPP Multilink ConfigurationCisco CCNA- PPP Multilink Configuration
Cisco CCNA- PPP Multilink ConfigurationHamed Moghaddam
 
Cisco asa active,active failover configuration
Cisco asa active,active failover configurationCisco asa active,active failover configuration
Cisco asa active,active failover configurationIT Tech
 
CCNA_LAB_MANUAL_part1.pptx
CCNA_LAB_MANUAL_part1.pptxCCNA_LAB_MANUAL_part1.pptx
CCNA_LAB_MANUAL_part1.pptxSanathKumarV3
 
Enterprise Network Manager: the Router-On-A-stick
Enterprise Network Manager: the Router-On-A-stickEnterprise Network Manager: the Router-On-A-stick
Enterprise Network Manager: the Router-On-A-stick3Anetwork com
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxgalerussel59292
 
Frame Relay (point to point)
Frame Relay (point to point)Frame Relay (point to point)
Frame Relay (point to point)NetProtocol Xpert
 
CCNA Scaling NetworksSA Exam CCNA Scaling NetworksSkills .docx
CCNA Scaling NetworksSA Exam CCNA Scaling NetworksSkills .docxCCNA Scaling NetworksSA Exam CCNA Scaling NetworksSkills .docx
CCNA Scaling NetworksSA Exam CCNA Scaling NetworksSkills .docxketurahhazelhurst
 
operating and configuring cisco a cisco IOS device
operating and configuring cisco a cisco IOS deviceoperating and configuring cisco a cisco IOS device
operating and configuring cisco a cisco IOS devicescooby_doo
 
xACMEConfigurationsBostonSiteRouter1.txtBostonSiteRouter1#sho.docx
xACMEConfigurationsBostonSiteRouter1.txtBostonSiteRouter1#sho.docxxACMEConfigurationsBostonSiteRouter1.txtBostonSiteRouter1#sho.docx
xACMEConfigurationsBostonSiteRouter1.txtBostonSiteRouter1#sho.docxericbrooks84875
 
Trik singkat STATIC ROUTING via cli Packet Tracer
Trik singkat STATIC ROUTING via cli Packet Tracer Trik singkat STATIC ROUTING via cli Packet Tracer
Trik singkat STATIC ROUTING via cli Packet Tracer Selamet Hariadi
 
Acn Experiment No 5
Acn Experiment No 5Acn Experiment No 5
Acn Experiment No 5Garima Singh
 
Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)Shanxi Cai
 
Ccn pv6 switch_lab1-2_clearing_attached_switches_student
Ccn pv6 switch_lab1-2_clearing_attached_switches_studentCcn pv6 switch_lab1-2_clearing_attached_switches_student
Ccn pv6 switch_lab1-2_clearing_attached_switches_studentmart_ixu
 

Similaire à Packet Tracer Simulation Lab Layer3 Routing (20)

Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02
 
Router ospf
Router ospfRouter ospf
Router ospf
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configuration
 
Labmannual
LabmannualLabmannual
Labmannual
 
Cisco CCNA- PPP Multilink Configuration
Cisco CCNA- PPP Multilink ConfigurationCisco CCNA- PPP Multilink Configuration
Cisco CCNA- PPP Multilink Configuration
 
Cisco asa active,active failover configuration
Cisco asa active,active failover configurationCisco asa active,active failover configuration
Cisco asa active,active failover configuration
 
PROYECTO VLANS
PROYECTO VLANSPROYECTO VLANS
PROYECTO VLANS
 
Lab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relayLab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relay
 
CCNA_LAB_MANUAL_part1.pptx
CCNA_LAB_MANUAL_part1.pptxCCNA_LAB_MANUAL_part1.pptx
CCNA_LAB_MANUAL_part1.pptx
 
Enterprise Network Manager: the Router-On-A-stick
Enterprise Network Manager: the Router-On-A-stickEnterprise Network Manager: the Router-On-A-stick
Enterprise Network Manager: the Router-On-A-stick
 
1
11
1
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
 
Frame Relay (point to point)
Frame Relay (point to point)Frame Relay (point to point)
Frame Relay (point to point)
 
CCNA Scaling NetworksSA Exam CCNA Scaling NetworksSkills .docx
CCNA Scaling NetworksSA Exam CCNA Scaling NetworksSkills .docxCCNA Scaling NetworksSA Exam CCNA Scaling NetworksSkills .docx
CCNA Scaling NetworksSA Exam CCNA Scaling NetworksSkills .docx
 
operating and configuring cisco a cisco IOS device
operating and configuring cisco a cisco IOS deviceoperating and configuring cisco a cisco IOS device
operating and configuring cisco a cisco IOS device
 
xACMEConfigurationsBostonSiteRouter1.txtBostonSiteRouter1#sho.docx
xACMEConfigurationsBostonSiteRouter1.txtBostonSiteRouter1#sho.docxxACMEConfigurationsBostonSiteRouter1.txtBostonSiteRouter1#sho.docx
xACMEConfigurationsBostonSiteRouter1.txtBostonSiteRouter1#sho.docx
 
Trik singkat STATIC ROUTING via cli Packet Tracer
Trik singkat STATIC ROUTING via cli Packet Tracer Trik singkat STATIC ROUTING via cli Packet Tracer
Trik singkat STATIC ROUTING via cli Packet Tracer
 
Acn Experiment No 5
Acn Experiment No 5Acn Experiment No 5
Acn Experiment No 5
 
Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)
 
Ccn pv6 switch_lab1-2_clearing_attached_switches_student
Ccn pv6 switch_lab1-2_clearing_attached_switches_studentCcn pv6 switch_lab1-2_clearing_attached_switches_student
Ccn pv6 switch_lab1-2_clearing_attached_switches_student
 

Plus de Johnson Liu

MC-LAG Configuration with BGP-base VPLS
MC-LAG Configuration with BGP-base VPLSMC-LAG Configuration with BGP-base VPLS
MC-LAG Configuration with BGP-base VPLSJohnson Liu
 
Mobile 2G/3G Workshop
Mobile 2G/3G WorkshopMobile 2G/3G Workshop
Mobile 2G/3G WorkshopJohnson Liu
 
2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 Transition2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 TransitionJohnson Liu
 
CALM DURING THE STORM:Best Practices in Multicast Security
CALM DURING THE STORM:Best Practices in Multicast SecurityCALM DURING THE STORM:Best Practices in Multicast Security
CALM DURING THE STORM:Best Practices in Multicast SecurityJohnson Liu
 
ISSU A PLANNED UPGRADE TOOL
ISSU A PLANNED UPGRADE TOOLISSU A PLANNED UPGRADE TOOL
ISSU A PLANNED UPGRADE TOOLJohnson Liu
 
CONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOS
CONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOSCONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOS
CONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOSJohnson Liu
 
NG MVPN BGP ROUTE TYPES AND ENCODINGS
NG  MVPN BGP ROUTE TYPES AND ENCODINGSNG  MVPN BGP ROUTE TYPES AND ENCODINGS
NG MVPN BGP ROUTE TYPES AND ENCODINGSJohnson Liu
 
Emerging Multicast VPN Applications
Emerging  Multicast  VPN  ApplicationsEmerging  Multicast  VPN  Applications
Emerging Multicast VPN ApplicationsJohnson Liu
 
Introduction to IGMP for IPTV Networks
Introduction to IGMP for IPTV NetworksIntroduction to IGMP for IPTV Networks
Introduction to IGMP for IPTV NetworksJohnson Liu
 
Virtual Private LAN Service (VPLS)
Virtual Private LAN Service (VPLS)Virtual Private LAN Service (VPLS)
Virtual Private LAN Service (VPLS)Johnson Liu
 
R C S P Study Guide 199 01 V2.0.1
R C S P  Study Guide 199 01 V2.0.1R C S P  Study Guide 199 01 V2.0.1
R C S P Study Guide 199 01 V2.0.1Johnson Liu
 
術業有專攻,認證會說話
術業有專攻,認證會說話術業有專攻,認證會說話
術業有專攻,認證會說話Johnson Liu
 
Cisco專業認證介紹
Cisco專業認證介紹Cisco專業認證介紹
Cisco專業認證介紹Johnson Liu
 

Plus de Johnson Liu (14)

MC-LAG Configuration with BGP-base VPLS
MC-LAG Configuration with BGP-base VPLSMC-LAG Configuration with BGP-base VPLS
MC-LAG Configuration with BGP-base VPLS
 
Mobile 2G/3G Workshop
Mobile 2G/3G WorkshopMobile 2G/3G Workshop
Mobile 2G/3G Workshop
 
2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 Transition2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 Transition
 
CALM DURING THE STORM:Best Practices in Multicast Security
CALM DURING THE STORM:Best Practices in Multicast SecurityCALM DURING THE STORM:Best Practices in Multicast Security
CALM DURING THE STORM:Best Practices in Multicast Security
 
SEAMLESS MPLS
SEAMLESS MPLSSEAMLESS MPLS
SEAMLESS MPLS
 
ISSU A PLANNED UPGRADE TOOL
ISSU A PLANNED UPGRADE TOOLISSU A PLANNED UPGRADE TOOL
ISSU A PLANNED UPGRADE TOOL
 
CONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOS
CONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOSCONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOS
CONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOS
 
NG MVPN BGP ROUTE TYPES AND ENCODINGS
NG  MVPN BGP ROUTE TYPES AND ENCODINGSNG  MVPN BGP ROUTE TYPES AND ENCODINGS
NG MVPN BGP ROUTE TYPES AND ENCODINGS
 
Emerging Multicast VPN Applications
Emerging  Multicast  VPN  ApplicationsEmerging  Multicast  VPN  Applications
Emerging Multicast VPN Applications
 
Introduction to IGMP for IPTV Networks
Introduction to IGMP for IPTV NetworksIntroduction to IGMP for IPTV Networks
Introduction to IGMP for IPTV Networks
 
Virtual Private LAN Service (VPLS)
Virtual Private LAN Service (VPLS)Virtual Private LAN Service (VPLS)
Virtual Private LAN Service (VPLS)
 
R C S P Study Guide 199 01 V2.0.1
R C S P  Study Guide 199 01 V2.0.1R C S P  Study Guide 199 01 V2.0.1
R C S P Study Guide 199 01 V2.0.1
 
術業有專攻,認證會說話
術業有專攻,認證會說話術業有專攻,認證會說話
術業有專攻,認證會說話
 
Cisco專業認證介紹
Cisco專業認證介紹Cisco專業認證介紹
Cisco專業認證介紹
 

Dernier

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 

Dernier (20)

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 

Packet Tracer Simulation Lab Layer3 Routing

  • 1. Packet Tracer Simulation Lab L3 Routing Johnson Liu CCIE#11440(R&S, SP) CCSI#31346
  • 2. Agenda Slide • Setup two Routers with WAN WIC(WAN Interface Card) • Setup each LAN segment behind both Routers • Assign WAN IP address between Routers • Enable Static route in both Routers • Enable RIP routing protocols • Enable OSPF routing protocols 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc.
  • 3. Setup two Routers with WAN WIC(WAN Interface Card)
  • 4. Setup two Routers with WAN WIC(WAN Interface Card) 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 4
  • 5. Setup two Routers with WAN WIC(WAN Interface Card) 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 5
  • 6. Router basic configurations Router>en Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname R1 R1(config)#enable secret cisco R1(config)#line vty 0 4 R1(config-line)#password cisco R1(config-line)#exit R1(config)#exit R1(config)#interface loopback0 => Loopback interface for management R1(config-if)#ip address 1.1.1.1 255.255.255.255 R1(config-if)#^Z =>(Ctrl-Z) R1# %SYS-5-CONFIG_I: Configured from console by console R1#telnet 1.1.1.1 Trying 1.1.1.1 ...Open User Access Verification Password: R1>en Password: R1# R1# 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 6
  • 7. Assign WAN IP address between Routers
  • 8. Setup two Routers with WAN WIC(WAN Interface Card) 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 8
  • 9. Check interface list and status in brief R1#sh ip int brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 unassigned YES unset administratively down down FastEthernet0/1 unassigned YES unset administratively down down Serial0/0/0 unassigned YES unset administratively down down Serial0/0/1 unassigned YES unset administratively down down Loopback0 1.1.1.1 YES manual up up Vlan1 unassigned YES unset administratively down down R1# 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 9
  • 10. Common Leased Line Physical Topology 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 10
  • 11. DCE vs DTE 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 11
  • 12. Routers w/ V.35 Serial cable setup back-to-back connection Serial Male Female Serial (DTE) V.35 V.35 (DCE) Clock Rate 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 12
  • 13. Check serial interface type in each router R1#sh controllers s0/0/0 Interface Serial0/0/0 Hardware is PowerQUICC MPC860 DCE V.35, no clock idb at 0x81081AC4, driver data structure at 0x81084AC0 SCC Registers: … (omit) R2#show controllers s0/0/0 Interface Serial0/0/0 Hardware is PowerQUICC MPC860 DTE V.35 clocks stopped. idb at 0x81081AC4, driver data structure at 0x81084AC0 SCC Registers: … (omit) 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 13
  • 14. Configure R1 Serial0/0/0 R1>en Password: R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#int s0/0/0 R1(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/0, changed state to down R1(config-if)#clock rate 64000 => Since R1 s0/0/0 is DCE, so it must config clock rate R1(config-if)#ip address 10.100.1.1 255.255.255.252 R1(config-if)#^Z R1# %SYS-5-CONFIG_I: Configured from console by console R1#sh ip int brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 unassigned YES unset administratively down down FastEthernet0/1 unassigned YES unset administratively down down Serial0/0/0 10.100.1.1 YES manual down down Serial0/0/1 unassigned YES unset administratively down down Loopback0 1.1.1.1 YES manual up up Vlan1 unassigned YES unset administratively down down 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 14
  • 15. Configure R2 Serial0/0/0 R2>en Password: R2#conf t R2(config)#int s0/0/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)#ip address 10.100.1.2 255.255.255.252 R2(config-if)#^Z R2# %SYS-5-CONFIG_I: Configured from console by console R2#sh ip int brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 unassigned YES unset administratively down down FastEthernet0/1 unassigned YES unset administratively down down Serial0/0/0 10.100.1.2 YES manual up up Serial0/0/1 unassigned YES unset administratively down down Loopback0 2.2.2.2 YES manual up up Vlan1 unassigned YES unset administratively down down 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 15
  • 16. Check R1 serial interface status R1#sh int s0/0/0 Serial0/0/0 is up, line protocol is up (connected) Hardware is HD64570 Internet address is 10.100.1.1/30 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation HDLC, loopback not set, keepalive set (10 sec) Last input never, output never, output hang never Last clearing of "show interface" counters never … (omit) R1#ping 10.100.1.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.100.1.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 20/20/20 ms 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 16
  • 17. WAN interconnection was ready! 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 17
  • 18. Setup each LAN segment behind Routers
  • 19. Setup LAN switch & host in both site 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 19
  • 20. Check R1 interface list and status in brief R1#sh ip int brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 unassigned YES unset administratively down down FastEthernet0/1 unassigned YES unset administratively down down Serial0/0/0 10.100.1.1 YES manual up up Serial0/0/1 unassigned YES unset administratively down down Loopback0 1.1.1.1 YES manual up up Vlan1 unassigned YES unset administratively down down R1# 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 20
  • 21. Configure R1 FastEthernet0/0/0 R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#int f0/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)#ip address 10.100.2.254 255.255.255.0 R1(config-if)#^Z R1# %SYS-5-CONFIG_I: Configured from console by console R1#sh ip int brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 10.100.2.254 YES manual up up FastEthernet0/1 unassigned YES unset administratively down down Serial0/0/0 10.100.1.1 YES manual up up Serial0/0/1 unassigned YES unset administratively down down Loopback0 1.1.1.1 YES manual up up Vlan1 unassigned YES unset administratively down down 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 21
  • 22. Configure R2 FastEthernet0/0/0 R2#conf t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#int f0/0 R2(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 R2(config-if)#ip address 10.100.3.254 255.255.255.0 R2(config-if)#^Z R2# %SYS-5-CONFIG_I: Configured from console by console R2#sh ip int brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 10.100.3.254 YES manual up up FastEthernet0/1 unassigned YES unset administratively down down Serial0/0/0 10.100.1.2 YES manual up up Serial0/0/1 unassigned YES unset administratively down down Loopback0 2.2.2.2 YES manual up up Vlan1 unassigned YES unset administratively down down 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 22
  • 23. Configure switches & hosts  Keep switch default configuration without any change, because we use switch default VLAN 1 only without management SVI and any dedicated VLAN/Trunk port configuration  Configure host IP Address behind R1  IP Address: 10.100.2.1  Subnet Mask: 255.255.255.0  Default Gateway: 10.100.2.254 (R1 F0/0 IP Address)  Configure host IP Address behind R2  IP Address: 10.100.3.1  Subnet Mask: 255.255.255.0  Default Gateway: 10.100.3.254 (R1 F0/0 IP Address)  Now only R1 can ping PC1, R2 can ping PC2, but PC1 cannot ping PC2, because R1 and R2 still not have complete routing information 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 23
  • 24. Enable Static route in both Routers
  • 25. How to test in routers (1/2) ?  When execute ping function in routers under default parameter, it will use outgoing interface IP address as source IP(ex:R1 s0/0/0), so it will always works! R1#ping 10.100.3.1 => The host behind R2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.100.3.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 52/58/61 ms  That’s because the other router (R2) has WAN(10.100.1.0/30) and LAN(10.100.1.0/30) routing information so it can route the packet between these IP networks. R2#sh ip route Gateway of last resort is not set 2.0.0.0/32 is subnetted, 1 subnets C 2.2.2.2 is directly connected, Loopback0 10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks C 10.100.1.0/30 is directly connected, Serial0/0/0 C 10.100.3.0/24 is directly connected, FastEthernet0/0 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 25
  • 26. How to test in routers (2/2) ?  You can use extension ping as below to specify any source IP which owns by this router interface: R1#ping Protocol [ip]: => Leave it alone, it means IP protocol Target IP address: 10.100.3.1 Repeat count [5]: Datagram size [100]: Timeout in seconds [2]: Extended commands [n]: y Source address or interface: 10.100.2.254 => Using R1 F0/0 IP address as Source IP Type of service [0]: Set DF bit in IP header? [no]: Validate reply data? [no]: Data pattern [0xABCD]: Loose, Strict, Record, Timestamp, Verbose[none]: Sweep range of sizes [n]: Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.100.3.1, timeout is 2 seconds: Packet sent with a source address of 10.100.2.254 ..... Success rate is 0 percent (0/5)  So, let’s fix it by static route in both routers ! 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 26
  • 27. Configure R1 static route R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#ip route 10.100.3.0 255.255.255.0 10.100.1.2 R1(config)#^Z R1# %SYS-5-CONFIG_I: Configured from console by console R1#sh ip route 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 2 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 1.0.0.0/32 is subnetted, 1 subnets C 1.1.1.1 is directly connected, Loopback0 10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks C 10.100.1.0/30 is directly connected, Serial0/0/0 C 10.100.2.0 is directly connected, FastEthernet0/0 S 10.100.3.0 [1/0] via 10.100.1.2 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 27
  • 28. Configure R2 static route R2#conf t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#ip route 10.100.2.0 255.255.255.0 10.100.1.1 R2(config)#^Z R2# %SYS-5-CONFIG_I: Configured from console by console R2#sh ip route 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 2 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 2.0.0.0/32 is subnetted, 1 subnets C 2.2.2.2 is directly connected, Loopback0 10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks C 10.100.1.0/30 is directly connected, Serial0/0/0 S 10.100.2.0/24 [1/0] via 10.100.1.1 C 10.100.3.0/24 is directly connected, FastEthernet0/0 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 28
  • 29. Check the routing in Router and host R1#ping Protocol [ip]: => Leave it alone, it means IP protocol Target IP address: 10.100.3.1 Repeat count [5]: Datagram size [100]: Timeout in seconds [2]: Extended commands [n]: y Source address or interface: 10.100.2.254 => Using R1 F0/0 IP address as Source IP Type of service [0]: Set DF bit in IP header? [no]: Validate reply data? [no]: Data pattern [0xABCD]: Loose, Strict, Record, Timestamp, Verbose[none]: Sweep range of sizes [n]: Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.100.3.1, timeout is 2 seconds: Packet sent with a source address of 10.100.2.254 !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 43/54/60 ms PC>ping 10.100.3.1 Pinging 10.100.3.1 with 32 bytes of data: Reply from 10.100.3.1: bytes=32 time=101ms TTL=126 Ping statistics for 10.100.3.1: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 100ms, Maximum = 101ms, Average = 100ms 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 29
  • 30. Enable RIP routing protocols
  • 31. Clear static route configuration at first  Before we starting to configure RIP protocol, please remove the static route in both R1 and R2 to ensure our RIP can work for routing exchange and packet forwarding R1#sh run …(omit) ! ip route 10.100.3.0 255.255.255.0 10.100.1.2 ! …(omit) R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#no ip route 10.100.3.0 255.255.255.0 10.100.1.2 R1(config)#^Z R1# %SYS-5-CONFIG_I: Configured from console by console R1#sh ip route 1.0.0.0/32 is subnetted, 1 subnets C 1.1.1.1 is directly connected, Loopback0 10.0.0.0/24 is subnetted, 2 subnets C 10.100.1.0 is directly connected, Serial0/0/0 C 10.100.2.0 is directly connected, FastEthernet0/0 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 31
  • 32. Configure RIP protocol R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#router rip R1(config-router)#version 2 R1(config-router)#network 10.0.0.0 R1(config-router)#no auto-summary R1(config-router)#^Z R1# R2#conf t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#router rip R2(config-router)#version 2 R2(config-router)#network 10.0.0.0 R2(config-router)#no auto-summary R2(config-router)#^Z R2# 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 32
  • 33. Check R1 & R2 routing table R1#sh ip route Gateway of last resort is not set 1.0.0.0/32 is subnetted, 1 subnets C 1.1.1.1 is directly connected, Loopback0 10.0.0.0/24 is subnetted, 3 subnets C 10.100.1.0 is directly connected, Serial0/0/0 C 10.100.2.0 is directly connected, FastEthernet0/0 R 10.100.3.0 [120/1] via 10.100.1.2, 00:00:26, Serial0/0/0 R2#sh ip route Gateway of last resort is not set 2.0.0.0/32 is subnetted, 1 subnets C 2.2.2.2 is directly connected, Loopback0 10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks C 10.100.1.0/30 is directly connected, Serial0/0/0 R 10.100.2.0/24 [120/1] via 10.100.1.1, 00:00:07, Serial0/0/0 C 10.100.3.0/24 is directly connected, FastEthernet0/0 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 33
  • 34. Enable OSPF routing protocols
  • 35. OSPF Topology Design 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 35
  • 36. Check R1 OSPF neighbor and routing table R1#sh ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 2.2.2.2 0 FULL/ - 00:00:38 10.100.1.2 Serial0/0/0 R1#sh ip route 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 2 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 1.0.0.0/32 is subnetted, 1 subnets C 1.1.1.1 is directly connected, Loopback0 2.0.0.0/32 is subnetted, 1 subnets O 2.2.2.2 [110/65] via 10.100.1.2, 00:00:31, Serial0/0/0 10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks C 10.100.1.0/30 is directly connected, Serial0/0/0 C 10.100.2.0/24 is directly connected, FastEthernet0/0 O IA 10.100.3.0/24 [110/65] via 10.100.1.2, 00:08:39, Serial0/0/0 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 36
  • 37. Check R2 OSPF neighbor and routing table R2#sh ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 1.1.1.1 0 FULL/ - 00:00:36 10.100.1.1 Serial0/0/0 R2#sh ip route 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 2 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 1.0.0.0/32 is subnetted, 1 subnets O 1.1.1.1 [110/65] via 10.100.1.1, 00:02:13, Serial0/0/0 2.0.0.0/32 is subnetted, 1 subnets C 2.2.2.2 is directly connected, Loopback0 10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks C 10.100.1.0/30 is directly connected, Serial0/0/0 O IA 10.100.2.0/24 [110/65] via 10.100.1.1, 00:10:06, Serial0/0/0 C 10.100.3.0/24 is directly connected, FastEthernet0/0 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 37
  • 38. Q&A 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 38
  • 39. Appendix 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 39
  • 40. PDU Simulation for troubleshooting 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 40
  • 41. PDU Simulation for troubleshooting 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 41
  • 42. PDU Simulation for troubleshooting 3/6/2013 Confidential | Copyright 2012 Trend Micro Inc. 42