AVEIS SWITCH CONFIGURATION STEP BY STEP
AVEIS SWITCH CONFIGURATION STEP BY STEP, To configure an AVEIS switch, you typically need to follow a set of procedures that involve accessing the switch through its management interface and then setting it up according to your network requirements. Here is a general outline of the steps you would take:
default IP is 192.168.99.1
default user: root
default password: admin
Access the Switch
Using Console Access
- Connect via Console Cable: Use a console cable to connect your computer to the switch.
- Open Terminal Emulator: Use terminal emulation software like PuTTY or Tera Term.
- Set Terminal Settings: Configure the terminal settings (Baud rate: 9600, Data bits: 8, Parity: None, Stop bits: 1, Flow control: None).
- Power On the Switch: Turn on the switch and wait for the terminal emulator to display the boot sequence.
Using SSH or Telnet
- Connect via Ethernet: Connect your computer to the switch using an Ethernet cable.
- IP Address Configuration: Ensure the switch and your computer are on the same subnet.
- Use SSH/Telnet Client: Open an SSH or Telnet client (like PuTTY).
- Enter IP Address: Input the switch’s IP address and connect.
Step by step configuration
For switch name
hostname NETWALA-CORE-SW
For vlan create
vlan 1,100,220-225,501-505,551-556,610-615,710-716,810-814,1084-1087,2500-2505
For LACP configuration
interface lag 1
switchport mode trunk
switchport trunk allowed vlan add 1084-1087,2500
exit
interface tgigaethernet 1
lag 1 mode active
speed 1000
exit
interface tgigaethernet 2
lag 1 mode active
speed 1000
exit
For trunk port config and allow vlan on switch port
interface tgigaethernet 3
description BTCL
switchport mode trunk
switchport trunk allowed vlan add 2500-2505
For config access port
interface tgigaethernet 4
description Kamrul
switchport access vlan 11
For add ip address on vlan
interface vlanif 100
ifconfig 172.31.31.2 netmask 255.255.255.252
For add default route
route default gw 172.31.31.1
For change time zone
timezone “Asia/Dhaka”
For configure ntp client
ntp enable ntp-server-ip 216.239.35.4
ntp poll-interval-time 180