First Setup Switch CX

Feel good
1 min readAug 29, 2020

--

In Switch 6300F

https://www.arubanetworks.com/products/networking/switches/6300-series/

hostname#(config)
Create Vlan

vlan <vlan id>
interface vlan <vlan id>
ip address <ip address / Netmask>

Configuration port access vlan

interface <port number>
no shutdown
no routing
vlan access <vlan id>

Configuration port trunk vlan

interface <port number>
no shutdown
no routing
vlan trunk <vlan id>
vlan trunk native <vlan id>

hostname#
How to check configuration

page
show running configuration
show running interface
show interface brief

--

--