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