Cisco Adsl 详细配置

 
vpdn enable 
no vpdn logging <= 由于 ADSL PPPoE 应用是通过虚拟拨号来实现的所以在路由器中需要使用 VPDN 的功能  
vpdn-group pppoe <= PPPoE 启动了 VPDN 的进程  
request-dialin 
protocol pppoe <= 设置拨号协议为 PPPoE 
interface FastEthernet0 <= 设置公司内部网络地址  
ip address 192.168.0.1 255.255.255.0 
ip nat inside <= 为启用 NAT 转换,设置 Fast ethernet 端口为内部网络,从内部网络收到的数据的原地址转换为公网地址  
interface ATM0 <= 设置 ADSL 端口  
no ip address <= 请不要设置地址  
no atm ilmi-keepalive 
bundle-enable 
dsl operating-mode auto 
hold-queue 224 in 
interface ATM0.1 point-to-point <=ADSL 的通讯   依靠 VC ,所以必须设定点到点 VC 
pvc 8/35 <= 设置 PVC 的相关参数,   VCI VPI 的值,如果不清楚请向局端查询  
pppoe-client dial-pool-number 1 <=PPPoE 拨号进程使用了常规的拨号进程,这里引用了 dialer-pool 1 
interface Dialer1 <= 建立一个虚拟拨号端口  ip address negotiated <= 由于局端提供动态地址,所以必须设定地址为协商获得  
ip mtu 1492 <= 修改 mtu 值以适用于 ADSL 网络  
ip nat outside <= 为启用 NAT 转换,设置该端口为外部网络  
encapsulation ppp <= 使用 PPP 的帧格式  
dialer pool 1 
ppp authentication pap callin <= 设置拨号的验证方式为 pap 
ppp pap sent vip pass vip <= 发送用户名和密码  
ip nat inside source list 1 interface Dialer1 overload 
<= 设置了 NAT 的转换方式,使用了 dialer 1 端口的动态地址  
ip classless 
ip route 0.0.0.0 0.0.0.0 dialer1 
<= 将所有不可路由的数据报转发给 ADSL 线路,设定缺省路由  
no ip http server 
access-list 1 permit 10.92.1.0 0.0.0.255

你可能感兴趣的:(职场,Cisco,休闲)