Wednesday, June 1, 2016

Configure Vlan Extreme Networks EXOS - Basic VLAN Config Guide

This is a basic guide to get a Extreme Networks EXOS router up and going.  I am working with a Extreme X670-G2 and it is running on Code Version 21.

Create Vlan:

create vlan 900
      *  If you use numbers when you create your vlan it will show up as "VLAN_900"
      *  If you are using just text your vlan will just be in quotation marks.  ex:  "employees"

configure vlan "VLAN_0900" tag 900
    * This sets the numerical value of your vlan to your created vlan.
    * This DOES NOT tag you vlan.

configure vlan VLAN_0900 add ports 48 tagged (or untagged)
   *  This command will allow you to tag or untag your vlan on a port.

configure vlan VLAN_0900 ipaddress 10.255.251.1/30
   *  Configure a routed interface.

enable ipforwarding vlan VLAN_0900
   *  allows your interface to forward traffic through the vlan to the next hop.

Quick Setup:

create vlan 900
configure vlan "VLAN_0900" tag 900
configure vlan VLAN_0900 add ports 48 tagged (or untagged)
configure vlan VLAN_0900 ipaddress 10.255.251.1/30
enable ipforwarding vlan VLAN_0900





No comments:

Post a Comment