锐捷交换机(S2320G-P为例)配置命令

2024-12-18 15:25:33
推荐回答(3个)
回答1:

Step 1
Ruijie#config poe ports [all | ] state [enable | disable] //使能/关闭端口的远程供电
Step 2
Ruijie#show poe ports {} //验证前面各步骤的配置
Step 3
Ruijie# save config //保存设置到参数文件
例如,打开端口1的远程供电使能
Ruijie#config poe ports 1 state enable
Ruijie#

查看接入交换机设备的MAC地址的命令格式是怎样的
Ruijie#show fdb mac-address mac-address [vlan vlanlist]

打开和关闭端口的基本命令格式。
Ruijie# config ports [ | all] state [enable | disable] //关闭一个接口
下面的例子描述如何关闭接口1:
Ruijie#config ports 1 state disable

回答2:

  1. 为交换机分配管理IP地址

     S2126G(config)#interface vlan 1 

    S2126G(config-if)#ip address {IP address} {IP subnetmask}[secondary] 

  2. 将接口启用

    S2126G(config-if)#no shutdown 

  3. 将接口关闭

    S2126G(config-if)#shutdown 

  4. 配置接口速率

    S2126G(config-if)#speed [10|100|auto]  

  5. 配置接口双工模式

    S2126G(config-if)#duplex [auto|full|half] 

回答3:

想考取锐捷认证 在那里考比较好点