Проблема ciaco 1760 подключаются к провайдеру по PPTP. Поднимается соединение по OSPF, но маршруты OSPF находятся в базе данных (по команде sh ip ospf data), но не в таблице маршрутизации их нет Почему?
Конфиг:
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service internal
!
hostname c1760sb
!
boot-start-marker
boot-end-marker
!
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
voice-card 1
!
aaa new-model
!
!
aaa authentication login default local
aaa authentication ppp default local
aaa session-id common
ip subnet-zero
no ip source-route
no ip gratuitous-arps
ip cef
!
!
!
!
no ip domain lookup
vpdn enable
!
vpdn-group 1
request-dialin
protocol pptp
rotary-group 0
initiate-to ip 1.2.3.4
!
! Default PPTP VPDN group
vpdn-group 2
accept-dialin
protocol pptp
virtual-template 1
!
vpdn-group 3
request-dialin
protocol pppoe
!
no ftp-server write-enable
!
!
!
!
!
!!
!
!
interface Loopback0
ip address 10.10.20.20 255.255.255.255
!
interface Loopback2
ip address 192.168.2.254 255.255.255.255
!
interface Ethernet0/0
no ip address
full-duplex
pppoe enable
pppoe-client dial-pool-number 1
!
interface FastEthernet0/0
no ip address
speed auto
!
interface FastEthernet0/0.1
encapsulation dot1Q 1 native
ip address 192.168.0.11 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
ip nat inside
ip ospf mtu-ignore
no cdp enable
!
interface FastEthernet0/0.16
encapsulation dot1Q 16
ip address 172.16.0.11 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
no cdp enable
!
interface Virtual-Template1
ip unnumbered FastEthernet0/0.1
peer default ip address pool vpn
no keepalive
ppp authentication pap chap ms-chap
!
interface Dialer0
mtu 1460
ip address 10.22.0.252 255.255.255.0
encapsulation ppp
dialer in-band
dialer idle-timeout 180000
dialer string 123
dialer vpdn
dialer-group 2
no cdp enable
ppp chap hostname stest
ppp chap password 0 ***
ppp pap sent-username stest password 0 ***
!
interface Dialer1
ip address negotiated
ip access-group test in
ip mtu 1492
ip nat outside
encapsulation ppp
dialer pool 1
dialer idle-timeout 0
dialer persistent delay initial 30
dialer persistent delay 15
dialer vpdn
dialer-group 1
no cdp enable
ppp authentication pap chap callin
ppp chap hostname ***
ppp chap password 0 ***
ppp pap sent-username *** password 0 ***
!
router ospf 22
log-adjacency-changes
network 10.22.0.0 0.0.255.255 area 0
!
ip local pool vpn 192.168.1.1 192.168.1.250
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 10.22.0.0 255.255.0.0 Dialer0
no ip http server
ip nat inside source list 1 interface Dialer1 overload
!
ip access-list extended test
permit tcp any any eq 1723
permit tcp any any established
permit gre any any
permit icmp any any
deny ip any any log
!
access-list 1 permit 192.168.0.0 0.0.0.255
dialer-list 1 protocol ip permit
dialer-list 2 protocol ip permit
dialer-list 3 protocol ip permit
!
control-plane
!
!
!
voice-port 1/0
!
voice-port 1/1
!
voice-port 1/2
!
voice-port 1/3
!
!
!
line con 0
line aux 0
line vty 0 4
privilege level 15
transport input telnet
!
end