Sunteți pe pagina 1din 6

SUB - GERENCIA DE REDES DE TRANSPORTE Y FECHA

ACCESO 07-09-15

CONFIGURACIN DE CPE ISCOM2110 REV. 1.0

CPE RAISECOM MODELO: ISCOM2110


2 puertos pticos/elctricos 100/1000Mbps, 8 puertos FE 100Mbps

TIPOS DE SERVICIOS: Cualquier servicio trama ETH.

rea responsable: INGENIERA DE REDES DE TRANSPORTE Y ACCESO

_________________________________________________________________________

CONTENIDO

1 ANTECEDENTES:..............................................................................................................................................2

2 CONFIGURACIN FISICA DEL HARDWARE................................................................................................3

3 CONFIGURACIN LOGICA DE RC552...........................................................................................................5

3.1 ACCESO POR CONSOLA.........................................................................................................................5

3.2 CONFIGURACIN POR PAGINA WEB..................................................................................................6

4 VALIDACIN DE ALARMAS CON EL NOC...................................................................................................8

Pgina 1 de 6
SUB - GERENCIA DE REDES DE TRANSPORTE Y FECHA
ACCESO 07-09-15

CONFIGURACIN DE CPE ISCOM2110 REV. 1.0

1 ANTECEDENTES:

El CPE lado Cliente modelo ISCOM 2110 de la marca RAISECOM es un conversor de medios; de FO a
Elctrico con capacidades de SWITCH con 2 pares de puertos de 1GB tipo COMBO

Puerto Combo 9: tiene 2 puertos; 1 puerto ptico de 1GB y un puerto elctrico de 1GB puede funcionar
uno a la VEZ solamente
Puerto Combo 10: tiene 2 puertos; 1 puerto ptico de 1GB y un puerto elctrico de 1GB puede funcionar
uno a la VEZ solamente

Tambin cuenta con 8 puertas LAN FE elctrico;

Vista FRONTAL

1 terminal tierra
2 Interface de energa
3 Indicadores de servicio interfaces ETH 1-8 LED (LNK/ACT)
4 Interfaces de servicio ETH 1-8 RJ45
5 Interface de UPLINK de servicio COMBO 910
6 Puerto de consola
7 Indicadores de servicio interfaces COMBO 9-10 LED (LNK/ACT)
8 indicadores de PWR y SYS LED

El proceso de configuracin tiene por objetivo lograr tener la disponibilidad de gestin de dicho CPE y
aprovechar algunas caractersticas particulares del mismo y apoyo en el procedimiento de atencin de
averas.

2 CONFIGURACIN LOGICA DE RC1201-1E1T1.

Lograr la supervisin lgica del dispositivo como apoyo a su monitoreo para la resolucin de averas; la gestin de
este equipo es INBAND, el equipo es gestionado a travs de la VLAN de gestin que llegar como otra VLAN de
los servicios.

Pgina 2 de 6
SUB - GERENCIA DE REDES DE TRANSPORTE Y FECHA
ACCESO 07-09-15

CONFIGURACIN DE CPE ISCOM2110 REV. 1.0

Parmetros a configurar:
[IP-ADDRESS],
[MASCARA DE SUBRED],
[RUTA POR DEFECTO],
[VLAN DE GESTION]
[RECOLECTOR DE TRAPS-IP]

2.1 ACCESO POR CONSOLA.


Configurar por consola (APLICATIVO HIPERTERMINAL)
Login: raisecom
Password: raisecom

CAMBIAR EL HOSTNAME:

OIT228282#
OIT228282#show user
Username Priority Server
--------------------------------------------
c4j4m4rc4 15 Local
raisecom 15 Local

OIT228282#
PARA LISTA LAS CONFIGURACIN.

Show run

hostname ISCOM2110-OLGUIN
!
!command in region_mode
!
!command in ip igmp profile mode
!
!command in service_mode
!
!command in port_mode
!
interface port 1
description SERVICIO-VoIP
switchport access vlan 937
switchport trunk untagged vlan remove 1
!
interface port 2
description INTERNET
switchport access vlan 938
switchport trunk untagged vlan remove 1
!
interface port 3
switchport access vlan 697
oam event trap enable
!
!
interface port 9

Pgina 3 de 6
SUB - GERENCIA DE REDES DE TRANSPORTE Y FECHA
ACCESO 07-09-15

CONFIGURACIN DE CPE ISCOM2110 REV. 1.0

switchport trunk allowed vlan 50,697,937,938


