I am wanting to implement the following config for Load balancing on my Cisco 2611 -- but when I attempt to issue the "ip load-sharing per packet" command it is invalid -- I am running IOS 11.3 is this available in later versions of IOS or do I need to try a different path to load balance my T's
interface Serial0/0
description Customer Link #1
no ip address
no ip redirects
ip load-sharing per-packet
encapsulation frame-relay IETF
no ip mroute-cache
no fair-queue
frame-relay lmi-type ansi
interface Serial0/0.1 point-to-point
ip address a.b.c.d 255.255.255.252
ip load-sharing per-packet
frame-relay interface-dlci 100 (replace with 16 for Southeast orders)
interface Serial0/1
description Customer Link #1
no ip address
no ip redirects
ip load-sharing per-packet
encapsulation frame-relay IETF
no ip mroute-cache
no fair-queue
frame-relay lmi-type ansi
interface Serial0/1.1 point-to-point
ip address w.x.y.z 255.255.255.252
ip load-sharing per-packet
frame-relay interface-dlci 100 (replace with 16 for Southeast orders)
ip route 0.0.0.0 0.0.0.0 Serial0/0.1
ip route 0.0.0.0 0.0.0.0 Serial0/1.1
interface Serial0/0
description Customer Link #1
no ip address
no ip redirects
ip load-sharing per-packet
encapsulation frame-relay IETF
no ip mroute-cache
no fair-queue
frame-relay lmi-type ansi
interface Serial0/0.1 point-to-point
ip address a.b.c.d 255.255.255.252
ip load-sharing per-packet
frame-relay interface-dlci 100 (replace with 16 for Southeast orders)
interface Serial0/1
description Customer Link #1
no ip address
no ip redirects
ip load-sharing per-packet
encapsulation frame-relay IETF
no ip mroute-cache
no fair-queue
frame-relay lmi-type ansi
interface Serial0/1.1 point-to-point
ip address w.x.y.z 255.255.255.252
ip load-sharing per-packet
frame-relay interface-dlci 100 (replace with 16 for Southeast orders)
ip route 0.0.0.0 0.0.0.0 Serial0/0.1
ip route 0.0.0.0 0.0.0.0 Serial0/1.1