Sunteți pe pagina 1din 17

Configuración básica internet dedicado

Fibra por Transceiver – Radwin - Harris

Versión 1.0
Introducción

Las configuraciones que se muestran a continuación son equivalentes para los


accesos de fibra óptica punto a punto (raisecom), Radwin y Harris, esto está dado ya que
el servicio es proporcionado por un nodo con interfaces Ethernet (Conector RJ-45) y los
accesos se utilizan como un medio de transporte entre el nodo y el equipo terminal en
dependencias de cliente.

Topología del servicio

Fibra punto a punto

Radwin - Harris
Configuración Básica

Las configuraciones que se mencionan a continuación aplican para los modelos

- Cisco 881
- Cisco 1941
- Cisco 2901
- Cisco 2911
- Cisco 2921
- Cisco 2951

Cisco 881 Hasta 20 Mbps


Cisco 1941 Intermedio (ver ott)
Cisco 2901 Hasta 100 Mbps
Cisco 2911 Superior a 100 Mbps
Cisco 2921 Superior a 100 Mbps
Cisco 2951 Superior a 100 Mbps
Instrucciones

1- Se debe conectar cable de consola en el puerto CONSOLE del router, el otro extremo
del cable corresponde a un db-9 hembra que se conectara al usb-serial para
notebook.
2- Para poder acceder a la interfaz de consola del equipo, se realiza vía Hyperterminal –
Putty - Secure CRT o similar, la configuración tipo es la siguiente:

*El número de COM va a depender en que puerto usb del notebook se conecte.

3- Para ingresar a un equipo nuevo, se necesitan las siguientes credenciales:

Username: cisco

Password: cisco

4- Posterior a ello el nombre del router aparece como yourname#

5- Digitar erase startup-config + enter

Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]

6- Confirmar con un enter

Erase of nvram: complete


%SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram
7- Digitar reload, colocar no y luego enter
8- Esperar que router reinicie

Digitally Signed Release Software


program load complete, entry point: 0x81000000, size: 0x3bcd3d8
Self decompressing the image :
########################################################################## [OK]
Smart Init is enabled
smart init is sizing iomem
TYPE MEMORY_REQ
Onboard devices &
buffer pools 0x0228F000
-----------------------------------------------
TOTAL: 0x0228F000
Rounded IOMEM up to: 36Mb.
Using 6 percent iomem. [36Mb/512Mb]

9- Al partir, mostrara:

--- System Configuration Dialog ---

Continue with configuration dialog? [yes/no]:

10- Digitar no
11- Digitar enable:

Router>enable
Router#

12- Configuración Hostaname (nombre de equipo)

12.1- El nombre va en relación al tipo de servicio que se está entregando, este


viene en la OTT:
Internet dedicado: LIMAQ.LTDA_INTERNET

- Configure terminal + enter


- Hostname siglacliente (mayúscula)_tipo servicio(mayúscula) + enter

Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hos
Router(config)#hostname LIMAQ.LTDA_INTERNET
LIMAQ.LTDA_INTERNET(config)#

13- Configuración de password y administración remota (telnet)

13.1- La password encriptada y password de telnet corresponden a la sigla de


cliente que viene en el campo de la OTT:

13.2- Configuración password encriptada:

- Enable secret *1siglacliente(minúscula) + enter

LIMAQ.LTDA_INTERNET (config)#
LIMAQ.LTDA_INTERNET (config)#ena
LIMAQ.LTDA_INTERNET (config)#enable se
LIMAQ.LTDA_INTERNET (config)#enable secret *1limaq.ltda
13.3- Configuration password para telnet

- Line vty 0 4 + enter


- Password siglacliente(minuscula) + enter
- Login + enter
- End + enter
- Wr (guardar configuración)

LIMAQ.LTDA_INTERNET (config)#line vty 0 4


LIMAQ.LTDA_INTERNET (config-line)#pas
LIMAQ.LTDA_INTERNET (config-line)#password limaq.ltd
LIMAQ.LTDA_INTERNET (config-line)#login
LIMAQ.LTDA_INTERNET (config-line)#end
LIMAQ.LTDA_INTERNET #
LIMAQ.LTDA_INTERNET#wr
Building configuration...
[OK]
LIMAQ.LTDA_INTERNET#

14 - Verificar configuración, con el comado show running-config:

LIMAQ.LTDA_INTERNET#show running-config
Building configuration...

Current configuration : 689 bytes


!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname LIMAQ.LTDA_INTERNET
!
!
enable secret 5 $1$mERr$VK8FLIV/6tw157VG/Zfc7/

