вторник, 5 октября 2010 г.

Configuring interface

On the back panel of CiSCO devices you can find that every port has its own description (for example fa0/0, serial0/1). The commands below will help you assing ip address 192.168.1.1 with network mask 255.255.255.0 to a port fa0/0:

Router>enable
Router#configure terminal
Router(config)#interface fa0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit

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

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

Counter