D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
343
DGS-3627:admin# clear ip prefix_list counter first_list 192.168.10.0/24
Command: clear ip prefix_list counter first_list 192.168.10.0/24
Success.
DGS-3627:admin#
create route_map
Purpose This command is used to create a route map or add and delete sequences to a route map.
Syntax
create route_map <map_name 16>
Description A route map can have multiple rule entries, each with a different sequence number.
When creating a route map, a sequence ID of 10 will be added to the route map
If the sequence number is not specified, it will be automatically given.
The automatically given sequence number will be a multiple of 10.
Parameters
<map_name 16> - The route map name.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To create a route map named “map1” and add one sequence ID of 20 to the route map:
DGS-3627:admin# create route_map map1
Command:4# create route_map map1
Success.
DGS-3627:admin# config route_map map1 add sequence 20
Command:4# config route_map map1 add sequence 20
Success.
DGS-3627:admin#
delete route_map
Purpose This command is used to delete a route map configuration.
Syntax
delete route_map [map_name <map_name 16>{all_sequence} | all]
Description This command is used to delete a route map configuration.
Parameters
<map_name 16> - The route map name.
all_sequence - Remove all sequence entries from the route map. The route map is not
deleted.
all - Use to delete all route_maps.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To delete the route map named “map1”: