ADSL2 and ADSL2+ Interfaces on NFX350 Devices
ADSL Interface Overview
Asymmetric digital subscriber line (ADSL) technology is part of the xDSL family of modem technologies that use existing twisted-pair telephone lines to transport high-bandwidth data. ADSL lines connect service provider networks and customer sites over the "last mile" of the network—the loop between the service provider and the customer site.
ADSL transmission is asymmetric because the downstream bandwidth is typically greater than the upstream bandwidth. The typical bandwidths of ADSL2 and ADSL2+ circuits are defined in Table 1.
Operating Modes |
Upstream |
Downstream |
---|---|---|
ADSL2 |
1—1.5 Mbps |
12—14 Mbps |
ADSL2+ |
1—1.5 Mbps |
24—25 Mbps |
ADSL2 and ADSL2+ support the following standards:
LLCSNAP bridged 802.1q
VC MUX bridged
Supported security devices with xDSL SFP can use PPP over Ethernet(PPPoE) to connect through ADSL lines only.
ADSL2 and ADSL2+
The ADSL2 and ADSL2+ standards were adopted by the ITU in July 2002. ADSL2 improves the data rate and reach performance, diagnostics, standby mode, and interoperability of ADSL modems.
ADSL2+ doubles the possible downstream data bandwidth, enabling rates of 20 Mbps on telephone lines shorter than 5000 feet (1.5 km).
ADSL2 uses seamless rate adaptation (SRA) to change the data rate of a connection during operation with no interruptions or bit errors. The ADSL2 transceiver detects changes in channel conditions—for example, the failure of another transceiver in a multicarrier link—and sends a message to the transmitter to initiate a data rate change. The message includes data transmission parameters such as the number of bits modulated and the power on each channel. When the transmitter receives the information, it transitions to the new transmission rate.
Example: Configuring ADSL SFP Interface on NFX350 Devices
Requirements
This example uses the following hardware and software components:
NFX350 device running the Junos OS Release 19.4R1 version, which supports the reoptimized architecture.
Overview
In this example, you are configuring ADSL SFP interface on an NFX350 device with the following configurations:
Physical interface - ge-0/0/11
ADSL SFP options - vpi3, vci34, and encap llcsnap-bridged-802dot1q
Ensure that connectivity to the host is not lost during the configuration process.
Configuration
Procedure
Step-by-Step Procedure
To configure ADSL SFP interfaces on NFX350 devices:
Connect to the host.
user@host> configure [edit] user@host#
Allocate hugepages:
user@host# run show system visibility memory user@host# set system memory hugepages size 1024 count 5
Reboot the device.
Configure virtual interfaces:
user@host# set vmhost virtualization-options interfaces ge-1/0/3 user@host# set vmhost virtualization-options interfaces ge-1/0/4 user@host# commit
Create VLANs using VLAN IDs:
user@host# set vlans vlan100 vlan-id 100 user@host# set vlans vlan101 vlan-id 101 user@host# set vlans vlan200 vlan-id 200 user@host# set vlans vlan50 vlan-id 50
Configure interfaces:
user@host# set interfaces sxe-0/0/0 unit 0 family ethernet-switching interface-mode trunk user@host# set interfaces sxe-0/0/0 unit 0 family ethernet-switching vlan members vlan50 user@host# set interfaces sxe-0/0/0 unit 0 family ethernet-switching vlan members vlan100 user@host# set interfaces sxe-0/0/0 unit 0 family ethernet-switching vlan members vlan101 user@host# set interfaces sxe-0/0/0 unit 0 family ethernet-switching vlan members vlan200 user@host# set interfaces ge-0/0/11 native-vlan-id 50 user@host# set interfaces ge-0/0/11 dsl-sfp-options adsl-options vpi 3 user@host# set interfaces ge-0/0/11 dsl-sfp-options adsl-options vci 32 user@host# set interfaces ge-0/0/11 dsl-sfp-options adsl-options encap llcsnap-bridged-802dot1q user@host# set interfaces ge-0/0/11 unit 0 family ethernet-switching interface-mode trunk user@host# set interfaces ge-0/0/11 unit 0 family ethernet-switching vlan members vlan50 user@host# set interfaces ge-0/0/11 unit 0 family ethernet-switching vlan members vlan101 user@host# set interfaces ge-1/0/3 vlan-tagging user@host# set interfaces ge-1/0/3 unit 0 vlan-id 50 user@host# set interfaces ge-1/0/3 unit 0 family inet address 130.1.1.11/24 user@host# set interfaces ge-1/0/3 unit 0 family inet6 address 2001::1/64
Commit the configuration.
user@host# commit and-quit user@host> exit