- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 07:50 AM - edited 03-06-2019 04:17 AM
I currently have to console into one of my switches that uses a private 172.x.x.x address and want to give it a command IP address in order to SSH into it. I'm not sure what the commands would be to do this....any help would be greatly appreciated!!
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 07:54 AM
Kristy
To access a switch remotely you need a L3 vlan interface that is up/up with an IP address. Assuming vlan 1 interface on your switch
int vlan 1
ip address 192.168.5.10 255.255.255.0
ip default-gateway 192.168.5.1
where 192.168.5.1 is the L3 routed interface for vlan 1.
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 07:54 AM
Kristy
To access a switch remotely you need a L3 vlan interface that is up/up with an IP address. Assuming vlan 1 interface on your switch
int vlan 1
ip address 192.168.5.10 255.255.255.0
ip default-gateway 192.168.5.1
where 192.168.5.1 is the L3 routed interface for vlan 1.
Jon

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 07:54 AM
Hi,
I'm sorry I'm not able to understand what your requirement is. Do you wish to enable SSH in place of telnet OR trying to access teh switch through console?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 08:00 AM
I know how to enable SSH or telnet, what I want to know is how to set up the command IP address on the switch so that I no longer have to console into the switch to get into it.
I believe Jon answered my question....thanks Jon!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 03:52 PM
Ahhhhhhhhhhhhhhhhhhh ... it's called Management IP Address. :)
