As I got further and further into QoS I began to notice the output in the book does not match the output at the prompt, ie:
INE Vol1 WB 10.23 MQC Class-Based GTS and CBWFQ:
class-map match-all HTTP
match access-group name HTTP
class-map match-all VOICE
match packet length min 60 max 60
!
!
policy-map SHAPE_67
class class-default
shape average 512000 10204
policy-map FAIRQ
class VOICE
priority 32 4000
class HTTP
bandwidth 256
class class-default
fair-queue
policy-map SHAPE_146
class class-default
shape average 384000 7680
service-policy FAIRQ
!
ip access-list extended HTTP
permit tcp any eq www any
!
interface FastEthernet0/0
no ip address
load-interval 30
duplex auto
speed auto
!
interface FastEthernet0/0.67
encapsulation dot1Q 67
ip address 155.15.67.6 255.255.255.0
ip rip advertise 10
service-policy output SHAPE_67
!
interface FastEthernet0/0.146
encapsulation dot1Q 146
ip address 155.15.146.6 255.255.255.0
ip rip advertise 10
service-policy output SHAPE_146
!
BUT when I run the show commands this is the output I recieve:
Rack15R6#show traffic-shape queue
Rack15R6#show traffic-shape fa0/0.146
Traffic shaping not configured on FastEthernet0/0.146
Rack15R6#show policy-map int fa0/0.146
FastEthernet0/0.146
Service-policy output: SHAPE_146
Class-map: class-default (match-any)
60491 packets, 45789698 bytes
30 second offered rate 384000 bps, drop rate 0 bps
Match: any
Queueing
queue limit 64 packets
(queue depth/total drops/no-buffer drops) 2/0/0
(pkts output/bytes output) 15101/21890549
shape (average) cir 384000, bc 7680, be 7680
target shape rate 384000
Service-policy : FAIRQ
queue stats for all priority classes:
queue limit 64 packets
(queue depth/total drops/no-buffer drops) 0/0/0
(pkts output/bytes output) 0/0
Class-map: VOICE (match-all)
0 packets, 0 bytes
30 second offered rate 0 bps, drop rate 0 bps
Match: packet length min 60 max 60
Priority: 32 kbps, burst bytes 4000, b/w exceed drops: 0
Class-map: HTTP (match-all)
15051 packets, 21858357 bytes
30 second offered rate 384000 bps, drop rate 0 bps
Match: access-group name HTTP
Queueing
queue limit 64 packets
(queue depth/total drops/no-buffer drops) 1/0/0
(pkts output/bytes output) 15051/21875049
bandwidth 256 kbps
Class-map: class-default (match-any)
50 packets, 14712 bytes
30 second offered rate 0 bps, drop rate 0 bps
Match: any
Queueing
queue limit 64 packets
(queue depth/total drops/no-buffer drops/flowdrops) 0/0/0/0
(pkts output/bytes output) 50/15500
Fair-queue: per-flow queue limit 16
Rack15R6#show policy-map int fa0/0.67
FastEthernet0/0.67
Service-policy output: SHAPE_67
Class-map: class-default (match-any)
39574 packets, 4620539 bytes
30 second offered rate 0 bps, drop rate 0 bps
Match: any
Queueing
queue limit 64 packets
(queue depth/total drops/no-buffer drops) 0/0/0
(pkts output/bytes output) 39574/4715548
shape (average) cir 512000, bc 10204, be 10204
target shape rate 512000
The book is displaying similar yet very different output's from what I am supposed to be seeing based on how the MQC GTS and CBWFQ are setup. Is this just a codeset issue on when the book was written and what im using now or am I doing something to cause this (either via config or show commands)?
Thanks,
Nathan