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

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
no set ip next-hop {IP-ADDRESS [...IP-ADDRESS] | peer-address | recursive IP-ADDRESS}
Parameters
IP-ADDRESS
peer-address
recursive
Default
None.
Command Mode
Route-map Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command can be used to specify multiple next-hop routers. If next hops are already configured, the
next hops configured later will be added to the next hop list. When the first next hop router specified is
down, the next next-hop router specified is tried in turn to route the packet.
Example
This example shows how to configure that PBR will policy route the packets to the next-hop 120.1.2.2
when the source IP is 10.1.1.0/24. The receiving interface is VLAN 100. At first, create an IP basic
access list, named "Strict-Control" which permits the prefix 10.1.1.0/24. Secondly, create a route map,
named "myPolicy" which defines a match rule to associate the IP address prefix-list to the previously
created access list, Strict-Control. Lastly, in the VLAN interface configuration mode set the IP policy base
route to use the route-map, myPolicy.
Switch# configure terminal
Switch(config)# ip access-list Strict-Control
Switch(config-ip-acl)# permit 10.1.1.0 0.0.0.255 any
Switch(config-ip-acl)# exit
Switch(config)# route-map myPolicy permit 1
Switch(config-route-map)# match ip address Strict-Control
Switch(config-route-map)# set ip next-hop 120.1.2.2
Switch(config-route-map)# exit
Switch(config)# interface vlan100
Switch(config-if)# ip policy route-map myPolicy
Switch(config-if)#
91-11
set ip precedence
This command is used to configure the precedence value in the IP header. Use the no form of the
command to remove the setting.
set ip precedence {NUMBER | NAME}
no set ip precedence
Parameters
Specifies the IP address of the next-hop to route the packet.
Specifies the BGP peer address as the next-hop
Specifies the IP address of the recursive as the next-hop router.
1144

Advertisement

Table of Contents
loading

Table of Contents