switchport trunk untagged vlan remove 1
switchport mode trunk
!
!command in vlan configuration mode
!
!command in ip interface mode
interface ip 0
ip address 10.121.1.4 255.255.255.0 50
!
!command in cluster_mode
!
!command in cmap_mode
class-map vlan-10 match-any
match vlan 10
exit
!
!command in pmap_mode
policy-map pol
class-map vlan-10
exit
exit
!
!command in config_mode
snmp-server host 10.16.16.236 version 2c NVIEW udpport 162
ip default-gateway 10.121.1.1
!
ISCOM2110-OLGUIN#show sn
snmp sntp
ISCOM2110-OLGUIN#show snm
ISCOM2110-OLGUIN#show snmp st
ISCOM2110-OLGUIN#show snmp statistics
| Redirect output
<cr>
ISCOM2110-OLGUIN#show snmp statistics
SNMP packets input:18600
Unsupported SNMP version SNMP PDUs: 0
Unknown SNMP community name SNMP PDUs: 0
SNMP community not allowed operation SNMP PDUs: 0
ASN.1 or BER errors SNMP PDUs: 0
SNMP silently dropped SNMP PDUs: 0
SNMP proxy droped SNMP PDUs: 0
Unsupported security level SNMP PDUs: 0
Not in time window SNMP PDUs: 0
Unknown user name SNMP PDUs: 0
Unknown engine ID SNMP PDUs: 0
Wrong Digests SNMP PDUs: 0
Decryption Errors SNMP PDUs: 0
ISCOM2110-OLGUIN#show snmp
access Access information
community Community information
config SNMP config information
group User to group information
host Target host information

Pgina 4 de 6
SUB - GERENCIA DE REDES DE TRANSPORTE Y FECHA
ACCESO 07-09-15

CONFIGURACIN DE CPE ISCOM2110 REV. 1.0

statistics SNMP statistics information


trap Trap function
user User information
view View information
ISCOM2110-OLGUIN#show snmp co
community config
ISCOM2110-OLGUIN#show snmp com
ISCOM2110-OLGUIN#show snmp community
| Redirect output
<cr>
ISCOM2110-OLGUIN#show snmp community
Index Community Name View Name Permission
----------------------------------------------------------
1 public internet ro
2 private internet rw
ISCOM2110-OLGUIN#show snmp hos
ISCOM2110-OLGUIN#show snmp host
| Redirect output
<cr>
ISCOM2110-OLGUIN#show snmp host
Index: 0
IP address: 10.16.16.236
Port: 162
User Name: NVIEW
SNMP Version: v2c
Security Level: noauthnopriv
TagList: bridge config interface rmon snmp ospf

ISCOM2110-OLGUIN#show run

System current configuration:


!ROS Version ROS_4.14.2178.ISCOM2110EA-MA-WP.000.20141013
!command in view_mode
!
!command in config_mode first-step
create vlan 50,697,699,910-912,935-938 active
!
!command in aclmap_mode
!
!command in enable_mode
hostname ISCOM2110-OLGUIN
!
!command in region_mode
!
!command in ip igmp profile mode
!
!command in service_mode
!
!command in port_mode
!
interface port 1
description SERVICIO-INTERNET
switchport access vlan 937
switchport trunk allowed vlan 10,50,699,910-912

Pgina 5 de 6
SUB - GERENCIA DE REDES DE TRANSPORTE Y FECHA
ACCESO 07-09-15

CONFIGURACIN DE CPE ISCOM2110 REV. 1.0

switchport trunk untagged vlan remove 1


!
interface port 2
description SERVICIO-VOZ
switchport access vlan 938
switchport trunk untagged vlan remove 1
!
interface port 3
switchport access vlan 697
oam event trap enable
!
interface port 4
switchport access vlan 697
shutdown
!
interface port 5
shutdown
!
interface port 6
shutdown
!
interface port 7
shutdown
!
interface port 9
switchport trunk allowed vlan 50,697,937,938
switchport trunk untagged vlan remove 1
switchport mode trunk
!
!command in vlan configuration mode
!
!command in ip interface mode
interface ip 0
ip address 10.121.1.4 255.255.255.0 50
!
!command in cluster_mode
!
!command in cmap_mode
class-map vlan-10 match-any
match vlan 10
exit
!
!command in pmap_mode
policy-map pol
class-map vlan-10
exit
exit
!
!command in config_mode
snmp-server host 10.16.16.236 version 2c NVIEW udpport 162
ip default-gateway 10.121.1.1
!
ISCOM2110-OLGUIN#

Pgina 6 de 6

S-ar putea să vă placă și