Network Management

 View Only
last person joined: 6 hours ago 

Keep an informative eye on your network with HPE Aruba Networking network management solutions
Expand all | Collapse all

Use IMC (or PCM+) to enable jumbo frames in some VLANs

This thread has been viewed 0 times
  • 1.  Use IMC (or PCM+) to enable jumbo frames in some VLANs

    Posted Mar 18, 2015 02:59 AM

    Hi.

     

    I have 4 VLANs where I want to enable jumbo frames. We have around 200 switches (Procurve), and not all VLANs exist on all switches.

     

    Has anyone managed to use IMC (or PCM+) to enable jumbo frames in some VLANs for only the switches where the VLANs already exist?

     


    #imc
    #jumbo
    #VLAN


  • 2.  RE: Use IMC (or PCM+) to enable jumbo frames in some VLANs

    Posted Mar 18, 2015 04:47 PM

    So, there's a couple of ways I can think of to do it.

     

    One would be to use IMC, and go to VLAN Management -> Global VLAN.

     

    Find your VLAN, and then find the list of devices that have that particular VLAN. 

     

    Then create a config task that makes the changes you need. Run that task against that list of devices you discovered earlier.

     

    It is also possible to use IMC to only take actions if specific conditions are met. You can create a Configuration Template than runs actions, looks at the response, and can then change its next step. So in theory you could do something that checks for the existence of a specific VLAN, then only runs the jumbo frames commands if needed.

     

    I've never quite figured out the syntax for it though...

     

     



  • 3.  RE: Use IMC (or PCM+) to enable jumbo frames in some VLANs

    Posted Mar 19, 2015 04:56 AM

    Hi and thanks for your answer. Your first solution will do the trick, but I cannot find a way of doing this without making a manual list of the 50+ switches that contain the VLANs I need to change and then selecting them later for the config task. There is no possibility of creating custom groups in IMC based on criteria such as VLAN membership?

     



  • 4.  RE: Use IMC (or PCM+) to enable jumbo frames in some VLANs

    Posted Mar 20, 2015 07:58 PM

    IMC doesn't have particularly good capabilities around dynamic group membership. NNMi has some pretty interesting options, although  I don't know off the top of my head if you can do a group based upon VLAN membership.

     

    You could use the iMC API to script finding the switch names, and adding them to a group.