- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Force port on 8212zl to static 10g-Full?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2013 04:01 PM
09-18-2013 04:01 PM
Force port on 8212zl to static 10g-Full?
Hi Folks!
We have a HP 8212zl switch at our high school, with a pair of J9538A modules each containing a few J9150A MMF SFP transcievers. Right now, all of these ports are set to auto-negotiate port speed and duplex, which is fine.
AT&T is installing a new Ciena router at this location, which will connect the rest of our schools to the high school. Each remote school will have a 1Gbps connection, while the high school will have a 10Gbps connection to this WAN. However, when we connect this new router to the switch via one of the J9150As, we're finding that the link will go down after a few seconds.
We called AT&T, and they're saying it's because our interface is set to auto speed/duplex, while their interface is hardcoded to 10g-full. However, when I go to this interface on our switch and type "speed-duplex ?", there is no option for 10g full. There is a "auto-10g", but when I attempt to set that, I get an error stating "error setting value speed for port b6".
AT&T is refusing to switch the interface on the Ciena to auto-negotiate, so we're stuck making this work. Is there a way we can force this port to run at a hardcoded 10g-full, despite it not being an option for this interface?
Cheers!
Joey
A116-8212zl-Core(eth-B6)# speed 10-half 10 Mbps, half duplex. 100-half 100 Mbps, half duplex. 10-full 10 Mbps, full duplex. 100-full 100 Mbps, full duplex. 1000-full 1000 Mbps, full duplex. auto Use Auto Negotiation for speed and duplex mode. auto-10 10 Mbps, use Auto Negotiation for duplex mode. auto-100 100 Mbps, use Auto Negotiation for duplex mode. auto-1000 1000 Mbps, use Auto Negotiation for duplex mode. auto-10-100 10 or 100 Mbps, use Auto Negotiation for duplex mode. auto-10g 10 Gbps, use Auto Negotiation for duplex mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2013 11:26 PM
09-18-2013 11:26 PM
Re: Force port on 8212zl to static 10g-Full?
Can you show us your switchport config?
Also, increase your logging level to debug and show us what it logs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2013 07:37 AM
09-19-2013 07:37 AM
Re: Force port on 8212zl to static 10g-Full?
Hello,
Here is the config of that port, we don't have anything fancy going on:
A116-8212zl-Core# show run int b6 Running configuration: interface B6 name "Link to Site-to-Site WAN" tagged vlan 225 exit
In the config, I set "console events debug", but that does not seem to be producing any useful information:
A116-8212zl-Core(config)# int b6 A116-8212zl-Core(eth-B6)# speed-duplex auto-10g Error setting value speed-duplex for port B6. A116-8212zl-Core(eth-B6)# exit A116-8212zl-Core(config)# exit A116-8212zl-Core# log Keys: W=Warning I=Information M=Major D=Debug E=Error ---- Event Log listing: Events Since Boot ---- I 09/19/13 09:39:09 00184 mgr: AM1: Log cleared as a result of 'clear logging' command ---- Bottom of Log : Events Listed = 1 ---- A116-8212zl-Core#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2013 03:30 PM
09-19-2013 03:30 PM
Re: Force port on 8212zl to static 10g-Full?
1/ What I meant was, view the log events when you patch in the interface:
Unpatch b6
configure "logging severity debug" on the switch
patch b6
"show logg"
2/ You have a tagged VLAN on your link to your WAN provider. Are you sure this is correct? In my experience I have hardly ever seen a WAN provider that wanted tagged frames off a customer network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2013 09:01 PM
09-19-2013 09:01 PM
Re: Force port on 8212zl to static 10g-Full?
I spent some time on the phone with both the vendor we got the switch from, and HP support. Long story short, it seems there is no way to hard-code an interface to 10Gbps Full duplex
I do appriciate your help though, so thank you :)
For your other question - that is the correct configuration for AT&T's OPT-E-MAN service, which is our old WAN/MAN solution. OPT-E-MAN is based on VLANs, so they just assigned us a specific VLAN that we had to tag our WAN-facing interfaces to use. Our new service doesn't have such a requirement, but it's not fully opperational/ready yet, so we're keeping the tagged VLAN until then.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2013 03:03 PM
09-22-2013 03:03 PM
Re: Force port on 8212zl to static 10g-Full?
It might be helpful to view the log events when you make the link live.
It would also be interesting for other users of this site to see what your switch is logging.