Hi,
have a cisco router setup with 2x 2m adsl lines and configured for load
sharing..
however.. getting spoofing messages on both the dialer interfaces.. see
config below..
any ideas what this could be? misconfiguration?
thanks in advance.
--------------------------------------------------------
mta receive maximum-recipients 0
!
interface ATM0/0
no ip address
ip load-sharing per-packet
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface FastEthernet0/0
ip address X.X.X.X 255.255.255.252
ip accounting output-packets
ip accounting mac-address input
ip accounting access-violations
ip load-sharing per-packet
speed 10
full-duplex
no keepalive
!
interface ATM0/1
no ip address
ip load-sharing per-packet
no ip route-cache
no ip mroute-cache
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 2
!
dsl operating-mode auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Dialer0
ip address negotiated
ip access-group 101 in
ip load-sharing per-packet
encapsulation ppp
dialer pool 1
dialer idle-timeout 0
dialer-group 1
ppp chap hostname name@adslprovider.co.uk
ppp chap password 7 043444444444444
!
interface Dialer1
ip address negotiated
ip load-sharing per-packet
encapsulation ppp
no ip route-cache cef
dialer pool 2
dialer-group 2
ppp chap hostname name_2_@adslprovider.co.uk
ppp chap password 7 33333333333333
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
ip route 0.0.0.0 0.0.0.0 Dialer1
ADSL-2621#sho int dialer 0
Dialer0 is up, line protocol is up (spoofing)
Hardware is Unknown
Internet address is X.X.X.X/32
MTU 1500 bytes, BW 56 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, loopback not set
DTR is pulsed for 1 seconds on reset
Interface is bound to Vi3
Last input never, output never, output hang never
Last clearing of "show interface" counters 01:18:17
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/16 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 42 kilobits/sec
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
63052 packets input, 27941654 bytes
45525 packets output, 11331064 bytes
Bound to:
Virtual-Access3 is up, line protocol is up
Hardware is Virtual Access interface
MTU 1500 bytes, BW 56 Kbit, DLY 100000 usec,
reliability 255/255, txload 95/255, rxload 236/255
Encapsulation PPP, LCP Open
Listen: CDPCP
Open: IPCP
PPPoATM vaccess, cloned from Dialer0
Bound to ATM0/0 VCD: 1, VPI: 0, VCI: 38, loopback not set
DTR is pulsed for 5 seconds on reset
Interface is bound to Di0 (Encapsulation PPP)
Last input 00:00:03, output never, output hang never
Last clearing of "show interface" counters 01:18:17
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 52000 bits/sec, 12 packets/sec
5 minute output rate 21000 bits/sec, 11 packets/sec
63053 packets input, 27943076 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
45526 packets output, 11331714 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
ADSL-2621#
ADSL-2621#sho int dialer 1
Dialer1 is up (spoofing), line protocol is up (spoofing)
Hardware is Unknown
Internet address will be negotiated using IPCP
MTU 1500 bytes, BW 56 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, loopback not set
DTR is pulsed for 1 seconds on reset
Last input never, output never, output hang never
Last clearing of "show interface" counters 01:18:19
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/16 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 42 kilobits/sec
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes
0 packets output, 0 bytes
ADSL-2621#
|