以前没做过路由 这次技术员不在 只好自己上 结果被卡住了
请大家帮我看看是那里出了错
MP1762路由
光纤是通的 但是终端机不能上网
电信给我的IP
IP 219.139.32.52
子网 255.255.255.240
网关 219.139.32.49
DNS 202.103.6.46
hostname router
user root password 0 root
enable password OTPTQTQTPTOTPTOTQT encrypt
no service password-encrypt
no service enhanced-secure
interface loopback0
exit
interface fastethernet0
ip address 219.139.32.52 255.255.255.240
exit
interface fastethernet1
ip address 10.1.1.1 255.0.0.0
exit
router snsp
router static
distance 255
exit
ip route 0.0.0.0 0.0.0.0 219.139.32.49
logging trap emergencies
router#ping
Target IP address or hostname: 219.139.32.52
Repeat count [5]: 20
Datagram size [76]: 1000
Timeout in seconds [2]: 1
Extended commands [no]:
Sweep range of sizes [no]:
Press key (ctrl + shift + 6) interrupt it.
Sending 20, 1000-byte ICMP Echos to 219.139.32.52 , timeout is 1 seconds:
!!!!!!!!!!!!!!!!!!!!
Success rate is 100% (20/20). Round-trip min/avg/max = 0/0/0 ms.
router#
router#ping 202.103.6.46
Press key (ctrl + shift + 6) interrupt it.
Sending 5, 76-byte ICMP Echos to 202.103.6.46 , timeout is 2 seconds:
!!!!!
Success rate is 100% (5/5). Round-trip min/avg/max = 0/0/0 ms.
|
|