如何将一个端口的配置复制到juniper上的另一个端口?
1)如何查看应用于港口的所有托拉斯(例如: xe)
2)然后如何将该端口的配置复制到另一个端口?
目前正在尝试配置一个开关,但试图查看与特定端口相关的所有配置,然后尝试将该端口上的配置复制到另一个端口。
发布于 2019-02-16 03:55:45
1)如何查看应用于港口的所有托拉斯(例如: xe)
show configuration interface xe-0/0/0 | display inheritance
2)然后如何将该端口的配置复制到另一个端口?
delete interface xe-0/0/1 <-- removes existing configuration from destination port
copy interface xe-0/0/0 to xe-0/0/1
https://networkengineering.stackexchange.com/questions/56985
复制相似问题