Cloud Managed Networks

 View Only
last person joined: 3 days ago 

Forum to discuss all things related to HPE Aruba Networking Central and UXI Network Management, including deployment of managed networks, configuration, best practices, APIs, Cloud Guest, AIOps, Presence Analytics, and other included Applications
Expand all | Collapse all

Switch config guide or manual

This thread has been viewed 36 times
  • 1.  Switch config guide or manual

    Posted 13 days ago

    Hello,

    Where can I find a guide that will list all the different config lines I can add to my 6200/6300 switches? We have all central managed switches but there are many things we cannot do in central that must be done via multi-edit. I need a guide that can tell me what can be added to the configs in multi-edit. For example, we need to disable POE per port. We also need to setup some port mirrors. CLI commands do not help since we can't use the CLI with central to make changes. Thanks!



  • 2.  RE: Switch config guide or manual

    EMPLOYEE
    Posted 13 days ago

    for that you need to refer to the switch user guides

    you can use MultiEdit and configure the switches for port mirrors.



    ------------------------------
    If my post was useful accept solution and/or give kudos.
    Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
    ------------------------------



  • 3.  RE: Switch config guide or manual

    Posted 13 days ago

    And ArubaOS-CX CLI Bank is a great resource for quickly find the command syntax.

    Don't forget to explore the CLI Bank home for other platforms :-)

    Best, Gorazd



    ------------------------------
    Gorazd Kikelj
    MVP Guru 2024
    ------------------------------



  • 4.  RE: Switch config guide or manual

    Posted 11 days ago

    But how do I use the CLI within multiedit? The guide gives you commands to use in sequence but I can't do that in multiedit. I need to add the final lines to the config.




  • 5.  RE: Switch config guide or manual

    EMPLOYEE
    Posted 11 days ago

    give us an example CLI snippet that you can not use in multi-edit.



    ------------------------------
    If my post was useful accept solution and/or give kudos.
    Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
    ------------------------------



  • 6.  RE: Switch config guide or manual

    Posted 10 days ago

    Examples

    Creating a mirror session and adding a VLAN as a source of traffic in both directions on that port:

    switch# configure terminal

    switch(config)# mirror session 1

    switch(config-mirror-1)# source vlan 10 both

    Creating a mirror session and adding two VLANs as sources of traffic:

    directions:

    switch# configure terminal

    switch(config)# mirror session 2

    switch(config-mirror-2)# source vlan 10 tx

    switch(config-mirror-2)# source vlan 20 both




  • 7.  RE: Switch config guide or manual

    EMPLOYEE
    Posted 10 days ago

    it works for me. 



    ------------------------------
    If my post was useful accept solution and/or give kudos.
    Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
    ------------------------------



  • 8.  RE: Switch config guide or manual

    Posted 10 days ago

    Cool thanks. I'm so glad we paid all this money for central so we could get "multi edit" instead of a regular cli.