D-Link DGS-6608 — настройка версии RIP для интерфейсов коммутаторов [358/1106]

Превью страниц Страница 358 / 1106
D-Link DGS-6604 [358/1106] Usage guideline
DGS-6600 Series Switch ip rip send version
CLI Reference Guide
348
ip rip send version
Use this command to specify a RIP version to send on an interface basis. Use
the no form of the command to let the version following the setting specified in
the router configuration mode.
ip rip send version VERSION-ID [ , | - ]
no ip rip send version
Default Global RIP version transmit setting.
Command Mode Interface configuration.
Usage Guideline This command applies only to the interface being configured.
Examples The following example shows how to configure the interface (VLAN 100) to send
both RIP Version 1 and Version 2 packets.
The following example shows how to configure the interface (VLAN 100) to send
only RIP Version 2 packets.
Verify the settings by entering the show ip rip interface command.
Syntax Description
VERSION-ID The RIP Version ID can be either 1 or 2. That is, send out only RIP Version 1
packets on the interface or send out only RIP Version 2 packets on the RIP
enabled interface. It also can be a list of version IDs such as 1,2 (or 1-2)
meaning that both RIP Version 1 and Version 2 packets can be sent out from the
RIP enabled interface.
Switch# configure terminal
Switch(config)# interface vlan100
Switch(config-if)# ip rip send version 1,2
Switch(config-if)# end
Switch# configure terminal
Switch(config)# interface vlan100
Switch(config-if)# ip rip send version 2
Switch(config-if)# end

Содержание

4839

Узнайте, как настроить версию RIP для интерфейсов коммутаторов с помощью командной строки. Примеры настройки и проверки конфигурации для эффективного управления сетью.