You are on page 1of 1

------------SWITCH CONFIGURATION---------

CONFIGURATION ON:

---ROUTER---
-enable
-configutation terminal
-hostname R1
-int g0/0
-ip addresse 172.16.255.254 255.255.0.0
-speed 1000
-duplex full
-description ## to SW1 ##
-interface range g0/1 - 2
-sh down
-write

---SWITCH1----
-enable
-configure terminal
-do sh ip int brief
-do sh interface status
-int g0/1
-speed 1000
-duplex full
-description ## to R1 ##
-no shut
-write
-int g0/2
-speed 1000
-duplex full
-description
-int range f0/1 - 2
-description ## to end host ##
-interface range f0/3 - 24
-shut down
-description ## not in use ##
-write

---SWITCH2----
-enable
-configure terminal
-do sh ip int brief
-do sh interface status
-int g0/1
-speed 1000
-duplex full
-description ## to SW1 ##
-no shut
-write
-int range f0/1 - 2
-description ## to end host ##
-interface range f0/3 - 24 , g0/2
-shut down
-description ## not in use ##
-write

You might also like