D-Link DGS-6604 — configure IP Routing Policy with CLI - Network Switch Administration Guide [352/1106]

Превью страниц Страница 352 / 1106
D-Link DGS-6608 [352/1106] You can verify your settings by entering show ip policy command
DGS-6600 Series Switch ip policy route-map
CLI Reference Guide
342
Examples The following example set up routing policy to route the packets that match the IP
access list name pbr-acl to next-hop 20.1.1.254.
You can verify your settings by entering show ip policy command.
Switch(config)#route-map pbr-map
Switch(config-route-map)# match ip address pbr-acl
Switch(config-route-map)# set ip next-hop 20.1.1.254
Switch(config-route-map)# exit
Switch(config)#
Switch(config)#interface vlan100
Switch(config-if)#ip policy route-map pbr-map
Switch(config-if)#exit

Содержание

4839

Learn how to set up routing policies using CLI commands for network switches. This guide includes examples and verification steps for effective traffic routing management.