AUF DIESER SEITE
VDSL2-Schnittstellen
Erfahren Sie mehr über die Details der VDSL2-Schnittstelle und die Konfiguration der Schnittstellen auf Sicherheitsgeräten.
VDSL2-Schnittstellenübersicht
Die VDSL-Technologie (Digital Subscriber Line) mit sehr hoher Bitrate ist Teil der xDSL-Familie von Modemtechnologien, die eine schnellere Datenübertragung über ein einzelnes flaches, unverdrilltes oder verdrilltes Paar Kupferdrähte ermöglichen. In Tabelle 1 sind die wichtigsten Details der VDSL2-Schnittstelle aufgeführt.
Details zur Benutzeroberfläche |
Beschreibung |
---|---|
Name der Schnittstelle |
SRX-MP-1VDSL2-R |
Unterstützt für |
Informationen zur Plattformunterstützung finden Sie unter Hardwarekompatibilitätstool (HCT). |
Schnittstellentyp |
|
Anwendungsfälle |
|
Informationen zu den VDSL2-Hardwarespezifikationen finden Sie unter 1-Port VDSL2 Annex A Mini-Physical Interface Module (SRX-MP-1VDSL2-R).
- Funktionen, die auf der VDSL2-Schnittstelle unterstützt werden
- VDSL2-Netzwerkbereitstellungstopologie
Funktionen, die auf der VDSL2-Schnittstelle unterstützt werden
In Tabelle 2 werden die wichtigsten Funktionen beschrieben, die von der VDSL2-Schnittstelle unterstützt werden.
Merkmal |
Beschreibung |
---|---|
Paketübertragungsmodus (PTM) |
|
Diskrete Mehrtonmodulation (DMT) |
|
Abwärtskompatibilität |
|
Vectoring |
|
IPv6-Unterstützung |
|
Weitere Informationen zu unterstützten Funktionen und Profilen für VDSL2-Schnittstellen finden Sie unter1-Port VDSL2 Annex A Mini-Physical Interface Module (SRX-MP-1VDSL2-R).
VDSL2-Netzwerkbereitstellungstopologie
Die VDSL2-Schnittstelle verwendet entweder Gigabit-Ethernet oder Glasfaser als zweite Meile für die Verbindung mit dem Broadband Remote Access Server (B-RAS). Abbildung 1 zeigt eine typische VDSL2-Netzwerktopologie.

Die ADSL-Schnittstelle verwendet entweder Gigabit-Ethernet oder OC3/DS3 ATM als zweite Meile für die Verbindung mit dem B-RAS. Abbildung 2 zeigt eine abwärtskompatible ADSL-Topologie mit ATM DSLAM.

