Manual de instrucciones de Cisco Systems 1751

Manual de instrucciones del aparato Cisco Systems 1751

Aparato: Cisco Systems 1751
Categoría: Router
Fabricante: Cisco Systems
Tamaño: 0.08 MB
Fecha de añadido: 12/10/2013
Número de páginas: 16
Imprimir el manual

Descargar

¿Cómo se utiliza?

Nuestro propósito es proporcionarte el acceso más rápido posible a los contenidos incluidos en los manuales de instrucciones del aparato Cisco Systems 1751. Utilizando la vista previa online, puedes ver rápidamente el índice de contenidos y pasar a la página donde encontrarás la solución a tu problema con Cisco Systems 1751.

Para tu comodidad

Si ver los manuales de instrucción de Cisco Systems 1751 directamente en esta página no es cómodo para ti, puedes utilizar dos soluciones posibles:

  • Vista en pantalla completa – Para ver cómodamente los manuales de instrucciones (sin descargarlos en tu ordenador) puedes utilizar el modo de vista en pantalla completa. Para activar la vista del manual Cisco Systems 1751 en pantalla completa, utiliza el botón Pantalla completa
  • Descargar al ordenador – también puedes descargar el manual de instrucciones de Cisco Systems 1751 a tu ordenador y guardarlo en tu colección. Sin embargo, si no quieres ocupar espacio en tu dispositivo, siempre podrás descargarlo de ManualsBase.
Cisco Systems 1751 Manual de instrucciones - Online PDF
Advertisement
« Page 1 of 16 »
Advertisement
Versión impresa

Muchas personas prefieren no leer el documento en la pantalla, sino en versión impresa. La opción de impresión también está prevista y puedes utilizarla haciendo clic en el enlace más arriba - Imprimir el manual. No tienes que imprimir el manual completo de Cisco Systems 1751, solo las páginas que elijas. Ahorra papel.

Resúmenes

A continuación encontrarás resúmenes de los contenidos incluidos en las páginas posteriores del manual de instrucciones para Cisco Systems 1751. Puedes utilizarlos si quieres ver rápidamente el contenido que se encuentra en la siguientes páginas del manual.

Resúmenes de contenidos
Resumen del contenido incluido en la página 1



SOLUTION OVERVIEW
CONFIGURING DYNAMIC MULTIPOINT VPN
WITH ON-DEMAND ROUTING
OVERVIEW
This document provides a sample configuration for configuring On-Demand Routing (ODR) with Dynamic Multipoint VPN (DMVPN) in hub to
spoke configuration. The DMVPN feature simplifies the hub router IPsec configuration and supports dynamic IP addresses at the spoke router.
DMVPN combines Generic Routing Encapsulation (GRE) tunnels, IPsec encryption, and Next Hop Resolution Protocol (NHRP). It provides IP

Resumen del contenido incluido en la página 2

• This configuration guide uses private addresses only. When using private addresses and connecting to the Internet, an appropriate Network Address Translation (NAT) or Port Address Translation (PAT) configuration is required to provide connectivity over the Internet. • The ODR provides a default route only to the spoke, the configuration support hub and spoke topology; no split tunneling PRECAUTIONS Before configurations are made to any router, confirm the following: • The spoke rou

Resumen del contenido incluido en la página 3

CONFIGURATION OF THE CISCO 3725 ROUTER Following are the configurations on the Hub router: Current configuration: ! version 12.3 ! hostname c3725-21 ! no aaa new-model ! ip subnet-zero ip cef ! ! crypto isakmp policy 1 encr 3des authentication pre-share group 2 crypto isakmp key cisco123 address 0.0.0.0 0.0.0.0 crypto isakmp keepalive 10 ! crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac mode transport ! crypto ipsec profile SDM_Profile1 set transfo

Resumen del contenido incluido en la página 4

tunnel source FastEthernet0/0 tunnel mode gre multipoint tunnel key 100000 tunnel protection ipsec profile SDM_Profile1 ! interface FastEthernet0/0 ip address 10.0.149.221 255.255.255.0 duplex auto speed auto ! interface FastEthernet0/1 ip address 192.168.20.21 255.255.255.0 duplex auto speed 100 ! router odr distribute-list 101 in ! router eigrp 1 redistribute odr metric 2000 100 255 255 1400 network 192.168.1.0 network 192.168.2.0 network 192.168.20.0 n

Resumen del contenido incluido en la página 5

