For those who living in Malaysia, you probably known about Unifi Fiber Broadband. Some may get Dynamic IP package, and may wanted to dialup directly from Cisco Router for office network. FYI, TM Unifi runs two VLANS. VLAN500 for data, VLAN600 for IPTV. Below is the configuration guide to dialup Unifi in Cisco Router. Your Cisco Router WAN Interface should directly connected to Unifi Fiber Modem, bypass DLink Router.
interface FastEthernet0/0 description *** Unifi FTTx interface *** no ip address duplex auto speed auto interface FastEthernet0/0.1 encapsulation dot1Q 500 pppoe enable group global pppoe-client dial-pool-number 1
interface Dialer1 ip address negotiated ip nat outside ip mtu 1492 ip virtual-reassembly encapsulation ppp dialer pool 1 dialer-group 1 dialer idle-timeout 0 dialer persistent ppp authentication chap pap callin ppp chap hostname xxxx@unifibiz ppp chap password yyyy ppp pap sent-username xxxx@unifibiz password yyyy ip route 0.0.0.0 0.0.0.0 Dialer1 dialer-list 1 protocol ip permit