0% found this document useful (0 votes)
4 views2 pages

Router and Switch Configuration Guide

Uploaded by

Yiana Bobares
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

Router and Switch Configuration Guide

Uploaded by

Yiana Bobares
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

# ----------------------------------

# BOBARES, AYIANA KYLEEN (Lab 1 Config)


# Configuration for R1, R2, and S1
# ----------------------------------

# ==========================
# R1 (Router 1) Configuration
# ==========================
enable
conf t
hostname Router1
enable secret CISCO
line con 0
password CISCO
login
line vty 0 4
password CISCO
login
service password-encryption
banner motd # Authorized Access Only #

interface g0/0
ip address [Link] [Link]
no shutdown

interface s0/0/0
ip address [Link] [Link]
clock rate 64000
no shutdown

end
copy running-config startup-config

# ==========================
# R2 (Router 2) Configuration
# ==========================
enable
conf t
hostname Router2
enable secret CISCO
line con 0
password CISCO
login
line vty 0 4
password CISCO
login
service password-encryption
banner motd # Authorized Access Only #

int g0/0
ip address [Link] [Link]
no shutdown

int s0/0/0
ip address [Link] [Link]
no shutdown
end
copy running-config startup-config

# ==========================
# S1 (Switch) Configuration
# ==========================
en
conf t
hostname S1
enable secret CISCO
line con 0
password CISCO
login
line vty 0 4
password CISCO
login
service password-encryption
banner motd # Authorized Access Only #

interface vlan 1
ip address [Link] [Link]
no shutdown

end
copy running-config startup-config

# ==========================
# IP ADDRESSING TABLE
# ==========================

| Device | Interface | IP Address | Subnet Mask | Default Gateway |


|--------|-----------|----------------|----------------------|-------------------|
| R1 | G0/0 | [Link] | [Link] | — |
| R1 | S0/0/0 | [Link] | [Link] | — |
| R2 | S0/0/0 | [Link] | [Link] | — |
| R2 | G0/0 | [Link] | [Link] | — |
| PC1 | N/A | [Link] | [Link] | [Link] |
| PC2 | N/A | [Link] | [Link] | [Link] |
| S1 | VLAN 1 | [Link] | [Link] | [Link] |

You might also like