We have 1 T1 comming into our offices. We have it setup for 128k for data and the rest for Voice. can anyone tell me what changes I need to make to the following config to bump the data up to 384K. We are stealing the bandwidth from the voice. What should I be concerned about on the voice side? Thanks for the help guys
Current configuration : 3239 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname BaylorT1
!
no logging on
enable password 7 0316540911
!
memory-size iomem 25
ip subnet-zero
!
!
!
!
class-map match-all VoIP-data
match access-group 100
class-map match-all VoIP-control
match access-group 101
!
policy-map VoicePolicy1
class VoIP-data
priority 50
class VoIP-control
bandwidth 10
class class-default
fair-queue
interface FastEthernet0
bandwidth 100000
ip address 192.168.7.99 255.255.255.0
ip nat inside
no ip route-cache
no ip mroute-cache
speed 100
full-duplex
!
interface Serial0
description serial T1 interface with channel 21 and 22 extracted for data
ip address 75.11.126.2 255.255.255.252
ip nat outside
no ip route-cache
no ip mroute-cache
fair-queue
!
interface Serial1
no ip address
encapsulation frame-relay
load-interval 30
frame-relay traffic-shaping
!
interface Serial1.101 point-to-point
ip address 10.0.0.1 255.255.255.0
ip nat inside
frame-relay class VoIP-frame
frame-relay interface-dlci 101
!
interface Serial1.102 point-to-point
description Milan to Clarksville PVC
ip address 10.0.102.1 255.255.255.0
ip nat inside
frame-relay class DATA-frame
frame-relay interface-dlci 102
!
ip nat translation tcp-timeout 120
ip nat pool natpool 73.23.155.79 63.239.155.79 prefix-length 27
ip nat inside source list 1 pool natpool overload
ip nat inside source static 192.168.7.5 63.239.155.72
ip nat inside source static 192.168.7.98 63.239.155.73
ip nat inside source static 192.168.7.6 63.239.155.75 extendable
ip nat inside source static 192.168.7.97 63.239.155.76
ip nat inside source static 192.168.7.96 63.239.155.77
ip classless
ip route 0.0.0.0 0.0.0.0 65.114.126.1
ip route 73.23.155.64 255.255.255.248 Null0
ip route 73.23.155.80 255.255.255.240 Null0
ip route 192.168.0.0 255.255.255.0 10.0.0.2
ip route 192.168.1.0 255.255.255.0 10.0.102.2
no ip http server
ip pim bidir-enable
!
!
!
map-class frame-relay VoIP-frame
frame-relay cir 128000
frame-relay bc 1280
frame-relay be 0
frame-relay mincir 128000
no frame-relay adaptive-shaping
service-policy output VoicePolicy1
frame-relay fragment 160
!
map-class frame-relay DATA-frame
frame-relay cir 64000
frame-relay bc 1280
frame-relay be 0
frame-relay mincir 64000
no frame-relay adaptive-shaping
frame-relay fair-queue
frame-relay fragment 160
access-list 1 permit 192.168.7.0 0.0.0.255
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 100 permit ip any host 10.0.0.2 precedence critical
access-list 101 permit ip any any precedence flash
access-list 101 permit tcp any eq 1720 any
access-list 101 permit tcp any any eq 1720
!
call rsvp-sync
!
voice-port 2/0
connection plar opx 10
!
voice-port 2/1
connection plar opx 11
!
dial-peer cor custom
!
!
!
dial-peer voice 20 pots
destination-pattern .
port 2/0
dial-peer voice 59 voip
destination-pattern 1.
session target ipv4:10.0.0.2
ip qos dscp cs5 media
ip qos dscp cs3 signaling
!
dial-peer voice 21 pots
destination-pattern .
port 2/1
!
!
line con 0
line aux 0
line vty 0 4
exec-timeout 30 0
password 7 095E410B0E
login
!
end