Wired Intelligent Edge

 View Only
  • 1.  STACK VSF - ARUBA 2930F (JL253A)

    Posted Aug 06, 2020 04:56 PM

    hello can someone tell me how to configure a port as access



  • 2.  RE: STACK VSF - ARUBA 2930F (JL253A)

    Posted Aug 06, 2020 05:00 PM

    If you mean an untagged vlan on a port you would just go to the vlan and run the "untagged <port number>" command or go into the interface configuration and run the "untagged vlan <VLAN>" command.

     

     



  • 3.  RE: STACK VSF - ARUBA 2930F (JL253A)
    Best Answer

    Posted Aug 07, 2020 04:26 AM

    Hi! To let a switch port (logical or physical) be an untagged (or tagged -> change untagged with tagged) member of a particular VLAN id you should enter into - in config mode - the particular VLAN id context with the vlan <vlanid> CLI command and, once in that VLAN context, perform the untagged <portid> CLI command (where the <portid> is the identifier of the particular port you're working with).

     

    Alternatively you can issue the command directly against the physical/logical interface - always in config mode - with the interface ethernet <portid> untagged vlan <vlanid> CLI command.

     

    An access port generally means that a port is untagged member of a particular VLAN id (default is 1) and that is connected to a host VLAN unaware (where VLAN id is not set).