Changes between Version 13 and Version 14 of Cnbp2022/Agenda/NetworkSetup


Ignore:
Timestamp:
Mar 24, 2022, 7:23:09 AM (2 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cnbp2022/Agenda/NetworkSetup

    v13 v14  
    5959Before configuring the devices for the network setup. Let's configure some initial settings in the Core Network Devices.
    6060
    61 Press the '''Enter''' key to go to the user mode of the FAC1 switch. Prompt will look as follows.
    62 {{{
    63 FAC1#
     61Once you connect using putty you will see '''Would you like to enter the initial configuration dialog? [yes/no]: '''
     62Type '''no''' to go to the user mode of the FAC1 switch. Prompt will look as follows.
     63{{{
     64Router>
     65}}}
     66Type '''enable''' to go to privileged mode. This will change prompt as follows.
     67
     68{{{
     69Router#
    6470}}}
    6571In this privileged mode, you can check the router configuration by the following command. The configuration you see will be the default configuration
    6672{{{
    67 FAC1#show run
     73Router#show run
    6874}}}
    6975To add configurations you have to go configuration mode. Type '''config terminal'''. Note the prompt change.
    7076{{{
    71 FAC1(config)#
     77Router(config)#
    7278}}}
    7379
     
    8389You can now start making configurations.
    8490
    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 use
     91 - 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
    8692{{{
    8793hostname <device name>
    8894}}}
    8995
    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 secret
     96 - 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
    9197{{{
    9298enable secret <class password>