CMTS (BSR 1000) - Brazil | docsis.org

You are here

CMTS (BSR 1000) - Brazil

9 posts / 0 new
Last post
Anonymous (not verified)
CMTS (BSR 1000) - Brazil

olá amigos sou Cleber Tadeu do brasil (pt-br) tenho algumas duvidas com este aparelho BSR1000 e queria saber se alguem pode me ajudar, o problema vcs ja devem ter notado né, so falo portugues mas entendo pouco do ingles.

Quero uma ajuda porque aqui no Brasil nao encontrei nenhum forum decente que pudesse sanar minhas dúvidas.

Espero respostas
-----------------------------------------------------------------------------------------
Helo friends I am Cleber Tadeu of Brazil (pt-br) I have some you doubt with this device BSR1000 and wanted to know if they alguem can help me, the vocês problem already must have noticed, I only say Portuguese but I understand little of the English. I want an aid because here in Brazil I did not find none fórum decent that it could cure my doubts. I wait answers

Anonymous (not verified)
CMTS (BSR 1000) - Brazil

Yo no falo portugues pero si el castellano, te entiendo perfectamente.

Anonymous (not verified)
ablo poquito

omarhraste wrote:Yo no falo portugues pero si el castellano, te entiendo perfectamente.

si ablo poquito en castellano pero escribir soy una negacion.

Pero oque EU quiero hacer e habilitar acesso por SSH en lo CMTS, tienes una experiencia e pudes me ayudar.

Anonymous (not verified)
CMTS (BSR 1000) - Brazil

to enable ssh you'll have first to use the ssh-keygen2 tool in privileged exec to generate the authentication key files and in configuration mode just add: 'ssh enable'. i recommend you to keep the telnet service running, on several occasions the ssh server just died on me and the only way to enable it, is to reset the cmts.
--
para habilitar ssh tiene que utilizar la utilidad ssh-keygen2 en el modo privilegiado para crear los keys de autenticación y luego agregar en el modo de configuración: 'ssh enable'. le recomiendo que mantenga el servicio telnet activo, en diversas oportunidades el servidor de ssh simplemente dejó de funcionar y la única forma de habilitarlo de nuevo es resetear el cmts.

cmts0523 (not verified)
China Manufacturer: CMTS&cable modem

We are Chongqing jinghong High-Technology CO., LTD , the only and
largest manufacturer of CMTS in china .
MSN:lovelygj0523@hotmail.com
sales@cqjinghong.com

Anonymous (not verified)
Adiante hermano

zeta wrote:to enable ssh you'll have first to use the ssh-keygen2 tool in privileged exec to generate the authentication key files and in configuration mode just add: 'ssh enable'. i recommend you to keep the telnet service running, on several occasions the ssh server just died on me and the only way to enable it, is to reset the cmts.
--
para habilitar ssh tiene que utilizar la utilidad ssh-keygen2 en el modo privilegiado para crear los keys de autenticación y luego agregar en el modo de configuración: 'ssh enable'. le recomiendo que mantenga el servicio telnet activo, en diversas oportunidades el servidor de ssh simplemente dejó de funcionar y la única forma de habilitarlo de nuevo es resetear el cmts.

#configure
(configure)#ssh-keygen2

Sí hermano consegui activar lo SSH pero algo me falta. Como setar usuario y contrasena en el SSH.

Anonymous (not verified)
CMTS (BSR 1000) - Brazil

depends on whether you want to use radius or just local passwords.
for local add in config:
username [USER] user-group sysadmin
username [USER] password (0/7) [PASSWORD]
for every user you'd like and then:
ssh password-authentication local-password
, and for radius:
radius-server key [KEY]
radius-server host [IP1] auth-port 1812 primary
radius-server host [IP2] auth-port 1812
ssh password-authentication radius
you can combine both of course:
ssh password-authentication radius local-password
---
depende si quiere utilizar autenticación por radius o local.
para local agregue en config:
username [USUARIO] user-group sysadmin
username [USUARIO] password (0/7) [CLAVE]
por cada usuario que desee y luego:
ssh password-authentication local-password
, y para autenticar con radius:
radius-server key [CLAVE]
radius-server host [IP1] auth-port 1812 primary
radius-server host [IP2] auth-port 1812
ssh password-authentication radius
por supuesto puede combinar ambos:
ssh password-authentication radius local-password
saludos.

Anonymous (not verified)
radius-server oque significa

hola amigo, que significa radius-server? es un tipo de autenticacion del BSR

Anonymous (not verified)
CMTS (BSR 1000) - Brazil

the use of radius is similar to kerberos or tacacs, you should read more about it. you can start with: http://en.wikipedia.org/wiki/RADIUS and also, read the docs of the firmware installed on the cmts.
---
el uso de radius es similar a kerberos o tacacs. puede comenzar a leer en http://en.wikipedia.org/wiki/RADIUS y además, buscar en la documentación del firmware del cmts.
saludos.

Log in or register to post comments