SlideShare ist ein Scribd-Unternehmen logo
1 von 42
Downloaden Sie, um offline zu lesen
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

Weitere Àhnliche Inhalte

Was ist angesagt?

Router commands
Router commandsRouter commands
Router commands
Laura Lahbib
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
Anabia 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
 

Was ist angesagt? (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
 

Andere mochten auch

珏18èźČ Hdlc撌Ppp
珏18èźČ Hdlc撌Ppp珏18èźČ Hdlc撌Ppp
珏18èźČ Hdlc撌Ppp
F.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 lab
Drew7Williams
 
Cisco Icon Library
Cisco Icon LibraryCisco Icon Library
Cisco Icon Library
fmarches
 
Laboratorio packet tracer dhcp-dns-http
Laboratorio packet tracer dhcp-dns-httpLaboratorio packet tracer dhcp-dns-http
Laboratorio packet tracer dhcp-dns-http
hhlezana
 
Packet tracer practical guide
Packet tracer practical guidePacket tracer practical guide
Packet tracer practical guide
Nishant Gandhi
 

Andere mochten auch (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
 

Ähnlich wie Packet Tracer Simulation Lab Layer3 Routing

CCNA_LAB_MANUAL_part1.pptx
CCNA_LAB_MANUAL_part1.pptxCCNA_LAB_MANUAL_part1.pptx
CCNA_LAB_MANUAL_part1.pptx
SanathKumarV3
 
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
galerussel59292
 
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
keturahhazelhurst
 
xACMEConfigurationsBostonSiteRouter1.txtBostonSiteRouter1#sho.docx
xACMEConfigurationsBostonSiteRouter1.txtBostonSiteRouter1#sho.docxxACMEConfigurationsBostonSiteRouter1.txtBostonSiteRouter1#sho.docx
xACMEConfigurationsBostonSiteRouter1.txtBostonSiteRouter1#sho.docx
ericbrooks84875
 
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
 

Ähnlich wie 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
 
Praktikum Lab 14 - Switch Security Configuration.docx
Praktikum Lab 14 - Switch Security Configuration.docxPraktikum Lab 14 - Switch Security Configuration.docx
Praktikum Lab 14 - Switch Security Configuration.docx
 
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)
 

Mehr von 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 VPLS
Johnson Liu
 
2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 Transition2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 Transition
Johnson Liu
 

Mehr von 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ć°ˆæ„­èȘè­‰ä»‹çŽč
 

KĂŒrzlich hochgeladen

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

KĂŒrzlich hochgeladen (20)

AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 

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