VERIFYING THE CISCO 3725 ROUTER RESULTS Normal Operation This section provides information that can be used to confirm that the configuration is working properly. c3725-21#show ip route Codes: C-connected, S-static, R-RIP, M-mobile, B-BGP D-EIGRP, EX-EIGRP external, O-OSPF, IA-OSPF inter area N1-OSPF NSSA external type 1, N2-OSPF NSSA external type 2 E1-OSPF external type 1, E2-OSPF external type 2 i-IS-IS, su-IS-IS summary, L1-IS-IS level-1, L2-IS-IS level-2 ia-

Resumen del contenido incluido en la página 6

IPSEC FLOW: permit 47 host 10.0.149.221 host 10.0.150.2 Active SAs: 2, origin: crypto map Inbound: #pkts dec’ed 6757 drop 0 life (KB/Sec) 4427309/2860 Outbound: #pkts enc’ed 65162 drop 1 life (KB/Sec) 4427290/2860 c3725-21#show ip protocols Routing Protocol is “nhrp” Maximum path: 0 Routing Information Sources: Gateway Distance Last Update Distance: (default is 0) Routing Protocol is “eigrp 1” Outgoing update filter list for all interfaces is not set Inc

Resumen del contenido incluido en la página 7

Hardware is Tunnel Internet address is 192.168.1.1/24 MTU 1514 bytes, BW 1000 Kbit, DLY 10000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation TUNNEL, loopback not set Keepalive not set Tunnel source 10.0.149.221 (FastEthernet0/0), destination UNKNOWN Tunnel protocol/transport multi-GRE/IP Key 0x186A0, sequencing disabled Checksumming of packets disabled Fast tunneling enabled Tunnel transmit bandwidth 8000 (kbps) Tunnel receive bandwidth 8000 (k

Resumen del contenido incluido en la página 8

! hostname c1751-16 ! no aaa new-model ip subnet-zero ! ip cef ! ! crypto isakmp policy 1 encr 3des authentication pre-share group 2 crypto isakmp key cisco123 address 0.0.0.0 0.0.0.0 crypto isakmp keepalive 10 ! ! crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac mode transport crypto ipsec transform-set ESP-3DES-SHA1 esp-3des esp-sha-hmac mode transport ! crypto ipsec profile SDM_Profile1 set transform-set ESP-3DES-SHA1 ! crypto ipsec profile SDM_Pr

Resumen del contenido incluido en la página 9

tunnel source FastEthernet0/0 tunnel destination 10.0.149.221 tunnel key 100000 tunnel protection ipsec profile SDM_Profile1 ! interface Tunnel1 bandwidth 1000 ip address 192.168.2.10 255.255.255.0 ip mtu 1400 ip nhrp authentication DMPVN_BU ip nhrp map 192.168.2.1 10.0.149.220 ip nhrp network-id 100001 ip nhrp holdtime 360 ip nhrp nhs 192.168.2.1 ip nhrp server-only ip tcp adjust-mss 1360 delay 1000 cdp enable tunnel source FastEthernet0/0 tunnel destinati

Resumen del contenido incluido en la página 10

N1-OSPF NSSA external type 1, N2-OSPF NSSA external type 2 E1-OSPF external type 1, E2-OSPF external type 2 i-IS-IS, su-IS-IS summary, L1-IS-IS level-1, L2-IS-IS level-2 ia-IS-IS inter area, *-candidate default, U-per-user static route o-ODR, P-periodic downloaded static route Gateway of last resort is 192.168.2.1 to network 0.0.0.0 10.0.0.0/24 is subnetted, 2 subnets C 10.0.150.0 is directly connected, FastEthernet0/0 S 10.0.149.0 [1/0] via 10.0.150.207 C

Resumen del contenido incluido en la página 11

Gateway Distance Last Update Distance: (default is 0) c1751-16#show cdp neighbor Capability Codes: R-Router, T-Trans Bridge, B-Source Route Bridge S-Switch, H-Host, I-IGMP, r-Repeater Device ID Local Intrfce Holdtme Capability Platform Port ID c2950-xl Eth 0/0 165 S I WS-C2950G-Fas 0/6 c2950-xl Fas 0/0 165 S I WS-C2950G-Fas 0/9 c3725-21.cisco.com Tunnel0 152 R S I 3725 Tunnel0 c3745-20.cisco.com Tu

Resumen del contenido incluido en la página 12

! resource manager ! ip subnet-zero ip cef ! crypto isakmp policy 1 encr 3des authentication pre-share group 2 crypto isakmp key cisco123 address 0.0.0.0 0.0.0.0 crypto isakmp keepalive 10 ! ! crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac mode transport ! crypto ipsec profile SDM_Profile1 set transform-set ESP-3DES-SHA ! ! ! ! interface Tunnel0 bandwidth 1000 ip address 192.168.2.1 255.255.255.0 no ip redirects ip mtu 1400 ip nhrp authentic

Resumen del contenido incluido en la página 13

ip address 10.0.149.220 255.255.255.0 speed 100 full-duplex ! interface FastEthernet0/1 description $FW_INSIDE$ ip address 192.168.20.20 255.255.255.0 speed 100 full-duplex ! router odr distribute-list 101 in ! router eigrp 1 redistribute odr network 192.168.2.0 network 192.168.20.0 no auto-summary ! ip classless ip route 0.0.0.0 0.0.0.0 10.0.149.207 ! access-list 101 permit ip any 192.168.0.0 0.0.255.255 ! end CISCO 831 ROUTER CONFIGURATION Current co

Resumen del contenido incluido en la página 14

crypto isakmp key cisco123 address 0.0.0.0 0.0.0.0 crypto isakmp keepalive 10 ! ! crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac mode transport crypto ipsec transform-set ESP-3DES-SHA1 esp-3des esp-sha-hmac mode transport ! crypto ipsec profile SDM_Profile1 set transform-set ESP-3DES-SHA1 ! crypto ipsec profile SDM_Profile2 set transform-set ESP-3DES-SHA ! ! interface Tunnel0 bandwidth 1000 ip address 192.168.1.11 255.255.255.0 ip mtu 1400 ip nhrp aut

Resumen del contenido incluido en la página 15

cdp enable tunnel source Ethernet1 tunnel destination 10.0.149.220 tunnel key 100001 tunnel protection ipsec profile SDM_Profile2 ! interface Ethernet0 ip address 192.168.27.1 255.255.255.0 ! interface Ethernet1 ip address dhcp duplex auto ! ip classless ip route 10.0.149.0 255.255.255.0 dhcp ! end RELATED INFORMATION • IPsec Support Page • An Introduction to IPsec Encryption • Configuring On-Demand Routing, Release 12.2 Configuration Guide • Designing Large-

Resumen del contenido incluido en la página 16

Corporate Headquarters European Headquarters Americas Headquarters Asia Pacific Headquarters Cisco Systems, Inc. Cisco Systems International BV Cisco Systems, Inc. Cisco Systems, Inc. 170 West Tasman Drive Haarlerbergpark 170 West Tasman Drive 168 Robinson Road San Jose, CA 95134-1706 Haarlerbergweg 13-19 San Jose, CA 95134-1706 #28-01 Capital Tower USA 1101 CH Amsterdam USA Singapore 068912 www.cisco.com The Netherlands www.cisco.com www.cisco.com Tel: 408 526-4000 www-europe.cisco.


Manuales de instrucciones similares
# Manual de instrucciones Categoría Descargar
1 Cisco Systems 10/100 16-Port VPN Router RV016 Manual de instrucciones Router 32
2 Cisco Systems 1005 Manual de instrucciones Router 10
3 Cisco Systems 10005 Manual de instrucciones Router 1
4 Cisco Systems 12000 GSR Manual de instrucciones Router 3
5 Cisco Systems 10700 Manual de instrucciones Router 6
6 Cisco Systems 10000 Manual de instrucciones Router 0
7 Cisco Systems 10008 Manual de instrucciones Router 0
8 Cisco Systems 12012 Manual de instrucciones Router 0
9 Cisco Systems 12000 Series Manual de instrucciones Router 8
10 Cisco Systems 12404 Manual de instrucciones Router 1
11 Cisco Systems 10720 Manual de instrucciones Router 0
12 Cisco Systems 12406 series Manual de instrucciones Router 0
13 Cisco Systems 12006 series Manual de instrucciones Router 0
14 Cisco Systems 12406 Manual de instrucciones Router 0
15 Cisco Systems 1300 Manual de instrucciones Router 44
16 Sony BKS-R3202/R3210/R3220 Manual de instrucciones Router 77
17 Sony DVS-V3232B/V3232M Manual de instrucciones Router 3
18 Sony BVS-V3232 Manual de instrucciones Router 8
19 Sony DMX-WL1 Manual de instrucciones Router 6
20 Sony BVS-A3232 Manual de instrucciones Router 6