Re: [OSL | CCIE_Voice] Frame-Relay Sh policy-map interface

2013-08-19 Thread Wilson Samuel (CCIE)
Thank you very much Khalid and somphol it was indeed the fr traffic-shaping 
that was missing 

Thank you very much 

Sent from my iPhone

On 18 Aug 2013, at 08:22, khaled Saholy  wrote:

> Yes for policy based shaping , you use the solution given by our friend. Mine 
> is for GTS.
> 
> 
> 
> From: somp...@gmail.com
> Date: Sun, 18 Aug 2013 18:44:20 +1000
> To: wilson.sam...@bt.com
> CC: ccie_voice@onlinestudylist.com
> Subject: Re: [OSL | CCIE_Voice] Frame-Relay Sh policy-map interface
> 
> You need to put in extra layer of policy-map for this.
> 
> class-map match-any RTP
> 
> match protocol rtp
> 
> class-map match-any SIG
> 
> match protocol skinny
> 
> match protocol sip
> 
> match protocol h323
> 
> match protocol custom-01
> 
> !
> 
> 
> 
> policy-map LLQ
> 
> class SIG
> 
> bandwidth 192
> 
> class RTP
> 
> priority 64
> 
>  !
> 
> 
> policy-map FR-Branch1
> 
> class class-default
> 
> shape average 364000   !-- not sure if this is mandatory
> 
> service-policy LLQ
> 
> 
> 
> map-class frame-relay FR-MC-BR1
> 
> service-policy output FR-Branch1
> 
> 
> 
> 
> 
> On Sun, Aug 18, 2013 at 5:09 PM,  wrote:
> Hi All,
> 
>  
> 
> For some reason I am not able to configure the Frame Policy-map applied via 
> the map-class command:
> 
>  
> 
> CorpHQ#sh policy
> 
> CorpHQ#sh policy-map inter 
> 
>  
> 
> CorpHQ#
> 
>  
> 
> I have checked everything and nothing seem to be wrong.
> 
>  
> 
> Is there any special / hidden command that I shall need to invoke, in order 
> to apply the Policy-Map on FR Subinterface via the map-class.
> 
>  
> 
> Any help would be greatly appreciated.
> 
>  
> 
> Please find below my configuration:
> 
>  
> 
>  
> 
> Regardss
> 
> 
> 
>  
> 
>  
> 
>  
> 
>  
> 
> class-map match-any RTP
> 
> match protocol rtp
> 
> class-map match-any SIG
> 
> match protocol skinny
> 
> match protocol sip
> 
> match protocol h323
> 
> match protocol custom-01
> 
> !
> 
> policy-map FR-Branch1
> 
> class SIG
> 
> bandwidth 192
> 
> class RTP
> 
> priority 64
> 
>  
> 
>  
> 
> interface Serial0/0/1:0
> 
> description == Frame-Relay Circuit to WAN
> 
> no ip address
> 
> encapsulation frame-relay
> 
> no keepalive
> 
> cdp enable
> 
> no frame-relay inverse-arp
> 
> frame-relay lmi-type ansi
> 
> !
> 
> interface Serial0/0/1:0.1 point-to-point
> 
> description == FR To BR1
> 
> ip address 177.0.101.1 255.255.255.0
> 
> snmp trap link-status
> 
> frame-relay interface-dlci 101  
> 
>   class FR-MC-BR1
> 
>  
> 
> !
> 
> map-class frame-relay FR-MC-BR1
> 
> service-policy output FR-Branch1
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
> Kind Regards
> 
> Wilson Samuel
> 
>  
> 
> Wilson Samuel |  East Region | BT Global Services |wilson.sam...@bt.com |  
> http://globalservices.bt.com/
> 
>  
> 
> This e-mail contains information from BT which may be privileged or 
> confidential. It's meant only for the individual(s) or entity named above. If 
> you're not the intended recipient, note that disclosing, copying, 
> distributing or using this information is prohibited. If you've received this 
> e-mail in error, please let me know immediately on the e-mail address above. 
> Thank you. We monitor our e-mail system, and may record your e-mails.
> 
>  
> 
> BT Americas Inc., 150 Newport Avenue Ext., Quincy, MA 02171 USA   
>
> BT Americas Inc. is a wholly owned subsidiary of British Telecommunications 
> plc.
> 
>  
> 
>  
> 
> Think before you print! Consider the environment before printing this email!
> 
>  
> 
> 
> ___
> For more information regarding industry leading CCIE Lab training, please 
> visit www.ipexpert.com
> 
> Are you a CCNP or CCIE and looking for a job? Check out 
> www.PlatinumPlacement.com
> 
> 
> ___ For more information 
> regarding industry leading CCIE Lab training, please visit www.ipexpert.com 
> Are you a CCNP or CCIE and looking for a job? Check out 
> www.PlatinumPlacement.com
> ___
> For more information regarding industry leading CCIE Lab training, please 
> visit www.ipexpert.com
> 
> Are you a CCNP or CCIE and looking for a job? Check out 
> www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Frame-Relay Sh policy-map interface

