锐捷网络实验室解决方案实施一本通 >> 解决方案实施 >> LIMP+RCMS+NTC+CVM方案 >> 方案实施 >> RCMS/NTC配置 >> |
将RCMS设备连接好后,需要在RCMS上进行以下配置:
1、配置RCMS内网口IP,选用以太网接口连入网络,并使用ping等命令确保RCMS与LIMP等设备的连通性
2、配置RCMS username、password,line vty的login模式为local(需要与LIMP
系统设置中的认证用户名和认证密码一致)
3、配置RCMS enable password (需要与LIMP 系统参数设置中的特权密码一致)
4、配置案例如下:(以下红色字体部分为配置命令)
version 8.52 (building 6)
hostname RCMS-A
enable secret 5 $1$Y2ka$DEA689EB9yzxxwws ——必须配置,需要与LIMP
系统参数设置中的特权密码一致;
!
username admin password 0 ruijie ——必须配置,需要与LIMP 系统设置中的认证用户名和认证密码一致;
!
no service password-encryption
!
interface FastEthernet 1/0
ip address 192.168.51.11 255.255.255.0 ——必须配置,按实际的实验室网络规划而定;
duplex
auto
speed auto
!
interface FastEthernet 1/1
duplex
auto
speed auto
!
interface Null 0
!
ip route 0.0.0.0 0.0.0.0 192.168.51.254 ——必须配置,按实际的实验室网络ip地址规划而定;
!
line con 0
line aux 0
line tty 1 5
no exec
transport
input all
line tty 6
no
exec
transport input all
speed 115200 ——修改八爪鱼线路的控制速率,比如八爪鱼的6号线连接了v160s设备,该设备的控制台波特率是115200。
line tty
7 8
no
exec
transport input all
line vty 0 19
login local ——必须配置;
end
下图是LIMP安装成功后系统参数设置,缺省的认证用户名、认证密码,特权密码均是ruijie。
将NTC设备连接好后,需要在NTC上进行以下配置:
1、配置NTC管理IP,选用1、2任意一个端口接入网络,并使用ping等命令确保NTC与LIMP等设备的连通性
2、配置NTC username、password,line vty的login模式为local(需要与LIMP
系统设置中的认证用户名和认证密码一致)
3、配置NTC enable password (需要与LIMP 系统参数设置中的特权密码一致)
4、配置案例如下:(以下红色字体部分为配置命令)
version RGOS 10.2(4b1), Release(6370)(Mon Dec 14
12:34:10 CST 2009 -ngcf34)
!
vlan 1
vlan 50 ——自定义 vlan
!
username admin password
ruijie ——必须配置,需要与LIMP
系统设置中的认证用户名和认证密码一致;
no service password-encryption
!
ip default-gateway 192.168.51.254 ——配置设备默认网关
!
enable secret 5 $1$yLhr$Bq1s9tzwt26qs7sy ——必须配置,需要与LIMP
系统参数设置中的特权密码一致;
hostname NTC-A
interface FastEthernet 0/1
switch access vlan 50
!
interface FastEthernet 0/2
!
interface FastEthernet 0/3
!
interface FastEthernet 0/4
!
interface FastEthernet 0/5
!
interface FastEthernet 0/6
!
interface FastEthernet 0/7
!
interface FastEthernet 0/8
!
interface FastEthernet 0/9
!
interface FastEthernet 0/10
!
interface FastEthernet 0/11
!
interface FastEthernet 0/12
!
interface FastEthernet 0/13
!
interface FastEthernet 0/14
!
interface FastEthernet 0/15
!
interface FastEthernet 0/16
!
interface FastEthernet 0/17
!
interface FastEthernet 0/18
!
interface FastEthernet 0/19
!
interface FastEthernet 0/20
!
interface FastEthernet 0/21
!
interface FastEthernet 0/22
!
interface FastEthernet 0/23
!
interface FastEthernet 0/24
!
interface FastEthernet 0/25
!
interface FastEthernet 0/26
!
interface FastEthernet 0/27
!
interface FastEthernet 0/28
!
interface FastEthernet 0/29
!
interface FastEthernet 0/30
!
interface FastEthernet 0/31
!
interface FastEthernet 0/32
!
interface FastEthernet 0/33
!
interface FastEthernet 0/34
!
interface FastEthernet 0/35
!
interface FastEthernet 0/36
!
interface FastEthernet 0/37
!
interface FastEthernet 0/38
!
interface FastEthernet 0/39
!
interface FastEthernet 0/40
!
interface FastEthernet 0/41
!
interface FastEthernet 0/42
!
interface FastEthernet 0/43
!
interface FastEthernet 0/44
!
interface FastEthernet 0/45
!
interface FastEthernet 0/46
!
interface FastEthernet 0/47
!
interface FastEthernet 0/48
!
interface GigabitEthernet 0/49
!
interface GigabitEthernet 0/50
!
interface VLAN 50
ip address 192.168.51.21 255.255.255.0 ——必须配置,按实际的实验室网络ip地址规划而定;
no
shutdown
!
line con 0
line vty 0
no login
line vty 0 35
login local ——必须配置;
!
end