Cheatsheet lệnh cấu hình Aruba CX switch

CHEATSHEET CẤU HÌNH ARUBA SWITCH (AOS-CX)

 

Link tải: https://labhub.eu.org/UNETLAB%20II/addons/qemu/

- Đặt IP cho cổng switch

int 1/1/1

no shutdown

ip address 1.1.1.1/24

!

- Cho cổng vào vlan 100

vlan 100

!

int 1/1/1

no routing

vlan access 100

no shutdown

!

- Đặt ip cho int vlan 100

int vlan 100

no shutdown

ip address 10.1.2.2/24

exit

- Save lại:

write memory

- Cho cổng mode trunk và đặt ip cho itnerface vlan

vlan 100,200

exit

!

int 1/1/1

no routing

vlan trunk allowed 100,200

no shutdown

!

int vlan 100

no shutdown

ip address 10.1.2.2/24

exit

!

- Cấu hình VRRP

router vrrp enable

!

interface vlan 100

    ip address 10.1.2.2/24

    vrrp 1 address-family ipv4

        address 10.1.2.100 primary

        priority 99

        no shutdown

        exit

!

#check lại: show vrrp

- Khai Static route:

ip route 192.168.1.0/24 10.1.2.1

- Tạo alias lệnh: ví dụ gõ save là nó tự lưu config

alias save write memory

- Cấu hình LACP, mode trunk và allow vlan 100

vlan 100

!

int lag 1

no shutdown

no routing

vlan trunk allowed 100

lacp mode active

!

int 1/1/1

no shutdown

no routing

lag 1

!

int 1/1/2

no shutdown

no routing

lag 1

!

#check: show int lag1 thấy UP

- Bật spanning tree và cho mode mstp

spanning-tree

spanning-tree mode mstp

- Truy cập web gui của switch

int 1/1/1

no shutdown

ip address 192.168.1.1/24

exit

!

https-server vrf default

!Sau đó từ PC gõ https://192.168.1.1

- Lệnh backup config

copy running-config sftp://u1:u1@192.168.1.100/backup.cfg cli

 !

Hoặc copy running-config tftp://192.168.1.100/backup.cfg cli

- Restore config

copy tftp://10.1.2.3/backup.cfg running-config

Hoặc copy sftp://u1:u1@10.1.2.3/backup.cfg running-config

Bài viết cùng danh mục