Beispiel: VDSL2-Schnittstelle konfigurieren
In diesem Beispiel konfigurieren Sie die VDSL2-Schnittstelle und die VDSL2-Schnittstelle auf VDSL2-Mini-PIMs. Bei VDSL2-Mini-PIMs wird die pt-1/0/0
Schnittstelle standardmäßig erstellt. Sie können in den ADSL-Modus wechseln, indem Sie at-1/0/0
konfigurieren. Sie können deaktivierenpt-1/0/0
, bevor Sie erstellenat-1/0/0
, oder at-1/0/0
deaktivieren, um zu erstellenpt-1/0/0
. Stellen Sie sicher, dass Sie die vorherigen Konfigurationen auf und pp0
gelöscht pt-1/0/0
haben.
In diesem Beispiel:
Beginnen Sie eine neue Konfiguration auf einem VDSL2 Mini-PIM.
Deaktivieren Sie bisherige Schnittstellen und löschen Sie die alte Konfiguration.
Legen Sie die Schnittstellen mit dem VDSL-Profil und der Layer-3-Konfiguration für den End-to-End-Datenpfad fest.
Konfigurieren Sie PPPoE auf der
pt-1/0/0
Schnittstelle mit einer statischen IP-Adresse oder CHAP-Authentifizierung mit nicht nummerierter IP-Adresse (PAP-Authentifizierung oder CHAP-Authentifizierung).Konfigurieren Sie PPPoE auf der
pt-1/0/0
Schnittstelle mit ausgehandelter IP-Adresse (PAP-Authentifizierung oder CHAP-Authentifizierung).
So konfigurieren Sie VDSL2-Schnittstellen im ADSL-Modus:
Konfigurieren Sie die ADSL-Schnittstelle für den End-to-End-Datenpfad.
Konfigurieren Sie PPPoA auf der
at-1/0/0
Schnittstelle mit einer ausgehandelten IP-Adresse und entweder der PAP-Authentifizierung oder der CHAP-Authentifizierung.Konfigurieren Sie eine statische IP-Adresse und eine nicht nummerierte IP-Adresse (und entweder PAP-Authentifizierung oder CHAP-Authentifizierung) für PPPoA auf der
at-1/0/0
Schnittstelle.Konfigurieren Sie PPPoE auf der
at-1/0/0
Schnittstelle mit einer ausgehandelten IP-Adresse und entweder PAP-Authentifizierung oder CHAP-Authentifizierung.
Tabelle 3 beschreibt die CLI-Schnellkonfigurationsbefehle, die für die Konfiguration von VDSL2-Schnittstellen verwendet werden.
Konfigurationsschritt |
CLI-Schnellkonfigurationsbefehle |
---|---|
Konfigurieren Sie die VDSL2-Schnittstelle und aktivieren Sie das VLAN-Tagging |
set interfaces pt-1/0/0 vdsl-options vdsl-profile auto set interfaces pt-1/0/0 vlan-tagging set interfaces pt-1/0/0 unit 0 vlan-id 100 |
Beginnen Sie eine neue Konfiguration auf einem VDSL2-Mini-PIM |
[edit] deactivate interface pt-1/0/0 deactivate interface at-1/0/0 delete interface pt-1/0/0 delete interface pp0 |
Konfiguration von VDSL2 Mini-PIM für End-to-End-Datenpfad |
set interfaces pt-1/0/0 vdsl-options vdsl-profile 17a set interfaces pt-1/0/0 unit 0 family inet address 11.11.11.1/24 |
Konfigurieren von PPPoE auf der |
user@host# set interfaces pt-1/0/0 vdsl-options vdsl-profile 17a user@host# set interfaces pt-1/0/0 unit 0 encapsulation ppp-over-ether user@host# set interfaces pp0 unit 0 ppp-options pap access-profile pap_prof local-name locky local-password india passive user@host# set interfaces pp0 unit 0 pppoe-options underlying-interface pt-1/0/0.0 auto-reconnect 120 client user@host# set interfaces pp0 unit 0 family inet address 10.1.1.6/24 user@host# set access profile pap_prof authentication-order password client cuttack pap-password india |
PPPoE auf der pt-Schnittstelle mit einer statischen IP-Adresse konfigurieren (CHAP-Authentifizierung) |
user@host# set interfaces pt-1/0/0 vdsl-options vdsl-profile 17a user@host# set interfaces pt-1/0/0 unit 0 encapsulation ppp-over-ether user@host# set interfaces pp0 unit 0 ppp-options chap default-chap-secret india local-name locky passive user@host# set interfaces pp0 unit 0 pppoe-options underlying-interface pt-1/0/0.0 auto-reconnect 120 client user@host# set interfaces pp0 unit 0 family inet address 10.1.1.6/24 |
Konfigurieren von PPPoE auf der |
user@host# set interfaces pt-1/0/0 vdsl-options vdsl-profile 17a user@host# set interfaces pt-1/0/0 unit 0 encapsulation ppp-over-ether user@host# set interfaces lo0 unit 0 family inet address 10.1.1.24/32 user@host# set interfaces pp0 unit 0 ppp-options pap access-profile pap_prof local-name locky local-password india passive user@host# set interfaces pp0 unit 0 pppoe-options underlying-interface pt-1/0/0.0 auto-reconnect 120 client user@host# set interfaces pp0 unit 0 family inet unnumbered-address lo0.0 destination 10.1.1.1 user@host# set access profile pap_prof authentication-order password client cuttack pap-password india |
Konfigurieren von PPPoE auf der |
user@host# set interfaces pt-1/0/0 vdsl-options vdsl-profile 17a user@host# set interfaces pt-1/0/0 unit 0 encapsulation ppp-over-ether user@host# set interfaces lo0 unit 0 family inet address 10.1.1.24/32 user@host# set interfaces pp0 unit 0 ppp-options chap default-chap-secret india local-name locky passive user@host# set interfaces pp0 unit 0 pppoe-options underlying-interface pt-1/0/0.0 auto-reconnect 120 client user@host# set interfaces pp0 unit 0 family inet unnumbered-address lo0.0 destination 10.1.1.1 |
Konfigurieren von PPPoE auf der |
user@host# set interfaces pt-1/0/0 vdsl-options vdsl-profile 17a user@host# set interfaces pt-1/0/0 unit 0 encapsulation ppp-over-ether user@host# set interfaces pp0 unit 0 ppp-options pap access-profile my_prf local-name purple local-password <password> passive user@host# set interfaces pp0 unit 0 pppoe-options underlying-interface pt-1/0/0.0 auto-reconnect 120 client user@host# set interfaces pp0 unit 0 family inet negotiate-address user@host# set access profile my_prf authentication-order password user@host# set access profile my_prf |
Konfigurieren von PPPoE auf der |
user@host# set interfaces pt-1/0/0 vdsl-options vdsl-profile 17a user@host# set interfaces pt-1/0/0 unit 0 encapsulation ppp-over-ether user@host# set interfaces pp0 unit 0 ppp-options chap default-chap-secret <password> local-name purple passive user@host# set interfaces pp0 unit 0 pppoe-options underlying-interface pt-1/0/0.0 auto-reconnect 120 client user@host# set interfaces pp0 unit 0 family inet negotiate-address |
- Konfigurieren Sie die VDSL2-Schnittstelle und aktivieren Sie das VLAN-Tagging
- Konfiguration der VDSL2-Schnittstelle mit VDSL2-Mini-PIMs
- Verifizierung
Konfigurieren Sie die VDSL2-Schnittstelle und aktivieren Sie das VLAN-Tagging
In diesem Beispiel erstellen Sie eine VDSL2-Schnittstelle mit dem Namen pt-1/0/0
und legen das VDSL2-Profil auf auto
fest. Weitere Informationen zur grundlegenden Konnektivität finden Sie in der Kurzanleitung und Informationen zum Konfigurieren von Netzwerkschnittstellen finden Sie unter Beispiel: Konfigurieren der Ethernet-Schnittstelle. So konfigurieren Sie die VDSL2-Schnittstellen und aktivieren VLAN-Tagging:
Ebenso können Sie die VDSL2-Schnittstelle auf Annex B konfigurieren (integrierte VDSL2-Schnittstellen im ADSL-abwärtskompatiblen Modus). Nachdem Sie die Konfiguration erfolgreich abgeschlossen haben, zeigen Sie die Parameter mithilfe des show interfaces pt-1/0/0
Befehls an.
Konfiguration der VDSL2-Schnittstelle mit VDSL2-Mini-PIMs
In diesem Beispiel werden VDSL2-Mini-PIMs verwendet. Abbildung 3 zeigt typische Firewalls der SRX-Serie mit VDSL2 Mini-PIM-Netzwerkanschlüssen.

