Match Ip Address - D-Link DXS-3600-16S Manual

Dxs-3600 series layer 2/3 managed 10gbe switch
Hide thumbs Also See for DXS-3600-16S:
Table of Contents

Advertisement

Usage Guideline
Example
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#route-map rmap1 permit 10
DXS-3600-32S(config-route-map)#match interface System
DXS-3600-32S(config-route-map)#

53-6 match ip address

This command is used to add a match command to match the destination network address of routes. Use the no form
of this command to delete the match command with destination network address of routes.
match ip address {ACCESS-LIST-NAME | prefix-list PREFIX-LIST-NAME}
no match ip address {ACCESS-LIST-NAME | prefix-list PREFIX-LIST-NAME}
Parameters
ACCESS-LIST-NAME
PREFIX-LIST-NAME
Default
Command Mode
Command Default Level
Usage Guideline
Example
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#ip standard access-list Strict-Control
DXS-3600-32S(config-ip-acl)#permit 10.1.1.0/24
DXS-3600-32S(config-ip-acl)#exit
DXS-3600-32S(config)#route-map rmap1 permit 10
DXS-3600-32S(config-route-map)#match ip address Strict-Control
DXS-3600-32S(config-route-map)#
53-7 match ip next-hop
This command is used to add a match command to match the next hop of routes. Use the no form of this command to
delete the match command with next hop of routes.
DXS-3600 Series 10GbE Layer 2/3 Switch CLI Reference Guide
Only one interface is supported. If this command is executed with a different
interface, the old one will be overwritten.
You can verify your settings by entering the show route-map command.
This example shows how to add a match command to match a outgoing interface of
routes.
Specifies the name of a standard IP access list. The maximum length is 16
characters.
Specifies the name of an IP prefix list. The maximum length is 16 characters.
None.
Route Map Configuration Mode.
Level: 8
The standard IP access list is created with the command ip standard access-list. The
prefix list is created with the command ip prefix-list.
Only one of them can be supported for matching destination network address at one
time.
The destination network address is testes with the specified standard IP access list
or prefix list.
You can verify your settings by entering the show route-map command.
This example shows how to add a match command to match destination network
address of routes using standard IP access list.
526

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents