You are on page 1of 5

hostname Switch7 ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 ! ! ! ! ! ! ! ! ! ! no ip domain-lookup ! ! ! ! ! ! interface FastEthernet0/0 description LAN 1 ip address 172.16.1.1 255.255.255.

224 no shutdown duplex auto speed auto ! interface FastEthernet0/1 description LAN 2 ip address 172.16.1.33 255.255.255.240 no shutdown duplex auto speed auto ! interface Vlan1 no ip address shutdown ! ip classless ! ! ! banner motd ^C Authorized access only! ^C ! ! ! ! line con 0 exec-timeout 0 0 password cisco logging synchronous login line vty 0 4 password cisco logging synchronous login ! ! ! end

hostname Switch1 ! ! ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 ! ! ! ! ! ! ! ! ! ! no ip domain-lookup ! ! ! ! ! ! interface Vlan1 description A R2 ip address 172.16.1.2 255.255.255.224 no shutdown duplex auto speed auto ! ip classless ! ! ! banner motd ^C Authorized access only! ^C ! ! ! ! line con 0 exec-timeout 0 0 password cisco logging synchronous login line vty 0 4 password cisco logging synchronous login ! !

! end service password-encryption ! hostname Switch1 ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 ! no ip domain-lookup ip name-server 0.0.0.0 ! ! interface FastEthernet0/1 ! interface FastEthernet0/2 ! interface FastEthernet0/3 ! interface FastEthernet0/4 ! interface FastEthernet0/5 ! interface FastEthernet0/6 ! interface FastEthernet0/7 ! interface FastEthernet0/8 ! interface FastEthernet0/9 ! interface FastEthernet0/10 ! interface FastEthernet0/11 ! interface FastEthernet0/12 ! interface FastEthernet0/13 ! interface FastEthernet0/14 ! interface FastEthernet0/15 ! interface FastEthernet0/16 ! interface FastEthernet0/17 ! interface FastEthernet0/18 ! interface FastEthernet0/19 ! interface FastEthernet0/20 ! interface FastEthernet0/21 ! interface FastEthernet0/22 ! interface FastEthernet0/23 ! interface FastEthernet0/24

! interface GigabitEthernet1/1 ! interface GigabitEthernet1/2 ! interface Vlan1 description Lan1 ip address 172.16.1.2 255.255.255.224 ! ip default-gateway 172.16.1.1 ! banner motd ^C Authorized access only! ^C logging trap debugging ! line con 0 password 7 0822455D0A16 logging synchronous login exec-timeout 0 0 ! line vty 0 4 password 7 0822455D0A16 logging synchronous login line vty 5 15 no login ! ! end service password-encryption ! hostname Router1 ! ! ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 ! ! ! ! ! ! ! ! ! ! ip ssh version 1 no ip domain-lookup ip name-server 0.0.0.0 ! ! ! ! ! ! interface FastEthernet0/0 description LAN 1 ip address 172.16.1.1 255.255.255.224 duplex auto

speed auto ! interface FastEthernet0/1 description LAN 2 ip address 172.16.1.33 255.255.255.240 duplex auto speed auto ! interface Serial0/0/0 no ip address shutdown ! interface Serial0/0/1 no ip address shutdown ! interface Vlan1 no ip address shutdown ! ip classless ! ! ! no cdp run ! banner motd ^C Authorized access only! ^C ! ! ! ! logging trap debugging line con 0 exec-timeout 0 0 password 7 0822455D0A16 logging synchronous login line vty 0 4 password 7 0822455D0A16 logging synchronous login line vty 5 15 no login ! ! ntp update-calendar ! end

You might also like