Gestionar LINKSYS serie SRW via ssh

Los linksys SRW tienen un buen precio para sus prestaciones L2, sin embargo el interface de gestión via web es un tan to engorroso y lo que permite gestionar via SSH es poco menos que lamentable. Sin embargo puedes entrar a una cosa llamada LCLI.

  1. Te conectas por cualquier cosa texto (serial,ssh o telnet)
  2. Te autenticas
  3. cuando estas en el menún general CTRL-Z
  4. y entras en un PROMPT mini, aqui ejecutas el comando ‘lcli’
  5. te validas con el mismo credencial que en el punto 2
  6. Y listo ‘show startup-config

console# show startup-config
interface range ethernet g(2,6,15)
switchport mode trunk
exit
vlan database
vlan xxx
exit
interface range ethernet g(2,6,15)
switchport trunk allowed vlan add xxx
exit
interface vlan xxx
name xxxxxxxxxx
exit
interface vlan 1
ip address 10.1.1.30 255.255.255.224
exit
ip default-gateway 10.1.1.6
username xxx password xxxx level 15 encrypted
ip ssh server
console#

This entry was posted in Networking and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *