Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

4500G QoS Questions

Status
Not open for further replies.

SquareWorld

IS-IT--Management
Jan 26, 2009
12
0
0
US
I have two Voice VLANs. 192.168.1.0/21 & 10.0.0.0/24 (and a few other Data VLANs) on two 4500G switches with 10Gig Fiber as a backbone.

The 192 network (and data VLANs) have no problems with Packet Loss or Jitter, the 10 network seems to be having troubles. Both use the same switches and same backbone fiber/Ethernet.

I was hopping for someone to review my configs to double check I'm doing QoS properly. (End to End sniffs show DSCP values haven't been modified, but I'm getting different Jitter/Packet Loss Values.)

iperf - UDP Two Stream 64kbits/sec - 10 network
Code:
BANDWIDTH     JITTER     PACKET LOSS
58.8 Kbits/sec  21.029 ms    (0%)
58.8 Kbits/sec  15.907 ms    (0%)
58.8 Kbits/sec  11.676 ms    (0%)

iperf - UDP Two Stream 64kbits/sec - 192 network
Code:
BANDWIDTH     JITTER     PACKET LOSS
70.6 Kbits/sec  1.137 ms    (0%)
70.6 Kbits/sec  0.567 ms    (0%)
70.6 Kbits/sec  0.287 ms    (0%)

Wireshark (port mirror) - 10 Network
Code:
RTP DSCP Expedited Forwarding 0x2e - 19592Packets - 156 Lost (0.8%) - 0.63 Max Jitter (ms)

Wireshark (port mirror) - 192 Network
Code:
RTP DSCP Expedited Forwarding 0x2e - 654Packets - 0 Lost (0.0%) - 0.14 Max Jitter (ms)

NQA - 3com switch to 3com switch
Code:
  NQA entry(admin admin, tag jitter) test result:
    Destination ip address: 192.168.1.1
      Send operation times: 10             Receive response times: 10
      Min/Max/Average Round Trip Time: 2/24/6
      Square-Sum of Round Trip Time: 824
      Last succeeded test time: 2010-06-14 23:25:51.2
    Extend result:
      Packet lost in test: 0%
      Failures due to Timeout: 0
      Failures due to System Busy: 0
      Failures due to Disconnect: 0
      Failures due to No Connection: 0
      Failures due to Sequence Error: 0
      Failures due to Internal Error: 0
      Failures due to Other Errors: 0
    Jitter result:
      RTT Number: 10
      SD Maximal delay: 12                   DS Maximal delay: 12
      Min Positive SD: 1                     Min Positive DS: 1
      Max Positive SD: 20                    Max Positive DS: 1
      Positive SD Number: 4                  Positive DS Number: 1
      Positive SD Sum: 23                    Positive DS Sum: 1
      Positive SD average: 6                 Positive DS average: 1
      Positive SD Square Sum: 403            Positive DS Square Sum: 1
      Min Negative SD: 1                     Min Negative DS: 1
      Max Negative SD: 20                    Max Negative DS: 1
      Negative SD Number: 3                  Negative DS Number: 1
      Negative SD Sum: 31                    Negative DS Sum: 1
      Negative SD average: 10                Negative DS average: 1
      Negative SD Square Sum: 501            Negative DS Square Sum: 1
      SD lost packets number: 0              DS lost packet number: 0
      Unknown result lost packet number: 0

Switch Config is the same for both.
Code:
#
 voice vlan 192 enable
 voice vlan mac-address 0004-f200-0000 mask ffff-ff00-0000 description Avaya01
 voice vlan mac-address 0007-3b00-0000 mask ffff-ff00-0000 description Avaya02
 voice vlan mac-address 001b-4f00-0000 mask ffff-ff00-0000 description Avaya03
 voice vlan mac-address 0090-8f00-0000 mask ffff-ff00-0000 description AudioCodes
s
#
 dhcp relay server-group 1 ip 192.168.20.12
#
 gvrp
#
igmp-snooping
#
vlan 10
#
vlan 192
#
traffic classifier Class01 operator or
 if-match ip-precedence 6
 if-match acl 3001
 if-match ip-precedence 5
 if-match ip-precedence 7
 if-match acl 2000
#
traffic behavior Behave01
 car cir 38400 cbs 768000 red discard
#
qos policy VoIP
 classifier Class01 behavior Behave01
