Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Very new to extreme COMMANDS

Status
Not open for further replies.

Maxwell1001

Vendor
Nov 27, 2008
722
US
Does anyone have a list of the basic commands and a good basic initial setup guid for using extreme for voice and data

like
initial setup
giving extreme and ip address
creating vlans etc..

we have an in house kit that i have been asked to have a play around with before i go on any courses.

I have a list of commands etc but no real guide on a good way to set the extreme up out of the box



ACA - IP Office
ACS - IP Office
 
i too am a voice guy that was thrown in to the data world. Here is somthing i set up, granted not all of it will make sense to you, but this covers most of the commands you will do on a non-stacked setup. if anyone has other suggestions please share them to make it a better guide for us voice guys.

Extreme Setup Guide

configure account admin
create account admin"________"
create account user "customer"
enable web http
config snmp sysname "name"
configure timezone name EST -300 autodst
config time "10 09 2008 14 10 59"
enable dos-protect (CPU DoS Protection)
disable edp ports "1-23" (disbale this on all edge ports)
show edp ports all(to test after neigboring switches are setup)
config ports "1-23" rate-limit flood broadcast 250 (for all edge ports)
config ports "1-23" rate-limit flood multicast 500 (for all edge ports)
config ports "1-23" rate-limit flood unknown-destmac 500 (for all edge ports)
config ports "1-6,10-15" display-string "portName"
config ports "23-26" auto off speed 100 duplex full


LAG Groups
enable sharing "1" grouping "1-2" lacp
show port sharing (to test)

VLAN's and Routing
config vlan default delete ports all
create vlan "voice"
config "voice" tag "200"
config "voice" ipaddress "192.168.0.1/24"
config "voice" add ports "24"
config "voice" add ports "1-23" tagged
Do the same for Data with no tagging
create a firewall vlan with no tagging as well and have all subnets with the router point to firewall vlan address
config iproute add default "router inside ip"
config iproute add "x.x.x.x/24 x.x.x.x"

enable ipforwarding

DHCP Relay if needed, Core switch only
configure bootprelay add "ip of DCHP Server" vr vr-default
enable bootprelay
show bootp (to test)

DNS
configure dns-client add name-server "ipaddress" vr vr-default

Time Sync (use 129.6.15.28 if no server)
configure sntp primary "IP of DomainController" vr vr-default
enable sntp-client

QoS (avaya ipo and CM voice example)
create qosprofile "qp5"
config diffserv exam code-point 34 qp5
config diffserv exam code-point 46 qp5
enable diffserv exam ports all
disable dot1p exam ports all
show port "2" qosmonitor no-refresh (to test QoS)

RSTPD
disable stpd s0 auto-bind vlan default
config stpd s0 mode dot1w
config stpd s0 default-encapsulation dot1d
config stpd s0 priority 4096 (core switch only for this command)

config stpd s0 add "voice" ports "all" (for an edge switch) or...x ports (dont protect servers, pbx, firewalls)
config stpd s0 add "data"..........and all other vlans
config stpd s0 ports link-type edge "1-23" edge-safeguard enable (for edge ports)
config stpd s0 ports link-type point-to-point "26" (for links to other switches)
enable stpd s0



Factory Default
unconfig switch all
switch none (from bootrom)

Updates - update non-active bank then use image _______
show switch note versions and image selected
download image 192.168.0.90 summitX-12.3.3.6.xos vr vr-default "secondary or primary"
show switch to verify
use image ____________
save
reboot, and repeat if wanted for other bank
 
If you aren't stacking then use QP7 instead of QP5. Also, if you're using a voice VLAN then you won't want to disable 802.1p - assign dot1p value to QP7 and also just the voice VLAN to QP7 so that the control unit and other Voice servers are also included in the QoS policy.
 
cheers guys, i found some very good avaya docs with some of this information in but the rest has helped alot thanks

ACA - IP Office
ACS - IP Office
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top