Skip Links

Network World

Brad Reese

How to configure default routing so different default routes are used based on the source of the packet (Policy Based Routing)

By Brad Reese on Sun, 07/13/08 - 10:40pm.

Cisco How-To Tutorials

How to configure default routing so different default routes are used based on the source of the packet, such as based on which devices or users are originating the packets.

The default route is already configured on the router, and you want to policy route certain users to different Internet Service Providers (ISPs).

Issue the set ip default next-hop command in the route-map command configuration mode.

Configure Policy Based Routing (PBR) specifying a different default IP next hop for interested traffic by issuing a route-map command.

This is a sample configuration for the traffic sourced from 10.1.1.0/24, coming in on interface Ethernet0, policy routed to next-hop x.x.x.x:

int Ethernet0
ip address 10.1.1.1 255.255.255.0
ip policy-map new-gateway

route-map new-gateway permit 10
match ip address 10
set ip default next-hop x.x.x.x

access-list 10 permit 10.1.1.0 0.0.0.255

Note: The traffic that does not match the policy uses the default route configured in the router.

For more information on PBR refer to:

Configuring IP Routing Protocol-Independent Features

Policy-Based Routing

For more information on default routes refer to:

Configuring a Gateway of Last Resort Using IP Commands


View more Cisco How-To Tutorials

Contact Brad Reese
http://www.BradReese.Com

Brad's Top 5 Story Picks
# 1. Cisco vs. Nortel: Who's the customer support champ?
# 2. Cisco consummates agreement with legendary reseller CXtec
# 3. Cisco resume tips
# 4. Silver lining in Cisco stock decline: Tough times help Cisco gain market share
# 5. Cisco takes $78M haircut on VMware investment
Story Archives Brad Reese on Cisco Story Archives

Cisco VoIP Gateways

Cisco Power Supplies

Cisco Aironet Wireless

Cisco Refurbished Inventory Availability

  

About Brad Reese on Cisco

Brad Reese cofounded BradReese.Com Cisco Refurbished, which enables affordable Cisco networks globally by assuring customer satisfaction with guaranteed one year warranties on both Cisco Repair as well as Refurbished Cisco.

Don't be shy, contact Brad Reese online or call him at 646-827-1130.

 

Most Discussed Posts

On The Web
Twitter