0% found this document useful (0 votes)
4 views

C-2

The document outlines the configuration settings for a network device, including hostname, user credentials, interface settings, and routing protocols. It specifies IP addresses for various interfaces, OSPF routing configurations, and NTP settings. Additionally, it includes security configurations for SSH and access control lists.

Uploaded by

me.rehan.pasha
Copyright
© © All Rights Reserved
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)
4 views

C-2

The document outlines the configuration settings for a network device, including hostname, user credentials, interface settings, and routing protocols. It specifies IP addresses for various interfaces, OSPF routing configurations, and NTP settings. Additionally, it includes security configurations for SSH and access control lists.

Uploaded by

me.rehan.pasha
Copyright
© © All Rights Reserved
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

C-2

-------------------------------------------------
hostname CSW2
enable algorithm-type scrypt secret jeremysitlab
username cisco algorithm-type scrypt secret ccna
line console 0
login local
exec-timeout 30
logging synchronous
-------------------------------------------------
#ip routing
#int range g1/0/2 - 3
#no switchport
#channel-group 1 mode desirable
#int po1
#ip add 10.0.0.42 255.255.255.252
#int g1/0/1
#no switchport
#ip add 10.0.0.38 255.255.255.252
#int g1/1/1
#no switchport
#ip add 10.0.0.61 255.255.255.252
#int g1/1/2
#no switchport
#ip add 10.0.0.65 255.255.255.252
#int g1/1/3
#no switchport
#ip add 10.0.0.69 255.255.255.252
#int g1/1/4
#no switchport
#ip add 10.0.0.73 255.255.255.252
#int l0
#ip add 10.0.0.78 255.255.255.255
#int range g1/0/4 - 24
#shutdown
-----------------------------------------------
#router ospf 1
#router-id 10.0.0.78
#passive-interface l0
#network 10.0.0.42 0.0.0.0 area 0
#network 10.0.0.38 0.0.0.0 area 0
#network 10.0.0.61 0.0.0.0 area 0
#network 10.0.0.65 0.0.0.0 area 0
#network 10.0.0.69 0.0.0.0 area 0
#network 10.0.0.73 0.0.0.0 area 0
#network 10.0.0.78 0.0.0.0 area 0
#int range g1/0/1 , g1/1/1 - 4
#ip ospf network point-to-point
-------------------------------------------------
ip domain name jeremysitlab.com
ip name-server 10.5.0.4
-------------------------------------------------
ntp authentication-key 1 md5 ccna
ntp trusted-key 1
ntp server 10.0.0.76 key 1
--------------------------------------------------
ip domain-name ccna.com
username cisco password ccna
crypto key generate rsa
4096
access-list 1 permit 10.1.0.0 0.0.0.255
ip ssh version 2
line vty 0 15
transport input ssh
login local
logging synchronous
---------------------------------------------------
no cdp run
lldp run

You might also like