Tuesday, September 21, 2021

Aruba CX Quick Config


Hostname
hostname <building>_<MDF/IDF location>_core_<model>

Username
user manager group administrators password plaintext <password>
user manager authorized-key ssh-rsa VeryLongKeyShouldGoHere

Logging
logging x.x.x.x
logging facility local2

Default gateway and DNS
ip route 0.0.0.0/0 <MGMT gateway>
ip dns server-address priority 1 1.0.0.1
ip dns server-address priority 2 8.8.8.8

NTP and time
ntp server <default gateway> prefer iburst minpoll 4
clock timezone us/central
ntp enable

SNMP
snmp-server vrf default
snmp-server system-location <location>
snmp-server system-contact <ITS>
snmp-server community snmpv1string

Standard VLAN
vlan 100
name VlanName100
exit

vlan 200
name VlanName200
interface vlan 200
ip address X.X.X.X/24

LACP 
interface 1/1/1
no shut
lag 1

interface 1/1/2
no shut 
lag 1

interface lag 1
no shut
vlan trunk native 1
vlan trunk allowed all
lacp mode active

Tag VLAN's on interfaces - if you want to allow all vlan's
interface 1/1/1-1/1/x
vlan trunk native 1
vlan trunk allowed all

Vlan access - if you only want to allow 1 vlan 
interface 1/1/1
vlan access 6



 

No comments:

Post a Comment