我正在尝试配置 Cisco 678,因为我的 Actiontec 已经让我厌烦透顶了。但是,我遇到了一些问题。看起来 Cisco 能够训练线路,但我无法 ping 通。
这几乎就像我没有正确配置设备以使用 PPPoA(如我的 Actiontec)获取其 IP。来自“show running”的输出(如下)也让我这么认为。
下面是我为了配置此功能而运行的命令:
# en
# set nvram erase
# write
# reboot
# en
# set nat enable
# set dhcp server enable
# set PPP wan0-0 ipcp 0.0.0.0
# set ppp wan0-0 dns 0.0.0.0
# set PPP wan0-0 login xxxxx // My actual login
# set PPP wan0-0 password yyyyy // My actual password
# set PPP restart enabled
# set int wan0-0 close
# set int wan0-0 vpi 0
# set int wan0-0 vci 32
# set int wan0-0 open
# write
# reboot
以下是一些我认为可以提供有用信息的命令的输出:
cbos#ping 74.125.224.113
Sending 1 8 byte ping(s) to 74.125.224.113 every 2 second(s)
Request timed out
cbos#show version
Cisco Broadband Operating System
CBOS (tm) 678 Software (C678-I-M), Version v2.4.9 - Release Software
Copyright (c) 1986-2001 by cisco Systems, Inc.
Compiled Nov 17 2004 15:26:29
DMT FULL firmware version G96
NVRAM image at 0x1030f000
cbos#show errors
- Current Error Messages -
## Ticks Module Level Message
0 000:00:00:00 PPP Info IPCP Open Event on wan0-0
1 000:00:00:14 ATM Info Wan0 Up
2 000:00:00:14 PPP Info PPP Up Event on wan0-0
3 000:00:01:54 PPP Info PPP Down Event on wan0-0
Total Number of Error Messages: 4
cbos#show interface wan0
wan0 ADSL Physical Port
Line Trained
Actual Configuration:
Overhead Framing: 3
Trellis Coding: Enabled
Standard Compliance: T1.413
Downstream Data Rate: 1184 Kbps
Upstream Data Rate: 928 Kbps
Interleave S Downstream: 4
Interleave D Downstream: 16
Interleave R Downstream: 16
Interleave S Upstream: 4
Interleave D Upstream: 8
Interleave R Upstream: 16
Modem Microcode: G96
DSP version: 0
Operating State: Showtime/Data Mode
Configured:
Echo Cancellation: Disabled
Overhead Framing: 3
Coding Gain: Auto
TX Power Attenuation: 0dB
Trellis Coding: Enabled
Bit Swapping: Disabled
Standard Compliance: T1.413
Remote Standard Compliance: T1.413
Tx Start Bin: 0x6
Tx End Bin: 0x1f
Data Interface: Utopia L1
Status:
Local SNR Margin: 19.0dB
Local Coding Gain: 7.5dB
Local Transmit Power: 12.5dB
Local Attenuation: 46.0dB
Remote Attenuation: 31.0dB
Local Counters:
Interleaved RS Corrected Bytes: 0
Interleaved Symbols with CRC Errors: 2
No Cell Delineation Interleaved: 0
Out of Cell Delineation Interleaved: 0
Header Error Check Counter Interleaved: 0
Count of Severely Errored Frames: 0
Count of Loss of Signal Frames: 0
Remote Counters:
Interleaved RS Corrected Bytes: 0
Interleaved Symbols with CRC Errors: 1
No Cell Delineation Interleaved: 0
Header Error Check Counter Interleaved: 0
Count of Severely Errored Frames: 0
Count of Loss of Signal Frames: 0
cbos#show int wan0-0
WAN0-0 ATM Logical Port
PVC (VPI 0, VCI 32) is configured.
ScalaRate set to Auto
AAL 5 UBR Traffic
IP Port Enabled
cbos#show running
Warning: traffic may pause while NVRAM is being accessed
[[ CBOS = Section Start ]]
NSOS MD5 Enable Password = XXXX
NSOS MD5 Root Password = XXXX
NSOS MD5 Commander Password = XXXX
[[ PPP Device Driver = Section Start ]]
PPP Port User Name = 00, "XXXX"
PPP Port User Password = 00, XXXX
PPP Port Option = 00, IPCP,IP Address,3,Auto,Negotiation Not Required,Negotiable
,IP,0.0.0.0
PPP Port Option = 00, IPCP,Primary DNS Server,129,Auto,Negotiation Not Required,
Negotiable,IP,0.0.0.0
PPP Port Option = 00, IPCP,Secondary DNS Server,131,Auto,Negotiation Not Require
d,Negotiable,IP,0.0.0.0
[[ ATM WAN Device Driver = Section Start ]]
ATM WAN Virtual Connection Parms = 00, 0, 32, 0
[[ DHCP = Section Start ]]
DHCP Server = enabled
[[ IP Routing = Section Start ]]
IP NAT = enabled
[[ WEB = Section Start ]]
WEB = enabled
cbos# wtf...?