Cisco
使用帶有 VDSL 光纖連接的 Cisco 877 路由器
我在英國,我們最近獲得了 VDSL FTTC 光纖連接。我們目前正在使用供應商提供的 VDSL 調製解調器和無線路由器。
我們想使用我們的 Cisco 877 而不是無線路由器。顯然我們無法使用提供的 VDSL 調製解調器。我在網際網路上找到瞭如何做到這一點的配置,但我似乎無法讓它工作。實際上,我們已經將路由器配置為使用 FastEthernet3 進行 WAN 連接,它也配置了所需的 PPPoE 設置。我們將使用 FastEthernet0 連接到我們的內部 LAN,並在這兩個埠上配置 NAT。
有沒有人在這方面取得了任何成功,或者我正在嘗試一些不可能的事情?
我終於讓它工作了,這是我的配置部分:
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