使用Cisco 877路由器与VDSL光纤连接

我位于英国,最近我们收购了VDSL FTTC光纤连接。 目前我们正在使用提供商提供的VDSL调制解调器和无线路由器。

我们想用我们的思科877而不是无线路由器。 显然,我们无法绕过使用提供的VDSL调制解调器。 我在互联网上findconfiguration如何做到这一点,但我似乎无法得到它的工作。 实际上,我们已经将路由器configuration为使用FastEthernet3用于WAN连接,该连接也configuration了所需的PPPoE设置。 我们将使用FastEthernet0连接到我们的内部LAN,在这两个端口上configurationNAT。

有没有人有这方面的成功,或者我尝试了什么是不可能的?

我终于得到它的工作,这是我的configuration的部分做到了这一点:

interface ATM0 no ip address shutdown no atm ilmi-keepalive pvc 0/38 encapsulation aal5mux ppp dialer interface FastEthernet0 ! interface FastEthernet1 ! interface FastEthernet2 switchport access vlan 101 ! interface FastEthernet3 ! interface Vlan1 description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$FW_INSIDE$ ip address 10.193.125.254 255.255.255.0 ip nat inside ip virtual-reassembly zone-member security in-zone ! interface Vlan101 no ip address no ip redirects no ip unreachables no ip proxy-arp ip virtual-reassembly pppoe enable group global pppoe-client dial-pool-number 1 ! interface Dialer1 description $FW_OUTSIDE$ mtu 1492 ip address negotiated no ip unreachables ip nat outside ip virtual-reassembly zone-member security out-zone encapsulation ppp dialer pool 1 dialer-group 1 no cdp enable ppp chap hostname ppp chap password 0 ppp ipcp route default ! ip forward-protocol nd ip http server ip http authentication local ip http secure-server ip http timeout-policy idle 60 life 86400 requests 10000 ! ip nat inside source list 1 interface Dialer1 overload ! ip access-list extended NAT permit ip 10.193.125.0 0.0.0.255 any