- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Re: Need help with HPE FF 5700 and Vlans
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
08-11-2016 08:09 AM
08-11-2016 08:09 AM
Need help with HPE FF 5700 and Vlans
Having issue and I'm not super familliar with the command format of this switch. I am trying to isolate port 1/0/17 to 1/0/19 to vlan 50 only. I do not want Vlan 1 or any other vlan to communicate to these ports at all other than VLan 50.
How do I accomplish this. right now if I display the port trunk i get
[HPE-Ten-GigabitEthernet1/0/17]display port trunk
Interface PVID VLAN Passing
XGE1/0/17 1 1, 50
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2016 11:30 AM
08-11-2016 11:30 AM
Re: Need help with HPE FF 5700 and Vlans
port link-type access port access vlan 50
Perform the above configuration in the mentioned interfaces .... and validate
ATP FLEXNETWORK V3 | ACSA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2016 03:31 AM - edited 08-12-2016 03:32 AM
08-12-2016 03:31 AM - edited 08-12-2016 03:32 AM
Re: Need help with HPE FF 5700 and Vlans
Depending on if you need vlan 50 content tagged with vlan 50, or you need them as access ports (untagged).
If its tagged, you need (vlan 1 is default on, so you need to explicitly remove it):
port link-type trunk undo port trunk permit vlan 1 port trunk permit vlan 50
if its untagged (an access port), you need:
port access vlan 50
Regards
Region Midtjylland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2016 01:15 PM
08-25-2016 01:15 PM
Re: Need help with HPE FF 5700 and Vlans
Comware also has an Interface Range command so that you can do the same config on more than one port at the same time. For example:
interface range ten 1/0/17 to ten 1/0/19
Then use any interface commands that you want duplicated on all of the range ports. You can also name a range and I believe that they can stick around so you can reuse them.
David