Cisco 2600 Series Конфигурация - Страница 7

Просмотреть онлайн или скачать pdf Конфигурация для Сервер Cisco 2600 Series. Cisco 2600 Series 15 страниц. Configuring adsl wic to support pppoe clients
Также для Cisco 2600 Series: Руководство по установке (12 страниц), Информация о выпуске (32 страниц), Примечание по применению (41 страниц), Информационный лист (6 страниц), Приложение (15 страниц), Руководство по установке (22 страниц), Обзор (13 страниц), Краткое руководство по эксплуатации (2 страниц), Руководство (5 страниц)

Cisco 2600 Series Конфигурация

1.4 Configuration System (Setup)

In privileged EXEC mode you can setup the whole system, for example setup network
cards, put IP addresses, start simple RIP routing.
Router#setup
In Cisco routers interfaces are named as FastEthernet0/0 and FastEthernet0/1. Some of
our lab routers also include serial cable interfaces. Numbering is same like above.

1.5 IP Address and Interface Configuration

If you don't like to put IP address like in 1.4 Configuration System (Setup), you can put
them with the following instructions.
In privileged EXEC mode give the next command:
Router#config terminal
Then enter the interface type port to enter the interface configuration mode.
Router(config)#interface FastEthernet0/0
Now you are in interface configuration mode and you can modify this chosen interface.
Enter the IP address and subnet mask of the interface using ip address ipaddress
subnetmask command.
Router(config-if)#ip address 10.12.0.1 255.255.255.252
In this mode you can give parameters like for example hello protocol interval in OSPF
for an interface. Exit interface configuration mode by giving command Ctrl-Z.
7