2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 2. Packet Tracer – Configuring GRE. Topology. Addressi...
The Teaching Experience Cisco Packet Tracer provides multiple opportunities for instructors to demonstrate networking concepts. Although Packet Tracer is not
Note: Packet Tracer does not currently grade EIGRP for IPv6 summary routes. However, the IPv6-Edge router should now only have two EIGRP routes,
Preface. 1. Chapter 1: Getting Started with Packet Tracer. 7. Protocols supported by Packet Tracer. 8. Installing Packet Tracer. 8. Windows. 8. Linux. 9. Interface overview. 9. Creating a simple topology. 11. Summary. 13. Chapter 2: Network Devices.
features opportunities for collaboration, competition, remote instructor- student interactions, social networking, and gaming. Tutorials: Packet Tracer includes several basic step-by-step tutori- als that familiarize users with the product features a
of Packet Tracer. This first Packet Tracer Multiuser (PTMU) activity is a quick tutorial demonstrating the steps to establish and verify a multiuser connection to another ... This document is Cisco Public. Page 2 of 3. Part 1: Establish a Local Multi
Access.pdf 74. 2.5.1.2 Packet Tracer - Configure Cisco Routers for Syslog, NTP, and SSH Operations 3.3.5.3 Cisco Secure ACS User Setup 94. Title:
Download Network Monitoring System untuk simulasi yang dapat mencerminkan arsitektur dari jaringan komputer pada sistem jaringan yang digunakan. Dengan menggunakan aplikasi cisco packet tracer, simulasi data mengenai jaringan dapat dimanfaatkan
Download Because when the connection was a error then all application that run a computer network can ... JURNAL TRANSFORMATIKA, Volume, No. ... pemakaian kabel. Buat alamat IP address berdasarkan kelas masing-masing jaringan, kelas Ipaddress d
Examen Cisco Ccna 1 Packet Tracer.pdf Free Download Here This document is exclusive property of Cisco Systems, Inc ... http://mtee.net/cisco/ccna1/en_CCNA1_IG_v31.pdf
Download PERSIAPAN. Persiapan simulasi routing dalam contoh ini adalah dengan menggunakan 2 workstation, 2 switch, dan 1 router sehingga terlihat seperti gambar 23 berikut. Gambar 23 Dua Jaringan Berbeda dan Saling Terkoneksi via Router. Lakuka
Download 19 Jul 2017 ... Mead Towne Center. Town Planning Consultant Jennifer Vecchi introduced Wendy Meehan Gauger, owner of the property at. 234 Main Street, and Ms. Gauger's architect, Craig Cahen of Cahen Architecture Group, Centennial, C
Download 19 Jul 2017 ... Mead Towne Center. Town Planning Consultant Jennifer Vecchi introduced Wendy Meehan Gauger, owner of the property at. 234 Main Street, and Ms. Gauger's architect, Craig Cahen of Cahen Architecture Group, Centennial, C
CHAPTER 62-1 Cisco IOS Software Configuration Guide, Release 12.2SX OL-13013-06 62 Configuring Port Security This chapter describes how to configure the port security
Download Town of Mead Agenda. -1-. May 8, 2017. Town of Mead. TOWN BOARD. REGULAR MEETING. AGENDA. 441 3rd Street, Mead. Monday, May 8, 2017. 6: 00 to 7:00 p.m.. WORK SESSION. Red Barn/Copper Homes Visioning Session. 7: 00 p.m. to 11:00 p.m.. REG
Jun 19, 2002 ... REVIEW OF PREVIOUS TRACER TEST DESIGN METHODS. 6. 2.1. TRACER MASS ... 2.1.1.1. Recent Arguments Opposing Rigorous Tracer Mass Estimation. 10. 2.1.2. Tracer Mass Estimation ...... packets of activated carbon (commonly known as “detec
Download Town of Mead Agenda. -1-. May 8, 2017. Town of Mead. TOWN BOARD. REGULAR MEETING. AGENDA. 441 3rd Street, Mead. Monday, May 8, 2017. 6: 00 to 7:00 p.m.. WORK SESSION. Red Barn/Copper Homes Visioning Session. 7: 00 p.m. to 11:00 p.m.. REG
Kaplan Test Prep International 3-5 Charing Cross Road, London WC2H 0HA + 44 (0) 20 7930 3130 | www.kaptestglobal.com | [email protected]
Packet Tracer – Configuring GRE Topology
Addressing Table Device
Interface
IP Address
Subnet Mask
Default Gateway
G0/0
192.168.1.1
255.255.255.0
N/A
S0/0/0
64.103.211.2
255.255.255.252
N/A
Tunnel 0
10.10.10.1
255.255.255.252
N/A
G0/0
192.168.2.1
255.255.255.0
N/A
S0/0/0
209.165.122.2
255.255.255.252
N/A
Tunnel 0
10.10.10.2
255.255.255.252
N/A
PC-A
NIC
192.168.1.2
255.255.255.0
192.168.1.1
PC-C
NIC
192.168.2.2
255.255.255.0
192.168.2.1
RA
RB
Objectives Part 1: Verify Router Connectivity Part 2: Configure GRE Tunnels Part 3: Verify PC Connectivity
Scenario You are the network administrator for a company which wants to set up a GRE tunnel to a remote office. Both networks are locally configured, and need only the tunnel configured.
Part 1: Verify Router Connectivity Step 1: Ping RA from RB. a. Use the show ip interface brief command on RA to determine the IP address of the S0/0/0 port. b. From RB ping the IP S0/0/0 address of RA.
Step 2: Ping PCA from PCB. Attempt to ping the IP address of PCA from PCB. We will repeat this test after configuring the GRE tunnel. What were the ping results? Why? _______________________________________________________________________________________
Part 2: Configure GRE Tunnels Step 1: Configure the Tunnel 0 interface of RA. a. Enter into the configuration mode for RA Tunnel 0. RA(config)# interface tunnel 0 b. Set the IP address as indicated in the Addressing Table. RA(config-if)# ip address 10.10.10.1 255.255.255.252 c.
Set the source and destination for the endpoints of Tunnel 0. RA(config-if)# tunnel source s0/0/0 RA(config-if)# tunnel destination 209.165.122.2
d. Configure Tunnel 0 to convey IP traffic over GRE. RA(config-if)# tunnel mode gre ip e. The Tunnel 0 interface should already be active. In the event that it is not, treat it like any other interface. RA(config-if)# no shutdown
Step 2: Configure the Tunnel 0 interface of RB. Repeat Steps 1a – e with RB. Be sure to change the IP addressing as appropriate.
Step 3: Configure a route for private IP traffic. Establish a route between the 192.168.X.X networks using the 10.10.10.0/30 network as the destination. RA(config)# ip route 192.168.2.0 255.255.255.0 10.10.10.2 RB(config)# ip route 192.168.1.0 255.255.255.0 10.10.10.1
Part 3: Verify Router Connectivity Step 1: Ping PCA from PCB. Attempt to ping the IP address of PCA from PCB. The ping should be successful.
Step 2: Trace the path from PCA to PCB. Attempt to trace the path from PCA to PCB. Note the lack of public IP addresses in the output.