Juniper交换机 端口类型 inet ethernet-switching

Juniper EX4200交换机配置了一个聚合口,但此聚合口配置了防火墙过滤规则,ae口类型被设定为inet,现在需要对此聚合口作为TRUNK口,配置命令用:
set interfaces ge-0/0/47 unit 0 family ethernet-switching port-mode trunk
set interfaces ge-0/0/47 unit 0 family ethernet-switching vlan members all

有没有什么办法可以搞定啊?

不知道你的ae口配置了什么 set interfaces ae0 unit 0 family inet address X.X.X.X/X?
我把我配置的命令给你看看吧 将2个端口聚合到ae1 ae1为trunk 模式
设置支持聚合的数目
set chassis aggregated-devices ethernet device-count 5
edit interface ae1 //进入聚合链路ae1
set unit 0 family ethernet-switching
set unit 0 family ethernet-switching port-mode trunk
删除需要聚合的链路的原有属性(假设是35. 36 2个口聚合)
delete interfaces ge0/0/35 unit 0 family ethernet-switching
delete interfaces ge0/0/36 unit 0 family ethernet-switching
将这2个端口加入到聚合链路ae1中
set interfaces ge0/0/35 ether-options 802.3ad ae1
set interfaces ge0/0/36 ether-options 802.3ad ae1

查看配置结果:
show interfaces ae1
unit 0 {
family ethernet-switching {
port-mode trunk;
}
}
show interfaces ge-0/0/35
ether-options {
802.3ad ae1;
}

show interfaces ge-0/0/36
ether-options {
802.3ad ae1;
}

希望对你有所帮助!!
温馨提示:内容为网友见解,仅供参考
第1个回答  2011-10-07
没用过juniper的交换机
第2个回答  2011-10-04
重新买一个
第3个回答  2011-10-03
没做过这个交换机的配置,我也不清楚……追问

唉~~~

juniper配置端口镜像
set interfaces ge-0\/0\/1 unit 0 family inet 192.1.1.1\/24 set interfaces ge-0\/0\/10 unit 0 family ethernet-switching set ethernet-switching-options analyzer employee-monitor input ingress interface ge-0\/0\/0.0 set ethernet-switching-options analyzer employee-monitor input ingress int...

juniper交换机怎么批量修改端口
Configure a VLAN:user@juniper# set vlans vlan10 vlan-id 10 Configuring the interface-range "test" to be a part of a vlan (vlan10):user@juniper# set interfaces interface-range test unit 0 family ethernet-switching vlan members vlan10 Adding member interfaces (actual physical interf...

juniper路由器具体怎么设置,详细的来
1.选择Wizards – Router-based,出现如下图向导页面,选择源端口和目的端口类型2.选择Make new tunnel interface,选择ethernet0\/0 (trust-vr),选择Next3.选择LAN-to-LAN,如下图:4.根据通讯双方端口类型,如静态,动态IP地址,选择下面类型,如Local Static IP – Remote Static IP5.输入对端公网IP地址,如192.168.2...

juniper交换机查看物理地址表的命令是什么?
juniper>show ethernet-switching table brief 查看各个接口mac地址

juniper 交换机EX2200绑定mac命令,大家帮帮忙。
set ethernet-switching-options secure-access-port interface ge-0\/0\/1.0 mac-limit action drop set ethernet-switching-options secure-access-port interface ge-0\/0\/1.0 allowed-mac set ethernet-switching-options secure-access-port interface ge-0\/0\/1.0 static-ip X.X.X vlanXX mac ...

Juniper EX2200-24P-4G其它参数
这款Juniper EX2200-24P-4G交换机的电源特性颇为出色,它配备有AC 100-240V的宽电压输入,确保在不同地区都能稳定运行,其功耗控制在60W,对于能源效率有一定保障。在物理尺寸上,它的尺寸为254毫米×446毫米×445毫米,小巧紧凑,便于在各种环境中部署和维护。重量方面,仅为3.6公斤,方便搬动和安装。

交换机端口怎么设置
1.将端口E0\/2配置为监控端口 [SwitchA]monitor-portEthernet0\/2 2.将端口E0\/1配置为镜像端口 [SwitchA]mirroring-portEthernet0\/1both 端口镜像概述 在介绍端口镜像配置之前,我们先来看了解一下什么是端口镜像,端口镜像就是把交换机一个或多个端口(VLAN)的数据镜像到一个或多个端口的方法。那么...

为什么我交换机端口配置了全双工模式了端口就down掉了呢
把交换机的接口设置全双工模式后,还得强制把PC端的网卡也设置为全双工模式才能进行通信。方法是:点击PC图标→打开“config”选项卡→左侧单击“FastEthernet0”,右侧将“Duplex”设置为“Full Duplex”模式就可以了。

CISCO交换机如何将一个端口设置成10M全双工模式?求高人
1、打开cisco模拟器---选择交换机s2960、直连线、服务器像如图连接起来。2、选择交换机switch0进行配置---进入特权模式,将fa0\/1和fa0\/2端口模式配置成trunk。3、将fa0\/1和fa0\/2加入链路组1并开启---按照目标主机地址IP数据分发来实现负荷平衡---通过show etherchannel summary来查看聚合口配置...

juniper netscreen-25怎么开端口!
第一步:用9针数据线(防火墙有带)连接防火墙和电脑(下图画红线端口),打开电源。第二步:打开程序—附件—通讯—超级终端。第三步:打开超级终端出现下图,随便填写连接名称,按确定。第四步:确定后出现下图,“连接使用”选择COM1,其它不填。第五步:再按确定,就出现名为“1111”的超级终端。...

相似回答