Friday, October 2, 2020

ARUBA SWITCH : Configure HOSTNAME, VLAN, IP and TRUNK

Telnet or SSH to switch. 

1. Create or change switch hostname 


switch# configure
switch<config># hostname <aruba-switch>
aruba-switch<config># exit
aruba-switch<config># write memory
aruba-switch#

2. Create VLANs 

 


aruba-switch# show vlans
aruba-switch# configure
aruba-switch<config># vlan <VLAN-ID>
aruba-switch<config># write memory
aruba-switch<VLAN-ID># 

3. Tagging or Untagging port in VLAN

 


aruba-switch<VLAN-ID># untagged <PORT NUMBER> - allow port to used that vlan ONLY
aruba-switch<VLAN-ID># tagged <PORT NUMBER> - allow that vlan to TRUNK over the port

4. Untagging port in VLAN for trunk to other switch


aruba-switch<VLAN-ID># untagged <PORT NUMBER> - allow that port to used as TRUNK port to other switch

* VLAN-ID is for vlan switch 

0 comments:

Post a Comment