- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- remove config lines
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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-13-2010 04:43 AM
тАО01-13-2010 04:43 AM
remove config lines
How can I remove config lines on ProCurve Switches (2500, 2800, 5406zl).
As example I will remove from the config the line "ip ssh version 1-or-2".
THX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2010 05:07 AM
тАО01-13-2010 05:07 AM
Re: remove config lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2010 05:11 AM
тАО01-13-2010 05:11 AM
Re: remove config lines
Model2626-PWR# no ip ssh version 1-or-2
Invalid input: ip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2010 05:23 AM
тАО01-13-2010 05:23 AM
Re: remove config lines
enter: "enable" (en)
enter: "config terminal" (conf t)
then enter: "no ip ssh version 1-or-2"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2010 05:25 AM
тАО01-13-2010 05:25 AM
Re: remove config lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2010 05:27 AM
тАО01-13-2010 05:27 AM
Re: remove config lines
Here the rigt lines:
(config)# no ip ssh version 1-or-2
Invalid input: version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2010 05:28 AM
тАО01-13-2010 05:28 AM
Re: remove config lines
if ""ip ssh version 1-or-2" is a valid command on your switch, so is ""no ip ssh version 1-or-2". as simple as that.
if that line is really in your config, tftp the config to a PC (copy startup-config tftp ....), remove the line, copy it to the switch, hit reload ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2010 05:30 AM
тАО01-13-2010 05:30 AM
Re: remove config lines
ip ssh version 1-or-2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2010 05:33 AM
тАО01-13-2010 05:33 AM
Re: remove config lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2010 05:33 AM
тАО01-13-2010 05:33 AM
Re: remove config lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2010 05:37 AM
тАО01-13-2010 05:37 AM
Re: remove config lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2010 08:50 AM
тАО01-13-2010 08:50 AM
Re: remove config lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2010 10:54 PM
тАО01-13-2010 10:54 PM
Re: remove config lines
When I type in no ip ssh "tabulator" the completion shows only the option "filetransfer". However at time I will edit the config via "tftp".