Router0 ning sozlamalar oynasidagi Hostname komiljon deb o’zgartiraman
|
4-rasm.
|
Routerlarni masofadan turib boshqarish uchun unga IP manzil kiritiladi va
sozlamalar menyusidan bir qancha buyruqlarni kiritib, login parol o’rnatib olaman.
|
|
|
5-rasm.
|
Routerni sozlash
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname komiljon
komiljon(config)#
komiljon(config)#interface GigabitEthernet0/0
komiljon(config-if)#no ip address
komiljon(config-if)#ip address 192.168.20.20 255.255.255.0
komiljon(config-if)# #no sh
komiljon(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
komiljon(config-if)#exit
komiljon(config)#ip domain-name temirov
komiljon(config)#
komiljon(config)#line vty 0 15
komiljon(config-line)#password 62020
komiljon(config-line)#
komiljon(config-line)#transport input ssh komiljon(config-line)#crypto key generate rsa
|
komiljon(config-line)#crypto key generate rsa
The name for the keys will be: komiljon.temirov
Choose the size of the key modulus in the range of 360 to 2048 for your
General Purpose Keys. Choosing a key modulus greater than 512 may take
a few minutes.
|
How many bits in the modulus [512]: 512
% Generating 512 bit RSA keys, keys will be non-exportable...[OK]
komiljon(config)#
*??? 1 0:13:28.885: RSA key size needs to be at least 768 bits for ssh version 2
*??? 1 0:13:28.885: %SSH-5-ENABLED: SSH 1.5 has been enabled
|
|