no ipv6 cef
!
+++++++++++++++se omitió el resto de la configuración ++++++++++++++++++++
!
line aux 0
!
line vty 0 4
password limaq.ltda
login
!
end
LIMAQ.LTDA_INTERNET#
Datos para configurar

Una vez teniendo configurado el nombre del equipo, password encriptada y


password telnet se deben recopilar datos para la configuración del servicio:

- Ip LAN
- Ip WAN
- Velocidades del servicio
Router Cisco 1941- 2901-2911-2921-2951

WAN: 192.168.75.216/30
LAN: 186.67.37.24/29

1- Digitar configure terminal + enter

LIMAQ.LTDA_INTERNET#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
LIMAQ.LTDA_INTERNET(config)#

2- Digitar interface gigaethernet 0/0 + enter


3- Digitar no shutdown + enter

LIMAQ.LTDA_INTERNET(config)#interface gigabitEthernet 0/0


LIMAQ.LTDA_INTERNET(config-if)#no shutdown
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up

4- Digitar description **** WAN_ENTEL.INTERNET OTT:71401324318 C/S:1000027990 **** + enter

LIMAQ.LTDA_INTERNET(config-if)#
LIMAQ.LTDA_INTERNET(config-if)#des
LIMAQ.LTDA_INTERNET(config-if)#description **** WAN_ENTEL.INTERNET OTT:71401324318 C/S:10000279902 ****

5- Ingresar direccionamiento WAN: ip address 192.168.75.218 (se suma 2 más de


la ott) 255.255.255.252 + enter

LIMAQ.LTDA_INTERNET(config-if)#ip add
LIMAQ.LTDA_INTERNET(config-if)#ip address 192.168.75.218 255.255.255.252
LIMAQ.LTDA_INTERNET(config-if)#

6- Digitar exit + enter

LIMAQ.LTDA_INTERNET(config-if)#
LIMAQ.LTDA_INTERNET(config-if)#exit
LIMAQ.LTDA_INTERNET(config)#

7- Digitar interface gigabitEthernet 0/1 + enter


8- Digitar no shutdown + enter

LIMAQ.LTDA_INTERNET(config)#in
LIMAQ.LTDA_INTERNET(config)#interface gi
LIMAQ.LTDA_INTERNET(config)#interface gigabitEthernet 0/1
LIMAQ.LTDA_INTERNET(config-if)#no shu
LIMAQ.LTDA_INTERNET(config-if)#no shutdown
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up
9- Digitar description **** LAN_ENTEL.INTERNET **** + enter

LIMAQ.LTDA_INTERNET(config-if)#des
LIMAQ.LTDA_INTERNET(config-if)#description **** LAN_ENTEL.INTERNET ****

10- Ingresar direccionamiento LAN: ip address 186.67.37.25 (se suma 1 más de la


ott) 255.255.255.248+ enter

LIMAQ.LTDA_INTERNET(config-if)#ip add
LIMAQ.LTDA_INTERNET(config-if)#ip address 186.67.37.25 255.255.255.248

11- Digitar exit + enter

LIMAQ.LTDA_INTERNET(config-if)#exit
LIMAQ.LTDA_INTERNET(config)#

12- Ingresar ruta estática por default : ip route 0.0.0.0 0.0.0.0 192.168.75.217 ( se
suma 1 más de la ott) + enter

LIMAQ.LTDA_INTERNET(config)#ip route 0.0.0.0 0.0.0.0 192.168.75.217


LIMAQ.LTDA_INTERNET(config)#

13- Digitar exit + enter

LIMAQ.LTDA_INTERNET(config)#exit
LIMAQ.LTDA_INTERNET#
%SYS-5-CONFIG_I: Configured from console by console

14- Digitar wr + enter para guardar la configuración

LIMAQ.LTDA_INTERNET#
LIMAQ.LTDA_INTERNET#wr
Building configuration...
[OK]
LIMAQ.LTDA_INTERNET#
Router Cisco 881:

1- Digitar configure terminal + enter

LIMAQ.LTDA_INTERNET#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
LIMAQ.LTDA_INTERNET(config)#

2- Digitar interface fastEthernet 4 + enter


3- Digitar no shutdown + enter

LIMAQ.LTDA_INTERNET(config)#interface fastEthernet 4
LIMAQ.LTDA_INTERNET(config-if)#no shutdown
LIMAQ.LTDA_INTERNET(config-if)#
*Dec 17 14:27:07.043: %LINK-3-UPDOWN: Interface FastEthernet4, changed state to up
LIMAQ.LTDA_INTERNET(config-if)#

