meta data for this page
xDSL Ports umschalten von ADSL auf VDSL bzw. von VDSL auf ADSL
Einzelne Anschlüsse können von ADSL auf VDSL bzw. von VDSL auf ADSL umgeschaltet werden.
Ausgegangen wird von vorhandenen Spectrum Profilen für ADSL und VDSL. Ausserdem: VLAN 100 ist das VLAN der Bridge zwischen Anschluss-Port und Uplink-Port zum PPPoE-Server. Wenn Sie unser Konfigurations-Image verwenden oder nach unserer Anleitung vorgegangen sind, dann sind diese Vorbedingungen gegeben.
In diesen Beispielen soll Port 1/1/2/13
umgestellt werden.
Von ADSL nach VDSL
Konfiguration
configure xdsl line 1/1/2/13 transfer-mode ptm admin-up service-profile 1 spectrum-profile 1 dpbo-profile 1 configure bridge port 1/1/2/13 vlan-id 100 exit pvid 100 exit
Diagnose-Beispiel
ISAM >configure>xdsl>line>1/1/2/13# info configure xdsl #------------------------------------------------------------------------------- echo "xdsl" #------------------------------------------------------------------------------- line 1/1/2/13 service-profile 1 spectrum-profile 1 dpbo-profile 1 admin-up transfer-mode ptm exit #-------------------------------------------------------------------------------
ISAM >configure>xdsl>line>1/1/2/13# show xdsl operational-data line 1/1/2/13 detail ================================================================================ line table (detailed) ================================================================================ -------------------------------------------------------------------------------- line -------------------------------------------------------------------------------- if-index : 1/1/2/13 adm-state : up opr-state/tx-rate-ds : up :100001 tx-rate/us : 36154 tx-rate/ds : 100001 max-tx-rate-us : 36182 max-tx-rate-ds : 121898 inp-up : 0 inp-dn : 0 interl-us : 0 interl-ds : 0 cur-op-mode : g993-2-17a rinit-1d : 0 actual-tps-tc-mode : ptm rtx-mode-up : forbidden rtx-mode-dn : forbidden ================================================================================ ISAM >configure>xdsl>line>1/1/2/13#
Von VDSL nach ADSL
Konfiguration
configure xdsl line 1/1/2/13 service-profile 1 spectrum-profile 2 dpbo-profile 1 transfer-mode atm admin-up configure atm pvc 1/1/2/13:1:32 configure bridge port 1/1/2/13:1:32 max-unicast-mac 4 configure bridge port 1/1/2/13:1:32 vlan-id 100 configure bridge port 1/1/2/13:1:32 pvid 100
Achtung: Wenn Sie einen 7353 ISAM CX verwenden, dann müssen Sie hier auf das spectrum-profile 3 aus unserer Beispiels-Konfiguration umschalten.
Diagnose-Beispiel
ISAM >configure>xdsl>line>1/1/2/13# info configure xdsl #------------------------------------------------------------------------------- echo "xdsl" #------------------------------------------------------------------------------- line 1/1/2/13 service-profile 1 spectrum-profile 2 dpbo-profile 1 admin-up transfer-mode atm exit #-------------------------------------------------------------------------------
ISAM >configure>vlan>shub>id>100# show xdsl operational-data line 1/1/2/13 detail ================================================================================ line table (detailed) ================================================================================ -------------------------------------------------------------------------------- line -------------------------------------------------------------------------------- if-index : 1/1/2/13 adm-state : up opr-state/tx-rate-ds : up :17845 tx-rate/us : 2249 tx-rate/ds : 17845 max-tx-rate-us : 2253 max-tx-rate-ds : 17924 inp-up : 0 inp-dn : 0 interl-us : 0 interl-ds : 0 cur-op-mode : g992-5-aj rinit-1d : 0 actual-tps-tc-mode : atm rtx-mode-up : forbidden rtx-mode-dn : forbidden ================================================================================