Ya ke?

I thought TM will not use default username and password for their OLT....
I just wanna log into I-240G-T to enable extra LAN ports.........and thus I search around for documentation......before I found that document.
Because this
http://hotspotsystem.com.my/index.php?rout...log&blog_id=129 kinda pointless where I don't know the ONU password.....I suspect the ONU password might be NewSiebelAddressId, AddressId, TMServiceInstanceId, TMReservationId or even Id from your rhombuscake site. Thus I never really try.......too many possibilities.

What he is basically doing is reset the ONU and reconfigure the SLID (people here refer as the GPON password or other term). Unless you have the SLID, please don't reset or you end up with a dead ONU.
One of Aztech key feature supposed to be iptv over standard lan. Needs static routes to setup, but should be able to get the info from the olt manual someone sent earlier.
You need static route, IGMP Proxy (different subnet) and IGMP Snooping (to prevent blatant broadcasting). I tried it the experience is not good. First problem is if you have WiFi, the IPTV traffic start broadcasting and use up a lot of airtime. With IGMP Snooping, very CPU intensive. Better stick with current TM setup or get a switch that lets you tag / untag VLAN at will.
Ok. I checked the manual and it seems that you can pull the config files from the voip vlan400 to find the onu password using ftp. Then u have to try configure the onu yrself. If not the more straight forward solution is to get the tech to execute these on the olt:
#### Move hypptv to onu port 4 and bypass router ####
configure qos interface 1/1/5/1/10/1/4 upstream-queue 5 priority 6 weight 0 bandwidth-profile name:8M_UP_IPTV bandwidth-sharing uni-sharing
configure qos interface 1/1/5/1/10/1/4 queue 5 priority 6 weight 0 shaper-profile name:8M_DOWN_IPTV
configure bridge port 1/1/5/1/10/1/4 vlan-id 600 tag untagged network-vlan 600 vlan-scope local
configure bridge port 1/1/5/1/10/1/4 pvid 600 default-priority 5 configure igmp channel vlan:1/1/5/1/10/1/4:600 max-num-group 64 max-msg-rate 16
configure igmp channel vlan:1/1/5/1/10/1/4:600 no previewpackages [1...1024] configure interface port uni:1/1/5/1/10/1/4 admin-up
#### enable other port for HSI (tagged svc) ####
configure qos interface 1/1/5/1/10/1/
2 upstream-queue 0 weight 0 bandwidth-profile name:20M_UP bandwidth-sharing uni-sharing
configure qos interface 1/1/5/1/10/1/
2 queue 0 priority 1 weight 0 shaper-profile name:20M_DOWN
configure bridge port 1/1/5/1/10/1/
2 vlan-id 500 tag singletagged network-vlan 500 vlan-scope local
configure interface port uni:1/1/5/1/10/1/
2 admin-up
(Replace bold for diff port number)
#### Disable vlan tag to support non vlan capable router (HSI)####
configure qos interface 1/1/5/1/10/1/
2 upstream-queue 0 weight 0 bandwidth-profile name:20M_UP bandwidth-sharing uni-sharing
configure qos interface 1/1/5/1/10/1/
2 queue 0 priority 1 weight 0 shaper-profile name:20M_DOWN
configure bridge port 1/1/5/1/10/1/
2 vlan-id 500 tag
untagged network-vlan 500 vlan-scope local
configure bridge port 1/1/5/1/10/1/
2 pvid 500 default-priority 0
configure interface port uni:1/1/5/1/10/1/
2 admin-up
(Replace bold for diff port number)
As u can see, the speed configured here is 20Mbps. Can change to any speed desired. (Still subject to pppoe speed restriction, but can borrow someones turbo id

)
For OLT only. If I think what I think the document is, the RADIUS is for staff OLT login only, and the password is for console login only.