文档库 最新最全的文档下载
当前位置:文档库 › cisco pppoe拨号配置脚本

cisco pppoe拨号配置脚本

思科PPPoE拨号配置脚本

Router#show running-config

Building configuration...

Current configuration : 1705 bytes

!

! Last configuration change at 03:12:26 UTC Wed Oct 30 2013 version 15.1

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname Router

!

boot-start-marker

boot-end-marker

!

!

enable password cisco

!

no aaa new-model

!

dot11 syslog

ip source-route

!

!

ip dhcp excluded-address 192.168.8.1 192.168.8.100

!

ip dhcp pool 1

import all

network 192.168.8.0 255.255.255.0

default-router 192.168.8.1

dns-server 8.8.8.8

!

!

!

ip cef

no ipv6 cef

!

multilink bundle-name authenticated

!

crypto pki token default removal timeout 0

!

!

!

!

license udi pid CISCO1841C/K9 sn FGL172322GZ username cisco privilege 15 password 0 cisco

!

redundancy

!

!

!

!

!

!

!

!

!

interface FastEthernet0/0

ip address 192.168.8.1 255.255.255.0

ip nat inside

ip virtual-reassembly in

duplex auto

speed auto

!

interface FastEthernet0/1

no ip address

duplex auto

speed auto

pppoe enable group global

pppoe-client dial-pool-number 1

!

interface Dialer1

ip address negotiated

ip mtu 1492

ip nat outside

ip virtual-reassembly in

encapsulation ppp

dialer pool 1

dialer idle-timeout 0

dialer-group 1

ppp authentication pap callin

ppp chap hostname hzyd1504!eint

ppp chap password 0 123456

ppp pap sent-username hzyd1504!eint password 0 123456 !

ip forward-protocol nd

ip http server

ip http authentication local

no ip http secure-server

!

!

ip nat inside source list 1 interface Dialer1 overload

ip route 0.0.0.0 0.0.0.0 Dialer1

ip route 192.168.1.0 255.255.255.0 192.168.8.2

!

access-list 1 permit 192.168.8.0 0.0.0.255

dialer-list 1 protocol ip permit

!

!

!

!

!

!

control-plane

!

!

!

line con 0

line aux 0

line vty 0 4

login local

transport input all

!

scheduler allocate 20000 1000

end

完成!

相关文档
相关文档 最新文档