2013-08-18 Thread khaled Saholy
Yes for policy based shaping , you use the solution given by our friend. Mine 
is for GTS.



From: somp...@gmail.com
Date: Sun, 18 Aug 2013 18:44:20 +1000
To: wilson.sam...@bt.com
CC: ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] Frame-Relay Sh policy-map interface

You need to put in extra layer of policy-map for this.

class-map match-any RTP

match protocol rtpclass-map match-any SIG

match protocol skinnymatch protocol sip

match protocol h323match protocol custom-01

!


policy-map LLQclass SIG

bandwidth 192class RTP

priority 64 !


policy-map FR-Branch1class class-default

shape average 364000   !-- not sure if this is mandatoryservice-policy LLQ


map-class frame-relay FR-MC-BR1

service-policy output FR-Branch1


On Sun, Aug 18, 2013 at 5:09 PM,   wrote:


Hi All, 

For some reason I am not able to configure the Frame Policy-map applied via the 
map-class command: CorpHQ#sh policy

CorpHQ#sh policy-map inter   CorpHQ# I have checked everything and nothing 
seem to be wrong.

 Is there any special / hidden command that I shall need to invoke, in order to 
apply the Policy-Map on FR Subinterface via the map-class.

 Any help would be greatly appreciated. Please find below my configuration:

  Regardss 

   class-map match-any RTP match protocol rtp

class-map match-any SIG match protocol skinny match protocol sip match protocol 
h323

 match protocol custom-01!policy-map FR-Branch1 class SIGbandwidth 192

 class RTPpriority 64  interface Serial0/0/1:0

 description == Frame-Relay Circuit to WAN no ip address encapsulation 
frame-relay
 no keepalive
 cdp enable no frame-relay inverse-arp frame-relay lmi-type ansi!

interface Serial0/0/1:0.1 point-to-point description == FR To BR1 ip address 
177.0.101.1 255.255.255.0

 snmp trap link-status frame-relay interface-dlci 101 class FR-MC-BR1 

!map-class frame-relay FR-MC-BR1 service-policy output FR-Branch1 

  

Kind RegardsWilson Samuel Wilson Samuel |  East Region | BT Global Services 
|wilson.sam...@bt.com |  http://globalservices.bt.com/

 This e-mail contains information from BT which may be privileged or 
confidential. It's meant only for the individual(s) or entity named above. If 
you're not the intended recipient, note that disclosing, copying, distributing 
or using this information is prohibited. If you've received this e-mail in 
error, please let me know immediately on the e-mail address above. Thank you. 
We monitor our e-mail system, and may record your e-mails.

 BT Americas Inc., 150 Newport Avenue Ext., Quincy, MA 02171 USA
  


BT Americas Inc. is a wholly owned subsidiary of British Telecommunications 
plc.  

 Think before you print! Consider the environment before printing this email!

 
___

For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com



Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com



