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

R1 Running Config Edited

R1 Edited

Uploaded by

williammea05
Copyright
© Attribution Non-Commercial (BY-NC)
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)
31 views2 pages

R1 Running Config Edited

R1 Edited

Uploaded by

williammea05
Copyright
© Attribution Non-Commercial (BY-NC)
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
You are on page 1/ 2

###########R CONFIG BELOW############## ! ! version 12.

4 service timestamps log datetime msec service timestamps debug datetime msec service password-encryption security passwords min-length 8 ! hostname R1 ! login block-for 60 attempts 2 within 30 ! ! enable secret 5 cisco12345 ! ! ! ! ! ! username admin privilege 15 secret 5 user03pass username user01 password 7 09595D0C0B540713181F username user02 secret 5 user02pass ! ! ! ! ! ip ssh version 1 ip ssh authentication-retries 2 ip ssh time-out 90 no ip domain-lookup ip domain-name ccnasecurity.com ip name-server 0.0.0.0 ! ! spanning-tree mode pvst ! ! ! ! interface FastEthernet0/0 no ip address duplex auto speed auto shutdown ! interface FastEthernet0/1 ip address 192.168.1.1 255.255.255.0 duplex auto speed auto ! interface Serial0/0/0 ip address 10.1.1.1 255.255.255.252 clock rate 64000 ! interface Serial0/0/1 no ip address

clock rate 2000000 shutdown ! interface Vlan1 no ip address shutdown ! router rip network 10.0.0.0 network 192.168.1.0 ! ip classless ip route 0.0.0.0 0.0.0.0 10.1.1.2 ! ! ip access-list extended sl_def_acl deny tcp any any eq telnet deny tcp any any eq www deny tcp any any eq 22 permit tcp any any eq 22 ! ! ! ! ! logging trap debugging line con 0 login ! line aux 0 ! line vty 0 4 login ! ! ! end

You might also like