воскресенье, 25 декабря 2011 г.

Базовая настройка CISCO SWITCH

Switch>enable
Switch#configure  terminal
Switch(config)#hostname S1

S1(config)#clock set 8:00:24

Безопасность
S1(config)#line con 0
S1(config-line)#password cisco
S1(config-line)#login
S1(config-line)#end 



S1(config)#line vty 0 4
S1(config-line)#password cisco
S1(config-line)#login
S1(config-line)#end


S1(config)#enable password cisco
S1(config)#enable secret cisco
S1(config)#end


S1(config)#service password-encryption
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
enable password 7 0822455D0A16

Баннеры

S1(config)#banner motd "Don't touch me, please ^_^"
S1(config)#banner login "Authorized Personnel Only!!!"

Интерфейс(ы)
S1(config)#interface fa 0/1
S1(config-if)#duplex auto
S1(config-if)#speed auto
S1(config-if)#exit

Комментариев нет:

Отправить комментарий