___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com ___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Frame-Relay Sh policy-map interface

2013-08-18 Thread khaled Saholy
Hi Wilson,

You need to add the command under the main serial interface and then you will 
see some output:

frame-relay traffic-shaping

Hope that helps.

Regards.

Khaled



From: wilson.sam...@bt.com
To: ccie_voice@onlinestudylist.com
Date: Sun, 18 Aug 2013 08:09:51 +0100
Subject: [OSL | CCIE_Voice] Frame-Relay Sh policy-map interface

Hi All, For some reason I am not able to configure the Frame Policy-map applied 
via the map-class command: CorpHQ#sh policyCorpHQ#sh policy-map inter   
CorpHQ# I have checked everything and nothing seem to be wrong. Is there any 
special / hidden command that I shall need to invoke, in order to apply the 
Policy-Map on FR Subinterface via the map-class. Any help would be greatly 
appreciated. Please find below my configuration:  
Regardssclass-map match-any RTP match 
protocol rtpclass-map match-any SIG match protocol skinny match protocol sip 
match protocol h323 match protocol custom-01!policy-map FR-Branch1 class SIG
bandwidth 192 class RTPpriority 64  interface Serial0/0/1:0 description == 
Frame-Relay Circuit to WAN no ip address encapsulation frame-relay no keepalive 
cdp enable no frame-relay inverse-arp frame-relay lmi-type ansi!interface 
Serial0/0/1:0.1 point-to-point description == FR To BR1 ip address 177.0.101.1 
255.255.255.0 snmp trap link-status frame-relay interface-dlci 101 class 
FR-MC-BR1 !map-class frame-relay FR-MC-BR1 service-policy output FR-Branch1 
  Kind RegardsWilson Samuel Wilson Samuel |  East Region | BT Global Services 
|wilson.sam...@bt.com |  http://globalservices.bt.com/ This e-mail contains 
information from BT which may be privileged or confidential. It's meant only 
for the individual(s) or entity named above. If you're not the intended 
recipient, note that disclosing, copying, distributing or using this 
information is prohibited. If you've received this e-mail in error, please let 
me know immediately on the e-mail address above. Thank you. We monitor our 
e-mail system, and may record your e-mails. BT Americas Inc., 150 Newport 
Avenue Ext., Quincy, MA 02171 USA  
BT Americas Inc. is a wholly owned subsidiary of British Telecommunications 
plc.   Think before you print! Consider the environment before printing this 
email! 
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com ___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Frame-Relay Sh policy-map interface

2013-08-18 Thread Somphol Boonjing
You need to put in extra layer of policy-map for this.

class-map match-any RTP

match protocol rtp

class-map match-any SIG

match protocol skinny

match protocol sip

match protocol h323

match protocol custom-01

!


policy-map LLQ

class SIG

bandwidth 192

class RTP

priority 64

** !

policy-map FR-Branch1

class class-default

shape average 364000   !-- not sure if this is mandatory

service-policy LLQ


map-class frame-relay FR-MC-BR1

service-policy output FR-Branch1




On Sun, Aug 18, 2013 at 5:09 PM,  wrote:

