- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- HPE Flexfabric 5700 L3 static routing
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
07-05-2018 12:25 AM
07-05-2018 12:25 AM
HPE Flexfabric 5700 L3 static routing
Hi,
We have a HPE Flexfabric 5700 stack, and I want to use L3 static ECMP routing.
When i log on to the GUI, I cannot put a port in routing mode (greyed out), default is bridge mode. HPE support says the switch does not provide possibilities for L3 static routing, but the documentation on page 4 says different imho: https://h20195.www2.hpe.com/v2/getpdf.aspx/c04347352.pdf?ver=10
Can anyone confirm this? If this needs to be enabled or can only be done by CLI, can someone give an example how to set up a port?
Many thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2018 01:35 AM
07-19-2018 01:35 AM
Re: HPE Flexfabric 5700 L3 static routing
I never tried to make any routing ports on a A5700. I'm not sure if that is possible. I can imagin that it is not. Not all switches will allow that. Routing is petrfectly possible but through a vlan interface.
you create a new vlan:
- vlan <vlan nr>
Then you go to the vlan interface
- interface vlan <vlan nr>
Then you assign an ip address here
-ip address x.x.x.x <mask length>
then you assign the vlan to your interface
- interface <inteface name>
- port access vlan <vlan nr>