- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Aruba & ProVision-based
- >
- How Do I Access VTY Lines in CLI?
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
11-18-2016 07:03 AM
11-18-2016 07:03 AM
How Do I Access VTY Lines in CLI?
I am currently in the process of creating an admin VLAN to keep users from accessing our network gear, specifically via SSH. So far on our Cisco gear I planned to create an ACL and apply it to the line vty interface to keep anyone who isn't on the admin VLAN from gaining access. Do Procurve switches not have VTY interfaces? I can't find it for the life of me.
If they don't would anyone have suggestions on how to go about doing this? I guess I can do port based VLANs but wanted to avoid doing so.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-19-2016 05:14 PM
11-19-2016 05:14 PM
Re: How Do I Access VTY Lines in CLI?
Nope, VTY interfaces do not exist. If you want to allow all users in the admin VLAN to access the devices, just define that VLAN as Secure Management VLAN with command
switch(config)# management-vlan 1
The FW won't allow routing in or out of the Mgmt VLAN, so only devices in VLAN 1 would in this case be able to access. You can make it even more restrictive by using authorized managers. Command
switch(config)# ip authorized-managers 10.10.10.11
will allow only IP address 10.10.10.11 manage the device. From the top of my head I don't remember a limitation on how many authorized managers you can configure. If there is a limit, you should find it in Access Security Guide.
Of course you can create separate operator and manager passwords. Operators can only view the device status, managers can, well, manage it.
HTH,
Arimo
HPE Networking Engineer
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP