Добрый день всем. Имеем Cisco 861.
Cisco IOS Software, C860 Software (C860-UNIVERSALK9-M), Version 12.4(24)T4, RELEASE SOFTWARE (fc2)
version 12.4
parser config cache interface
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Cisco
!
boot-start-marker
boot system flash c860-universalk9-mz.124-24.T4.bin
boot-end-marker
!
logging message-counter syslog
logging buffered 4096 errors
enable secret
enable password
!
no aaa new-model
memory-size iomem 10
!
!
ip source-route
ip dhcp excluded-address 192.168.104.1 192.168.104.99
ip dhcp excluded-address 192.168.104.200 192.168.104.255
!
ip dhcp pool lan
network 192.168.104.0 255.255.255.0
default-router 192.168.104.1
domain-name cisco
dns-server 192.168.104.1
!
!
ip cef
ip name-server 82.*
ip name-server 82.*
ip name-server 213.*
ip name-server 195.*
no ip dhcp-client broadcast-flag
!
!
vpdn enable
!
!
!
!
no spanning-tree vlan 1
no spanning-tree vlan 2
username
!
!
!
archive
log config
hidekeys
!
!
!
track 1 ip sla 1 reachability
delay down 2 up 2
!
!
bba-group pppoe global
!
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
switchport access vlan 2
!
interface FastEthernet4
description Internet 2
ip virtual-reassembly
no ip route-cache cef
no ip route-cache
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface Vlan1
ip address 192.168.104.1 255.255.255.0
ip nat inside
ip virtual-reassembly
no ip route-cache cef
no ip route-cache
!
interface Vlan2
description Internet 1
ip address dhcp
ip nat outside
ip virtual-reassembly
!
interface Dialer0
description ADSL to Internet 2
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication pap callin
ppp pap sent-username *** password ***
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 82.*.*.1 100 Track 1
ip route 0.0.0.0 0.0.0.0 213.*.*.252 200
no ip http server
no ip http secure-server
!
ip dns server
ip nat inside source route-map ISP-1 interface Vlan2 overload
ip nat inside source route-map ISP-2 interface Dialer0 overload
!
ip sla 1
icmp-echo Internet1-g source-interface vlan2
timeout 1000
threshold 2
frequency 3
ip sla schedule 1 life forever start-time now
access-list 11 remark NAT
access-list 11 permit 192.168.104.0 0.0.0.255
dialer-list 1 protocol ip permit
route-map ISP-2 permit 20
match ip address 11
match interface Dialer0
!
route-map ISP-1 permit 10
match ip address 11
match interface vlan2
!
!
control-plane
line con 0
password
login
no modem enable
transport preferred none
line aux 0
line vty 0
password
login
no activation-character
transport preferred none
transport input all
line vty 1 4
password
login
!
scheduler max-task-time 5000
end
Проблема в следующем:
При соединении с провайдером по ADSL интерфейс FastEthernet4 постоянно шлет запросы
*Mar 2 00:16:44.863: PPPoE 0: I PADI R:0023.f8a7.61f6 L:ffff.ffff.ffff 3 Fa4
*Mar 2 00:16:45.383: PPPoE 0: I PADI R:0013.49e9.5bfb L:ffff.ffff.ffff 3 Fa4
*Mar 2 00:16:47.855: PPPoE 0: I PADI R:0023.f8a7.61f6 L:ffff.ffff.ffff 3 Fa4
*Mar 2 00:16:48.383: PPPoE 0: I PADI R:0013.49e9.5bfb L:ffff.ffff.ffff 3 Fa4
*Mar 2 00:16:50.847: PPPoE 0: I PADI R:0023.f8a7.61f6 L:ffff.ffff.ffff 3 Fa4
*Mar 2 00:16:51.383: PPPoE 0: I PADI R:0013.49e9.5bfb L:ffff.ffff.ffff 3 Fa4
(на дату не смотрите - не выставлял)
и при этом IP от провайдера я получаю.
Interface IP-Address OK? Method Status Protocol
Dialer0 213.*.*.81 YES IPCP up up
FastEthernet0 unassigned YES unset up up
FastEthernet1 unassigned YES unset up up
FastEthernet2 unassigned YES unset up up
FastEthernet3 unassigned YES unset up up
FastEthernet4 unassigned YES NVRAM up up
NVI0 unassigned YES unset administratively down down
Virtual-Access1 unassigned YES unset up up
Vlan1 192.168.104.1 YES NVRAM up up
Vlan2 82.*.*.53 YES DHCP up up
Помогите разобраться в чем может быть затык. Заранее спасибо.