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

Просмотреть онлайн или скачать 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 Конфигурация
Table 2. RIP version commands in sending.
Command
ip rip send version 1
ip rip send version 2
ip rip send version 1 2
To control how packets received from an interface are processed, use one of commands
shown in Table (3).
Table 3. RIP version commands in receiving.
Command
ip rip receive version 1
ip rip receive version 2
ip rip receive version 1 2

2.1.3 No Form

To turn off any feature of RIP routing, for example to turn off neighbor 10.12.0.5
255.255.255.252, give the next command:
Router(config-router)#no neighbor 10.12.0.5 255.255.255.252
To turn off RIP, use the no router rip command:
Router(config)#no router rip

2.2 Open Shortest Path First OSPF

You can modify OSPF routing by giving the next command in global configuration
mode:
Router(config)#router ospf process-id
Process-id is a number between 1 and 65535. Pick the process-id which is not being
used. To determine which ids are being used, issue the show process command
Router#show ip ospf

2.2.1 OSPF Commands

Then in router configuration mode
next listed commands:
Purpose
Configure an interface to send only RIP
version 1 packets.
Configure an interface to send only RIP
version 2 packets.
Configure an interface to send RIP
version 1 and 2 packets.
Purpose
Configure an interface to receive only
RIP version 1 packets.
Configure an interface to receive only
RIP version 2 packets.
Configure an interface to receive RIP
version 1 and 2 packets.
Router(config-router)#
9
you can give the