D-Link DGS-6608 — настройка приоритета IP в маршрутизаторах: руководство по командам [643/1106]

Превью страниц Страница 643 / 1106
D-Link DGS-6608 [643/1106] No set ip precedence number name
DGS-6600 Series Switch m set ip precedence
CLI Reference Guide
633
set ip precedence
Use the set ip precedence command in route-map configuration mode to set the
precedence value in the IP header. Use the no form of the command to remove
the setting.
set ip precedence [NUMBER | NAME]
no set ip precedence [NUMBER | NAME]
Default Not configured.
Command Mode Route-map configuration.
Usage Guideline Use the command to set the precedence value in the IP header.
The precedence can be set using either a number or the corresponding name.
Example The following example sets the IP Precedence value to 5 (critical) for packets
that pass the route map match.
You can verify your settings by entering the show route-map privileged EXEC
command.
Syntax Description
NUMBER | NAME
Specify one of the following numbers or names to set the precedence value in
the IP header:
Number Name
0 routine
1 priority
2 immediate
3 flash
4 flash-override
5 critical
6 internet
7 network
Switch(config)#route-map example permit 10
Switch(config-route-map)# match ip address IPACL_01
Switch(config-route-map)# set ip precedence 5
Switch(config-route-map)# exit
Switch(config)#interface vlan100
Switch(config-if)#ip policy route-map example
Switch(config-if)#exit
Switch(config)#

Содержание

4839

Узнайте, как использовать команду set ip precedence для настройки приоритета IP в заголовках пакетов. Подробное руководство по конфигурации маршрутизаторов.