DSL技术

拓扑图如下:
DSL-Modem 接口图如下:
电信局段连接用户 DSL-Modem 的设备为:
电信局端 Modem 与以太网口的关系如下:
路由器的主要配置如下:
路由器 R0 配置如下:
R0#SH RUN
Building configuration...
 
Current configuration : 530 bytes
!
version 12.2
no service password-encryption
!
hostname R0
!
!
!
!
interface FastEthernet0/0
 ip address 192.168.1.254 255.255.255.0
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 192.168.2.1 255.255.255.0
 clock rate 125000   (S0/0 DCE 接口,需设置时钟速率,用 show controller s0/0 查询 )
!
router rip
 version 2
 network 192.168.1.0
 network 192.168.2.0
!
ip classless
!
!
ip dhcp excluded-address 192.168.1.240 192.168.1.254 ( 配置 DHCP)
!
ip dhcp pool 51cto
 network 192.168.1.0 255.255.255.0
 default-router 192.168.1.254
 dns-server 192.168.1.253
!
line con 0
line vty 0 4
 login
!
!
End
 
路由器 R1 配置如下 :
R1#SH RUN
Building configuration...
 
Current configuration : 348 bytes
!
version 12.2
no service password-encryption
!
hostname R1
!
!
!
!
interface FastEthernet0/0
 ip address 192.168.3.254 255.255.255.0
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 192.168.2.2 255.255.255.0
!
router rip
 version 2
 network 192.168.2.0
 network 192.168.3.0
!
ip classless
!
!
!
!
line con 0
line vty 0 4
 login
!
!
End
 
DNS 服务器的配置请参看我博客中之前关于 Packet Tracer 的介绍文章。
将主机的 IP 地址分配设置为自动分配:
好了,尝试一下从主机 IE 访问 [url]www.51cto.com[/url] ~

你可能感兴趣的:(技术,Cisco,路由,休闲,交换)