Difference between revisions of "IOS CISCO команди"
From Ilianko
Line 4: | Line 4: | ||
Задаване парола | Задаване парола | ||
− | integral(config)#enable password | + | integral(config)#enable secret cisco |
+ | |||
+ | Конфигуриране на телнет | ||
+ | |||
+ | integral(config)#line vty 0 4 | ||
+ | integral(config-line)#pas | ||
+ | integral(config-line)#password class | ||
+ | integral(config-line)#exit | ||
+ | |||
+ | Конфигуриране на IP adress | ||
+ | |||
+ | integral(config)#interface FastEthernet 0/0 | ||
+ | integral(config-if)#ip address 10.10.11.1 255.255.255.0 | ||
+ | integral(config-if)#no shutdown | ||
+ | integral(config-if)#exit |
Revision as of 10:57, 15 November 2012
Смяна име
Router(config)#hostname integral
Задаване парола
integral(config)#enable secret cisco
Конфигуриране на телнет
integral(config)#line vty 0 4 integral(config-line)#pas integral(config-line)#password class integral(config-line)#exit
Конфигуриране на IP adress
integral(config)#interface FastEthernet 0/0 integral(config-if)#ip address 10.10.11.1 255.255.255.0 integral(config-if)#no shutdown integral(config-if)#exit