I think you need a performance routing link group see sample configuration of this extracted from linked document
http://www.cisco.com/en/US/docs/ios-xml/ios/oer/configuration/12-4t/oer-cfg-apply.html#GUID-DE1BEDD4-9D58-4A5B-B6D0-AA5BEC170430 Implementing Performance Routing Link Groups Example The following example shows how to implement link groups. In this example, an OER map named VIDEO_MAP is created to configure OER to define a traffic class that matches an access list named ACCESS_VIDEO. The traffic class is configured to use a link group named VIDEO as the primary link group, and a fallback group named VOICE. The VIDEO link group may be a set of high bandwidth links that are preferred for video traffic. enable configure terminal border 10.1.4.1 interface serial 2/0 external link-group VIDEO exit interface serial 3/0 external link-group VOICE exit interface Ethernet 1/0 internal exit ip access-list extended ACCESS_VIDEO permit tcp any 10.1.1.0 0.0.0.255 eq 500 permit tcp any 172.17.1.0 0.0.255.255 eq 500 permit tcp any 172.17.1.0 0.0.255.255 range 700 750 permit tcp 192.168.1.1 0.0.0.0 10.1.2.0 0.0.0.255 eq 800 any any dscp ef exit oer-map VIDEO_MAP 10 match traffic-class access-list ACCESS_VIDEO set link-group VIDEO fallback VOICE end On Wed, Nov 30, 2011 at 10:04 AM, Mahmoud Nossair <[email protected] > wrote: > Dear Experts > > > > Please could anybody send me any Docs for Spillover optimized edge routing > configuration (Performance routing) example??? Please I need it urgently. > > > > Thanks in advance > > > Blogs and organic groups at http://www.ccie.net > > _______________________________________________________________________ > Subscription information may be found at: > http://www.groupstudy.com/list/CCIELab.html > > > > > > > > -- -- Olugbenga Oyebande MD, DAIT 234-803-302-5287 http://www.dait-ng.com Cisco Unified Network, VPN DAIT Enterprise Network Servers Broadband Internet Deployment & ISP Consultancy _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com http://onlinestudylist.com/mailman/listinfo/ccie_rs
