Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

dsl-sfp-options

date_range 19-Nov-23

Syntax (SRX300, SRX320, SRX340, SRX345, SRX380)

content_copy zoom_out_map
dsl-sfp-options {
    adsl-options {
        encap encapsulation; 
        vci identifier;
        vpi identifier;
        annex  (auto | annexj-off);
    }
    gfast-options{
        carrier carrier setting; 
    }
    vdsl-options {
        carrier carrier setting; 
        profile profile; 
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit interfaces interface name]

Description

Configure ADSL properties on SRX Series Firewalls.

Follow these example pre-configuration steps with the SFP inserted on slot 8 of the device, required for Annex J support. You must configure one logical interface for xDSL SFP control path to work.

  1. ADSL and Annex J on inet interface:

    content_copy zoom_out_map
    user@host# set interfaces ge-0/0/8 unit 0 family inet address 10.1.1.10/24
    user@host# set interfaces ge-0/0/8 dsl-sfp-options adsl-options vpi 8 vci 36 encap llcsnap-bridged-802.1q
    user@host# set interfaces ge-0/0/8 dsl-sfp-options adsl-options vpi 8 vci 36 annex auto encap llcsnap-bridged-802.1q
    
  2. ADSL and Annex J without vlan on Ethernet-switching interface:

    content_copy zoom_out_map
    user@host# set interfaces ge-0/0/8 unit 0 family ethernet-switching vlan members xdsl-test
    user@host# set interfaces irb unit 50 family inet address 10.1.1.10/24
    user@host# set vlans xdsl-test vlan-id 50
    user@host# set vlans xdsl-test l3-interface irb.50
    user@host# set interfaces ge-0/0/8 dsl-sfp-options adsl-options vpi 8 vci 36 encap llcsnap-bridged-802.1q
    user@host# set interfaces ge-0/0/8 dsl-sfp-options adsl-options vpi 8 vci 36 annex auto encap llcsnap-bridged-802.1q
    
  3. ADSL and Annex J with vlan on Ethernet-switching interface:

    content_copy zoom_out_map
    user@host# set interfaces ge-0/0/8 native-vlan-id 50
    user@host# set interfaces ge-0/0/8 unit 0 family ethernet-switching interface-mode trunk
    user@host# set interfaces ge-0/0/8 unit 0 family ethernet-switching vlan members xdsl-test
    user@host# set interfaces irb unit 50 family inet address 10.1.1.10/24
    user@host# set vlans xdsl-test vlan-id 50
    user@host# set vlans xdsl-test l3-interface irb.50
    user@host# set interfaces ge-0/0/8 dsl-sfp-options adsl-options vpi 8 vci 36 encap llcsnap-bridged-802.1q
    user@host# set interfaces ge-0/0/8 dsl-sfp-options adsl-options vpi 8 vci 36 annex auto encap llcsnap-bridged-802.1q
    
Similarly, to set up G.fast option under dsl-sfp-options, use:
content_copy zoom_out_map
user@host# set interfaces ge-0/0/8 unit 0 family inet address 10.1.1.1/24
user@host# set interfaces ge-0/0/8 dsl-sfp-options gfast-options carrier a43

Options

adsl-options

Options of ADSL interface.

annex (auto | annexj-off)

The Annex type.

carrier

Carrier setting on VDSL. Supported VDSL carriers are A43, B43, and auto. Supported G.fast carriers are A43, A43c, B43, and B43c.

encap

The encapsulation type.

gfast-options

Options of G.fast (Gigabit broadband access technology).

profile

The profile type on VDSL.

vci

Virtual circuit identifier.

vdsl-options

Options.

vpi

Virtual path identifier.

Required Privilege Level

routing—To view this statement in the configuration.

routing–control—To add this statement to the configuration.

system—To view this statement in the configuration.

system–control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 20.4R1.

footer-navigation