- 论坛徽章:
- 0
|
这个问题不解决我是别想过好年了,55555~~~
我配置的广域口是2M专线,但是DTE的灯虽然显示正常,却始终PING不通对面的网关,广域口的LED从来就没有亮过,开始以为是广域模块有问题,换了一块还是一样的。
配置文件很简单,只有1条静态路由:
#sh conf
Using 809 out of 129016 bytes
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname sdjx
!
enable secret 5 $1$U6sO$LYhncRBcaK5FWm9Ox3TCj/
enable password xxxxxxxx
!
!
!
!
!
ip subnet-zero
no ip routing
!
!
!
!
interface FastEthernet0/0
ip address 61.137.91.xxx 255.255.255.240
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
speed auto
full-duplex
!
interface FastEthernet0/0.1
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
!
interface Serial0/0
bandwidth 2048
ip unnumbered FastEthernet0/0
ip route 0.0.0.0 0.0.0.0 serial0/0
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
no fair-queue
clockrate 512000
!
ip classless
no ip http server
!
!
line con 0
transport input none
line aux 0
line vty 0 4
password sdjx
login
!
end
有大虾知道什么原因吗? |
|