Re: Where is QPPB?

From: Victor Cappuccio (vcappuccio@gmail.com)
Date: Thu Sep 25 2008 - 15:58:13 ART


You can find the QPPB documentation at the following link

http://www.cisco.com/en/US/docs/ios/11_1/feature/guide/bgpprop.html

QPPB Sample configuration:

router bgp 999
table-map QPPB_SAMPLE
neighbor 10.12.20.1 remote-as 10
neighbor 10.12.20.1 send-community

!
ip bgp-community new-format

!
! Match community 1 and set the IP precedence to priority and set the QoS
group to 1

route-map QPPB_SAMPLE permit 10
match community 1
set ip precedence priority
set ip qos-group 1

! Match community 2 and set the IP precedence to immediate
route-map QPPB_SAMPLE permit 20
match community 2
set ip precedence immediate
!
ip community-list 1 permit 66:6
ip community-list 2 permit 99:9
!

interface Serial 5/0
 no ip address
 encapsulation frame-relay
!
interface Serial 5/0/0.1 point-to-point
 ip address 10.12.20.1 255.255.255.0
 bgp-policy destination ip-prec-map
 frame-relay interface-dlci 20

On Thu, Sep 25, 2008 at 8:08 PM, Bogdan Sass <bogdan.sass@catc.ro> wrote:

> Willy Meier wrote:
>
>> Hi all,
>>
>> Can anyone tell me where is QPPB in the documentation?
>>
>> Also, does anyone know if SLB (Server load balance) is part of the R&Ss
>> topics and if the answer is yes...where is SLB in the documentation?
>>
>>
> You can find the SLB documentation under Application Services:
>
>
> http://www.cisco.com/en/US/docs/ios/ipapp/configuration/guide/ipapp_slb_ps6350_TSD_Products_Configuration_Guide_Chapter.html
>
> --
> Bogdan Sass
> CCAI,CCNP,CCSP,JNCIA-ER
> Information Systems Security Professional
> "Curiosity was framed - ignorance killed the cat"
>
>
>
> Blogs and organic groups at http://www.ccie.net
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
>
>
>
>
>
>
>

-- 
Victor Cappuccio
CCIE R/S# 20657
CCSI# 30452
www.anetworkerblog.com

Blogs and organic groups at http://www.ccie.net



This archive was generated by hypermail 2.1.4 : Sat Oct 04 2008 - 09:26:19 ART