CISCO 3700路由内部局网广域网问题
SHOW RUN 后
Current configuration : 632 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ydxczj
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
no aaa new-model
ip subnet-zero
ip cef
!
!
!
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
ip address 192.168.0.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 220.165.145.47 255.255.255.0
duplex auto
speed auto
!
no ip classless
ip route 0.0.0.0 0.0.0.0 220.165.145.1
ip route 192.168.0.0 255.255.255.0 220.165.145.1
ip http server
!
!
line con 0
line aux 0
line vty 0 4
!
end
内部局网路由广域网有问题吗??帮看看
网友答:
看完你的配置
我初步设想你的广域网接口是220.165.145.1
你配置 "ip route 192.168.0.0 255.255.255.0 220.165.145.1"我觉得没有必要"ip route 0.0.0.0 0.0.0.0 220.165.145.1"这一条就够了