You are on page 1of 2

--------------STATIC ROUTING-------------

CONFIGURATION ON:

----PC----

---PC1--
-default gateway: 192.168.1.254
-ipv4 addresse: 192.168.1.1
-subnet mask: 255.255.255.0
-ipconfig
-ipconfig /all

---PC2--
-default gateway: 192.168.3.254
-ipv4 addresse: 192.168.3.1
-subnet mask: 255.255.255.0
-ipconfig
-ipconfig /all

---ROUTER---

--R1--
-enable
-configuration terminal
-hostname R1
-do show ip interface brief
-int g0/1
-ip addresse 192.168.1.254 255.255.255.0
-description ## to SW1 ##
-no shut down
-int g0/0
-ip addresse 192.168.12.1 255.255.255.0
-description ## to R2 ##
-no shut down

--R2--
-enable
-configuration terminal
-hostname R2
-do show ip interface brief
-int g0/0
-ip addresse 192.168.12.2 255.255.255.0
-description ## to R1 ##
-no shut down
-int g0/01
-ip addresse 192.168.13.2 255.255.255.0
-description ## to R3 ##
-no shut down

--R3--
-enable
-configuration terminal
-hostname R3
-do show ip interface brief
-int g0/0
-ip addresse 192.168.13.3 255.255.255.0
-description ## to R2 ##
-no shut down
-int g0/1
-ip addresse 192.168.3.254 255.255.255.0
-description ## to SW2 ##
-no shut down

You might also like