Ver Mensaje Individual
  #5 (permalink)  
Antiguo 01/04/2014, 16:56
shaka025
 
Fecha de Ingreso: julio-2012
Mensajes: 94
Antigüedad: 11 años, 9 meses
Puntos: 0
Respuesta: Reenvio de puertos con IPSLA en cisco 891

Building configuration...

Current configuration : 5103 bytes
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
logging buffered 51200 warnings
!
no aaa new-model
clock timezone UTC -6 0
!
crypto pki trustpoint TP-self-signed-1125252647
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-1125252647
revocation-check none
rsakeypair TP-self-signed-1125252647
!
!
crypto pki certificate chain TP-self-signed-1125252647 quit
ip cef
!
!
!
!


!
ip dhcp excluded-address 192.168.1.1
ip dhcp excluded-address 192.168.1.2 192.168.1.20
ip dhcp excluded-address 192.168.1.90 192.168.1.145
!
ip dhcp pool ccp-pool
import all
network 192.168.1.0 255.255.255.0
dns-server 8.8.8.8
default-router 192.168.1.1
lease 0 2
!
ip dhcp pool CCP-POOL
!
ip dhcp pool vlan33
import all
network 192.168.33.0 255.255.255.0
default-router 192.168.33.1
dns-server 8.8.8.8
lease 0 2
!
!
!
no ip domain lookup
ip domain name yourdomain.com
no ipv6 cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
license udi pid CISCO891 sn XXXXXXXXX
!
!
username USER privilege 15 secret 4 RmRR4BVH7432528Pf8XdEmyEV1ABXKiD.IXTvAX.TIk
!
redundancy
!
!
!
!
!
!
track 10 ip sla 10 reachability
!
track 11 list boolean and
object 10 not
!
!
!
!
!
!
!
!
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface FastEthernet4
no ip address
!
interface FastEthernet5
no ip address
!
interface FastEthernet6
switchport access vlan 33
no ip address
!
interface FastEthernet7
switchport mode trunk
no ip address
!
interface FastEthernet8
ip dhcp client route track 11
ip address dhcp
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface GigabitEthernet0
mac-address CCCC.CCCC.CCCC
ip dhcp client route track 10
ip address dhcp
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface Vlan1
description $ETH_LAN$
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
ip tcp adjust-mss 1452
!
interface Vlan33
description $Guest$
ip address 192.168.33.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
ip tcp adjust-mss 1452
!
interface Async1
no ip address
encapsulation slip
!
ip forward-protocol nd
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 8400 requests 10000
!
!
ip nat inside source route-map ISP1 interface GigabitEthernet0 overload
ip nat inside source route-map ISP2 interface FastEthernet8 overload
ip route 4.2.2.2 255.255.255.255 GigabitEthernet0 permanent
!
ip access-list extended NAT_ACL
permit tcp 192.168.1.0 0.0.0.255 any
permit icmp 192.168.1.0 0.0.0.255 any
permit udp 192.168.1.0 0.0.0.255 any
permit tcp 192.168.33.0 0.0.0.255 any
permit icmp 192.168.33.0 0.0.0.255 any
permit udp 192.168.33.0 0.0.0.255 any
!
ip sla auto discovery
ip sla 10
icmp-echo 4.2.2.2 source-interface GigabitEthernet0
frequency 25
ip sla schedule 10 life forever start-time now
access-list 23 permit 192.168.1.0 0.0.0.255
no cdp run
!
route-map ISP2 permit 10
match ip address NAT_ACL
match interface FastEthernet8
!
route-map ISP1 permit 10
match ip address NAT_ACL
match interface GigabitEthernet0
!
!
!
control-plane
!
!
!
!
mgcp profile default
!
!
!
!
!
!
line con 0
logging synchronous
login local
line 1
modem InOut
speed 115200
flowcontrol hardware
line aux 0
!
!
end


Aqui esta el show run que me solicitaste espero te pueda servir para que me ayuds