VDSL2 Interfaces
Découvrez les détails de l’interface VDSL2 et comment configurer les interfaces sur les équipements de sécurité.
Présentation de l’interface VDSL2
La technologie VDSL (ligne d’abonné numérique à très haut débit) fait partie de la famille xDSL de technologies de modem, qui permettent une transmission plus rapide des données sur une seule paire de fils de cuivre plats, non torsadés ou torsadés. Le Tableau 1 spécifie les détails clés de l’interface VDSL2.
Détails de l’interface |
Description |
---|---|
Nom de l’interface |
SRX-MP-1VDSL2-R |
Pris en charge le |
Pour plus d’informations sur la prise en charge des plates-formes, consultez Outil de compatibilité matérielle (HCT). |
Type d’interface |
|
Cas d’usage |
|
Pour plus d’informations sur les spécifications matérielles du VDSL2, reportez-vous au module d’interface mini-physique VDSL2 Annexe A à 1 port (SRX-MP-1VDSL2-R).
Fonctionnalités prises en charge par l’interface VDSL2
Le Tableau 2 décrit les principales fonctionnalités prises en charge par l’interface VDSL2.
Caractéristique |
Description |
---|---|
Mode de transfert de paquets (PTM) |
|
Modulation multitone discrète (DMT) |
|
Compatibilité descendante |
|
Vecteur |
|
Prise en charge IPv6 |
|
Pour plus d’informations sur les fonctionnalités et les profils pris en charge sur les interfaces VDSL2,reportez-vous à la section Mini-Physical Interface Module (SRX-MP-1VDSL2-R) de l’Annexe A à 1 port.
Topologie de déploiement du réseau VDSL2
L’interface VDSL2 utilise soit Gigabit Ethernet, soit la fibre optique pour se connecter au serveur d’accès distant haut débit (B-RAS). La figure 1 illustre une topologie de réseau VDSL2 typique.

L’interface ADSL utilise soit Gigabit Ethernet, soit OC3/DS3 ATM comme deuxième kilomètre pour se connecter au B-RAS. La figure 2 montre une topologie ADSL rétrocompatible à l’aide d’ATM DSLAM.

Exemple : Configuration de l’interface VDSL2
Dans cet exemple, vous configurez l’interface VDSL2 et l’interface VDSL2 sur les mini-PIM VDSL2. Sur les Mini-PIM VDSL2, l’interface pt-1/0/0
est créée par défaut. Vous pouvez passer en mode ADSL en configurant at-1/0/0
. Vous pouvez désactiver pt-1/0/0
avant de créer at-1/0/0
ou désactiver at-1/0/0
pour créer pt-1/0/0
. Assurez-vous d’avoir supprimé les configurations précédentes le pt-1/0/0
et pp0
.
Dans cet exemple :
Commencez une nouvelle configuration sur un mini-PIM VDSL2.
Désactivez les interfaces précédentes et supprimez l’ancienne configuration.
Définissez les interfaces avec le profil VDSL et la configuration de couche 3 pour le chemin de données de bout en bout.
Configurez le PPPoE sur l’interface
pt-1/0/0
avec une adresse IP statique ou l’authentification CHAP avec une adresse IP non numérotée (authentification PAP ou authentification CHAP).Configurez PPPoE sur l’interface avec l’adresse
pt-1/0/0
IP négociée (authentification PAP ou authentification CHAP).
Pour configurer les interfaces VDSL2 en mode ADSL :
Configurez l’interface ADSL pour un chemin de données de bout en bout.
Configurez PPPoA sur l’interface à l’aide
at-1/0/0
d’une adresse IP négociée et de l’authentification PAP ou CHAP.Configurez une adresse IP statique et une adresse IP non numérotée (ainsi que l’authentification PAP ou l’authentification CHAP) pour PPPoA sur l’interface
at-1/0/0
.Configurez PPPoE sur l’interface à l’aide
at-1/0/0
d’une adresse IP négociée et de l’authentification PAP ou CHAP.
Le Tableau 3 spécifie les commandes de configuration rapide CLI utilisées pour configurer les interfaces VDSL2.
Étape de configuration |
Commandes de configuration rapide de l’interface de ligne de commande |
---|---|
Configurez l’interface VDSL2 et activez le balisage VLAN |
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 |
Commencer une nouvelle configuration sur un Mini-PIM VDSL2 |
[edit] deactivate interface pt-1/0/0 deactivate interface at-1/0/0 delete interface pt-1/0/0 delete interface pp0 |
Configurer le mini-PIM VDSL2 pour un chemin de données de bout en bout |
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 |
Configurer PPPoE sur l’interface |
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 |
Configurer PPPoE sur l’interface pt- avec une adresse IP statique (authentification CHAP) |
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 |
Configurer PPPoE sur l’interface |
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 |
Configurer PPPoE sur l’interface |
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 |
Configurer PPPoE sur l’interface |
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 |
Configurer PPPoE sur l’interface |
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 |
- Configurer l’interface VDSL2 et activer le balisage VLAN
- Configurer l’interface VDSL2 avec les mini-PIM VDSL2
- Vérification
Configurer l’interface VDSL2 et activer le balisage VLAN
Dans cet exemple, vous créez une interface VDSL2 appelée pt-1/0/0
et définissez le profil VDSL2 sur auto
. Pour plus d’informations sur la connectivité de base, reportez-vous au Guide de démarrage rapide et pour configurer les interfaces réseau, reportez-vous à Exemple : Configurer l’interface Ethernet. Pour configurer les interfaces VDSL2 et activer le balisage VLAN, procédez comme suit :
De même, vous pouvez configurer l’interface VDSL2 sur l’Annexe B (interfaces VDSL2 intégrées en mode rétrocompatible ADSL). Une fois la configuration terminée, affichez les paramètres à l’aide de la show interfaces pt-1/0/0
commande.
Configurer l’interface VDSL2 avec les mini-PIM VDSL2
Cet exemple utilise des mini-PIM VDSL2. La figure 3 illustre des pare-feu SRX Series typiques avec des connexions réseau Mini-PIM VDSL2.

