Re: [OSL | CCIE_Voice] L2 overhead for QoS

2013-06-28 Thread Somphol Boonjing
Hi Aman, In case this help, the topic seems to be discussed before. E.g. in the following thread. - http://www.mail-archive.com/ccie_voice@onlinestudylist.com/msg06632.html - http://www.mail-archive.com/ccie_voice@onlinestudylist.com/msg31952.html Regards, --Somphol. On Fri, Jun 28, 2013 at

Re: [OSL | CCIE_Voice] L2 overhead for QoS

2013-06-28 Thread Somphol Boonjing
Hi Aman, >>> But voice packets font get fragmented when you use frf.12. So why would you use 8 and not 4? Just to try to dig up some relevant information. *[1] On whether voice packet get fragmented.* I agreed fully with you. If configured correctly, the voice packet should not be fragemented

Re: [OSL | CCIE_Voice] L2 overhead for QoS

2013-06-28 Thread Somphol Boonjing
Just one more thing I forget to highlight. FRF.12 specification page 9 ( http://www.broadband-forum.org/technical/download/FRF.12/frf12.pdf), stated that NLPID field must be set to 0xB1 to signify that the frame contains a fragment. Then, it make more sense to assume that the "NLPID" field exists

[OSL | CCIE_Voice] SRST issue

2013-06-28 Thread Amit Sharma
Dear guys, When i applied SRST on site-b and site-c router i cant see any ephone under router how can verify it on both routers? -- Thanks & Regard's Amit Sharma ___ For more information regarding industry leading CCIE Lab training, please v

[OSL | CCIE_Voice] LLQ issue between HQ and BR1

2013-06-28 Thread Amit Sharma
guys see below config...that showing after apply config inter link goes down... how can fix it and what is issue? -- Thanks & Regard's Amit Sharma ___ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.co

Re: [OSL | CCIE_Voice] LLQ issue between HQ and BR1

2013-06-28 Thread Amit Sharma
uys see below config...that showing after apply config inter link goes down... how can fix it and what is issue? SiteA-RTR(config-fr-dlci)#au SiteA-RTR(config-fr-dlci)#auto qo SiteA-RTR(config-fr-dlci)#auto qos voi SiteA-RTR(config-fr-dlci)#auto qos voip tr SiteA-RTR(config-fr-dlci)#auto qos vo

[OSL | CCIE_Voice] Translation-rule help

2013-06-28 Thread Hesham Abdelkereem
Dear All, I would like to make a translation-rule to do the following remove 9 from 91[10 digits] remove 9 from 9[10 digits] remove 9 from 9[7 digits] i did it the following but was invalid voice translation-rule 1 rule 1 /^91../ /../ rule 2 /^9../ /../ rule 3 /^

Re: [OSL | CCIE_Voice] Translation-rule help

2013-06-28 Thread Regis Reis
Hi Hesham, You make this form:  voice translation-rule 1  rule 1 /^91\(..$\)/ /\1/ rule 2 /^9\(..$\)/ /\1/ rule 3 /^9\(...$\)/ /\1/   Test it. I put the "$" after last digit, because I understand that you want match with the total digits diled. Regis Reis   

Re: [OSL | CCIE_Voice] Translation-rule help

2013-06-28 Thread khaled Saholy
Hi Hesham, You're trying to do this translation on voip dial-peers? You could try this rule 1 /^9\(1...\)/ /\1/ >>> number of dots depends on how many digits to keep. Try and let's know. Regards. Khaled Date: Fri, 28 Jun 2013 09:29:07 -0700 From: heshamcentr...@gmail.com To: ccie_voice

Re: [OSL | CCIE_Voice] Translation-rule help

2013-06-28 Thread Hesham Abdelkereem
Regist what about if i need it for 9011T I would like to strip 9 from 011T how can i do it? On 28 June 2013 10:02, Regis Reis wrote: > Hi Hesham, > > You make this form: > > voice translation-rule 1 > rule 1 /^91\(..$\)/ /\1/ > rule 2 /^9\(..$\)/ /\1/ > rule 3 /^9\(...$\)/

Re: [OSL | CCIE_Voice] Translation-rule help

2013-06-28 Thread Bill Lake
Um, not sure why you are making this so complicated SiteC-RTR(config)#voice translation-rule 8 SiteC-RTR(cfg-translation-rule)#rule 1 /^9/ // SiteC-RTR(cfg-translation-rule)#do test voice translation-rule 8 95551234 Matched with rule 1 Original number: 95551234 Translated number: 5551234 Ori

Re: [OSL | CCIE_Voice] Translation-rule help

2013-06-28 Thread Regis Reis
Hesham, If you are match with a POTS dial-peer, you can use the command "prefix". dial-peer voice 1 pots destination-pattern 9011T prefix 011   Regis Reis    De: Hesham Abdelkereem Para: Regis Reis Cc: "ccie_voice@onlinestudylist.com" Enviadas: Sexta-fei

Re: [OSL | CCIE_Voice] Translation-rule help

2013-06-28 Thread Mark Thrash (marthras)
Why not just make the pattern 9T? From: Regis Reis mailto:regis_r...@yahoo.com.br>> Reply-To: Regis Reis mailto:regis_r...@yahoo.com.br>> Date: Friday, June 28, 2013 12:02 PM To: Hesham Abdelkereem mailto:heshamcentr...@gmail.com>>, "ccie_voice@onlinestudylist.com