#
acl number 2000
 rule 0 permit source 10.0.0.0 0.0.0.255
 rule 1 permit source 192.168.1.0 0.0.7.255
 REMARK Notice the reverse subnet is correct for a /21
#
acl number 3001
 rule 0 permit udp source-port eq 5001
 rule 1 permit udp destination-port eq 5001
 REMARK For iperf
#
interface NULL0
#
interface Vlan-interface10
 ip address 10.0.0.1 255.255.255.0
#
interface Vlan-interface192
 ip address 192.168.1.1 255.255.248.0
 dhcp select relay
 dhcp relay server-select 1
#
interface GigabitEthernet1/0/9
 port access vlan 10
 flow-control
 broadcast-suppression pps 3000
 undo jumboframe enable
 description Inbound from Network 10.0.0.*
 stp edged-port enable
 qos sp
#
interface Ten-GigabitEthernet1/1/1
 port link-type trunk
 port trunk permit vlan all
 flow-control
 description 10Gbps Uplink
 qos sp
 gvrp
#
nqa-server enable
nqa-server udpecho 192.168.88.1 9000
#
 ip route-static 0.0.0.0 0.0.0.0 192.168.1.255
#
 ntp-service unicast-server 164.67.62.194
#
#
 qos vlan-policy VoIP vlan 10 inbound
 qos vlan-policy VoIP vlan 192 inbound

Shouldn't I be getting jitter for all VLANs?
 
Strange route or am i missing something?

ip route-static 0.0.0.0 0.0.0.0 192.168.1.255

Don't think QOS will solve it.

What AVAYA pbx do you have?



Avaya_Red.gif

___________________________________________
It works! Now if only I could remember what I did...

Dain Bramaged
___________________________________________
 
Oops. Typo. Don't worry the Default Route is correct and working. 192.168.1.254

I don't think the PBX version should have anything to do with Jitter...

Code:
     Operating system:  Linux 2.6.11-AV33 i686 i686
                Built:  Oct 21 11:26 2008

             Contains:  01.2.416.4
        CM Reports as:  R015x.01.2.416.4
    CM Release String:  S8300-015-01.2.416.4

UPDATES:
Update ID                       Status       Type    Update description
------------------------------- ------------ ------- ---------------------------
01.2.416.4-16770                activated    cold    patch 16770 for 01.2.416.4

SES Update ID                   Status       Type    Update description
------------------------------- ------------ ------- ---------------------------
SES Version  	SES-5.1.2.0-416.4
System Configuration 	Simplex
Host Type 	CM combined home-edge
 
PC01---SwitchRemote---10GigFiber---SwitchLocal---1GbpsEthernet/TansievedTo1GBFiber---Extranet---PC02

NOTE: I've tried multiple PCs (10/100/1000 & 10/100), in different parts of the switch arraignment above, it seems jitter is consistent no matter which part - (if I'm on the 10 VLAN).
Ethernet to Muiltimode Converter:


PC01 - connects to SwitchRemote VIA 10/100 Ethernet
Code:
 GigabitEthernet1/0/12 current state: UP
 IP Packet Frame Type: PKTFMT_ETHNT_2, Hardware Address: 0022-5726-c14c
 Description: Temporary Throughput PC
 Loopback is not set
 Media type is twisted pair
 Port hardware type is 1000_BASE_T
 100Mbps-speed mode, full-duplex mode
 Link speed type is autonegotiation, link duplex type is autonegotiation
 Flow-control is not enabled
 The Maximum Frame Length is 1522
 Broadcast MAX-pps: 3000
 Unicast MAX-ratio: 100%
 Multicast MAX-ratio: 100%
 Forbid jumbo frame to pass
 PVID: 10
 Mdi type: auto
 Port link-type: access
  Tagged   VLAN ID : none
  Untagged VLAN ID : 10
 Port priority: 0
 Last 300 seconds input:  0 packets/sec 10 bytes/sec
 Last 300 seconds output:  5 packets/sec 1560 bytes/sec
 Input (total):  6906730321 packets, 479839688586 bytes
         66539 broadcasts, 41 multicasts
 Forbid jumbo frame to pass
 PVID: 10
 Mdi type: auto
 Port link-type: access
  Tagged   VLAN ID : none
  Untagged VLAN ID : 10
 Port priority: 0
 Last 300 seconds input:  0 packets/sec 10 bytes/sec
 Last 300 seconds output:  5 packets/sec 1560 bytes/sec
 Input (total):  6906730321 packets, 479839688586 bytes
         66539 broadcasts, 41 multicasts
 Input (normal):  - packets, - bytes
         - broadcasts, - multicasts
 Input:  127 input errors, 0 runts, 0 giants, - throttles
         16 CRC, - frame, - overruns, 111 aborts
         - ignored, - parity errors
 Output (total): 14304258449 packets, 21112518151748 bytes
         16149718 broadcasts, 20616311 multicasts, 0 pauses
 Output (normal): - packets, - bytes
         - broadcasts, - multicasts, - pauses
 Output: 0 output errors, - underruns, - buffer failures
         0 aborts, 0 deferred, 0 collisions, 0 late collisions
         0 lost carrier, - no carrier