Die CLI-Schnellkonfigurationsbefehle finden Sie in Tabelle 3.
So beginnen Sie eine neue Konfiguration auf einem VDSL2-Mini-PIM:
Verwenden Sie den show chassis fpc
Befehl, um die Ausgabe der Konfiguration anzuzeigen.
Konfigurieren des VDSL2-Mini-PIM für End-to-End-Datenpfad
So konfigurieren Sie das VDSL2 Mini-PIM für den End-to-End-Datenpfad:
Konfigurieren Sie die Schnittstellen mit dem VDSL-Profil und der Layer-3-Konfiguration für den End-to-End-Datenpfad.
[edit] user@host# set interfaces pt-1/0/0 vdsl-options vdsl-profile 17a user@host# set interfaces pt-1/0/0 unit 0 family inet address 11.11.11.1/24
Bestätigen Sie die Konfiguration.
Verwenden Sie den show interfaces pt-1/0/0
Befehl, um die Ausgabe der Konfiguration anzuzeigen.
Konfigurieren von PPPoE auf der pt-1/0/0-Schnittstelle mit einer statischen IP-Adresse
So konfigurieren Sie PPPoE auf der pt-1/0/0-Schnittstelle mit einer statischen IP-Adresse:
Konfigurieren Sie die VDSL-Optionen und die Kapselung für die Schnittstelle.
[edit] user@host# set interfaces pt-1/0/0 vdsl-options vdsl-profile 17a user@host# set interfaces pt-1/0/0 unit 0 encapsulation ppp-over-ether
Konfigurieren Sie die PPP-Optionen für die Schnittstelle.
[edit] user@host# set interfaces pp0 unit 0 ppp-options pap access-profile pap_prof user@host# set interfaces pp0 unit 0 ppp-options pap local-name locky user@host# set interfaces pp0 unit 0 ppp-options pap local-password india user@host# set interfaces pp0 unit 0 ppp-options pap passive
Konfigurieren Sie die PPPoE-Optionen für die Schnittstelle.
[edit] user@host# set interfaces pp0 unit 0 pppoe-options underlying-interface pt-1/0/0.0 user@host# set interfaces pp0 unit 0 pppoe-options auto-reconnect 120 user@host# set interfaces pp0 unit 0 pppoe-options client
Konfigurieren Sie die IP-Adresse für die Schnittstelle.
[edit] user@host# set interfaces pp0 unit 0 family inet address 10.1.1.6/24
Konfigurieren Sie das Zugriffsprofil für die Schnittstelle.
[edit] user@host# set access profile pap_prof authentication-order password user@host# set access profile pap_prof client cuttack pap-password india
Bestätigen Sie die Konfiguration.
Verwenden Sie die show interfaces pp0
show interfaces pt-1/0/0
show access profile pap_prof
Befehle und , um die Ausgabe der Konfiguration anzuzeigen.
Konfigurieren von PPPoE auf der pt-1/0/0-Schnittstelle mit einer statischen IP-Adresse (CHAP-Authentifizierung)
So konfigurieren Sie PPPoE auf der pt-1/0/0-Schnittstelle mit einer statischen IP-Adresse (CHAP-Authentifizierung):
Konfigurieren Sie die VDSL-Optionen und die Kapselung für die Schnittstelle.
[edit] user@host# set interfaces pt-1/0/0 vdsl-options vdsl-profile 17a user@host# set interfaces pt-1/0/0 unit 0 encapsulation ppp-over-ether
Konfigurieren Sie die PPP-Optionen für die Schnittstelle.
[edit] user@host# set interfaces pp0 unit 0 ppp-options chap default-chap-secret india user@host# set interfaces pp0 unit 0 ppp-options chap local-name locky user@host# set interfaces pp0 unit 0 ppp-options chap passive
Konfigurieren Sie die PPPoE-Optionen für die Schnittstelle.
[edit] user@host# set interfaces pp0 unit 0 pppoe-options underlying-interface pt-1/0/0.0 user@host# set interfaces pp0 unit 0 pppoe-options auto-reconnect 120 user@host# set interfaces pp0 unit 0 pppoe-options client
Konfigurieren Sie die IP-Adresse für die Schnittstelle.
[edit] user@host# set interfaces pp0 unit 0 family inet address 10.1.1.6/24
Bestätigen Sie die Konfiguration.
Verwenden Sie die und-Befehle show interfaces pt-1/0/0
show interfaces pp0
, um die Ausgabe der Konfiguration anzuzeigen.
Konfiguration von PPPoE auf der pt-x/x/x-Schnittstelle mit nicht nummerierter IP-Adresse (PAP-Authentifizierung)
So konfigurieren Sie PPPoE auf der pt-1/0/0-Schnittstelle mit einer nicht nummerierten IP-Adresse (PAP-Authentifizierung):
Konfigurieren Sie die VDSL-Optionen und die Kapselung für die Schnittstelle.
[edit] user@host# set interfaces pt-1/0/0 vdsl-options vdsl-profile 17a user@host# set interfaces pt-1/0/0 unit 0 encapsulation ppp-over-ether
Konfigurieren Sie die IP-Adresse für die Schnittstelle.
[edit] user@host# set interfaces lo0 unit 0 family inet address 10.1.1.24/32
Konfigurieren Sie die PPP-Optionen für die Schnittstelle.
[edit] user@host# set interfaces pp0 unit 0 ppp-options pap access-profile pap_prof user@host# set interfaces pp0 unit 0 ppp-options pap local-name locky user@host# set interfaces pp0 unit 0 ppp-options pap local-password india user@host# set interfaces pp0 unit 0 ppp-options pap passive
Konfigurieren Sie die PPPoE-Optionen für die Schnittstelle.
[edit] user@host# set interfaces pp0 unit 0 pppoe-options underlying-interface pt-1/0/0.0 user@host# set interfaces pp0 unit 0 pppoe-options auto-reconnect 120 user@host# set interfaces pp0 unit 0 pppoe-options client
Konfigurieren Sie die nicht nummerierte Adresse und das Ziel für die Schnittstelle.
[edit] user@host# set interfaces pp0 unit 0 family inet unnumbered-address lo0.0 user@host# set interfaces pp0 unit 0 family inet unnumbered-address destination 10.1.1.1
Konfigurieren Sie das Zugriffsprofil für die Schnittstelle.
[edit] user@host# set access profile pap_prof authentication-order password user@host# set access profile pap_prof client cuttack pap-password india
Bestätigen Sie die Konfiguration.
Verwenden Sie die show interfaces lo0
Befehle , show interfaces pt-1/0/0
und show interfaces pp0
, um die Ausgabe der Konfiguration anzuzeigen.
Konfigurieren von PPPoE auf der pt-1/0/0-Schnittstelle mit nicht nummerierter IP-Adresse (CHAP-Authentifizierung)
So konfigurieren Sie PPPoE auf der pt-1/0/0-Schnittstelle mit einer nicht nummerierten IP-Adresse (CHAP-Authentifizierung):
Konfigurieren Sie die VDSL-Optionen und die Kapselung für die Schnittstelle.
[edit] user@host# set interfaces pt-1/0/0 vdsl-options vdsl-profile 17a user@host# set interfaces pt-1/0/0 unit 0 encapsulation ppp-over-ether
Konfigurieren Sie die IP-Adresse für die Schnittstelle.
[edit] user@host# set interfaces lo0 unit 0 family inet address 10.1.1.24/32
Konfigurieren Sie die PPP-Optionen für die Schnittstelle.
[edit] user@host# set interfaces pp0 unit 0 ppp-options chap default-chap-secret india user@host# set interfaces pp0 unit 0 ppp-options chap local-name locky user@host# set interfaces pp0 unit 0 ppp-options chap passive
Konfigurieren Sie die PPPoE-Optionen für die Schnittstelle.
[edit] user@host# set interfaces pp0 unit 0 pppoe-options underlying-interface pt-1/0/0.0 user@host# set interfaces pp0 unit 0 pppoe-options auto-reconnect 120 user@host# set interfaces pp0 unit 0 pppoe-options client
Konfigurieren Sie die nicht nummerierte Adresse und das Ziel für die Schnittstelle.
[edit] user@host# set interfaces pp0 unit 0 family inet unnumbered-address lo0.0 user@host# set interfaces pp0 unit 0 family inet unnumbered-address destination 10.1.1.1
Bestätigen Sie die Konfiguration.
Verwenden Sie die show interfaces pp0
Befehle , show interfaces pt-1/0/0
und show interfaces lo0
, um die Ausgabe der Konfiguration anzuzeigen.
Konfigurieren von PPPoE auf der pt-1/0/0-Schnittstelle mit ausgehandelter IP-Adresse (PAP-Authentifizierung)
So konfigurieren Sie PPPoE auf der pt-1/0/0-Schnittstelle mit ausgehandelter IP-Adresse (PAP-Authentifizierung):
Konfigurieren Sie die VDSL-Optionen und die Kapselung für die Schnittstelle.
[edit] user@host# set interfaces pt-1/0/0 vdsl-options vdsl-profile 17a user@host# set interfaces pt-1/0/0 unit 0 encapsulation ppp-over-ether
Konfigurieren Sie die PPP-Optionen für die Schnittstelle.
[edit] user@host# set interfaces pp0 unit 0 ppp-options pap access-profile my_prf user@host# set interfaces pp0 unit 0 ppp-options pap local-name purple user@host# set interfaces pp0 unit 0 ppp-options pap local-password <password> user@host# set interfaces pp0 unit 0 ppp-options pap passive
Konfigurieren Sie die PPPoE-Optionen für die Schnittstelle.
[edit] user@host# set interfaces pp0 unit 0 pppoe-options underlying-interface pt-1/0/0.0 user@host# set interfaces pp0 unit 0 pppoe-options auto-reconnect 120 user@host# set interfaces pp0 unit 0 pppoe-options client
Konfigurieren Sie die ausgehandelte IP-Adresse für die Schnittstelle.
[edit] user@host# set interfaces pp0 unit 0 family inet negotiate-address
Konfigurieren Sie das Zugriffsprofil für die Schnittstelle.
[edit] user@host# set access profile my_prf authentication-order password user@host# set access profile my_prf
Bestätigen Sie die Konfiguration.
Verwenden Sie die show interfaces pt-1/0/0
Befehle , show interfaces pp0
und show access profile my_prf
, um die Ausgabe der Konfiguration anzuzeigen.
Konfiguration von PPPoE auf der pt-1/0/0-Schnittstelle mit ausgehandelter IP-Adresse (CHAP-Authentifizierung)
So konfigurieren Sie PPPoE auf der pt-1/0/0-Schnittstelle mit ausgehandelter IP-Adresse (CHAP-Authentifizierung):
Konfigurieren Sie die VDSL-Optionen und die Kapselung für die Schnittstelle.
[edit] user@host# set interfaces pt-1/0/0 vdsl-options vdsl-profile 17a user@host# set interfaces pt-1/0/0 unit 0 encapsulation ppp-over-ether
Konfigurieren Sie die PPP-Optionen für die Schnittstelle.
[edit] user@host# set interfaces pp0 unit 0 ppp-options chap default-chap-secret <password> user@host# set interfaces pp0 unit 0 ppp-options chap local-name purple user@host# set interfaces pp0 unit 0 ppp-options chap passive
Konfigurieren Sie die PPPoE-Optionen für die Schnittstelle.
[edit] user@host# set interfaces pp0 unit 0 pppoe-options underlying-interface pt-1/0/0.0 user@host# set interfaces pp0 unit 0 pppoe-options auto-reconnect 120 user@host# set interfaces pp0 unit 0 pppoe-options client
Konfigurieren Sie die ausgehandelte IP-Adresse für die Schnittstelle.
[edit] user@host# set interfaces pp0 unit 0 family inet negotiate-address
Bestätigen Sie die Konfiguration.
Verwenden Sie die und-Befehle show interfaces pp0
show interfaces pt-1/0/0
, um die Ausgabe der Konfiguration anzuzeigen. Ebenso können Sie die integrierten VDSL2-Schnittstellen, Annex B, im ADSL-abwärtskompatiblen Modus mit dem show interfaces pt-1/0/0
Befehl konfigurieren.
Verifizierung
Zweck
Zeigen Sie Informationen über die auf der VDSL2-Schnittstelle konfigurierten Parameter an.
Aktion
So zeigen Sie Informationen über die konfigurierten Parameter der VDSL2-Schnittstelle an, die mit dem DSLAM verbunden ist und in Anhang A arbeitet, und zeigen Details zum VLAN-Tagging an:
user@host> show interfaces pt-1/0/0
Physical interface: pt-1/0/0, Enabled, Physical link is Up Interface index: 146, SNMP ifIndex: 524, Generation: 149 Type: PTM, Link-level type: Ethernet, MTU: 1496, VDSL mode, Speed: 45440kbps Speed: VDSL2 Device flags : Present Running Link flags : None CoS queues : 8 supported, 8 maximum usable queues Hold-times : Up 0 ms, Down 0 ms Current address: 00:b1:7e:85:84:ff Last flapped : 2009-10-18 11:56:50 PDT (12:32:49 ago) Statistics last cleared: 2009-10-19 00:29:37 PDT (00:00:02 ago) Traffic statistics: Input bytes : 22438962 97070256 bps Output bytes : 10866024 43334088 bps Input packets: 15141 8187 pps Output packets: 7332 3655 pps Input errors: Errors: 0, Drops: 0, Policed discards: 0, L3 incompletes: 0, L2 channel errors: 0, L2 mismatch timeouts: 0, Resource errors: 0 Output errors: Carrier transitions: 0, Errors: 0, Drops: 0, Aged packets: 0, MTU errors: 0, Resource errors: 0 Egress queues: 8 supported, 4 in use Queue counters: Queued packets Transmitted packets Dropped packets 0 best-effort 6759 6760 0 1 expedited-fo 0 0 0 2 assured-forw 0 0 0 3 network-cont 0 0 0 VDSL alarms : None VDSL defects : None VDSL media: Seconds Count State LOF 0 0 OK LOS 0 0 OK LOM 0 0 OK LOP 0 0 OK LOCDI 0 0 OK LOCDNI 0 0 OK VDSL status: Modem status : Showtime (Profile-17a) VDSL profile : Profile-17a Annex A Last fail code: None Subfunction : 0x00 Seconds in showtime : 45171 continue....................................................... .......................................................
Auf ähnliche Weise können Sie die VDSL2-Schnittstelle im Annex B-Modus überprüfen, indem Sie den
show interfaces pt-1/0/0
Befehl verwenden.user@host> show interfaces pt-1/0/0
vlan-tagging; vdsl-options { vdsl-profile auto; } unit 0 { vlan-id 100; Family inet { address 100.100.100.1/24; }
Überprüfen Sie den FPC-Status, indem Sie den
show chassis fpc
Befehl eingeben. Das VDSL2 Mini-PIM wird im ersten Steckplatz des SRX320-Gerätegehäuses installiert. Verwenden Siefpc 1
daher . Verwenden Sie für SRX340-Geräte die FPCsfpc 1
,fpc 2
,fpc 3
oderfpc 4
.user@host> show chassis fpc
Temp CPU Utilization (%) Memory Utilization (%) Slot State (C) Total Interrupt DRAM (MB) Heap Buffer 0 Online -------------------- CPU less FPC -------------------- 1 Online -------------------- CPU less FPC --------------------
Überprüfen Sie den Status der Schnittstelle, den Modemstatus, die Zeit in Sekunden und das VDSL-Profil von DSLAM, indem Sie die
run show interface pt-1/0/0
.user@host> show interface pt-1/0/0
Physical interface: pt-1/0/0, Enabled, Physical link is Up Interface index: 146, SNMP ifIndex: 524, Generation: 149 Type: PTM, Link-level type: Ethernet, MTU: 1496, VDSL mode, Speed: 45440kbps Speed: VDSL2 Device flags : Present Running Link flags : None CoS queues : 8 supported, 8 maximum usable queues Hold-times : Up 0 ms, Down 0 ms Current address: 00:b1:7e:85:84:ff Last flapped : 2009-10-18 11:56:50 PDT (12:32:49 ago) Statistics last cleared: 2009-10-19 00:29:37 PDT (00:00:02 ago) Traffic statistics: Input bytes : 22438962 97070256 bps Output bytes : 10866024 43334088 bps Input packets: 15141 8187 pps Output packets: 7332 3655 pps Input errors: Errors: 0, Drops: 0, Policed discards: 0, L3 incompletes: 0, L2 channel errors: 0, L2 mismatch timeouts: 0, Resource errors: 0 Output errors: Carrier transitions: 0, Errors: 0, Drops: 0, Aged packets: 0, MTU errors: 0, Resource errors: 0 Egress queues: 8 supported, 4 in use Queue counters: Queued packets Transmitted packets Dropped packets 0 best-effort 6759 6760 0 1 expedited-fo 0 0 0 2 assured-forw 0 0 0 3 network-cont 0 0 0 VDSL alarms : None VDSL defects : None VDSL media: Seconds Count State LOF 0 0 OK LOS 0 0 OK LOM 0 0 OK LOP 0 0 OK LOCDI 0 0 OK LOCDNI 0 0 OK VDSL status: Modem status : Showtime (Profile-17a) VDSL profile : Profile-17a Annex A Last fail code: None Subfunction : 0x00 Seconds in showtime : 45171 continue................................................ .................................................
So zeigen Sie alle auf VDSL2 konfigurierten Parameter an Mini-PIM für End-to-End-Datenpfad
user@host> show interfaces pt-1/0/0 terse
Interface Admin Link Proto Local Remote pt-1/0/0 up up pt-1/0/0.0 up up inet 11.11.11.1/24 [edit] user@host# run ping 11.11.11.2 count 1000 rapid PING 11.11.11.2 (11.11.11.2): 56 data bytes !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - 11.11.11.2 ping statistics --- 1000 packets transmitted, 1000 packets received, 0% packet loss round-trip min/avg/max/stddev = 16.109/17.711/28.591/2.026 ms
user@host> show interfaces pt-1/0/0 extensive
Physical interface: pt-1/0/0, Enabled, Physical link is Up Interface index: 146, SNMP ifIndex: 524, Generation: 197 Type: PTM, Link-level type: Ethernet, MTU: 1496, VDSL mode, Speed: 45440kbps Speed: VDSL2 Device flags : Present Running Link flags : None CoS queues : 8 supported, 8 maximum usable queues Hold-times : Up 0 ms, Down 0 ms Current address: 00:b1:7e:85:84:ff Last flapped : 2009-10-28 00:36:29 PDT (00:12:03 ago) Statistics last cleared: 2009-10-28 00:47:56 PDT (00:00:36 ago) Traffic statistics: Input bytes : 84000 0 bps Output bytes : 138000 0 bps Input packets: 1000 0 pps Output packets: 1000 0 pps Input errors: Errors: 0, Drops: 0, Policed discards: 0, L3 incompletes: 0, L2 channel errors: 0, L2 mismatch timeouts: 0, Resource errors: 0 Output errors: Carrier transitions: 0, Errors: 0, Drops: 0, Aged packets: 0, MTU errors: 0, Resource errors: 0 Egress queues: 8 supported, 4 in use Queue counters: Queued packets Transmitted packets Dropped packets 0 best-effort 1000 1000 0 1 expedited-fo 0 0 0 2 assured-forw 0 0 0 3 network-cont 0 0 0 VDSL alarms : None VDSL defects : None VDSL media: Seconds Count State LOF 0 0 OK LOS 0 0 OK LOM 0 0 OK LOP 0 0 OK LOCDI 0 0 OK LOCDNI 0 0 OK VDSL status: Modem status : Showtime (Profile-17a) VDSL profile : Profile-17a Annex A Last fail code: None
Zum Anzeigen des PPPoE auf der pt-1/0/0-Schnittstelle mit einer statischen IP-Adresse.
user@host> show interfaces pp0
Physical interface: pp0, Enabled, Physical link is Up Interface index: 128, SNMP ifIndex: 510 Type: PPPoE, Link-level type: PPPoE, MTU: 1532 Device flags : Present Running Interface flags: Point-To-Point SNMP-Traps Link type : Full-Duplex Link flags : None Input packets : 0 Output packets: 0 Logical interface pp0.0 (Index 71) (SNMP ifIndex 522) Flags: Hardware-Down Point-To-Point SNMP-Traps 0x0 Encapsulation: PPPoE PPPoE: State: SessionDown, Session ID: None, Configured AC name: None, Service name: None, Auto-reconnect timeout: 120 seconds, Idle timeout: Never, Underlying interface: pt-1/0/0.0 (Index 69) Input packets : 57 Output packets: 56 Keepalive settings: Interval 10 seconds, Up-count 1, Down-count 3 Keepalive: Input: 22 (00:00:40 ago), Output: 25 (00:00:04 ago) LCP state: Down
user@host> show interfaces pt-1/0/0 terse
Interface Admin Link Proto Local Remote pt-1/0/0 up up pt-1/0/0.0 up up [edit] user@host# run show interfaces pp0 terse Interface Admin Link Proto Local Remote pp0 up up pp0.0 up up inet 10.1.1.6/24 [edit] user@host# run ping 10.1.1.1 count 100 rapid PING 10.1.1.1 (10.1.1.1): 56 data bytes !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - 10.1.1.1 ping statistics --- 100 packets transmitted, 100 packets received, 0% packet loss round-trip min/avg/max/stddev = 14.669/15.649/21.655/1.740 ms
So zeigen Sie PPPoE auf der pt-1/0/0-Schnittstelle mit einer statischen IP-Adresse an (CHAP-Authentifizierung)
user@host> show interfaces pp0
Physical interface: pp0, Enabled, Physical link is Up Interface index: 128, SNMP ifIndex: 510 Type: PPPoE, Link-level type: PPPoE, MTU: 1532 Device flags : Present Running Interface flags: Point-To-Point SNMP-Traps Link type : Full-Duplex Link flags : None Input packets : 0 Output packets: 0 Logical interface pp0.0 (Index 70) (SNMP ifIndex 522) Flags: Point-To-Point SNMP-Traps 0x0 Encapsulation: PPPoE PPPoE: State: SessionUp, Session ID: 31, Session AC name: cuttack, Remote MAC address: 00:03:6c:c8:8c:55, Configured AC name: None, Service name: None, Auto-reconnect timeout: 120 seconds, Idle timeout: Never, Underlying interface: pt-1/0/0.0 (Index 69) Input packets : 12 Output packets: 10 Keepalive settings: Interval 10 seconds, Up-count 1, Down-count 3 Keepalive: Input: 1 (00:00:08 ago), Output: 0 (never) LCP state: Opened NCP state: inet: Opened, inet6: Not-configured, iso: Not-configured, mpls: Not-configured CHAP state: Success PAP state: Closed Security: Zone: Null Protocol inet, MTU: 1492 Flags: None Addresses, Flags: Is-Preferred Is-Primary Destination: 10.1.1/24, Local: 10.1.1.6
user@host> show interfaces pt-1/0/0 terse
Interface Admin Link Proto Local Remote pt-1/0/0 up up pt-1/0/0.0 up up
user@host> show interfaces pp0 terse
Interface Admin Link Proto Local Remote pp0 up up pp0.0 up up inet 10.1.1.6/24
user@host> ping 10.1.1.1 count 100 rapid
PING 10.1.1.1 (10.1.1.1): 56 data bytes !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --- 10.1.1.1 ping statistics --- 100 packets transmitted, 100 packets received, 0% packet loss round-trip min/avg/max/stddev = 14.608/15.466/25.939/1.779 ms
So zeigen Sie das PPPoE auf der pt-1/0/0-Schnittstelle mit nicht nummerierter IP-Adresse an (PAP-Authentifizierung)
user@host> show interfaces pp0
Physical interface: pp0, Enabled, Physical link is Up Interface index: 128, SNMP ifIndex: 510 Type: PPPoE, Link-level type: PPPoE, MTU: 1532 Device flags : Present Running Interface flags: Point-To-Point SNMP-Traps Link type : Full-Duplex Link flags : None Input packets : 0 Output packets: 0 Logical interface pp0.0 (Index 72) (SNMP ifIndex 522) Flags: Point-To-Point SNMP-Traps 0x0 Encapsulation: PPPoE PPPoE: State: SessionUp, Session ID: 33, Session AC name: cuttack, Remote MAC address: 00:03:6c:c8:8c:55, Configured AC name: None, Service name: None, Auto-reconnect timeout: 120 seconds, Idle timeout: Never, Underlying interface: pt-1/0/0.0 (Index 69) Input packets : 22 Output packets: 20 Keepalive settings: Interval 10 seconds, Up-count 1, Down-count 3 Keepalive: Input: 1 (00:00:08 ago), Output: 0 (never) LCP state: Opened NCP state: inet: Opened, inet6: Not-configured, iso: Not-configured, mpls: Not-configured CHAP state: Closed PAP state: Success Security: Zone: Null Protocol inet, MTU: 1492 Flags: None Addresses, Flags: Is-Preferred Is-Primary Destination: 10.1.1.1, Local: 10.1.1.24
user@host> show interfaces pt-1/0/0 terse
Interface Admin Link Proto Local Remote pt-1/0/0 up up pt-1/0/0.0 up up
user@host> show interfaces pp0 terse
Interface Admin Link Proto Local Remote pp0 up up pp0.0 up up inet 10.1.1.24 --> 10.1.1.1
user@host> ping 10.1.1.1 count 100 rapid
PING 10.1.1.1 (10.1.1.1): 56 data bytes !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --- 10.1.1.1 ping statistics --- 100 packets transmitted, 100 packets received, 0% packet loss round-trip min/avg/max/stddev = 14.584/15.503/21.204/1.528 ms
So zeigen Sie das PPPoE auf der pt-1/0/0-Schnittstelle mit nicht nummerierter IP-Adresse an (CHAP-Authentifizierung)
user@host> show interfaces pp0
Physical interface: pp0, Enabled, Physical link is Up Interface index: 128, SNMP ifIndex: 510 Type: PPPoE, Link-level type: PPPoE, MTU: 1532 Device flags : Present Running Interface flags: Point-To-Point SNMP-Traps Link type : Full-Duplex Link flags : None Input packets : 0 Output packets: 0 Logical interface pp0.0 (Index 70) (SNMP ifIndex 522) Flags: Point-To-Point SNMP-Traps 0x0 Encapsulation: PPPoE PPPoE: State: SessionUp, Session ID: 35, Session AC name: cuttack, Remote MAC address: 00:03:6c:c8:8c:55, Configured AC name: None, Service name: None, Auto-reconnect timeout: 120 seconds, Idle timeout: Never, Underlying interface: pt-1/0/0.0 (Index 69) Input packets : 25 Output packets: 22 Keepalive settings: Interval 10 seconds, Up-count 1, Down-count 3 Keepalive: Input: 2 (00:00:10 ago), Output: 2 (00:00:02 ago) LCP state: Opened NCP state: inet: Opened, inet6: Not-configured, iso: Not-configured, mpls: Not-configured CHAP state: Success PAP state: Closed Security: Zone: Null Protocol inet, MTU: 1492 Flags: None Addresses, Flags: Is-Preferred Is-Primary Destination: 10.1.1.1, Local: 10.1.1.24
user@host> show interfaces pt-1/0/0 terse
Interface Admin Link Proto Local Remote pt-1/0/0 up up pt-1/0/0.0 up up
user@host> show interfaces pp0 terse
Interface Admin Link Proto Local Remote pp0 up up pp0.0 up up inet 10.1.1.24 --> 10.1.1.1
user@host> ping 10.1.1.1 count 100 rapid
PING 10.1.1.1 (10.1.1.1): 56 data bytes !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -- 10.1.1.1 ping statistics --- 100 packets transmitted, 100 packets received, 0% packet loss round-trip min/avg/max/stddev = 14.585/16.025/22.354/2.019 ms
So zeigen Sie PPPoE auf der pt-1/0/0-Schnittstelle mit ausgehandelter IP-Adresse (PAP-Authentifizierung) an
user@host> show interfaces pp0
Physical interface: pp0, Enabled, Physical link is Up Interface index: 128, SNMP ifIndex: 510 Type: PPPoE, Link-level type: PPPoE, MTU: 1532 Device flags : Present Running Interface flags: Point-To-Point SNMP-Traps Link type : Full-Duplex Link flags : None Input packets : 0 Output packets: 0 Logical interface pp0.0 (Index 72) (SNMP ifIndex 522) Flags: Point-To-Point SNMP-Traps 0x0 Encapsulation: PPPoE PPPoE: State: SessionUp, Session ID: 4, Session AC name: belur, Remote MAC address: 00:90:1a:43:18:d1, Configured AC name: None, Service name: None, Auto-reconnect timeout: 120 seconds, Idle timeout: Never, Underlying interface: pt-1/0/0.0 (Index 69) Input packets : 18 Output packets: 18 Keepalive settings: Interval 10 seconds, Up-count 1, Down-count 3 Keepalive: Input: 0 (never), Output: 11 (00:00:01 ago) LCP state: Opened NCP state: inet: Opened, inet6: Not-configured, iso: Not-configured, mpls: Not-configured CHAP state: Closed PAP state: Success Security: Zone: Null Protocol inet, MTU: 1474 Flags: Negotiate-Address Addresses, Flags: Kernel Is-Preferred Is-Primary Destination: 12.12.12.1, Local: 12.12.12.11
user@host> show interfaces pt-1/0/0 terse
Interface Admin Link Proto Local Remote pt-1/0/0 up up pt-1/0/0.0 up up
user@host> show interfaces pp0 terse
Interface Admin Link Proto Local Remote pp0 up up pp0.0 up up inet 12.12.12.11 --> 12.12.12.1
user@host> ping 12.12.12.1 count 100 rapid
PING 12.12.12.1 (12.12.12.1): 56 data bytes !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --- 12.12.12.1 ping statistics --- 100 packets transmitted, 100 packets received, 0% packet loss round-trip min/avg/max/stddev = 16.223/17.692/24.359/2.292 ms
So zeigen Sie PPPoE auf der pt-1/0/0-Schnittstelle mit ausgehandelter IP-Adresse an (CHAP-Authentifizierung)
user@host> show interfaces pp0
Physical interface: pp0, Enabled, Physical link is Up Interface index: 128, SNMP ifIndex: 510 Type: PPPoE, Link-level type: PPPoE, MTU: 1532 Device flags : Present Running Interface flags: Point-To-Point SNMP-Traps Link type : Full-Duplex Link flags : None Input packets : 0 Output packets: 0 Logical interface pp0.0 (Index 70) (SNMP ifIndex 522) Flags: Point-To-Point SNMP-Traps 0x0 Encapsulation: PPPoE PPPoE: State: SessionUp, Session ID: 8, Session AC name: belur, Remote MAC address: 00:90:1a:43:18:d1, Configured AC name: None, Service name: None, Auto-reconnect timeout: 120 seconds, Idle timeout: Never, Underlying interface: pt-1/0/0.0 (Index 69) Input packets : 12 Output packets: 11 Keepalive settings: Interval 10 seconds, Up-count 1, Down-count 3 Keepalive: Input: 0 (never), Output: 4 (00:00:03 ago) LCP state: Opened NCP state: inet: Opened, inet6: Not-configured, iso: Not-configured, mpls: Not-configured CHAP state: Success PAP state: Closed Security: Zone: Null Protocol inet, MTU: 1474 Flags: Negotiate-Address Addresses, Flags: Kernel Is-Preferred Is-Primary Destination: 12.12.12.1, Local: 12.12.12.12
user@host> show interfaces pt-1/0/0 terse
Interface Admin Link Proto Local Remote pt-1/0/0 up up pt-1/0/0.0 up up
user@host> show interfaces pp0 terse
Interface Admin Link Proto Local Remote pp0 up up pp0.0 up up inet 12.12.12.12 --> 12.12.12.1
user@host> ping 12.12.12.1 count 100 rapid
PING 12.12.12.1 (12.12.12.1): 56 data bytes !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --- 12.12.12.1 ping statistics --- 100 packets transmitted, 100 packets received, 0% packet loss round-trip min/avg/max/stddev = 16.168/17.452/23.299/2.016 ms