Wireless Access

 View Only
  • 1.  commit pending configuration changes on mobility master "MM-HW-10K"

    Posted Mar 14, 2021 11:20 PM
    I am configuring general settings on "MM-HW-10K", e.g. I've created VRRP config which is pending to be applied on running config :

    /mm/mynode
    (MM-01) [mynode] #configure t
    (MM-01) [mynode] (config) #vrrp 60
    (MM-01) [mynode] (config-submode)#ip address 10.10.10.10
    (MM-01) [mynode] (config-submode)#priority 130
    (MM-01) [mynode] (config-submode)#vlan 123
    (MM-01) [mynode] (config-submode)#no shutdown

    How to commit pending configuration changes on mobility master "MM-HW-10K" ?

    ------------------------------
    AY
    ------------------------------


  • 2.  RE: commit pending configuration changes on mobility master "MM-HW-10K"

    Posted Mar 15, 2021 05:45 AM
    Just a "write mem". Or apply pending changes in the right upper corner in the GUI.

    ------------------------------
    Marcel Koedijk | MVP Guru 2021 | ACMP | ACCP | Ekahau ECSE | Not an HPE Employee | Opionions are my own
    ------------------------------



  • 3.  RE: commit pending configuration changes on mobility master "MM-HW-10K"

    Posted Mar 16, 2021 05:46 AM
    thanks  👍

    another problem off this topic: how to configure LACP on mobility master ?!:

    (MM-01) [mynode] (config) #interface gigabitethernet 0/0/0
    (MM-01) [mynode] (config) #interface gigabitethernet 0/0/0
    (MM-01) [mynode] (config-submode)#lacp
    group Link aggregation group
    port-priority LACP priority on this interface
    timeout LACP timeout on this interface
    (MM-01) [mynode] (config-submode)#

    (MM-01) [mynode] (config) #show interface gigabitethernet 0/0/0
    GE 0/0/0 is up, line protocol is down
    Hardware is 10 Gigabit Ethernet, address is 20:4C:03:8F:53:2A (bia 20:4C:03:8F:53:2A)
    Description: GE0/0/0
    Encapsulation ARPA, loopback not set
    speed (10 Gbps)
    MTU 1500 bytes, BW is 10000 Mbit
    Last clearing of "show interface" counters 0 day 0 hr 43 min 37 sec
    link status last changed 0 day 0 hr 43 min 37 sec
    0 packets input, 0 bytes
    Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
    0 input error bytes, 0 CRC, 0 frame
    0 multicast, 0 unicast
    0 packets output, 0 bytes
    0 output errors bytes, 0 deferred
    0 collisions, 0 late collisions, 0 throttles

    On gi0/0/0 and gi0/0/1 I've set "lacp group 1 mode active", but this did not help, still "line protocol is down"

    ------------------------------
    Andrii Yefremov
    ------------------------------



  • 4.  RE: commit pending configuration changes on mobility master "MM-HW-10K"

    Posted Mar 16, 2021 06:47 AM
    Hi Andrii,

    Try something like this (obviously change your VLANs and interfaces to your needs):

    configure terminal
    interface port-channel 1
     switchport mode trunk
     switchport trunk native vlan 9
     switchport trunk allowed vlan 10-40
     exit
    interface gigabit 0/0/0
     lacp group 1 mode active
     lacp timeout short
     no shutdown
    interface gigabit 0/0/1
     lacp group 1 mode active
     lacp timeout short
     no shutdown​