Monday, March 11, 2013

Malaysian's Unifi Dialup in Cisco ISR Router

Hi There,

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



8 comments:

  1. Make sure your Cisco IOS using (T) version.

    ReplyDelete
  2. Nice information. By the way may I know whether for static PPPoE with fixed IP address, is it using VLAN 500 also ?

    ReplyDelete
  3. I have been trying vlan600 for almost a month without luck. I have a Cisco 1841 with 2 network port and a WS-C2950-24. I have no problem create dialer and vlan500. Internet access is working fine. My problem is iptv unable to get connection via vlan600. 1841 only have 2 port. I dont have 3rd port for IPTV. So iptv connected to WS-C2950 port 22.

    Cisco 1841
    fa0/0 connect to BTU
    fa0/0.500 with dialer
    fa0/0.600 with dialer
    fa0/1 connect to WS-C2960 port 1
    fa0/1.600 created without ip

    WS-C2950
    fa0/1 trunk vlan 1,500,600 (connect to 1841 fa0/1)
    fa0/22 switchport access vlan 600



    ReplyDelete
    Replies
    1. Sorry, never accesed to this page for a while. IPTV should connect to Cisco . It should connect direct to BTU.

      Delete
  4. Please teach me how to set CISCO router Model 871. I have a unit of this model. Now think to put at home, but i do not how to start set on it. i use unifi 5m.

    ReplyDelete
  5. what will be the NAT command with this

    ReplyDelete