<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HP Procurve 8200 Configuration help in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-8200-configuration-help/m-p/4635871#M22522</link>
    <description>Nice QoS info Cenk :D&lt;BR /&gt;&lt;BR /&gt;About the VRRP configuration you have posted "Cenk", it's showing that the virtual IP address on both switches are pointing to the other switch which is for XRRP not VRRP&lt;BR /&gt;&lt;BR /&gt;For VRRP the virtual ip address must point to the ip address of the owner switch which is core 1.&lt;BR /&gt;&lt;BR /&gt;The configuration posted by uk.helpdesk is correct and he doesn't have to change anything.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 01 Jun 2010 12:35:23 GMT</pubDate>
    <dc:creator>Shadow13</dc:creator>
    <dc:date>2010-06-01T12:35:23Z</dc:date>
    <item>
      <title>HP Procurve 8200 Configuration help</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-8200-configuration-help/m-p/4635867#M22518</link>
      <description>Hello Everyone,&lt;BR /&gt;&lt;BR /&gt;This is my first post and my first HP switch configuration so please bear with me. &lt;BR /&gt;&lt;BR /&gt;Config of both the cores have been attached with this post.&lt;BR /&gt;&lt;BR /&gt;Both the switches have been configured with a 40 GB inter link connection i.e. a Trunk.&lt;BR /&gt;&lt;BR /&gt;I have the following queries if anyone can help me with will be grealty apprecaited.&lt;BR /&gt;&lt;BR /&gt;VRRP&lt;BR /&gt;====&lt;BR /&gt;&lt;BR /&gt;1. Is the config for VRRP correct ?&lt;BR /&gt;2. Will this config in VRRP be stable i.e. once failover occurs will do what is expected ?&lt;BR /&gt;&lt;BR /&gt;Spanning Tree &lt;BR /&gt;==============&lt;BR /&gt;&lt;BR /&gt;1. Can I further modify the Spanning tree config by using Root Guard / BPDU Guard / etc..&lt;BR /&gt;If yes can somone please give me some help. As I am finding it difficult to understand a sampe config article i read and apply that scenario in my config.&lt;BR /&gt; &lt;BR /&gt;QOS&lt;BR /&gt;===&lt;BR /&gt;&lt;BR /&gt;1. Can somone please give me a config for VOIP. We are implementing VOIP and I dont know how to apply any QOS on these switches either.&lt;BR /&gt;&lt;BR /&gt;I am sure many of you have already got a baaseline best practise config for the HP switches running VOIP. The phones are not Cisco.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any other suggestions&lt;BR /&gt;======================&lt;BR /&gt;&lt;BR /&gt;1. Please make any other suggestions OR best practices I can implement which all of you have learnt overtime. So I can get it right the first time.&lt;BR /&gt;&lt;BR /&gt;a. I was thinking I should implement SSH as well.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thnak you in advance for all your help.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;&lt;BR /&gt;David</description>
      <pubDate>Sun, 23 May 2010 16:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-8200-configuration-help/m-p/4635867#M22518</guid>
      <dc:creator>uk.helpdesk</dc:creator>
      <dc:date>2010-05-23T16:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: HP Procurve 8200 Configuration help</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-8200-configuration-help/m-p/4635868#M22519</link>
      <description>hi David &lt;BR /&gt;fristly your vvrp configuration is wrong&lt;BR /&gt;please examine following configuration&lt;BR /&gt;&lt;BR /&gt;Core1:&lt;BR /&gt;-----&lt;BR /&gt;hostname "Core1"&lt;BR /&gt;time timezone 240&lt;BR /&gt;console inactivity-timer 15&lt;BR /&gt;ip routing&lt;BR /&gt;&lt;BR /&gt;vlan 1&lt;BR /&gt;name "MAN"&lt;BR /&gt;ip address 10.1.1.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;vlan 2&lt;BR /&gt;name "ADMIN"&lt;BR /&gt;ip address 10.1.2.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;vlan 3&lt;BR /&gt;name "Guest"&lt;BR /&gt;ip address 10.1.3.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;vlan 4&lt;BR /&gt;name "WLAN"&lt;BR /&gt;ip address 10.1.4.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;ip dns server-address a.b.c.d&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 a.b.c.d&lt;BR /&gt;&lt;BR /&gt;spanning-tree&lt;BR /&gt;spanning-tree config-name "IBT"&lt;BR /&gt;spanning-tree config-revision 8&lt;BR /&gt;spanning-tree instance 1 vlan 1-2&lt;BR /&gt;spanning-tree instance 1 priority 0&lt;BR /&gt;spanning-tree instance 2 vlan 3-4&lt;BR /&gt;spanning-tree instance 2 priority 1&lt;BR /&gt;spanning-tree priority 0&lt;BR /&gt;&lt;BR /&gt;router vrrp&lt;BR /&gt;vlan 1&lt;BR /&gt;vrrp vrid 1&lt;BR /&gt;owner&lt;BR /&gt;virtual-ip-address 10.1.1.2 255.255.255.0&lt;BR /&gt;priority 255&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;BR /&gt;exit&lt;BR /&gt;vlan 2&lt;BR /&gt;vrrp vrid 1&lt;BR /&gt;owner&lt;BR /&gt;virtual-ip-address 10.1.2.2 255.255.255.0&lt;BR /&gt;priority 255&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;BR /&gt;exit&lt;BR /&gt;vlan 3&lt;BR /&gt;vrrp vrid 1&lt;BR /&gt;backup&lt;BR /&gt;virtual-ip-address 10.1.3.2 255.255.255.0&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;BR /&gt;exit&lt;BR /&gt;vlan 4&lt;BR /&gt;vrrp vrid 1&lt;BR /&gt;backup&lt;BR /&gt;virtual-ip-address 10.1.4.2 255.255.255.0&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Core2:&lt;BR /&gt;-----&lt;BR /&gt;hostname "Core2"&lt;BR /&gt;time timezone 240&lt;BR /&gt;console inactivity-timer 15&lt;BR /&gt;ip routing&lt;BR /&gt;&lt;BR /&gt;vlan 1&lt;BR /&gt;name "MAN"&lt;BR /&gt;ip address 10.1.1.2 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;vlan 2&lt;BR /&gt;name "ADMIN"&lt;BR /&gt;ip address 10.1.2.2 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;vlan 3&lt;BR /&gt;name "Guest"&lt;BR /&gt;ip address 10.1.3.2 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;vlan 4&lt;BR /&gt;name "WLAN"&lt;BR /&gt;ip address 10.1.4.2 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;ip dns server-address a.b.c.d&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 a.b.c.d&lt;BR /&gt;&lt;BR /&gt;spanning-tree&lt;BR /&gt;spanning-tree config-name "IBT"&lt;BR /&gt;spanning-tree config-revision 8&lt;BR /&gt;spanning-tree instance 1 vlan 1-2&lt;BR /&gt;spanning-tree instance 1 priority 1&lt;BR /&gt;spanning-tree instance 2 vlan 3-4&lt;BR /&gt;spanning-tree instance 2 priority 0&lt;BR /&gt;spanning-tree priority 1&lt;BR /&gt;&lt;BR /&gt;router vrrp&lt;BR /&gt;vlan 1&lt;BR /&gt;vrrp vrid 1&lt;BR /&gt;backup&lt;BR /&gt;virtual-ip-address 10.1.1.1 255.255.255.0&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;BR /&gt;exit&lt;BR /&gt;vlan 2&lt;BR /&gt;vrrp vrid 1&lt;BR /&gt;backup&lt;BR /&gt;virtual-ip-address 10.1.2.1 255.255.255.0&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;BR /&gt;exit&lt;BR /&gt;vlan 3&lt;BR /&gt;vrrp vrid 1&lt;BR /&gt;owner&lt;BR /&gt;virtual-ip-address 10.1.3.1 255.255.255.0&lt;BR /&gt;priority 255&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;BR /&gt;exit&lt;BR /&gt;vlan 4&lt;BR /&gt;vrrp vrid 1&lt;BR /&gt;owner&lt;BR /&gt;virtual-ip-address 10.1.4.1 255.255.255.0&lt;BR /&gt;priority 255&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;BR /&gt;exit</description>
      <pubDate>Tue, 01 Jun 2010 08:24:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-8200-configuration-help/m-p/4635868#M22519</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2010-06-01T08:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: HP Procurve 8200 Configuration help</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-8200-configuration-help/m-p/4635869#M22520</link>
      <description>Actually the configuration is right, the Virtual IP in both switches must be set to the ip address of the owener, What Cenk posted i think is for XVRRP.&lt;BR /&gt;&lt;BR /&gt;You can double check from the blow document that shows how to configure VRRP on the switches with even using both switches as forwarding ( core 1 for half of the VLANS and core 2 for the other half)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h40060.www4.hp.com/procurve/uk/en/pdfs/application-notes/How_to_configure_Virtual_Router_Redundancy_Protocol_%28VRRP%29_Configuration_note_Sept_08_EMEA_Eng_A4.pd.pdf" target="_blank"&gt;http://h40060.www4.hp.com/procurve/uk/en/pdfs/application-notes/How_to_configure_Virtual_Router_Redundancy_Protocol_%28VRRP%29_Configuration_note_Sept_08_EMEA_Eng_A4.pd.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Regarding the SHH i think it's better to enable it and disable telnet, since you don't 100% trust the employees :D &lt;BR /&gt;&lt;BR /&gt;- For Root guard, i will pass this since i did not configure it before&lt;BR /&gt;&lt;BR /&gt;-For QoS you can search on interoperability between the phone brand you are using the procurve switches, you will find a document  about that i think.</description>
      <pubDate>Tue, 01 Jun 2010 08:38:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-8200-configuration-help/m-p/4635869#M22520</guid>
      <dc:creator>Shadow13</dc:creator>
      <dc:date>2010-06-01T08:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: HP Procurve 8200 Configuration help</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-8200-configuration-help/m-p/4635870#M22521</link>
      <description>true spanning tree configuration in above vrrp configuration &lt;BR /&gt;&lt;BR /&gt;QoS have two type L2 and L3 &lt;BR /&gt;L2 QoS running must be on tagged state switch port &lt;BR /&gt;if you setting on ip phone L2 priority value &lt;BR /&gt;for example priority 6 &lt;BR /&gt;each frame (ip phone to network) included 4byte priority value, this value aware only tagged state switch port&lt;BR /&gt;&lt;BR /&gt;for L2 config&lt;BR /&gt;must be QoS setting on ip phone &lt;BR /&gt;must be setting QoS on switch port and swich port must have tagged state&lt;BR /&gt;&lt;BR /&gt;my advice you can use L3 QoS &lt;BR /&gt;L3 QoS assign priority value on packet network port number or ip address priority value no needed tagged state switch port&lt;BR /&gt;when packet included specific port number or ip address switch forward preferred this packet&lt;BR /&gt;&lt;BR /&gt;for example&lt;BR /&gt;with this command port 80 and port 554 hight priority on switch&lt;BR /&gt;&lt;BR /&gt;qos tcp-port 80 dscp 101110&lt;BR /&gt;qos tcp-port 554 dscp 101110&lt;BR /&gt;qos type-of-service diff-services&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jun 2010 09:07:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-8200-configuration-help/m-p/4635870#M22521</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2010-06-01T09:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: HP Procurve 8200 Configuration help</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-8200-configuration-help/m-p/4635871#M22522</link>
      <description>Nice QoS info Cenk :D&lt;BR /&gt;&lt;BR /&gt;About the VRRP configuration you have posted "Cenk", it's showing that the virtual IP address on both switches are pointing to the other switch which is for XRRP not VRRP&lt;BR /&gt;&lt;BR /&gt;For VRRP the virtual ip address must point to the ip address of the owner switch which is core 1.&lt;BR /&gt;&lt;BR /&gt;The configuration posted by uk.helpdesk is correct and he doesn't have to change anything.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jun 2010 12:35:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-8200-configuration-help/m-p/4635871#M22522</guid>
      <dc:creator>Shadow13</dc:creator>
      <dc:date>2010-06-01T12:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: HP Procurve 8200 Configuration help</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-8200-configuration-help/m-p/4635872#M22523</link>
      <description>&lt;!--!*#--&gt;Thank you all for responding to this post.&lt;BR /&gt;&lt;BR /&gt;So as for VRRP config I am glad it is correct. I have also enabled the VRRP ping in global config to ensure ping response.&lt;BR /&gt;&lt;BR /&gt;The thing I could not figure out in VRRP is Authentication to ensure security on "each vrid".&lt;BR /&gt;&lt;BR /&gt;Thank you all of your earlier response&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Jun 2010 07:35:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/hp-procurve-8200-configuration-help/m-p/4635872#M22523</guid>
      <dc:creator>uk.helpdesk</dc:creator>
      <dc:date>2010-06-13T07:35:31Z</dc:date>
    </item>
  </channel>
</rss>

