0% encontró este documento útil (0 votos)
405 vistas12 páginas

Guia Configuracion Router Cisco 800

Descargar como docx, pdf o txt
Descargar como docx, pdf o txt
Descargar como docx, pdf o txt
Está en la página 1/ 12

CONFIGURACION ROUTER CISCO 800

1. Para ingresar al router CISCO 800 series necesitamos entrar por consola
desde putty.

2. Entrar al Router Cisco


3. Aplicar los siguientes Comandos

Router# Service-module wlan 0 Session


ap> enable
ap# erase starup-config
ap# reload
confirm- enter

4. Dar reset físicamente al Router Cisco


5. PONER NOMBRE AL ROUTER DEL TELECENTRO

ROUTER> enable

ROUTER# CONFIG TERMINAL

ENTER

ROUTER(CONFIG)# HOSTNAME SC-EL_ESPINO-5000

TECLA ENTER
ROUTER(CONFIG)# ENABLE SECRET $SatCom$

TECLA ENTER
SC-EL_ESPINO-5009(CONFIG)# CARGAR EL ARCHIVO DE CONFIGURACION

ARCHIVO DE CONFIGURACION

!
no aaa new-model
!
crypto pki trustpoint TP-self-signed-2020808277
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2020808277
revocation-check none
rsakeypair TP-self-signed-2020808277
!
!
crypto pki certificate chain TP-self-signed-2020808277
certificate self-signed 01
quit
ip cef
!
!
!
!
!
!
ip domain name entel.com
ip name-server 200.87.100.40
ip name-server 200.87.100.10
no ipv6 cef
!
!
license udi pid C881W-A-K9 sn FTX1802828W -- modificar serial del cisco
!
!
username cisco secret 4 O63L84AiHF0ABTQRNcZ2XRHUd4llZ7B.BJeMSdpolNo
!
!
!
!
!
ip ssh version 2
!
!
!
!
!
!
!
!
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface FastEthernet4
description #INTERFACE WAN DEL ROUTER (IP DEL ROUTER CISCO)
ip address 10.158.203.250 255.255.255.248 -- modificar ip de acuerdo al sitio
ip nat outside
ip virtual-reassembly in
rate-limit input 768000 144000 288000 conform-action transmit exceed-action drop
rate-limit output 512000 96000 192000 conform-action transmit exceed-action drop
duplex auto
speed auto
!
interface Wlan-GigabitEthernet0
description Internal switch interface connecting to the embedded AP
switchport mode trunk
no ip address
!
interface wlan-ap0
description Embedded Service module interface to manage the embedded AP
ip address 192.168.2.1 255.255.255.0
!
interface Vlan1
description #INTERFACE LAN DEL ROUTER
ip address 192.168.1.1 255.255.255.0
ip access-group 10 in
ip nat inside
ip virtual-reassembly in
!
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
!
ip nat inside source list 20 interface FastEthernet4 overload (IP MODEM GILAT)
ip route 0.0.0.0 0.0.0.0 10.158.203.249 -- modificar ip de acuerdo al sitio
!
!
access-list 10 permit 192.168.1.105
access-list 10 permit 192.168.1.104
access-list 10 permit 192.168.1.101
access-list 10 permit 192.168.1.103
access-list 10 permit 192.168.1.102
access-list 10 deny any
access-list 20 permit 192.168.1.0 0.0.0.255
!
!
line con 0
password cisco
login
no modem enable
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
stopbits 1
line vty 0 4
password $SatCom$
login
transport input telnet ssh
line vty 5 15
password cisco
login local
transport input telnet ssh
!
scheduler allocate 20000 1000
!
end

6. Se tiene que guardar la configuración


SC-EL_ESPINO-4084# WR

TECLA ENTER
7. Revisar si alguna interfaz esta Down

SC_EL_ESPINO_4084# sh ip int brief

8. Interfaces DOWN, habilitar interfaz con comando “no showdown”

9. Luego guardar la configuración con “wr”


10. Configuración de archivo AP

SC_EL_ESPINO_5000#service-module wlan-ap 0 session


ap> enable
Password: Cisco
ap# config t
ap# procedemos a cargar el siguiente archivo de configuración ap

Archivo configuración de AP
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname AP_TLC_SC_EL_ESPINO-- modificar nombre de acuerdo al sitio
!
logging rate-limit console 9
enable secret 5 $1$g1dq$lWSF1Tka85cCAvfI8.hdL1
!
no aaa new-model
ip name-server 200.87.100.10
ip name-server 200.87.100.40
!
!
dot11 syslog
!
dot11 ssid TELECENTRO_EL_ESPINO -- modificar nombre de acuerdo al sitio
vlan 1
authentication open
authentication key-management wpa
guest-mode
wpa-psk ascii t3l3c3ntr05
!
dot11 network-map
!
!
username Cisco password 7 14341B180F0B
!
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
encryption vlan 1 mode ciphers aes-ccm tkip
!
ssid TELECENTRO_EL_ESPINO -- modificar nombre de acuerdo al sitio
!
antenna gain 0
channel 2462
station-role root
!
interface Dot11Radio0.1
encapsulation dot1Q 1 native
ip access-group 10 in
no ip route-cache
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
!
interface GigabitEthernet0
description the embedded AP GigabitEthernet 0 is an internal interface connecting AP with
the host router
no ip address
no ip route-cache
!
interface GigabitEthernet0.1
encapsulation dot1Q 1 native
no ip route-cache
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
interface BVI1
ip address 192.168.1.2 255.255.255.0
no ip route-cache
!
ip default-gateway 192.168.1.1
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
login local
11. Revisar si alguna interfaz está Down

SC_EL_ESPINO_4084# sh ip int brief

12. Interfaces DOWN, habilitar interfaz con comando “no showdown”

13. Por ultimo guardar configuración con “wr”

También podría gustarte