View Single Post
Staro 20.04.2009., 10:32   #22
Nikky
Moderator
 
Nikky's Avatar
 
Datum registracije: Sep 2006
Lokacija: St
Postovi: 23,521
@T0mB1ll
Kad uhvatiš vremena pogledaj jeli ovo niže ok tj. ovo si napravio?
Ja sam ispravio user/pass, ime u TCOM_IPTV i 0/40 phonebook entry. Tako da dodamo u onu temu o ovom uređaju.
Code:
(All commands entered are after the prompt “{admin}=>:” )

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
8) 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}=>
@all
Nebi bilo loše da netko upload - a negdi sve dostupne T-Com tpl i ini konfig fajlove.
Nikky je offline   Reply With Quote