2018. október 21., vasárnap

Hálózati operációs rendszer konfigurálása

Hálózati operációs rendszer konfigurálása









------------------------------------------------------------------------------------------------
Hosztnév megváltoztatása - és lekérdezése

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname utvalaszto

utvalaszto(config)#end
utvalaszto#
%SYS-5-CONFIG_I: Configured from console by console


utvalaszto#show running-config
Building configuration...

Current configuration : 614 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname utvalaszto
!
!
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO1941/K9 sn FTX1524375L
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end



Beállítások mentése

utvalaszto#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]

utvalaszto#

Jelszavak:

Nem titkosított:

utvalaszto#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.

utvalaszto(config)#enable password XXXXX

Titkosított:

utvalaszto(config)#enable secret XXXXXX

Konzol kapcsolatok jelszó beállítása

utvalaszto(config)#line console 0
utvalaszto(config-line)#password XXXXX
utvalaszto(config-line)#exit
utvalaszto(config)#line vty 0 15
utvalaszto(config-line)#password XXXXX

utvalaszto(config-line)#exit

Indító üzenet beállítása:

utvalaszto(config)#banner motd #Szia#

Ellenőrzés

utvalaszto(config)#exit
utvalaszto#
%SYS-5-CONFIG_I: Configured from console by console


utvalaszto#show running-config

Building configuration...

Current configuration : 773 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname utvalaszto
!
!
!
enable secret 5 $1$mERr$xuVu/QnIWYIBlaVEuv9js/
enable password XXXXX
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO1941/K9 sn FTX1524375L
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
!
ip flow-export version 9
!
!
!
banner motd ^CSzia^C
!
!
!
!
line con 0
password XXXXX
!
line aux 0
!
line vty 0 4
password XXXXX
login
line vty 5 15
password XXXXX
login
!
!
!
end



utvalaszto#

Mindent töröl:

utvalaszto#erase startup-config
Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]
[OK]
Erase of nvram: complete

%SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram

write erase

Véletlen elgépelés kikapcsolása

Router(config)#no ip domain-lookup

Nincsenek megjegyzések:

Megjegyzés küldése