Changes between Version 13 and Version 14 of Cnbp2022/Agenda/NetworkSetup
- Timestamp:
- Mar 24, 2022, 7:23:09 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Cnbp2022/Agenda/NetworkSetup
v13 v14 59 59 Before configuring the devices for the network setup. Let's configure some initial settings in the Core Network Devices. 60 60 61 Press the '''Enter''' key to go to the user mode of the FAC1 switch. Prompt will look as follows. 62 {{{ 63 FAC1# 61 Once you connect using putty you will see '''Would you like to enter the initial configuration dialog? [yes/no]: ''' 62 Type '''no''' to go to the user mode of the FAC1 switch. Prompt will look as follows. 63 {{{ 64 Router> 65 }}} 66 Type '''enable''' to go to privileged mode. This will change prompt as follows. 67 68 {{{ 69 Router# 64 70 }}} 65 71 In this privileged mode, you can check the router configuration by the following command. The configuration you see will be the default configuration 66 72 {{{ 67 FAC1#show run73 Router#show run 68 74 }}} 69 75 To add configurations you have to go configuration mode. Type '''config terminal'''. Note the prompt change. 70 76 {{{ 71 FAC1(config)#77 Router(config)# 72 78 }}} 73 79 … … 83 89 You can now start making configurations. 84 90 85 - The first thing you have to add is the hostname of the device. The hostname is the device's identification. In this Lab, device name or the hostname is automatically configured based on the GUI edits we did previously. If you want to change it you may use91 - The first thing you have to add is the hostname of the device. The hostname is the device's identification. In this Lab, device name or the hostname need to be configured as shown in the '''dynagen console''' which you saw previously. To change it you may use 86 92 {{{ 87 93 hostname <device name> 88 94 }}} 89 95 90 - Then let's give a enable secret. Which is a password you set when you go to the privileged mode from the user mode? Make sure to use the ''' <class password>''' as the enable secret96 - Then let's give a enable secret. Which is a password you set when you go to the privileged mode from the user mode? Make sure to use the '''cisco''' as the enable secret 91 97 {{{ 92 98 enable secret <class password>