dsl-sfp-options
语法(SRX300、SRX320、SRX340、SRX345、SRX380)
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; } }
层次结构级别
[edit interfaces interface name]
描述
在 SRX 系列防火墙上配置 ADSL 属性。
按照这些示例预配置步骤操作,将 SFP 插入设备的插槽 8,这是附件 J 支持所必需的。必须配置一个逻辑接口,DSL xSFP 控制路径才能正常工作。
-
关于接口的
inet
ADSL和附录J: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
-
以太网交换接口上不带 VLAN 的 ADSL 和附录 J:
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
-
在以太网交换接口上带有 VLAN 的 ADSL 和附录 J:
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
同样,要在 下
dsl-sfp-options
设置 G.fast 选项,请使用:
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
选项
adsl-options | ADSL 接口选项。 |
annex (auto | annexj-off) | 附件类型。 |
carrier | VDSL 上的载波设置。支持的 VDSL 运营商包括 A43、B43 和自动。支持的 G.fast 运营商有 A43、A43c、B43 和 B43c。 |
encap | 封装类型。 |
gfast-options | G.fast(千兆宽带接入技术)选项。 |
profile | VDSL 上的配置文件类型。 |
vci | 虚拟电路标识符。 |
vdsl-options | 选项。 |
vpi | 虚拟路径标识符。 |
所需权限级别
路由 - 在配置中查看此语句。
路由控制 - 将此语句添加到配置中。
system - 在配置中查看此语句。
系统控制 - 将此语句添加到配置中。
发布信息
Junos OS 20.4R1 版中引入的语句。