User Tools

Site Tools


aruba_networks:switch:6400:6400_configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
aruba_networks:switch:6400:6400_configuration [2025/12/28 12:07] – created aperezaruba_networks:switch:6400:6400_configuration [2026/02/28 02:06] (current) – [Configuración Base Switch Aruba] aperez
Line 2742: Line 2742:
 ---- ----
  
 +**ACL  6400/6300**
  
  
 +<code bash>
 +conf t
 +access-list ip PROTECT-192-168-2-0
 +   10 permit any 10.28.72.0/23 192.168.2.0/24
 +   20 deny   any any 192.168.2.0/24 log count
 +   100 permit any any any
 +exit
  
 +conf t
 +interface vlan 501
 +   apply access-list ip PROTECT-192-168-2-0 routed-in
 +end
 +wr mem
 +</code>
  
  
 +----
 +----
  
 +**6400/6300**
 +
 +
 +
 +<code bash>
 +configure terminal
 +aruba-central
 +   disable
 +exit
 +end
 +write memory
 +
 +//////////////////////////////////////////////////
 +
 +configure terminal
 +
 +no snmp-server community public
 +
 +logging 10.28.64.29 severity info
 +logging 10.28.64.29 include-auditable-events
 +logging 10.28.64.29 tcp
 +
 +no ntp server 0.pool.ntp.org
 +no ntp server 216.239.35.0
 +no ntp server 69.89.207.199
 +no ntp server pool.ntp.org minpoll 4 maxpoll 4 iburst
 +no ntp server time.google.com
 +
 +ntp enable
 +ntp server 129.6.15.28 iburst prefer
 +ntp server 132.163.96.5 iburst
 +ntp server 162.159.200.1 iburst
 +ntp server 0.pool.ntp.org iburst
 +
 +end
 +write memory
 +
 +//////////////////////////////////////////////////
 +
 +show ntp associations
 +show ntp status
 +</code>
 +
 +
 +----
 +----
 +
 +**2930F**
 +
 +===== Configuración Base Switch Aruba =====
 +
 +<code>
 +configure terminal
 +
 +# ---- Deshabilitar Aruba Central ----
 +aruba-central disable
 +aruba-central support-mode disable
 +no snmp-server community public
 +int vlan 1
 +no jumbo
 +
 +# ---- SYSLOG TCP hacia 10.28.64.29 ----
 +logging 10.28.64.29 tcp 514
 +logging 10.28.64.29 severity informational
 +logging audit
 +logging event
 +logging system-module
 +
 +# ---- NTP limpio ----
 +no ntp server 0.pool.ntp.org
 +no ntp server 216.239.35.0
 +no ntp server 69.89.207.199
 +no ntp server pool.ntp.org
 +no ntp server time.google.com
 +
 +timesync ntp
 +ntp server 129.6.15.28 prefer
 +ntp server 132.163.96.5
 +ntp server 162.159.200.1
 +ntp server 0.pool.ntp.org
 +
 +write memory
 +
 +show aruba-central
 +show ntp associations
 +show ntp status
 +show timesync
 +show logging
 +</code>
 +
 +----
 +----
  
  
  
  
aruba_networks/switch/6400/6400_configuration.1766923656.txt.gz · Last modified: by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki