DXS-3600 Series 10GbE Layer 2/3 Switch CLI Reference Guide
526
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
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.
Usage Guideline
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.
Example
This example shows how to add a match command to match a outgoing interface of
routes.
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)#
ACCESS-LIST-NAME
Specifies the name of a standard IP access list. The maximum length is 16
characters.
PREFIX-LIST-NAME
Specifies the name of an IP prefix list. The maximum length is 16 characters.
Default
None.
Command Mode
Route Map Configuration Mode.
Command Default Level
Level: 8
Usage Guideline
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.
Example
This example shows how to add a match command to match destination network
address of routes using standard IP access list.
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)#
Содержание DXS-3600-16S
Страница 1: ...CLI Reference Guide Product Model DXS 3600 Series Layer 2 3 Managed 10GbE Switch Release 1 10 ...
Страница 232: ...DXS 3600 Series 10GbE Layer 2 3 Switch CLI Reference Guide 224 ...
Страница 301: ...DXS 3600 Series 10GbE Layer 2 3 Switch CLI Reference Guide 293 ...
Страница 349: ...DXS 3600 Series 10GbE Layer 2 3 Switch CLI Reference Guide 341 ...
Страница 494: ...DXS 3600 Series 10GbE Layer 2 3 Switch CLI Reference Guide 486 ...
Страница 564: ...DXS 3600 Series 10GbE Layer 2 3 Switch CLI Reference Guide 556 ...
Страница 649: ...DXS 3600 Series 10GbE Layer 2 3 Switch CLI Reference Guide 641 ...