Avaya Task Training/ERS-5500/Creating a VLAN

From Wikiversity
Jump to navigation Jump to search

Two (2) types of VLANs can be created

  • Port-base VLANs
  • Protocol-base VLANs


Port-based[edit | edit source]

Port bases VLANs or sometimes called Layer-1 VLAN because it is assigned to the physical port

Syntax:
vlan create <VLAN# 1-4094> [name <acsii-word>] type <VLAN-Type> [<Spanning Tree# 1-8>]}


Configuration changes are made from the configuration prompt.

Configuration prompt

Test-Switch1> enable
Test-Switch1# config t
Test-Switch1(config)#


Examples:[edit | edit source]

enable
config t
vlan create 999 name blackhole type port 1 - or;
vlan create 999 type port 1 - optional VLAN name label is not used - or;
vlan create 999 type port - no VLAN label and the default spanning tree is used

Protocol-base[edit | edit source]

The following are protocol based VLANs:

  • protocol-ipEther2
  • protocol-ipx802.3
  • protocolipx802.2
  • protocol-ipxSnap
  • protocol-ipxEther2
  • protocol-decEther2
  • protocol-snaEther2
  • protocol-Netbios
  • protocol-xnsEther2
  • protocol-vinesEther2
  • protocol-ipv6Ether2
  • protocol-Userdef <4096-65534>
  • protocol-RarpEther2



See also[edit | edit source]

Search for Avaya ERS 5500 on Wikipedia.