SwitchRemote - 10 GigFiber
Code:
 Ten-GigabitEthernet1/1/1 current state: UP
 IP Packet Frame Type: PKTFMT_ETHNT_2, Hardware Address: 0022-5726-c175
 Description: 10Gbps Uplink 
 Loopback is not set
 Media type is optical fiber
 Port hardware type is XFP_10GBASE_LR
 The transceiver Detail Information :
   The transceiver type : XFP
   The standard compliance : 10GBASE_LR
   Transfers distance(m) : SMF Fiber : 10000
         E-50um Fiber : 0
         50um Fiber : 0
         62.5um Fiber : 0
         copper line : 0
   Serial Num is  
   Vendor Name is JDS Uniphase
 10Gbps-speed mode, full-duplex mode
 Link speed type is force link, link duplex type is force link
 Flow-control is not enabled
 The Maximum Frame Length is 9216
 Broadcast MAX-ratio: 100%
 Unicast MAX-ratio: 100%
 Multicast MAX-ratio: 100%
 Allow jumbo frame to pass
 PVID: 1
 Port link-type: trunk
  VLAN passing  : 1(default vlan),1, 10-20, 192
  VLAN permitted: 1(default vlan), 2-4094
  Trunk port encapsulation: IEEE 802.1q
 Port priority: 0
 Last 300 seconds input:  1122 packets/sec 1354271 bytes/sec
 Last 300 seconds output:  1990 packets/sec 2500050 bytes/sec
 Input (total):  62131139856 packets, 79971544844963 bytes
         131580166 broadcasts, 31272117455 multicasts
 Input (normal):  - packets, - bytes
         - broadcasts, - multicasts
 Input:  0 input errors, 0 runts, 0 giants, - throttles
         0 CRC, - frame, - overruns, 0 aborts
         - ignored, - parity errors
 Output (total): 51487303371 packets, 51877062933574 bytes
         481326843 broadcasts, 35625763027 multicasts, 0 pauses
 Output (normal): - packets, - bytes
         - broadcasts, - multicasts, - pauses
 Output: 0 output errors, - underruns, - buffer failures
         0 aborts, 0 deferred, 0 collisions, 0 late collisions
         0 lost carrier, - no carrier


SwitchLocal - 10 GigFiber
Code:
Ten-GigabitEthernet1/1/1 current state: UP
 IP Packet Frame Type: PKTFMT_ETHNT_2, Hardware Address: 0022-5726-e875
 Description: 10Gbps Uplink
 Loopback is not set
 Media type is optical fiber
 Port hardware type is XFP_10GBASE_LR
 The transceiver Detail Information :
   The transceiver type : XFP
   The standard compliance : 10GBASE_LR
   Transfers distance(m) : SMF Fiber : 10000
         E-50um Fiber : 0
         50um Fiber : 0
         62.5um Fiber : 0
         copper line : 0
   Serial Num is  
   Vendor Name is JDS Uniphase
 10Gbps-speed mode, full-duplex mode
 Link speed type is force link, link duplex type is force link
 Flow-control is enabled
 The Maximum Frame Length is 9216
 Broadcast MAX-ratio: 100%
 Unicast MAX-ratio: 100%
 Multicast MAX-ratio: 100%
 Allow jumbo frame to pass
 Allow jumbo frame to pass
 PVID: 1
 Port link-type: trunk
  VLAN passing  : 1(default vlan), 1, 10-20, 192
  VLAN permitted: 1(default vlan), 2-4094
  Trunk port encapsulation: IEEE 802.1q
 Port priority: 0
 Last 300 seconds input:  1942 packets/sec 2505648 bytes/sec
 Last 300 seconds output:  1027 packets/sec 1223417 bytes/sec
 Input (total):  51486073003 packets, 51875488197055 bytes
         481317979 broadcasts, 35624680192 multicasts
 Input (normal):  - packets, - bytes
         - broadcasts, - multicasts
 Input:  0 input errors, 0 runts, 0 giants, - throttles
         0 CRC, - frame, - overruns, 0 aborts
         - ignored, - parity errors
 Output (total): 62130475853 packets, 79970750644229 bytes
         131577720 broadcasts, 31271983980 multicasts, 0 pauses
 Output (normal): - packets, - bytes
         - broadcasts, - multicasts, - pauses
 Output: 0 output errors, - underruns, - buffer failures
         0 aborts, 0 deferred, 0 collisions, 0 late collisions
         0 lost carrier, - no carrier