Pour afficher les commandes de configuration rapide de l’interface de ligne de commande, reportez-vous au Tableau 3.
Pour commencer une nouvelle configuration sur un Mini-PIM VDSL2 :
Utilisez la show chassis fpc
commande pour voir la sortie de la configuration.
Configurer le mini-PIM VDSL2 pour un chemin de données de bout en bout
Pour configurer le mini-PIM VDSL2 pour un chemin de données de bout en bout :
Configurez les interfaces avec le profil VDSL et la configuration de couche 3 pour le chemin de données de bout en bout.
[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
Validez la configuration.
Utilisez la show interfaces pt-1/0/0
commande pour voir la sortie de la configuration.
Configurer PPPoE sur l’interface pt-1/0/0 avec une adresse IP statique
Pour configurer le PPPoE sur l’interface pt-1/0/0 avec une adresse IP statique :
Configurez les options VDSL et l’encapsulation de l’interface.
[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
Configurez les options PPP de l’interface.
[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
Configurez les options PPPoE de l’interface.
[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
Configurez l’adresse IP de l’interface.
[edit] user@host# set interfaces pp0 unit 0 family inet address 10.1.1.6/24
Configurez le profil d’accès de l’interface.
[edit] user@host# set access profile pap_prof authentication-order password user@host# set access profile pap_prof client cuttack pap-password india
Validez la configuration.
Utilisez les show interfaces pp0
commandes , show interfaces pt-1/0/0
et show access profile pap_prof
pour voir le résultat de la configuration.
Configurer PPPoE sur l’interface pt-1/0/0 avec une adresse IP statique (authentification CHAP)
Pour configurer le PPPoE sur l’interface pt-1/0/0 avec une adresse IP statique (authentification CHAP) :
Configurez les options VDSL et l’encapsulation de l’interface.
[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
Configurez les options PPP de l’interface.
[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
Configurez les options PPPoE de l’interface.
[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
Configurez l’adresse IP de l’interface.
[edit] user@host# set interfaces pp0 unit 0 family inet address 10.1.1.6/24
Validez la configuration.
Utilisez les show interfaces pt-1/0/0
commandes et show interfaces pp0
pour voir le résultat de la configuration.
Configurer PPPoE sur l’interface pt-x/x/x avec IP non numérotée (authentification TAP)
Pour configurer PPPoE sur l’interface pt-1/0/0 avec IP non numérotée (authentification PAP) :
Configurez les options VDSL et l’encapsulation de l’interface.
[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
Configurez l’adresse IP de l’interface.
[edit] user@host# set interfaces lo0 unit 0 family inet address 10.1.1.24/32
Configurez les options PPP de l’interface.
[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
Configurez les options PPPoE de l’interface.
[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
Configurez l’adresse non numérotée et la destination de l’interface.
[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
Configurez le profil d’accès de l’interface.
[edit] user@host# set access profile pap_prof authentication-order password user@host# set access profile pap_prof client cuttack pap-password india
Validez la configuration.
Utilisez les show interfaces lo0
commandes , show interfaces pt-1/0/0
, et show interfaces pp0
pour voir le résultat de la configuration.
Configuration de PPPoE sur l’interface pt-1/0/0 avec IP non numérotée (authentification CHAP)
Pour configurer PPPoE sur l’interface pt-1/0/0 avec une adresse IP non numérotée (authentification CHAP) :
Configurez les options VDSL et l’encapsulation de l’interface.
[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
Configurez l’adresse IP de l’interface.
[edit] user@host# set interfaces lo0 unit 0 family inet address 10.1.1.24/32
Configurez les options PPP de l’interface.
[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
Configurez les options PPPoE de l’interface.
[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
Configurez l’adresse non numérotée et la destination de l’interface.
[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
Validez la configuration.
Utilisez les show interfaces pp0
commandes , show interfaces pt-1/0/0
, et show interfaces lo0
pour voir le résultat de la configuration.
Configurer PPPoE sur l’interface pt-1/0/0 avec IP négocié (authentification PAP)
Pour configurer PPPoE sur l’interface pt-1/0/0 avec IP négocié (authentification PAP) :
Configurez les options VDSL et l’encapsulation de l’interface.
[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
Configurez les options PPP de l’interface.
[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
Configurez les options PPPoE de l’interface.
[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
Configurez l’adresse IP négociée pour l’interface.
[edit] user@host# set interfaces pp0 unit 0 family inet negotiate-address
Configurez le profil d’accès de l’interface.
[edit] user@host# set access profile my_prf authentication-order password user@host# set access profile my_prf
Validez la configuration.
Utilisez les show interfaces pt-1/0/0
commandes , show interfaces pp0
, et show access profile my_prf
pour voir le résultat de la configuration.
Configurer PPPoE sur l’interface pt-1/0/0 avec IP négocié (authentification CHAP)
Pour configurer PPPoE sur l’interface pt-1/0/0 avec IP négocié (authentification CHAP) :
Configurez les options VDSL et l’encapsulation de l’interface.
[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
Configurez les options PPP de l’interface.
[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
Configurez les options PPPoE de l’interface.
[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
Configurez l’adresse IP négociée pour l’interface.
[edit] user@host# set interfaces pp0 unit 0 family inet negotiate-address
Validez la configuration.
Utilisez les show interfaces pp0
commandes et show interfaces pt-1/0/0
pour voir le résultat de la configuration. De même, vous pouvez configurer les interfaces VDSL2 intégrées, Annexe B, en mode ADSL rétrocompatible à l’aide de la show interfaces pt-1/0/0
commande.
Vérification
But
Affichez des informations sur les paramètres configurés sur l’interface VDSL2.
Action
Pour afficher des informations sur les paramètres configurés sur l’interface VDSL2 connectée au DSLAM, fonctionnant dans l’Annexe A et afficher les détails du balisage VLAN :
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....................................................... .......................................................
De même, vous pouvez vérifier l’interface VDSL2 en mode Annexe B à l’aide de la
show interfaces pt-1/0/0
commande.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; }
Vérifiez l’état du FPC en entrant la
show chassis fpc
commande. Le mini-PIM VDSL2 est installé dans le premier emplacement du châssis de l’équipement SRX320 ; Par conséquent, utilisezfpc 1
. Pour les équipements SRX340, utilisez lesfpc 1
FPC ,fpc 2
,fpc 3
, oufpc 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 --------------------
Vérifiez l’état de l’interface, l’état du modem, le temps en secondes et le profil VDSL de DSLAM à l’aide de la commande
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................................................ .................................................
Pour afficher tous les paramètres configurés sur le Mini-PIM VDSL2 pour le chemin de données de bout en bout
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
Pour afficher le PPPoE sur l’interface pt-1/0/0 avec une adresse IP statique.
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
Pour afficher PPPoE sur l’interface pt-1/0/0 avec une adresse IP statique (authentification CHAP)
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
Pour afficher le PPPoE sur l’interface pt-1/0/0 avec IP non numérotée (authentification PAP)
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
Pour afficher le PPPoE sur l’interface pt-1/0/0 avec IP non numérotée (authentification CHAP)
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
Pour afficher PPPoE sur l’interface pt-1/0/0 avec IP négocié (authentification PAP)
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
Pour afficher le PPPoE sur l’interface pt-1/0/0 avec IP négocié (authentification CHAP)
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