Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Vlan setup on hp procurve and entersysy matrix

    Hello everyone

    I am new to the Shoretel world but not to the voice world. i was wondering if anyone had any vlan and qos guidelines for hp procurve switches and any instructions for implementing qos and how to configure vlans for voice and data on an enterasys matrix c2 48poe switch.
    Thanks in advance

    AJ

  • #2
    I can help with the HP (Adam can help with Enterasys). This is just an example.

    for QOS:

    qos type-of-service diff-services

    these two are not required (the EF bit is automatically mapped in firmware starting like 2 years ago I believe):

    qos dscp-map 101110 name "Voice_Traffic"
    qos dscp-map 101110 priority 5


    For VLANS:
    vlan 1
    name "DEFAULT_VLAN"
    untagged 6-26
    ip address 192.168.0.1 255.255.255.0
    no untagged 1-5
    exit

    vlan 25
    name "Voice"
    untagged 1-5 (Shoretel equipment here)
    ip address 192.168.25.1 255.255.255.0
    tagged 6-24
    ip helper-address 192.168.0.5 (your DHCP server)
    voice
    exit


    ip route 0.0.0.0 0.0.0.0 192.168.0.2 (you need a default route for internet access to your firewall)

    Comment


    • #3
      Also set your TOS/DSCP bit in Shoreware Director to 184.

      Comment

      Working...
      X