D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
348
config route_map sequence set
or incomplete.
dampening - The dampening timer and parameter.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the route map match access list “ac_list1” and set the metric to 50:
DGS-3627:admin# config route_map map1 sequence 10 match add ip address ac_list1
Command:4# config route_map map1 sequence 10 match add ip address ac_list1
DGS-3627:admin# config route_map map1 sequence 10 set add metric 50
Command:4# config route_map map1 sequence 10 set add metric 50
Success.
DGS-3627:admin#
debug routefilter show
Purpose This command is used to show route filter information in kernel, including prefix list, access
list, and route map.
Syntax
debug routefilter show [prefix_list | access_list | route_map]
Description This command is used to show route filter information in kernel, including prefix list, access
list, and route map.
Parameters
enable - Enable the routefilter debug function
disable - Disable the routefilter debug function
Restrictions Only Administrator level users can issue this command.
Example usage:
To show route filter information in kernel.
DGS-3627:admin# debug routefilter show route_map
Command:4# debug routefilter show route_map
route-map map1,r_id:1,permit
Sequence 10
Match clauses:
ip address (access-lists): ac_list1
Set clauses:
metric 50
Sequence 20
Match clauses:
Set clauses:
Success.