交换机
园区网交换机
数据中心与云计算交换机
行业精选交换系列
无线
放装型无线接入点
墙面型无线接入点
智分无线接入点
室外无线接入点
场景化无线
无线控制器
行业精选无线系列
无线管理与应用
服务产品
RCMS的配置:
en
conf t
hostname RCMS-A
enable password 0 ruijie
username ruijie password 0 ruijie
interface FastEthernet 1/0
ip add 192.168.100.110 255.255.255.0
no shut
exit
ip route 0.0.0.0 0.0.0.0 192.168.100.254
line vty 0 19
login local
end
wr
NTC配置:
en
conf t
hostname NTC-A
username ruijie password 0 ruijie
enable password 0 ruijie
ip default-gateway 192.168.100.254
interface VLAN 1
ip address 192.168.100.111 255.255.255.0
no shutdown
exit
line vty 0 35
login local
end
wr