For some reason my switch is not showing my uplink at 1gbps. At first a few months ago when I setup my switch in the DC and they updated my port to 1 gig it went from showing the port at 100 to 1000, I had to take some time off and when they reconnected my hardware they put it on a 100mbps, I had it upgraded back 1 gig and they assured me that it is indeed running at 1000 but the switch is still showing 100. Any ideas?
Any help would be appreciated.. I am very new to working with Extreme switches and getting it setup to begin with was a bit of a pain but I finally got it with some help of looking through the forums and one of my friends helping me out. All servers were online and working, and the switch showed port 1 at 1000mbps, but now its only showing 100. I tried the following commands:
* X450a-48t.8 # configure ports 1 medium copper auto on speed 1000 duplex fullError: Medium specific configuration is not supported on non-combo port 1.
* X450a-48t.9 # configure ports 1 auto on speed 1000 duplex full
--
After that last command it froze, I had to have the support team in the DC reboot the switch for me, they are also VERY clueless on how to work an Extreme Networks switch so they are absolutely no help to me. I am going at this alone and want to setup everything correctly and with correct DDoS protection configuration settings. If someone can help It would be greatly appreciated. Maybe my entire configuration is wrong. I will paste it here:
--
* X450a-48t.4 # show config#
# Module devmgr configuration.
#
configure sys-recovery-level switch reset
#
# Module vlan configuration.
#
configure vlan default delete ports all
configure vr VR-Default delete ports 1-50
configure vr VR-Default add ports 1-50
configure vlan default delete ports 1-50
create vlan "lan"
create vlan "uplink"
disable port 2
disable port 27
disable port 28
disable port 29
disable port 30
disable port 31
disable port 32
disable port 49
disable port 50
configure vlan lan add ports 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 34, 36, 38, 40, 42, 44, 46, 48 untagged
configure vlan uplink add ports 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 33, 35, 37, 39, 41, 43, 45, 47 untagged
configure vlan lan ipaddress 10.0.0.1 255.255.255.0
enable ipforwarding vlan lan
configure vlan uplink ipaddress 209.151.171.132 255.255.255.128
enable ipforwarding vlan uplink
#
# Module fdb configuration.
#
#
# Module rtmgr configuration.
#
configure iproute add default 10.0.0.1
configure iproute add default 209.151.171.131
#
# Module mcmgr configuration.
#
#
# Module aaa configuration.
#
configure account admin encrypted "jWzoOe$y6VS1n5gQTU.o4gJHIuFv1"
configure account user encrypted "jWz71o$weNTUwzg1kCcuPb7pec/i0"
#
# Module acl configuration.
#
configure access-list zone SYSTEM application NetLogin application-priority 3
configure access-list zone SYSTEM application HealthCheckLAG application-priority 4
configure access-list zone SYSTEM application IdentityManager application-priority 5
configure access-list zone SYSTEM application VMTracking application-priority 6
#
# Module bfd configuration.
#
#
# Module ces configuration.
#
#
# Module cfgmgr configuration.
#
#
# Module cna configuration.
#
configure cna-testplug scheduler vlan Default
#
# Module dosprotect configuration.
#
configure dos-protect interval 3
#
# Module dot1ag configuration.
#
#
# Module eaps configuration.
#
#
# Module edp configuration.
#
#
# Module elrp configuration.
#
#
# Module ems configuration.
#
#
# Module epm configuration.
#
#
# Module erps configuration.
#
#
# Module esrp configuration.
#
#
# Module ethoam configuration.
#
#
# Module etmon configuration.
#
#
# Module exsshd configuration.
#
enable ssh2
#
# Module hal configuration.
#
#
# Module idMgr configuration.
#
create ldap domain "Unknown" default
configure ldap domain "Unknown" base-dn none
#
# Module ipSecurity configuration.
#
#
# Module ipfix configuration.
#
#
# Module lldp configuration.
#
#
# Module mrp configuration.
#
#
# Module msdp configuration.
#
#
# Module netLogin configuration.
#
#
# Module netTools configuration.
#
configure bootprelay add 10.0.0.2 vr VR-Default
enable bootprelay vlan Default
enable bootprelay vlan lan
enable bootprelay vlan uplink
#
# Module ntp configuration.
#
#
# Module ospf configuration.
#
configure ospf vlan lan priority 0
configure ospf vlan uplink priority 0
#
# Module ospfv3 configuration.
#
#
# Module pim configuration.
#
configure pim register-checksum-to include-data
#
# Module poe configuration.
#
#
# Module rip configuration.
#
#
# Module r.png configuration.
#
#
# Module snmpMaster configuration.
#
#
# Module stp configuration.
#
configure mstp region 00049637361a
configure stpd s0 delete vlan default ports all
disable stpd s0 auto-bind vlan default
enable stpd s0 auto-bind vlan Default
#
# Module synce configuration.
#
#
# Module telnetd configuration.
#
#
# Module tftpd configuration.
#
#
# Module thttpd configuration.
#
enable web http
#
# Module vmt configuration.
#
#
# Module vrrp configuration.
#
#
# Module vsm configuration.
#
This is what was told to me on how to setup my switch by my friend and it seemed to do the job but I dont know why its not auto negotiating to 1000. Thanks in advance.