Link to Extranet - 1Gb Ethernet that with Multi-Mode Fiber Converter.
Code:
 GigabitEthernet1/0/9 current state: UP
 IP Packet Frame Type: PKTFMT_ETHNT_2, Hardware Address: 0022-5726-e849
 Description: Network 10
 Loopback is not set
 Media type is twisted pair
 Port hardware type is 1000_BASE_T
 1000Mbps-speed mode, full-duplex mode
 Link speed type is autonegotiation, link duplex type is autonegotiation
 Flow-control is enabled
 The Maximum Frame Length is 1522
 Broadcast MAX-pps: 3000
 Unicast MAX-ratio: 100%
 Multicast MAX-ratio: 100%
 Forbid jumbo frame to pass
 PVID: 10
 Mdi type: auto
 Port link-type: access
  Tagged   VLAN ID : none
  Untagged VLAN ID : 10
 Port priority: 0
 Last 300 seconds input:  30 packets/sec 4847 bytes/sec
 Last 300 seconds output:  26 packets/sec 4304 bytes/sec
 Input (total):  1319231279 packets, 209316034371 bytes
         5422795 broadcasts, 6840720 multicasts
 Forbid jumbo frame to pass
 PVID: 10
 Mdi type: auto
 Port link-type: access
  Tagged   VLAN ID : none
  Untagged VLAN ID : 10
 Port priority: 0
 Last 300 seconds input:  30 packets/sec 4847 bytes/sec
 Last 300 seconds output:  26 packets/sec 4304 bytes/sec
 Input (total):  1319231279 packets, 209316034371 bytes
         5422795 broadcasts, 6840720 multicasts
 Input (normal):  - packets, - bytes
         - broadcasts, - multicasts
 Input:  0 input errors, 0 runts, 0 giants, - throttles
         0 CRC, - frame, - overruns, 0 aborts
         - ignored, - parity errors
 Output (total): 1263166293 packets, 176189838643 bytes
         1820948 broadcasts, 20342279 multicasts, 0 pauses
 Output (normal): - packets, - bytes
         - broadcasts, - multicasts, - pauses
 Output: 0 output errors, - underruns, - buffer failures
         0 aborts, 0 deferred, 0 collisions, 0 late collisions
         0 lost carrier, - no carrier


SwitchLocal CPU Usage
Code:
===== Current CPU usage info =====
CPU Usage Stat. Cycle: 53 (Second)
CPU Usage            : 26%
CPU Usage Stat. Time : 2010-06-24  23:52:13
CPU Usage Stat. Tick : 0x6bb40(CPU Tick High) 0x97061359(CPU Tick Low)
Actual Stat. Cycle   : 0x0(CPU Tick High) 0x4fde8a37(CPU Tick Low)


SwitchRemote CPU Usage
Code:
===== Current CPU usage info =====
CPU Usage Stat. Cycle: 29 (Second)
CPU Usage            : 23%
CPU Usage Stat. Time : 2010-06-24  23:51:32
CPU Usage Stat. Tick : 0x5a937(CPU Tick High) 0xf5293939(CPU Tick Low)
Actual Stat. Cycle   : 0x0(CPU Tick High) 0x2c7ca082(CPU Tick Low)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top