R1 配置
!
interface FastEthernet0/0
ip address 193.168.10.11 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.10.62 255.255.255.224
duplex auto
speed auto
!
interface Serial0/0/0
ip address 192.168.10.2 255.255.255.252
clock rate 64000
!
interface Serial0/0/1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
router-id 3.3.3.3
log-adjacency-changes
network 192.168.10.32 0.0.0.31 area 0
network 193.168.10.8 0.0.0.7 area 0
network 192.168.10.0 0.0.0.3 area 0
!
R1 路由信息
192.168.10.0/24 is variably subnetted, 5 subnets, 4 masks
C 192.168.10.0/30 is directly connected, Serial0/0/0
O 192.168.10.4/30 [110/128] via 192.168.10.1, 00:09:59, Serial0/0/0
C 192.168.10.32/27 is directly connected, FastEthernet0/1
O 192.168.10.64/26 [110/129] via 192.168.10.1, 00:09:49, Serial0/0/0
O 192.168.10.128/25 [110/65] via 192.168.10.1, 00:09:59, Serial0/0/0
193.168.10.0/29 is subnetted, 1 subnets
C 193.168.10.8 is directly connected, FastEthernet0/0
ISP只配置了一个f 0/0 端口
interface FastEthernet0/0
ip address 193.168.10.12 255.255.255.248
duplex auto
speed auto
请哪位帮忙看看上面的路由发布有什么问题没?我用PC无法ping通 ISP的路由器 |