4- Digitar description **** WAN_ENTEL.INTERNET OTT:71401324318 C/S:1000027990 2 **** + enter

LIMAQ.LTDA_INTERNET(config-if)#
LIMAQ.LTDA_INTERNET(config-if)#des
LIMAQ.LTDA_INTERNET(config-if)#description **** WAN_ENTEL.INTERNET OTT:71401324318
C/S:10000279902 ****

5- Ingesar direccionamiento WAN: ip address 192.168.75.218 (se suma 2 mas


de la ott) 255.255.255.252 + enter

LIMAQ.LTDA_INTERNET(config-if)#ip add
LIMAQ.LTDA_INTERNET(config-if)#ip address 192.168.75.218 255.255.255.252
LIMAQ.LTDA_INTERNET(config-if)#

6- Digitar exit + enter

LIMAQ.LTDA_INTERNET(config-if)#
LIMAQ.LTDA_INTERNET(config-if)#exit
LIMAQ.LTDA_INTERNET(config)#

7- Digitar interface vlan 1 + enter

LIMAQ.LTDA_INTERNET(config)#interface vlan 1
LIMAQ.LTDA_INTERNET(config-if)#

8- Digitar description **** LAN_ENTEL.INTERNET **** + enter

LIMAQ.LTDA_INTERNET(config-if)#des
LIMAQ.LTDA_INTERNET(config-if)#description **** LAN_ENTEL.INTERNET ****
9- Ingesar direccionamiento LAN: ip address 186.67.37.25 (se suma 1 mas de
la ott) 255.255.255.248+ enter

LIMAQ.LTDA_INTERNET(config-if)#ip add
LIMAQ.LTDA_INTERNET(config-if)#ip address 186.67.37.25 255.255.255.248

10- Digitar exit + enter

LIMAQ.LTDA_INTERNET(config-if)#exit
LIMAQ.LTDA_INTERNET(config)#

11- Ingresar ruta estatica por default : ip route 0.0.0.0 0.0.0.0 192.168.75.217 ( se
suma 1 mas de la ott) + enter

LIMAQ.LTDA_INTERNET(config)#ip route 0.0.0.0 0.0.0.0 192.168.75.217


LIMAQ.LTDA_INTERNET(config)#

12- Digitar exit + enter

LIMAQ.LTDA_INTERNET(config)#exit
LIMAQ.LTDA_INTERNET#
%SYS-5-CONFIG_I: Configured from console by console

13- Digitar wr + enter para guardar la configuración

LIMAQ.LTDA_INTERNET#
LIMAQ.LTDA_INTERNET#wr
Building configuration...
[OK]
LIMAQ.LTDA_INTERNET#
Pruebas de conectividad

Las pruebas de internet dedicado son las mismas para los modelos mencionados anteriormente:

1- Conectar notebook a puerto LAN del router:

Cisco 2901: GE 0/1

2- Configurar dirección ip en tarjeta de red del notebook, ejemplo:


LAN OTT: 186.67.37.24/29
LAN configurada en router: 186.67.37.25 255.255.255.248

interface Vlan1
description **** LAN_ENTEL.INTERNET ****
ip address 186.67.37.25 255.255.255.248

Notebook:

IP: 186.67.37.26
Mascar: 255.255.255.248
Puerta de enlace: 186.67.37.25 (LAN del router configurada)
Dns: 200.72.1.5 - 200.72.1.11
3- Realizar ping desde CMD del notebook a IP LAN DEL ROUTER

4- Conectar puerto WAN del router a la puerta asociada del nodo

Cisco 2901: GE 0/0


Cisco 881: FE WAN (4)

5- Realizar desde la consola del router ping a la IP PE que es la misma de la ip route,


ejemplo:

WAN OTT: 192.168.75.216

WAN interface en router: 192.168.75.218

PE (ruta estática): 192.168.75.217

LIMAQ.LTDA_INTERNET#show arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 186.67.37.25 - f872.ea83.ea64 ARPA Vlan1
Internet 192.168.75.217 0 54ee.7503.c334 ARPA FastEthernet4
Internet 192.168.75.218 - f872.ea83.ea68 ARPA FastEthernet4

LIMAQ.LTDA_INTERNET#
LIMAQ.LTDA_INTERNET#ping 192.168.75.217
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.75.217, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
LIMAQ.LTDA_INTERNET#
6- Cuando no existe ping entre el router y PE, se debe llamar a la mesa de atención
técnica e indicar el problema. También es necesaria la gestión de la mesa
cuando las puertas de los nodos no sincronicen.

7- Comprobar navegación y velocidad.

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