Wired Intelligent Edge

last person joined: yesterday 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

upgraded MAS s2500 from 7.3 to 7.4.0.1 and some interfaces lost vlans

This thread has been viewed 0 times
  • 1.  upgraded MAS s2500 from 7.3 to 7.4.0.1 and some interfaces lost vlans

    Posted Feb 19, 2015 04:09 PM

    config before upgrade

    interface-group gigabitethernet "vlan204"
    apply-to 0/0/30-0/0/47,0/1/1-1/0/11
    mstp-profile "PortFast"
    poe-profile "poe-factory-initial"
    aaa-profile "default"
    switching-profile "vlan204"
    !

     

    config after upgrade

    interface-group gigabitethernet "vlan204"

     

    mstp-profile "PortFast"
    poe-profile "poe-factory-initial"
    aaa-profile "default"
    switching-profile "vlan204"
    !



  • 2.  RE: upgraded MAS s2500 from 7.3 to 7.4.0.1 and some interfaces lost vlans

    Posted Feb 19, 2015 10:57 PM


    The config you supplied seems to have 'typo'
    because when I tried the exact config:

    (MAS) (config) #interface-profile switching-profile "vlan204"
    (MAS) (gigabitethernet "vlan204") #apply-to 0/0/30-0/0/47,0/1/1-1/0/11
    Invalid value

    i.e,
    The last interface ID 1/0/11 --> this is invalid, I suppose you mean 1/0/1 ?

    Assuming that, I tried below config on 7.3.0.0 (build-40599)

    interface-group gigabitethernet "vlan204"
       apply-to 0/0/30-0/0/47,0/1/1-1/0/1
       mstp-profile "PortFast"
       poe-profile "poe-factory-initial"
       aaa-profile "default"
       switching-profile "vlan204"
    !


    Then, upgraded to 7.4.0.1 (build-47484).

     ==> Post upgrade, I don't see the issue.
            Meaning: same above configuration remained intact

     

    Rgds,

    -Vinay



  • 3.  RE: upgraded MAS s2500 from 7.3 to 7.4.0.1 and some interfaces lost vlans

    Posted Feb 19, 2015 11:00 PM

    Rectifying a small copy paste error of mine in above:

     

    (MAS) (config) #interface-group gigabitethernet "vlan204"
    (MAS) (gigabitethernet "vlan204") #apply-to 0/0/30-0/0/47,0/1/1-1/0/11
    Invalid value

     

    With proper ports specified issue is not seen.



  • 4.  RE: upgraded MAS s2500 from 7.3 to 7.4.0.1 and some interfaces lost vlans

    Posted Feb 20, 2015 08:40 AM

    Not a typo.  pasted from tfpt copy of run cfg of MAS.

     

    I fixed by changing 0/1/1 to 1/0/0 

    does 7.4.0.1 process interface ranges differently?

     

    Thanks for reply



  • 5.  RE: upgraded MAS s2500 from 7.3 to 7.4.0.1 and some interfaces lost vlans

    EMPLOYEE
    Posted Feb 20, 2015 09:29 AM

    Chewbacca-jhh,

     

    Please open a case with TAC, so that they can replicate with your config.

     



  • 6.  RE: upgraded MAS s2500 from 7.3 to 7.4.0.1 and some interfaces lost vlans

    Posted Feb 20, 2015 09:58 AM

    case #1653750