Within this example we configure fe-0/0/0 as a trunk and only allow vlans 100, 110 and 120 across. Multiple layer 3 interfaces are then assigned to each of these vlans. interfaces { fe-0/0/0 { unit 0 { family ethernet-switching { port-mode trunk; vlan { members [ vlan-100 vlan...
port-mode trunk; vlan { members [ orange blue ]; } } } } ge-0/0/4 { unit 0 { family ethernet-switching { port-mode trunk; vlan { members [ 100 200 ]; } } } } } 配置native-vlan-id EX在trunk端口下支持native-vlan 的配置: root@host> edit Entering configuration mode [edit] ro...
一、交换机配置部分 1.使用console线连接至交换机 COM参数:2.使用root账号登陆,默认为空密码 login: root --- JUNOS 9.1R2.10 built 2008-07-01 04:34:43 UTC root@% 开启交换机命令行:root@% cli //%为unix shell提示符 root> //>为cli提示符 3.进入configuration模式 root> configure [edit]r...
配置链路捆绑 具体命令如下: set chassis aggregated-devices ethernet device-count 5 //配置链路聚合端口 数目为5 个(ae0-ae4) set interface ae0 aggregated-ether-options lacp active //配置ae0 接口链路聚合的 模式 set interface ae0 unit 0 family ethernet-switching port mode trunk vlan members all ...
13、es ge-0/1/2 unit 0 family ethernet-switching port-mode trunk vlan member all允许所有的 VLAN 通过ge0/1/2这个TRUNK 口EX2200当三层使用的时候可以配置静态路由和RIP动态路由。设置默认路由,并将默认路由的下set routing-options static route 0/0 next-hop 192.168.10.254一跳指向 192.168.10.254在jun...
一、交换机配置部分 1.使用console线连接至交换机 COM参数:2.使用root账号登陆,默认为空密码 login: root --- JUNOS 9.1R2.10 built 2008-07-01 04:34:43 UTC root@% 开启交换机命令行:root@% cli //%为unix shell提示符 root> //>为cli提示符 3.进入configuration模式 root> configure [edit]r...
#配置trunk端口的允许通过的VLAN,9.1版本目前不支持vlan-range,预期在9.2版本支持。 Example: root@host> edit Entering configuration mode [edit] root@host#show interfaces { ge-0/0/3 { unit 0 { family ethernet-switching { port-mode trunk; vlan { ...
技术文件 技术文件名称:Juniper 交换机配置指南 技术文件编号: 版 本:V1.1 共 49 页 拟制 戴翔 审核 [单击此处键入审核者] 会签 [单击此处键入会签者1] [单击此处键入会签者2] [单击此处键入会签者3 ] [单击此处键入会签者4 ] 标准化 [单击此处键入标准化者] 批准 [单击此处键入批准者] [键入文字] 修改...
设置交换机名字set system host-name BaoGaoTing端口镜像set ethernet-switching-options analyzer debug input ingress interface ge-0/0/0.0set ethernet-switching-options analyzer debug input egress interface ge-0/0/0.0set ethernet-switching-options analyzer debug output interface ge-0/0/4.0Dual-...
#配置 trunk 端口的允许通过的 VLAN ,9.1 版本 目前不支持 vlan-range ,预期在 9.2 版本支持。 # trunk VLAN 9.1 vlan-range 9.2 Example : Example : root@host edit root@host edit Entering configuration mode Entering configuration mode [edit] [edit] root@host#show root@host#show interfaces { ...