licosta
12-01-2013Más integrado que la RDSI
Configuración Router Cisco
Hola a todos os dejo la configuración de router cisco 1801 , tambien es aplicable al 881 y al 871 con las ultimas ios .
El problema de mi configuración es que funciona todo menos los softphones de dentro de la red, asi que os la dejo y si alguien ve errores que me avise y lo arreglaré.
Current configuration : 3878 bytes ! ! Last configuration change at 06:52:49 UTC Sat Jan 12 2013 by licosta ! version 15.0 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname cisco ! boot-start-marker boot-end-marker ! ! aaa new-model ! ! ! ! ! ! ! aaa session-id common ! ! ! ! ! dot11 syslog ip source-route ! ! ip dhcp excluded-address 192.168.20.1 192.168.20.20 ip dhcp pool Local network 192.168.20.0 255.255.255.0 dns-server 8.8.8.8 8.8.4.4 default-router 192.168.20.1 ! ! ip cef ip domain name dominio.com ipv6 source-route ipv6 unicast-routing ipv6 cef ! multilink bundle-name authenticated ! ! ! ! ! ip ssh version 2 ! ! ! interface ATM0 no ip address no ip redirects no ip unreachables no ip proxy-arp no ip route-cache cef no ip route-cache shutdown no atm ilmi-keepalive ! ! interface BRI0 no ip address encapsulation hdlc shutdown ! ! interface FastEthernet0 no ip address duplex auto speed auto ! ! interface FastEthernet0.2 encapsulation dot1Q 2 ip address dhcp ! interface FastEthernet0.3 encapsulation dot1Q 3 ip address dhcp ip nat outside ip nat enable ip virtual-reassembly ! interface FastEthernet0.6 encapsulation dot1Q 6 pppoe enable group global pppoe-client dial-pool-number 1 ! interface FastEthernet1 ! ! interface FastEthernet2 ! ! interface FastEthernet3 ! ! interface FastEthernet4 ! ! interface FastEthernet5 ! ! interface FastEthernet6 ! ! interface FastEthernet7 ! ! interface FastEthernet8 ! ! interface Vlan1 ip address 192.168.20.1 255.255.255.0 ip nat inside ip virtual-reassembly ! ! interface Dialer0 ip address negotiated ip mtu 1492 ip nat outside ip virtual-reassembly encapsulation ppp ip tcp adjust-mss 1452 dialer pool 1 dialer-group 1 ppp authentication chap pap callin ppp chap hostname adslppp@telefonicanetpa ppp chap password 0 adslppp ppp pap sent-username adslppp@telefonicanetpa password 0 adslppp no cdp enable ! ! ! router rip version 2 network 10.0.0.0 ! ip forward-protocol nd no ip http server no ip http secure-server ! ! ip nat inside source list 10 interface Dialer0 overload ip route 0.0.0.0 0.0.0.0 Dialer0 ! access-list 10 permit 192.168.20.0 0.0.0.255 ! ! ! control-plane ! ! ! line con 0 line aux 0 line vty 0 4 privilege level 15 transport input telnet ssh ! end