cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
14374
Views
0
Helpful
16
Replies

how to configure ftth with 2 vlan - TM unifi

nocsertech
Level 1
Level 1

Introduction:
I have a ftth (Fiber to the home) service at home. My ISP offering 2 services with the ftth which is Internet access on Vlan500 and IPTV on Vlan600. I managed to setup router for internet access but not IPTV. I keep trying for 2 months without luck. Need help from you guy expert.

My Router and switch:
I have a CISCO1841 router and WS-C2950T-24 switch

My problem:
Internet access is working fine. All computer and laptop able to access internet. But IPTV is not working. Also not able to obtain IP from ISP. I have 2 port in my CISCO1841. fa0/0 connected to modem and fa0/1 connected to WS-C2950. I have no extra port for IPTV. Hence the IPTV set have to connected to switch and  create vlan from the router to the switch to the IPTV set.

Computer connection:
BTU(modem) > [fa0/0.500 - 1841 - fa0/1] > [fa0/1 - 2950 - fa0/19] > [Access Point] > [computer]

IPTV connection:
BTU(modem) > [fa0/0.600 - 1841 - fa0/1] > [fa0/1 - 2950 - fa0/22] > [IPTV Set]

 

CISCO1841 Router:

interface FastEthernet0/0
 description "WAN Port to Unifi BTU"
 no ip address
 duplex auto
 speed auto
 no cdp enable
!
interface FastEthernet0/0.500
 encapsulation dot1Q 500
 ip nat outside
 ip virtual-reassembly
 pppoe enable group global
 pppoe-client dial-pool-number 1
 no cdp enable
!
interface FastEthernet0/0.600
 encapsulation dot1Q 600
 ip nat outside
 ip virtual-reassembly
 pppoe enable
 pppoe-client dial-pool-number 1
 no cdp enable
!
interface FastEthernet0/1
 description "LAN port connect to Switch"
 ip address 192.168.xxx.x1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 duplex auto
 speed auto

interface Dialer1
 ip ddns update hostname palma.ddns.net
 ip ddns update ddns-noip
 ip address negotiated
 ip mtu 1492
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 dialer pool 1
 dialer idle-timeout 0
 dialer persistent
 dialer-group 1
 ppp authentication chap pap callin
 ppp chap hostname myusername
 ppp chap password 0 mypassword
 ppp pap sent-username username password 0 mypassword

 

WS-C2960:

interface FastEthernet0/1
 description "Router uplink"
 switchport trunk allowed vlan 1,500,600
 switchport mode trunk
 switchport voice vlan 600
 spanning-tree portfast

interface FastEthernet0/19
 description "Serve GF Study Room AP"

interface FastEthernet0/22
 description "Serve TM IPTV"
 switchport access vlan 600
 switchport mode access

interface Vlan1
 ip address 192.168.xxx.x8 255.255.255.0
 no ip route-cache

 

show vlan:

VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    Fa0/2, Fa0/3, Fa0/4, Fa0/5
                                                Fa0/6, Fa0/7, Fa0/8, Fa0/9
                                                Fa0/11, Fa0/12, Fa0/13, Fa0/14
                                                Fa0/15, Fa0/16, Fa0/17, Fa0/18
                                                Fa0/19, Fa0/20, Fa0/21, Fa0/23
                                                Fa0/24, Gi0/1, Gi0/2
500  Unifi Internet Vlan              active
600  Vlan 600 for IPTV                active    Fa0/22

 

show interface summary:

* FastEthernet0/22         0     0    0     0     0    0     0    0    0

Help is much appreciated. Thank you in advance.

16 Replies 16

I my case, TM is bringing in VLan 500 for data and vlan 400 for voice.  I am wondering if I need to call up the dialer interface for both or just the data as he has in the above config

Sorry, can you tell my what version of IOS you use. I have the same router but i cant configure the command pppoe-client in the subinterface.

 

Thanks