Wireless Access

last person joined: yesterday 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

update snmp strings on MM and MD using ansible playbook

This thread has been viewed 3 times
  • 1.  update snmp strings on MM and MD using ansible playbook

    Posted Nov 12, 2019 08:28 PM

    Hello there,

    Lets say i have node hierarchy like this.
    /
    /md
    /md/State
    /md/State/City
    /md/State/City/Building
    /md/State/City/Building/00:00:00:00:00:00
    /md/State/City/Building/00:00:00:00:00:01
    /md/State/City/Building/00:00:00:00:00:02
    /md/State/City/Building2
    /md/State/City/Building2/00:00:00:00:00:00
    /md/State/City/Building2/00:00:00:00:00:01
    /md/State/City/Building2/00:00:00:00:00:02
    /mm
    /mm/mynode

    i am writing an ansible playbook to update snmp strings on all MM and MD in node hieranchy. 
    what are the nodes/folders i need to update snmp string at? at all nodes or just /mm and /md/State?



  • 2.  RE: update snmp strings on MM and MD using ansible playbook
    Best Answer

    EMPLOYEE
    Posted Nov 13, 2019 07:04 AM

    "at all nodes or just /mm and /md/State?"

     

    /mm and /md/State will work fine, ditto put NTP servers in at this level too etc.



  • 3.  RE: update snmp strings on MM and MD using ansible playbook

    Posted Nov 13, 2019 04:45 PM

    thank you!