> Hi All,
>
> ** **
>
> For some reason I am not able to configure the Frame Policy-map applied
> via the map-class command:
>
> ** **
>
> CorpHQ#sh policy
>
> CorpHQ#sh policy-map inter  
>
> ** **
>
> CorpHQ#
>
> ** **
>
> I have checked everything and nothing seem to be wrong.
>
> ** **
>
> Is there any special / hidden command that I shall need to invoke, in
> order to apply the Policy-Map on FR Subinterface via the map-class.
>
> ** **
>
> Any help would be greatly appreciated.
>
> ** **
>
> Please find below my configuration:
>
> ** **
>
> ** **
>
> Regardss
>
> 
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> class-map match-any RTP
>
> match protocol rtp
>
> class-map match-any SIG
>
> match protocol skinny
>
> match protocol sip
>
> match protocol h323
>
> match protocol custom-01
>
> !
>
> policy-map FR-Branch1
>
> class SIG
>
> bandwidth 192
>
> class RTP
>
> priority 64
>
> ** **
>
> ** **
>
> interface Serial0/0/1:0
>
> description == Frame-Relay Circuit to WAN
>
> no ip address
>
> encapsulation frame-relay
>
> no keepalive
>
> cdp enable
>
> no frame-relay inverse-arp
>
> frame-relay lmi-type ansi
>
> !
>
> interface Serial0/0/1:0.1 point-to-point
>
> description == FR To BR1
>
> ip address 177.0.101.1 255.255.255.0
>
> snmp trap link-status
>
> frame-relay interface-dlci 101   
>
>   class FR-MC-BR1
>
> ** **
>
> !
>
> map-class frame-relay FR-MC-BR1
>
> service-policy output FR-Branch1
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> Kind Regards
>
> Wilson Samuel
>
> ** **
>
> Wilson Samuel |  East Region | BT Global Services |wilson.sam...@bt.com|
> http://globalservices.bt.com/
>
>  
>
> This e-mail contains information from BT which may be privileged or
> confidential. It's meant only for the individual(s) or entity named above.
> If you're not the intended recipient, note that disclosing, copying,
> distributing or using this information is prohibited. If you've received
> this e-mail in error, please let me know immediately on the e-mail address
> above. Thank you. We monitor our e-mail system, and may record your e-mails.
> 
>
> ** **
>
> BT Americas Inc., 150 Newport Avenue Ext., Quincy, MA 02171
> USA
> BT Americas Inc. is a wholly owned subsidiary of British
> Telecommunications plc. 
>
> ** **
>
> ** **
>
> Think before you print! Consider the environment before printing this
> email!
>
> ** **
>
> ___
> For more information regarding industry leading CCIE Lab training, please
> visit www.ipexpert.com
>
> Are you a CCNP or CCIE and looking for a job? Check out
> www.PlatinumPlacement.com
>
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] Frame-Relay Sh policy-map interface

2013-08-18 Thread wilson.samuel
Hi All,

For some reason I am not able to configure the Frame Policy-map applied via the 
map-class command:

CorpHQ#sh policy
CorpHQ#sh policy-map inter

CorpHQ#

I have checked everything and nothing seem to be wrong.

Is there any special / hidden command that I shall need to invoke, in order to 
apply the Policy-Map on FR Subinterface via the map-class.

Any help would be greatly appreciated.

Please find below my configuration:


Regardss





class-map match-any RTP
match protocol rtp
class-map match-any SIG
match protocol skinny
match protocol sip
match protocol h323
match protocol custom-01
!
policy-map FR-Branch1
class SIG
bandwidth 192
class RTP
priority 64


interface Serial0/0/1:0
description == Frame-Relay Circuit to WAN
no ip address
encapsulation frame-relay
no keepalive
cdp enable
no frame-relay inverse-arp
frame-relay lmi-type ansi
!
interface Serial0/0/1:0.1 point-to-point
description == FR To BR1
ip address 177.0.101.1 255.255.255.0
snmp trap link-status
frame-relay interface-dlci 101
  class FR-MC-BR1

!
map-class frame-relay FR-MC-BR1
service-policy output FR-Branch1







Kind Regards
Wilson Samuel

Wilson Samuel |  East Region | BT Global Services 
|wilson.sam...@bt.com |  
http://globalservices.bt.com/

This e-mail contains information from BT which may be privileged or 
confidential. It's meant only for the individual(s) or entity named above. If 
you're not the intended recipient, note that disclosing, copying, distributing 
or using this information is prohibited. If you've received this e-mail in 
error, please let me know immediately on the e-mail address above. Thank you. 
We monitor our e-mail system, and may record your e-mails.

BT Americas Inc., 150 Newport Avenue Ext., Quincy, MA 02171 USA
BT Americas Inc. is a wholly owned subsidiary of British Telecommunications plc.


Think before you print! Consider the environment before printing this email!

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com