Hey Jynxx,
I have a question for you... Have you ever supported a multi-point to point frame which asymetrical accesses.
Homed end is a 1.536 and the remotes are various, 56k, 128k, 256k, and 512k.
Example
Homed End
=========
interface Serial1/0
bandwidth 1544
ip address 10.1.1.1 255.255.255.0
no ip redirects
encapsulation frame-relay
ip split-horizon
fair-queue 300 256 0
frame-relay map ip 10.1.1.2 200 broadcast
frame-relay map ip 10.1.1.3 203 broadcast
frame-relay map ip 10.1.1.4 201 broadcast
frame-relay map ip 10.1.1.5 204 broadcast
frame-relay map ip 10.1.1.6 135 broadcast
frame-relay lmi-type ansi
frame-relay broadcast-queue 1700 170000 250
hold-queue 1000 out
Site A
======
interface Serial0
bandwidth 56
ip address 10.1.1.2 255.255.255.0
no ip redirects
encapsulation frame-relay
ip split-horizon
fair-queue 300 256 0
frame-relay map ip 10.1.1.1 100 broadcast
frame-relay lmi-type ansi
Site B
======
interface Serial1
bandwidth 128
ip address 10.1.1.3 255.255.255.0
no ip redirects
encapsulation frame-relay
ip split-horizon
fair-queue 300 256 0
frame-relay map ip 10.1.1.1 100 broadcast
frame-relay lmi-type ansi
etc...
How would you assign shaping to this? Would you break apart the "multi-point" at the homed end and use multiple "point-to-point" sub interfaces and then assign a mapping accordingly?