交换机端口 ethernet0/0/2 这里 的 两个0 和那个2是啥子意思啊 ?
答案:2 悬赏:30 手机版
解决时间 2021-02-13 13:46
- 提问者网友:嘚啵嘚啵
- 2021-02-12 13:59
交换机端口 ethernet0/0/2 这里 的 两个0 和那个2是啥子意思啊 ?
最佳答案
- 五星知识达人网友:末日狂欢
- 2021-02-12 15:28
第一台交换机第一个模块第二个端口
第一位是交换机编号,只有支持堆叠的交换机才有这一位;
第二个是模块编号
第三个是端口编号
第一位是交换机编号,只有支持堆叠的交换机才有这一位;
第二个是模块编号
第三个是端口编号
全部回答
- 1楼网友:逃夭
- 2021-02-12 15:57
不知道你的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;
}
希望对你有所帮助!!
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