White Papers

Table Of Contents
Parameters
redirect-list-
name
Enter the name of a configured redirect list.
l2switch Enter the keyword l2switch to enable PBR on Layer2 (switched) traffic.
Defaults none
Command Modes INTERFACE (conf-if-vl-)
Supported Modes FullSwitch
Command
History
Version Description
9.11(2.0) Introduced the l2switch attribute.
9.9(0.0) Introduced on the FN IOM.
9.4(0.0) Introduced on the MXL 10/40GbE Switch IO Module.
8.4.2.1 Introduced on the C-Series and S-Series.
8.4.2.0 Introduced on the E-Series TeraScale.
7.4.2.0 Added support for LAG and VLAN interfaces.
7.7.1.0 Introduced on the E-Series ExaScale.
Usage
Information
You can apply any number of redirect-groups to an interface. A redirect list can contain any number
of configured rules. These rules includes the next-hop IP address where the incoming traffic is to be
redirected.
If the next hop address is reachable, traffic is forwarded to the specified next hop. Otherwise, the normal
routing table is used to forward traffic. When a redirect-group is applied to an interface and the next-hop
is reachable, the rules are added into the PBR CAM region. When incoming traffic hits an entry in the
CAM, the traffic is redirected to the corresponding next-hop IP address specified in the rule.
NOTE: Apply the redirect list to physical, VLAN, or LAG interfaces only.
The Layer2 PBR option matches the layer2 traffic flow. If you un-configure this option, then the Layer2
traffic is not matched. You can apply the l2switch option to redirect Layer2 traffic only on a VLAN
interface. This VLAN interface must be configured with an IP address for ARP resolution.
NOTE: The l2switch option that redirects Layer2 traffic is applicable only on VLAN interfaces.
The Layer3 routing is not affected on the same interface on which Layer2 PBR is applied. The port from
which Layer2 packets egress and the destination MAC are re-written from static ARP. Layer 2 packets
with the re-written destination MAC are forwarded through the outgoing port on the same incoming
VLAN interface. The layer2-switch option ensures that the outgoing VLAN and MAC-SA are changed and
TTL is not decremented.
Related
Commands
show cam pbr displays the content of the PBR CAM.
show ip redirect-list displays the redirect-list configuration.
ip redirect-list
Configure a redirect list and enter REDIRECT-LIST mode.
Syntax
ip redirect-list redirect-list-name
To remove a redirect list, use the no ip redirect-list command.
Parameters
redirect-list-
name
Enter the name of a redirect list.
Defaults none
Command Modes CONFIGURATION
Policy-based Routing (PBR) 883