Hmmm ovo je config za speedtouch, a nigdje ne vidim na koji port se to odnosi, a koliko znam kada se ovo aktivira onda IPTV radi na LAN3 i LAN4, samo neznam gdje je to određeno:
Log into the CLI interface – telnet
Username : administrator
Password : !M1PhoIAD2
2) List the atm interfaces.
{admin}=>:atm iflist
atm_Internet: dest : pvc_Internet
Retry : 10 QoS : default Encaps : llc Fcs : disabled Ulp : mac
Connection State : connected
3) Add a new ATM interface called TCOM_IPTV
{admin}=>:atm ifadd intf = TCOM_IPTV
4) Verify that the new ATM interface is added
{admin}=>:atm iflist
atm_Internet: dest : pvc_Internet
Retry : 10 QoS : default Encaps : llc Fcs : disabled Ulp : mac
Connection State : connected
TCOM_IPTV : dest : (none)
Retry : 10 QoS : default Encaps : llc Fcs : disabled Ulp : ip
Connection State : not-connected
5) Add a new phonebook entry for VPI=0 VCI=40
{admin}=>:atm phonebook add name=atm_pvc_0_40 addr=0.40
6) Verify that the new phonebook entry is added
{admin}=>:atm phonebook list
Name Use Address
pvc_Internet 1 0.33
atm_pvc_0_40 0 0.40
7) Configure the TCOM_IPTV ATM interface
{admin}=>:atm ifconfig intf=TCOM_IPTV dest=atm_pvc_0_40 encaps=llc ulp=mac
Attach and connect the ATM interface
{admin}=>:atm ifattach intf=TCOM_IPTV
9) Create a new bridge interface
{admin}=>:eth bridge ifadd intf=IPTV
10) Configure the bridge to TCOM_IPTV ensure multicast filter is disabled.
{admin}=>:eth bridge ifconfig intf=IPTV dest=TCOM_IPTV mcastfilter=disabled
11) Attach the bridge connection
{admin}=>:eth bridge ifattach intf=IPTV
12) Save the configuration to flash (default filename= user.ini)
{admin}=>:config save
filename = user.ini
{admin}=>