D-Link DXS-3600 Series Cli Reference Manual page 1143

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
None.
Command Mode
Route-map Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Use this command in the route map configure mode to define a rule for matching routes against an IP
access list.
Example
This example shows how to create an IP access list "myacl" first and create a route map entry to match
against the IP access list.
Switch# configure terminal
Switch(config)# ip access-list myacl
Switch(config-ip-acl)# permit 10.20.0.0 255.255.0.0 any
Switch(config-ip-acl)# exit
Switch(config)# route-map myPolicy permit 1
Switch(config-route-map)# match ip address myacl
Switch(config-route-map)#
91-3 match ip next-hop
This command is used to define a clause to match the route's next hop based on the standard IP access
list or IP prefix list. Use the no command to remove the clause.
match ip nexthop {ACCESS-LIST-NAME | prefix-list PREFIX-LIST-NAME}
no match ip nexthop {ACCESS-LIST-NAME | prefix-list PREFIX-LIST-NAME}
Parameters
ACCESS-LIST-NAME
prefix-list PREFIX-LIST-NAME
Default
None.
Command Mode
Route-map Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Use this command in the route map configure mode to define a rule for matching routes against the next
hop. The IP address of the next hop will be matched against the IP standard access list or IP prefix list.
Example
Specifies the IP standard access list name.
Specifies an IP prefix list name.
1138

Advertisement

Table of Contents
loading

Table of Contents