Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

R1: en config t hostname R1 enable secret class no ip domain-lookup ip default-gateway 172.17.1.

1 banner motd %No Access Allowed% line con 0 pass cisco login logging synchronous line vty 0 4 pass cisco login logging synchronous int fa0/1.1 encapsulation dot1q 1 native ip add 172.17.1.1 255.255.255.0 int fa0/1.6 encapsulation dot1q 6 ip add 172.17.6.1 255.255.255.0 int fa0/1.8 encapsulation dotlq 8 ip add 172.17.8.1 255.255.255.0 int fa0/1.11 encapsulation dotlq 11 ip add 172.17.11.1 255.255.255.0

S1: en config t hostname S1 enable secret class no ip domain-lookup banner motd %No Access Allowed% ip default-gateway 172.17.1.1 line con 0 pass cisco login logging synchronous line vty 0 4 pass cisco login logging synchronous int vlan 1 ip add 172.17.1.2 255.255.255.0 int vlan 6 ip add 172.17.6.1 255.255.255.0 int vlan 8 ip add 172.17.8.1 255.255.255.0 int vlan 11 ip add 172.17.11.1 255.255.255.0 int range fa0/1-fa0/4 switchport mode trunk switchport trunk native vlan 1

vtp mode server vtp domain CCNA vtp password cisco S2: en config t hostname S2 enable secret class no ip domain-lookup banner motd %No Access Allowed% ip default-gateway line con 0 pass cisco login logging synchronous line vty 0 4 pass cisco login Int vlan 1 ip add 172.17.1.3 255.255.255.0 int fa0/6 switchport switchport int fa0/8 switchport switchport int fa0/11 switchport switchport mode access access vlan 6 mode access access vlan 8 mode access access vlan 11

int range fa0/1-fa0/4 switchport mode trunk switchport trunk native vlan 1 vtp mode client vtp domain CCNA vtp password cisco S3: en config t hostname S3 enable secret class banner motd %No Access Allowed% no ip domain-lookup ip default-gateway 172.17.1.1 line con 0 pass cisco login logging synchronous line vty 0 4 pass cisco login logging synchronous

int vlan 1 ip address 172.17.1.4 255.255.255.0 int range fa0/1-fa0/4 switchport mode trunk switchport trunk native vlan 1 spanning-tree vlan 1 root primary vtp mode client vtp domain CCNA vtp password cisco

You might also like