Tomsk Sysadmins Forum
Оборудование => Cisco => Topic started by: Squash on March 31, 2008, 05:20:12
-
Вот куски конфига:
[div class=\'codetop\']CODE[div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']!
interface ATM0
description UPLINK-TO-SIBIRTELECOM
no ip address
ip nat outside
ip virtual-reassembly
no atm ilmi-keepalive
pvc 9/240
protocol pppoe
!
dsl operating-mode auto
!
......
!
interface Dialer0
description ADSL-SIBIRTELECOM
ip address negotiated
ip mtu 1452
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap ms-chap ms-chap-v2 callin
ppp chap hostname AT*****
ppp chap password 0 *********
ppp pap sent-username AT***** password 0 *********
!
При попытке установления соединения в debug atm events видно следующее:
[div class=\'codetop\']CODE[div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']*Mar 5 01:13:59.107: %LINK-3-UPDOWN: Interface ATM0, changed state to up
*Mar 5 01:13:59.107: atmsar_atm_lineaction(ATM0): state=4
*Mar 5 01:14:00.107: %LINEPROTO-5-UPDOWN: Line protocol on Interface ATM0, changed state to up
*Mar 5 01:14:01.087: ATM0: atmsar_1a_setup_vc, vcinfo = 0x82F02A00
*Mar 5 01:14:01.087: ATM0 atmsar_vc_setup: vcd 1
*Mar 5 01:14:01.087: atmsar_setup_cos(ATM0): vc:1 wred_name:- max_q:0
*Mar 5 01:14:01.087: ATM0: VC setup successful (vcd = 1)
*Mar 5 01:14:01.087: ATM0: atmsar_atm_get_stats,vcinfo = 0x0
*Mar 5 01:14:01.635: ATM0: vcd = 1, safe_start called from periodic
*Mar 5 01:14:02.635: ATM0: vcd = 1, safe_start called from periodic
*Mar 5 01:14:03.635: ATM0: vcd = 1, safe_start called from periodic
.....
debug atm ilmi показывает:
[div class=\'codetop\']CODE[div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']*Mar 5 02:51:32.831: ILMI(ATM0): Sending ilmiColdStart trap
*Mar 5 02:51:32.831: ILMI(ATM0): No ILMI VC found
*Mar 5 02:51:32.831: ILMI: Encapsulation error on o/g ILMI Pdu <ilmi_send_pkt> (ATM0)
*Mar 5 02:51:32.831: ILMI: Unable to Send Pdu out <ilmi_send_trap>
Вот содержимое show dsl interface ATM 0
[div class=\'codetop\']CODE[div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']ATM0
Alcatel 20190 chipset information
ATU-R (DS) ATU-C (US)
Modem Status: Showtime (DMTDSL_SHOWTIME)
DSL Mode: ITU G.992.5 (ADSL2+) Annex A
ITU STD NUM: 0x03 0x2
Chip Vendor ID: 'STMI' 'GSPN'
Chip Vendor Specific: 0x0000 0x000D
Chip Vendor Country: 0x0F 0xFF
Modem Vendor ID: 'CSCO' ' '
Modem Vendor Specific: 0x0000 0x0000
Modem Vendor Country: 0xB5 0x00
Serial Number Near: FCZ120614PP
Serial Number Far:
Modem Version Near: 12.4(4)T8
Modem Version Far:
Capacity Used: 64% 100%
Noise Margin: 22.0 dB 13.0 dB
Output Power: 20.5 dBm 12.5 dBm
Attenuation: 34.0 dB 11.0 dB
Defect Status: None None
Last Fail Code: None
Watchdog Counter: 0x84
Watchdog Resets: 0
Selftest Result: 0x00
Subfunction: 0x00
Interrupts: 99546 (0 spurious)
PHY Access Err: 0
Activations: 5
LED Status: ON
LED On Time: 100
LED Off Time: 100
Init FW: embedded
Operation FW: embedded
FW Version: 2.542
DS Channel1 DS Channel0 US Channel1 US Channel0
Speed (kbps): 0 8157 0 895
Cells: 0 6 0 125927
Reed-Solomon EC: 0 0 0 0
CRC Errors: 0 1 0 0
Header Errors: 0 0 0 0
Interleave Delay: 0 0 0 0
Где может быть подвох?
-
interface ATM0/3/0
description UPLINK-TO-SIBIRTELECOM
no ip address
dsl operating-mode auto
pvc xxx/xxx
pppoe-client dial-pool-number 1
!
end
interface Dialer0
description ADSL-SIBIRTELECOM
ip address negotiated
ip mtu 1420
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1370
dialer pool 1
no cdp enable
ppp pap sent-username XXXX password 7 XXXXXX
end