大哥 你看我这个配置行不行。
路由器1:
hostname 1721
!
enable password cisco
!
no ip name-server
!
ip subnet-zero
interface FastEthernet 0
ip add 192.168.0.1 255.255.255.0
no shutdown
interface S0
ip add 10.11.128.1 255.255.255.0
encap ppp
no shutdown
ip route 192.168.1.1 255.255.255.0 10.11.128.10
no ip classless
!
!
line con 0
line aux 0
line vty 0 4
end
路由器2
hostname 1721
!
enable password cisco
!
no ip name-server
!
ip subnet-zero
interface FastEthernet 0
ip add 192.168.1.1 255.255.255.0
no shutdown
interface S0
ip add 10.11.128.10 255.255.255.0
encap ppp
no shutdown
ip route 192.168.0.1 255.255.255.0 10.11.128.1
no ip classless
!
!
line con 0
line aux 0
line vty 0 4
end
|