Question
Me and my team mate wrote the Configuration and syntax for a network but I dont know if they are compatible? Does the configuration for
Me and my team mate wrote the Configuration and syntax for a network but I dont know if they are compatible? Does the configuration for the Network work with my syntax? He has a different password but I wasnt sure if it mattered or not.
Network Configuration
IP Address: 192.168.0.1 Router 192.168.0.0 /26 Switch 1 IP address: 192.168.0.0 Subnet Mask: 255.255.255.192 Default Gateway: 192.168.0.1 VLAN1 address: Password: devrysw1
Switch 2 IP address: 192.168.0.64 Subnet Mask: 255.255.255.192 Default Gateway: 192.168.0.65 VLAN1 address: Password: devrysw2
I used 4 different subnets in case we want to expand this network in the future, but we only need to use 2.
Subnet First host Last host broadcast 192.168.0.0 192.168.0.1 192.168.0.62 192.168.0.63 192.168.0.64 192.168.0.65 192.168.0.126 192.168.0.127 192.168.0.128 192.168.0.129 192.168.0.190 192.168.0.191 192.168.0.192 192.168.0.193 192.168.0.254 192.168.0.255
Command Line syntax
Router(config)#hostname Router Router(config)#Line console 0 Router(config-line)#password devrysw1 Router(config-line)#login Router(config-line)#exit Router(config)#line vty 0 Router(config-line)#transport input ssh Router(config-line)#password cisco1 Router(config-line)#login Router(config-line)#exit Router(config)#enable secret cisco1 Router(config)#exit Router#write memory Router#exit User Access Verification Password: cisco1 Router>enable Password:cisco1 Router#config t Router(config)#interface fastethernet0/0 Router(config-if)#ip address 192.168.0.1 255.255.255.0 Router(config-if)#desc connection to SW1 Router(config-if)#no shutdown Router(config-if)#exit Router(config)#exit Router# Router#show ip interface brief Router#show interfacef0/0 Router#config t Router(config)# dhcp ? Router(config)#ip dhcp pool Pool1 Router(dhcp-config)#network 192.168.0.11 Router(dhcp-config)#default router 192.168.0.1 Router(dhcp-config)#dns-server 192.168.0.12 Router(dhcp-config)#exit Router(config)#ip dhcp excluded address ? Router(config)#ip dhcp excluded address 192.168.0.21 Router(config)#ip dhcp excluded address 192.168.0.21 192.168.0.22 Router(config)#ip route? Fastethernet0/0 Router#
(2) verify connectivity from one PC through the network to the other PC (use two different commands to do this); Click Start Enter cmd in the start search field Enter Ping 192.168.0.21 2nd Go to Start Menu and search for Network Click on Network Click on view status to get information on your internet speed.
(3) display the saved configuration of the devices; Show running-config #switch #show running-config
(4) display the routing table. To display routing table: Show ip route
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started