Re: Policy Map

From: Victor Cappuccio (vcappuccio@gmail.com)
Date: Tue May 06 2008 - 16:16:03 ART


Hi John

It seems to me that you do not have a policy-map named S0/0/0
now if you want to see the parameter configured in your policy-map try show
policy-map rtp
if you want to see statistics try the show policy-map int s0/0/0

ack1R1#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
Rack1R1(config)#policy-map TEST
Rack1R1(config-pmap)#class class-default
Rack1R1(config-pmap-c)#fair
Rack1R1(config-pmap-c)#exit
Rack1R1(config-pmap)#int s1/0
Rack1R1(config-if)#serv out TEST
Rack1R1(config-if)#do show policy-map TEST
  Policy Map TEST
    Class class-default
      Flow based Fair Queueing
      Bandwidth 0 (kbps) Max Threshold 64 (packets)
Rack1R1(config-if)#do show policy-map int s1/0

 Serial1/0

  Service-policy output: TEST

    Class-map: class-default (match-any)
      1 packets, 14 bytes
      5 minute offered rate 0 bps, drop rate 0 bps
      Match: any
      Queueing
        Flow Based Fair Queueing
        Maximum Number of Hashed Queues 256
        (total queued/total drops/no-buffer drops) 0/0/0
Rack1R1(config-if)#policy-map S0/0/0
Rack1R1(config-pmap-c)#fair
Rack1R1(config-pmap-c)#exit
Rack1R1(config-pmap)#int s1/1
Rack1R1(config-if)#ser out S0/0/0
Rack1R1(config-if)#do show run policy-map
Building configuration...

Current configuration : 112 bytes
!
policy-map TEST
 class class-default
  fair-queue
policy-map S0/0/0
 class class-default
  fair-queue
!
end

Enjoy

-- 
Victor Cappuccio
www.vcappuccio.wordpress.com

Rack1R1(config-if)#class class-default

On Tue, May 6, 2008 at 9:07 PM, John <jgarrison1@austin.rr.com> wrote:

> I have the following configuration. When I initially configured this and > did > a show policy-map s0/0/0 it showed that policy-map rtp was attatched to > s0/0/0. I modified the policy-map and then it "disappeared" as far as > s0/0/0 > was concerned. I deleted the mods to the policy-map unapplied the > policy-map > and reapplied it. then I unapplied it again rebooted the router and > reapplied > the policy-map to s0/0/0 still no joy. > > > > > R3(config)#DO SH POLICY-MAP > Policy Map rtp > Class rtp > Strict Priority > Bandwidth 25 (%) > R3(config)#DO SH RUN INT S0/0/0 > Building configuration... > > Current configuration : 346 bytes > ! > interface Serial0/0/0 > ip address 191.1.34.3 255.255.255.0 > encapsulation frame-relay > ip ospf authentication > ip ospf authentication-key CISCO > ip ospf network point-to-point > frame-relay map ip 191.1.34.3 304 > frame-relay map ip 191.1.34.4 304 broadcast > no frame-relay inverse-arp > frame-relay lmi-type cisco > service-policy output rtp > end > > R3(config)#DO SH POLICY-MAP S0/0/0 > > R3(config)# > > > _______________________________________________________________________ > Subscription information may be found at: > http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Mon Jun 02 2008 - 06:59:16 ART