[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.0

Question about switching channels from Voice to Data on our T1

Asked by tabmpierce in Miscellaneous Networking, Message Queue, Domain Name Service (DNS)

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

[+][-]07/13/04 09:57 AM, ID: 11540868Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/13/04 10:06 AM, ID: 11540962Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/14/04 11:01 AM, ID: 11551767Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/15/04 03:13 PM, ID: 11563930Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/15/04 06:53 AM, ID: 12584136Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]11/19/04 02:52 AM, ID: 12623641Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Miscellaneous Networking, Message Queue, Domain Name Service (DNS)
Sign Up Now!
Solution Provided By: modulo
Participating Experts: 2
Solution Grade: A
 
 
Loading Advertisement...
20091021-EE-VQP-81