Switches, Hubs, and Modems
1754059 Members
4310 Online
108811 Solutions
New Discussion

Re: QOS Monitoring capabilities

 
Alex_Hopkins
Occasional Contributor

QOS Monitoring capabilities

I can't find any way to monitor the QOS operation of 2800 or 5400 switches. Can I look at the queues, etc?

Thanks!
1 REPLY 1
cenk sasmaztin
Honored Contributor

Re: QOS Monitoring capabilities

hi Alex
you want create QoS network and in all network see this operation

for you necessary wireshark program this program free and with true config you see all network packet

firs you make config one port on switch monitor port and wireshark install one pc
and this pc connect monitor port on switch and run wireshark
and see all network flow packet movement
and all QoS packet.
example:----------------------------------------------------------

Frame 53 (70 bytes on wire, 70 bytes captured)
Ethernet II, Src: 00:40:05:40:ef:24, Dst: 00:60:08:9f:b1:f3
802.1q Virtual LAN
000. .... .... .... = Priority: 6
...0 .... .... .... = CFI: 0
.... 0000 0010 0000 = ID: 32
Type: IP (0x0800)
Internet Protocol, Src Addr: 131.151.32.129 (131.151.32.129), Dst Addr: 131.151.32.21 (131.151.32.21)
Transmission Control Protocol, Src Port: 1173 (1173), Dst Port: 6000 (6000), Seq: 0, Ack: 128, Len: 0
-------------------------------------------------------------------

two method QoS config on your network L2 and L3 prioritization standart

1. IEEE 802.1p, a Layer 2 technology that uses a three-bit field in the 802.1Q
VLAN tag to indicate prioritization

2. IP Type of Service (ToS) and DiffServ, which are Layer 3 technologies that
use the IP ToS field to indicate prioritization. Because they function at Layer3, these technologies can be used to enforce prioritization across WAN
interfaces.

I hope you want L2 prioritization on lan
please you see carefully below my opinion

for L2 priority :
you make frist assign vlan or interface on your switch and assing 0-7 priority


and you make end device assign same priority ip phone and voip server

this priority switches see only tagging port.

for more info wireshark:http://wiki.wireshark.org/VLAN

good luck.
cenk