Dell S50V Switch User Manual


  Open as PDF
of 1262
 
808 | Policy-based Routing
www.dell.com | support.dell.com
Apply a Redirect-list to an Interface using a Redirect-group
IP redirect lists are supported on physical interfaces as well as VLAN and port-channel interfaces.
Use the following command in INTERFACE mode to apply a redirect list to an interface. Multiple
redirect-lists can be applied to a redirect-group. It is also possible to create two or more redirect-groups on
one interface for backup purposes.
In this example, the list “xyz” is applied to the GigabitEthernet 4/0 interface.
Figure 37-8. Applying a Redirect-list to an Interface Example
Figure 37-9. Applying multiple Redirect-groups to an interface
In addition to supporting multiple redirect-lists in a redirect-group, multiple redirect-groups are supported
on a single interface. FTOS has the capability to support multiple groups on an interface for backup
purposes.
Note: When you apply a redirect-list on a port-channel on the E-Series, when traffic is redirected to the
next hop and the destination port-channel is shut down, the traffic is dropped. However, on the C-Series,
the traffic redirected to the destination port-channel is sometimes switched.
Command Syntax Command Mode Purpose
ip redirect-group redirect-list-name
INTERFACE Apply a redirect list (policy-based routing) to an
interface.
redirect-list-name is the name of a redirect list to
apply to this interface.
FORMAT: up to 16 characters
Delete the redirect list from this interface with the
[no] ip redirect-group
command.
FTOS(conf-if-gi-4/0)#ip redirect-group xyz
FTOS(conf-if-gi-4/0)#
FTOS(conf-if-gi-1/0)#ip redirect-group test
FTOS(conf-if-gi-1/0)#ip redirect-group xyz
FTOS(conf-if-gi-1/0)#show config
!
interface GigabitEthernet 1/0
no ip address
ip redirect-group test
ip redirect-group xyz
shutdown
FTOS(conf-if-gi-1/0)#