Basically it just a switches but the different CLI make me hard to learn.I what so ever have to learn step by step from the beginning.Dammit...!! Just like an alien to me for this product..lol!Anyhow tommorow I will started to configure some ATI model ( AT-8000s ) switches.Hopefully its will works as I crack up my head for this bugger ass switches...No heart felling Allied Telesis :P
As for the starter, below are some basic command to configure VLANs at ATI switch ( AT-8000s )
Show All running config
==================
show startup-config
Show Interface
==============
sh interfaces status ethernet
Check on spanning tree status
=============================
show spanning-tree
How to configure vlan
======================
console# configure
console(config)# vlan database
console(config-vlan)# vlan 801
console(config)# interface ethernet e17
console(config-if)# switchport access vlan 801
Remove Vlan
===========
console(config-if)# no switchport access vlan
How to set Trunk Port
=====================
console(config-if)# switchport mode trunk
console(config-if)# switchport trunk allowed vlan add 809
To carry all vlan
=================
Testing# config
Testing(config)# interface range ethernet g1,g2
Testing(config-if)# switchport trunk allowed vlan add all
Remove Trunk
=============
Testing# configure
Testing(config)# int ethernet e1
Testing(config-if)# no switchport mode
No comments:
Post a Comment