Contents
- Initialize Devices
- 1.1. Initialize and reload routers
- Configure Device Basic Settings
- 2.1. Configure PCs
- 2.2. Configure R1
- 2.3. Configure R2
- 2.4. Configure R3
- 2.5. Save device configurations to Flash
- Configure PPP Connections
- 3.1. Configure R1
- 3.2. Configure R2
- 3.3. Configure R3
- 3.4. Verify network connectivity
- Configure NAT
- 4.1. Configure R2
- 4.2. Verify network connectivity
- 4.3. Verify NAT Configuration on R2
- Monitor the Network
- 5.1. Configure NTP
- 5.2. Configure Syslog messaging
- 5.3. Configure SNMP on R1
- 5.4. Collect NetFlow data on R2
- 5.5. Verify monitoring configurations
- Configure Frame Relay
- 6.1. Reload routers and restore the BasicConfig to memory
- 6.2. Configure R2 as a Frame Relay Switch
- 6.3. Configure R1
- 6.4. Configure R3
- 6.5. Verify network connectivity
- 6.6. Verify Frame Relay configuration
- Configure a GRE VPN Tunnel
- 7.1. Reload routers and restore the BasicConfig to memory
- 7.2. Configure Serial Interfaces
- 7.3. Configure the GRE VPN tunnel and EIGRP on R1
- 7.4. Configure the GRE VPN tunnel and EIGRP on R3
- 7.5. Verify network connectivity
- 7.6. Verify GRE VPN configuration
NOTE
: This guide is based on the following: https://www.youtube.com/watch?v=0vyxmBJ1lxc
Topology
1. Initialize Devices
Initialize and reload routers
Erase the startup-config file on all routers.
Reload all routers.
Configure static IPv4 address information on PC-A.
Configure static IPv4 address information on PC-B.
Configure static IPv4 address information on PC-C.
Disable DNS lookup
Router name
Encrypted privileged EXEC password
Console access password
Telnet access password
Encrypt the plain text passwords
MOTD banner
Configure G0/0
Disable DNS lookup
Router name
Encrypted privileged EXEC password
Console access password
Telnet access password
Encrypt the plain text passwords
MOTD banner
Configure G0/0
Disable DNS lookup
Router name
Encrypted privileged EXEC password
Console access password
Telnet access password
Encrypt the plain text passwords
MOTD banner
Configure G0/0
Save device configurations to Flash
Copy the running-config on R1 to flash. Name the file BasicConfig
Copy the running-config on R2 to flash. Name the file BasicConfig
Copy the running-config on R3 to flash. Name the file BasicConfig
Configure S0/0/0
Configure CHAP authentication on S0/0/0
Create a local database entry for CHAP authentication
Set a static default route out S0/0/0
Configure S0/0/0
Configure CHAP authentication on S0/0/0
Create a local database entry for CHAP authentication
Configure S0/0/1
Set a static default route out S0/0/1
Set a static route for R1 LAN traffic out S0/0/0
Configure S0/0/1
Verify network connectivity
Assign a static NAT to map the inside local IP address for PC-B to a Inside Global address
Define an access control list to permit the R1 LAN for dynamic NAT
Define the dynamic NAT pool for the R1 LAN
Define the NAT from the inside source to the outside pool. Make sure to allow multiple PCs access to this single Inside Global address
Define an access control list to permit the R2 LAN for dynamic NAT
Define the dynamic NAT pool for the R2 LAN
Define the NAT from the inside source to the outside pool. Make sure to allow multiple PCs access to this single Inside Global address
Assign the outside NAT interface
Assign the inside NAT interface for the R1 LAN
Assign the inside NAT interface for the R2 LAN
Verify network connectivity
Verify NAT Configuration on R2
Display configured access lists
Display the current active NAT translations
Display detailed information about NAT including interface, access list, and pool assignments
5. Monitor the Network
Set the clock on R2 to a date and time specified for NTP testing
Configure R2 as the NTP Master
Configure R1 so that it uses R2 as its NTP Server
Enable the timestamp service on R1 and R2 for system logging purposes
Enable logging of messages on R1 and R2
Change message trapping level on R1 and R2
Create a standard access list to permit the SNMP management station (PC-A) to retrieve SNMP information from R1
Enable SNMP community access to the SNMP-ACCESS access list
Set the SNMP notification host
Enable all SNMP traps
Collect NetFlow data on R2
Configure NetFlow data capture on both serial interfaces. Capture ingress and egress data packets
Configure NetFlow data export
Configure the NetFlow export version
Verify monitoring configurations
Display the date and time
Display the contents of logging buffers
Display information about the SNMP communities
Display the protocol using the highest volume of traffic
Reload routers and restore the BasicConfig to memory
Erase the startup configurations and reload the devices
For each router, issue the copy flash:BasicConfig running-config command to reload the basic configuration that you saved at the end of Part 2
Issue the no shutdown command for the G0/0 interface on R1 and R3
Configure S0/0/0
Disable Inverse ARP on S0/0/0
Map the IP local address to the DLCI
Map the remote IP address to the DLCI. Allow for multicast or broadcast traffic
Change the LMI type to the ANSI standard
Activate the interface
Create a default route to the IP address on the other side of the Frame Relay link
Configure S0/0/1
Create a point-to-point subinterface on S0/0/1
Set the Layer 3 IPv4 address on the subinterface
Disable Inverse ARP on the subinterface
Map the subinterface to the DLCI
Create a default route to the IP address on the other side of the Frame Relay link
Verify network connectivity
Verify Frame Relay configuration
Display Frame Relay LMI statistics
Display the input and output packet count totals on a Frame Relay permanent virtual circuit (PVC)
Display the Frame Relay maps between DLCIs and IP addresses
Reload routers and restore the BasicConfig to memory
Erase the startup configurations and reload the devices
For each router, issue the copy flash:BasicConfig running-config command to reload the basic configuration that you saved at the end of Part 2
Issue the no shutdown command for the G0/0 interface on R1 and R3
R1 Configure S0/0/0
R2 Configure S0/0/0
R2 Configure S0/0/1
R3 Configure S0/0/1
Create a GRE tunnel interface
Use S0/0/0 as the tunnel source
Set the tunnel destination with the IP address of the R3 S0/0/1 interface
Create a default route out S0/0/0
Configure EIGRP on R1
Advertise the LAN and Tunnel subnets in EIGRP. Set the LAN interface to passive
Create a GRE tunnel interface
Use S0/0/1 as the tunnel source
Set the tunnel destination with the IP address of the R1 S0/0/0 interface
Create a default route out S0/0/1
Configure EIGRP on R3
Advertise the LAN and Tunnel subnets in EIGRP. Set the LAN interface to passive.
Verify network connectivity
Verify GRE VPN configuration
Display detail information about the GRE tunnel interface