The topology above has five networks and six end devices. which are the computers A-F. There are three switches and three routers. The hosts are connected by cables. A series of routing interfaces. The topology is connected by a basic configuration. All the routers are configured the same way.
Steps to configure a router
Router
Router# config t
Router (config)#hostname R1
R1 (config)#banner motd *this is a secure system*
R1 # (config) enable password cisco
R1 enable secret class
R1(config)# int s(insert serial #)
R1(config-if)#ip address (insert ip address insert subnet mask)
R1(config-if)#No shutdown
R1(config-if)# control z
R1# copy running-config startup
No comments:
Post a Comment